@charset "UTF-8";
@charset "UTF-8";
html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} :root {
--primary-font: 'Nunito Sans', sans-serif;
--secondary-font: 'EB Garamond', serif;
--font-color: #333333;
--font-color-rgb: 51, 51, 51;
--primary-color: #90BAB5;
--primary-color-rgb: 144, 186, 181;
}
body,
button,
input,
select,
optgroup,
textarea {
color: var(--font-color);
font-family: var(--primary-font);
font-size: 18px;
line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-bottom: 10px;
}
h1 {
font-size: 2.72em;
line-height: 1.49;
}
h2 {
font-size: 2.17em;
line-height: 1.26;
}
h3 {
font-size: 1.72em;
line-height: 1.26;
margin: 0.65em 0;
}
h4 {
font-size: 1.39em;
line-height: 1.24;
margin: 0.65em 0;
}
h5 {
font-size: 1.11em;
line-height: 1.25;
margin: 1em 0;
}
h6 {
font-size: 0.8888em;
line-height: 1.25;
margin: 1em 0;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote,
q {
display: block;
margin: 1em 0;
font-size: 1.22em;
font-weight: 700;
font-style: italic;
line-height: 1.75em;
padding-left: 25px;
border-left: 2px solid var(--primary-color);
}
q {
border-left-width: 1px;
}
p blockquote,
p q {
float: left;
max-width: 300px;
margin-top: 0;
padding-right: 30px;
margin-bottom: 10px;
}
blockquote cite {
display: block;
font-size: 0.82em;
font-style: normal;
color: #999;
font-weight: 400;
line-height: 1.11em;
margin-top: 15px;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 0;
}
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 {
vertical-align: top;
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
border-radius: 0;
font-size: 1em;
text-align: left;
border-collapse: collapse;
}
table tr th {
font-weight: 700;
color: #111;
padding: 10px 15px;
border-bottom: 2px solid #EBEBEB;
}
table tr td {
color: #343434;
padding: 10px 15px;
}
table tbody tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.035);
}
.site-footer table tr th {
color: #fff;
border-bottom-color: rgba(255, 255, 255, 0.1);
}
.site-footer table tr td {
color: rgba(255, 255, 255, 0.7);
}
.site-footer table tbody tr:nth-child(odd) {
background: rgba(255, 255, 255, 0.05);
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
border-radius: 0;
background: #121212;
color: #fff;
font-size: 0.7778em;
line-height: 1;
padding: 18px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
cursor: pointer;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background: var(--primary-color);
color: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
color: #121212;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 0;
padding: 10px 15px;
width: 100%;
height: 50px;
font-size: 0.7778em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
outline: thin dotted;
}
select {
border: 1px solid rgba(0, 0, 0, 0.1);
}
textarea {
width: 100%;
height: 150px;
}  a {
text-decoration: underline;
color: var(--primary-color);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
} a:hover,
a:active {
outline: 0;
}
a:hover {
text-decoration: none;
color: var(--primary-color);
} .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;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.container:before,
.container:after,
.site-content:before,
.site-content:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.container:after,
.site-content:after {
clear: both;
} .widget {
margin: 0 0 50px 0; }
.widget-area .widget:last-child {
margin-bottom: 0;
}
.widget select {
max-width: 100%;
font-size: 0.7778em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.5px;
}  .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption:not(.aligncenter) {
margin-top: 0;
margin-bottom: 0;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text,
.wp-block-image figcaption {
margin: 0.8075em 0 0 0;
font-size: 0.7778em;
color: #999;
}
.wp-caption-text,
.wp-block-image figcaption {
text-align: center;
}
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft figcaption,
.alignright figcaption {
text-align: left;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
padding: 5px;
margin: 0;
}
.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;
font-size: 0.7778em;
background: #f8f8f8;
padding: 5px;
font-weight: normal;
font-style: normal;
} .portfolio-holder {
margin-bottom: 60px;
}
.portfolio-holder .post-thumbnail {
text-align: center;
}
.custom-background .site {
background: #fff;
max-width: 85%;
margin: 0 auto;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.skip-link,
.skip-link:hover,
.skip-link:visited {
position: absolute;
top: -999px;
left: 20px;
background: #f7f7f7;
border: 1px solid rgba(0, 0, 0, 0.1);
font-size: 0.8888em;
font-weight: 600;
padding: 10px 20px;
color: #000;
border-radius: 5px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
z-index: 999;
text-decoration: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.skip-link:focus,
.skip-link:active {
top: 50px;
}
.woocommerce-page .site-content>.page-header {
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 100px 0;
margin-bottom: 40px;
z-index: 1;
}
.woocommerce-page .site-content>.page-header::before {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.woocommerce-page .site-content .page-header .page-title {
margin-top: 0;
margin-bottom: 0;
font-size: 3.33em;
font-family: var(--secondary-font);
line-height: 1.25;
color: #fff;
}
.woocommerce-page .site-content>.page-header .archive-description {
color: #fff;
}
.woocommerce-page .site-content>.page-header .archive-description p {
margin-top: 20px;
margin-bottom: 0;
}
.woocommerce-page .site-content>.page-header .breadcrumb-wrapper a,
.woocommerce-page .site-content>.page-header .breadcrumb-wrapper span {
color: #fff;
}
.page .site-main .page-header+.post-thumbnail {
margin-bottom: 0;
margin-top: 30px;
}
.entry-content p {
margin-top: 0;
margin-bottom: 20px;
}
.edit-link {
width: 100%;
margin-top: 5px;
}
.edit-link .post-edit-link {
color: #fff;
background: var(--primary-color);
padding: 3px 8px;
border-radius: 4px;
letter-spacing: 0.5px;
text-decoration: none;
}
.edit-link .post-edit-link:hover {
background: #000;
color: #fff;
}
.svg-holder {
line-height: 0;
}
.container {
max-width: 1220px;
margin: 0 auto;
}
.site-header ul {
margin: 0;
padding: 0;
list-style: none;
}
.dropcap {
font-size: 3.56em;
font-weight: 700;
line-height: 0.95;
color: #111;
float: left;
margin-right: 5px;
font-family: var(--secondary-font);
}
.archive .content-area .page-header {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 50px;
margin-bottom: 50px;
}
.content-area .page-header .page-title {
margin-top: 0;
margin-bottom: 0;
font-size: 3.33em;
font-family: var(--secondary-font);
line-height: 1.25;
color: #121212;
}
.page-template-default .content-area .page-header .page-title {
font-size: 3.11em;
}
.section-title,
.promo-section .widget .widget-title {
font-size: 2em;
text-align: center;
font-family: var(--secondary-font);
font-weight: 600;
color: #121212;
line-height: 1.3;
margin-top: 0;
margin-bottom: 60px;
}
.sub-title {
font-size: 0.7778em;
text-transform: uppercase;
font-family: var(--primary-font);
color: #999;
font-weight: 700;
display: block;
margin-bottom: 10px;
letter-spacing: 1px;
}
.result-count {
font-size: 0.6666em;
color: #999;
margin-top: 20px;
display: block;
letter-spacing: 1px;
}
.post-count {
display: block;
margin-bottom: 20px;
font-size: 0.7778em;
color: #999;
}
figure.post-thumbnail {
margin-top: 0;
margin-bottom: 20px;
}
article .entry-meta,
article .entry-footer {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
article .entry-meta {
margin-bottom: 10px;
}
article .entry-meta>span,
article .entry-footer>span {
display: inline-block;
font-size: 0.6666em;
line-height: 1.49;
color: #999;
font-style: italic;
}
article .entry-meta>span.category {
font-weight: 700;
}
.entry-meta span.posted-on,
.entry-footer span.posted-on,
.entry-meta span.byline,
.entry-footer span.byline {
text-transform: uppercase;
font-style: normal;
}
article .entry-meta>span::after,
article .entry-footer>span::after {
content: "";
background: #999;
width: 25px;
height: 1px;
display: inline-block;
vertical-align: middle;
margin: 0 15px;
}
article .entry-meta>span:last-child::after,
article .entry-footer>span:last-child::after {
display: none;
}
article .entry-meta>span a,
article .entry-footer>span a {
display: inline-block;
color: #999;
text-transform: uppercase;
font-style: normal;
}
article .entry-meta>span a:hover,
article .entry-footer>span a:hover {
color: var(--primary-color);
}
article .entry-meta>span.category a,
article .entry-footer>span.category a {
color: var(--primary-color);
letter-spacing: 1px;
}
article .entry-meta>span.category a::after,
article .entry-footer>span.category a::after {
content: "";
background: rgba(0, 0, 0, 0.1);
width: 5px;
height: 5px;
display: inline-block;
border-radius: 100%;
vertical-align: middle;
margin: -2px 5px 0 8px;
}
article .entry-meta>span.category a:last-child::after,
article .entry-footer>span.category a:last-child::after {
display: none;
}
.widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul ul {
margin-left: 15px;
}
.widget ul ul {
margin-top: 15px;
border-top: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 15px;
}
.widget ul li {
display: block;
margin-bottom: 20px;
font-size: 0.8888em;
font-weight: 600;
line-height: 1.6;
}
.widget ul ul li {
font-size: 1em;
}
.widget ul li a {
text-decoration: none;
color: var(--font-color);
display: inline-block;
}
.widget ul li a:hover {
color: var(--primary-color);
}
.widget-area .widget .widget-title {
margin-top: 0;
margin-bottom: 25px;
text-transform: uppercase;
font-size: 0.7778em;
font-family: var(--secondary-font);
letter-spacing: 1.5px;
background: rgba(var(--primary-color-rgb), 0.1);
color: var(--font-color);
padding: 18px;
line-height: 1;
text-align: center;
}
.nav-menu .close {
display: none;
background-color: transparent;
padding: 0;
}
.search-form {
display: flex;
flex: 1;
flex-wrap: wrap;
}
label {
width: calc(100% - 50px);
}
.search-form .search-field {
border-radius: 0;
border-right: none;
height: 50px;
font-size: 0.7778em;
}
.search-form .search-submit {
width: 50px;
height: 50px;
padding: 0;
text-align: center;
border-radius: 0;
border: none;
box-shadow: none;
background-color: #121212;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
background-repeat: no-repeat;
background-size: 20px;
background-position: center;
text-indent: 60px;
overflow: hidden;
}
.search-form .search-submit:hover,
.search-form .search-submit:active,
.search-form .search-submit:focus {
background-color: var(--primary-color);
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
background-repeat: no-repeat;
background-size: 20px;
background-position: center;
}
.owl-carousel>.owl-nav button[class*="owl-"] {
width: 50px;
height: 50px;
border: 1px solid rgba(0, 0, 0, 0.1);
position: absolute;
top: 50%;
left: 260px;
border-radius: 0;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z"></path></svg>');
background-repeat: no-repeat;
background-position: center;
background-size: 17px;
text-indent: 60px;
overflow: hidden;
z-index: 999;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.owl-carousel>.owl-nav button[class*="owl-"]:hover {
background-color: var(--primary-color);
border-color: var(--primary-color);
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z"></path></svg>');
}
.owl-carousel>.owl-nav button.owl-next {
left: auto;
right: 260px;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
}
.owl-carousel>.owl-nav button.owl-next:hover {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
}
.mCustomScrollBox {
position: relative;
overflow: hidden;
height: 100%;
max-width: 100%;
direction: ltr;
}
.mCSB_container:not(.mCS_y_hidden) {
margin-right: 15px;
}
.mCSB_scrollTools {
position: absolute;
width: 16px;
height: auto;
left: auto;
top: 0;
right: 0;
bottom: 0;
visibility: visible;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.mCustomScrollbar:hover .mCSB_scrollTools {
width: 16px;
visibility: visible;
}
.mCSB_scrollTools .mCSB_draggerContainer {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
cursor: ns-resize;
width: 100%;
height: 30px;
z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
position: relative;
width: 5px;
height: 100%;
margin: 0 auto;
border-radius: 40px;
cursor: ns-resize;
background: rgba(0, 0, 0, 0.2);
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
cursor: ns-resize;
background: rgba(0, 0, 0, 0.4);
}
.mCSB_scrollTools .mCSB_draggerRail {
background: rgba(0, 0, 0, 0.1);
width: 5px;
height: 100%;
margin: 0 auto;
border-radius: 40px;
}
.cat-links a,
.category a,
.posted-on a,
.footer-b .copyright a,
.comments a,
.instagram-section .profile-link {
text-decoration: none;
}
.cat-links a:hover,
.category a:hover,
.posted-on a:hover,
.footer-b .copyright a:hover,
.comments a:hover,
.instagram-section .profile-link:hover {
text-decoration: underline;
} .light-dark-toggle {
width: auto;
position: fixed;
top: 50px;
right: 0;
overflow: hidden;
line-height: 1;
background: #fff;
padding: 10px;
box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.16);
border-radius: 5px 0 0 5px;
max-width: 90px;
text-align: center;
z-index: 99999;
}
.light-dark-toggle:focus-within {
outline: thin dotted var(--primary-color);
}
.light-dark-title {
font-size: 0.6667em;
font-weight: 700;
letter-spacing: 0.5px;
display: block;
margin-bottom: 10px;
line-height: 1.35;
}
.light-dark-toggle input[type="checkbox"] {
position: absolute;
top: -30px;
left: 0;
}
.light-dark-toggle .light-dark-toggle-label {
display: block;
padding: 0;
width: 35px;
height: 20px;
border-radius: 50px;
border: 2px solid #121212;
background: #121212;
position: relative;
margin: 0 auto;
}
.light-dark-toggle.current button,
.light-dark-toggle input[type="checkbox"]:checked+.light-dark-toggle-label {
background: var(--primary-color);
border-color: var(--primary-color);
}
.light-dark-toggle .light-dark-toggle-label::before {
content: "";
background: #fff;
width: 16px;
height: 16px;
position: absolute;
top: 0;
left: 0;
border-radius: 100%;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.light-dark-toggle.current button::before,
.light-dark-toggle input[type="checkbox"]:checked+.light-dark-toggle-label::before {
left: calc(100% - 16px);
} .content-area,
.widget-area {
margin-top: 60px;
margin-bottom: 60px;
}
.page .content-area,
.page .widget-area {
margin-top: 30px;
}
.rightsidebar .content-area {
float: left;
width: calc(100% - 331px);
padding-right: 60px;
}
.rightsidebar .widget-area {
float: right;
width: 330px;
}
.leftsidebar .content-area {
float: right;
width: calc(100% - 331px);
padding-left: 60px;
}
.leftsidebar .widget-area {
float: left;
width: 330px;
}
.full-width-centered .site-content .content-area {
max-width: 840px;
margin-left: auto;
margin-right: auto;
}
.last-widget-sticky.rightsidebar .site-content>.container,
.last-widget-sticky.leftsidebar .site-content>.container {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.last-widget-sticky.leftsidebar .site-content>.container {
flex-direction: row-reverse;
}
.last-widget-sticky .site-content .widget-area .widget:last-child {
position: sticky;
top: 0;
} .pagination .page-numbers {
background: #fff;
display: inline-block;
width: 50px;
text-align: center;
height: 50px;
line-height: 50px;
margin-bottom: 5px;
color: #121212;
font-size: 0.8888em;
font-weight: 600;
vertical-align: middle;
box-shadow: 0 2px 0px rgba(0, 0, 0, 0.0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
font-size: 0.7778em;
width: auto;
padding-left: 10px;
padding-right: 20px;
}
.pagination .page-numbers.next {
padding-right: 10px;
padding-left: 20px;
}
.pagination .page-numbers.prev svg,
.pagination .page-numbers.next svg {
vertical-align: middle;
margin-right: 10px;
margin-top: -2px;
}
.pagination .page-numbers.next svg {
margin-right: 0;
margin-left: 10px;
}
.pagination .page-numbers.dots {
box-shadow: none;
}
.pagination .page-numbers.dots:hover {
color: #121212;
box-shadow: none;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
color: #121212;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}
.post-navigation {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 60px;
margin-top: 60px;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.posts-navigation .nav-links:before,
.posts-navigation .nav-links:after {
content: "";
display: table;
}
.post-navigation .nav-links:after,
.posts-navigation .nav-links:after {
clear: both;
}
.post-navigation .nav-links div[class*="nav-"] {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.post-navigation .nav-links .nav-previous {
flex-direction: row-reverse;
}
.post-navigation .nav-links a {
width: calc(100% - 90px);
}
.post-navigation .nav-links .nav-previous a {
padding-left: 20px;
text-decoration: none;
}
.post-navigation .nav-links .nav-next a {
padding-right: 20px;
text-decoration: none;
}
.post-navigation .nav-links a .meta-nav {
position: relative;
display: block;
font-size: 0.6666em;
text-transform: uppercase;
color: #a5a8b2;
letter-spacing: 1px;
}
.post-navigation .nav-links a .meta-nav svg {
width: 15px;
margin-right: 5px;
}
.post-navigation .nav-links .nav-next a .meta-nav svg {
margin-right: 0;
margin-left: 5px;
}
.post-navigation .nav-links a .post-title {
font-size: 0.8888em;
font-weight: 600;
color: #111;
line-height: 1.5em;
display: block;
margin-top: 5px;
}
.post-navigation .nav-links a:hover .post-title {
color: var(--primary-color);
}
.post-navigation .nav-links .post-img {
background: #f5f5f5;
width: 90px;
height: 90px;
overflow: hidden;
margin: 0;
}
.post-navigation .nav-links .post-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.posts-navigation .nav-links a {
display: inline-block;
vertical-align: middle;
border: 2px solid #f0f0f0;
border-radius: 0;
padding: 15px 25px 15px 40px;
font-size: 0.7778em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
color: #000;
position: relative;
text-decoration: none;
}
.posts-navigation .nav-links .nav-next a {
padding-left: 25px;
padding-right: 40px;
}
.posts-navigation .nav-links a:hover {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
}
.posts-navigation .nav-links a::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23777" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
position: absolute;
top: 20px;
left: 18px;
width: 14px;
height: 12px;
}
.posts-navigation .nav-links a:hover::before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
}
.posts-navigation .nav-links .nav-next a::before {
left: auto;
right: 18px;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23777" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
}
.posts-navigation .nav-links .nav-next a:hover::before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
}
#load-posts {
text-align: center;
}
#load-posts a {
display: inline-block;
font-size: 0.666em;
text-transform: uppercase;
color: #262525;
text-decoration: none;
font-weight: 700;
letter-spacing: 1px;
border: 2px solid #f0f0f0;
border-radius: 0;
padding: 15px 25px;
text-align: center;
}
#load-posts a.loading,
#load-posts a:hover {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
text-decoration: none;
}
#load-posts a svg {
vertical-align: middle;
margin-right: 10px;
}
#load-posts a.disabled {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
opacity: 0.6;
cursor: not-allowed;
} .back-to-top {
padding: 0;
visibility: hidden;
opacity: 0;
position: fixed;
bottom: 0;
right: 20px;
width: 60px;
height: 60px;
background: rgba(0, 0, 0, 0.37);
color: #fff;
cursor: pointer;
text-align: center;
line-height: 70px;
border-radius: 100%;
z-index: 999;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.back-to-top.active {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
bottom: 20px;
}
.back-to-top:hover {
background: var(--primary-color);
}
.back-to-top svg {
width: 20px;
height: 20px;
margin-top: 5px;
} .breadcrumb-wrapper {
margin-top: 10px;
margin-bottom: 0;
}
.single .top-bar {
margin-bottom: 30px;
}
.breadcrumb-wrapper span {
color: #121212;
font-size: 0.7778em;
display: inline-block;
vertical-align: middle;
}
.breadcrumb-wrapper>span {
padding-bottom: 5px;
}
.breadcrumb-wrapper span span,
.breadcrumb-wrapper span a {
font-size: 1em;
}
.breadcrumb-wrapper a {
color: #121212;
}
.breadcrumb-wrapper a:hover>span {
color: #999;
}
.breadcrumb-wrapper .current>a,
.breadcrumb-wrapper .current>a span {
color: #999;
pointer-events: none;
}
.breadcrumb-wrapper span.separator {
margin: 0 10px;
width: 4px;
line-height: 1;
} .additional-post {
margin-top: 60px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 40px;
}
.additional-post .post-title {
margin-top: 0;
margin-bottom: 30px;
font-size: 1.22em;
font-weight: 700;
font-family: var(--secondary-font);
}
.additional-post article {
display: flex;
flex: 1;
flex-wrap: wrap;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 25px;
margin-bottom: 25px;
align-items: flex-start;
}
.additional-post article:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.additional-post article .entry-header {
width: calc(100% - 110px);
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: flex-start;
padding-right: 30px;
}
.additional-post article .entry-meta {
width: 100px;
margin-top: 0;
flex-direction: column;
align-items: flex-start;
}
.additional-post article .entry-meta>span {
font-size: 0.6666em;
}
.additional-post article .entry-meta>span:after {
display: block;
margin: 10px 0;
}
.additional-post article .entry-meta>span:last-child:after {
display: none;
}
.additional-post article .entry-meta>span.category a {
color: #121212;
}
.additional-post article .entry-meta>span.category a:hover {
color: var(--primary-color);
}
.additional-post article .entry-meta>span.category a::after {
background: none;
width: auto;
height: auto;
content: ",";
margin-left: 0;
font-size: 16px;
line-height: 1;
margin-top: -5px;
color: #999;
}
.additional-post article .entry-title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.1112em;
}
.additional-post article .entry-meta+.entry-title {
padding-left: 30px;
width: calc(100% - 160px);
}
.additional-post article .entry-title a {
color: #121212;
text-decoration: none;
}
.additional-post article .entry-title a:hover {
color: var(--primary-color);
}
.additional-post article .post-thumbnail {
width: 110px;
margin-bottom: 0;
} .comments-area {
margin-top: 50px;
padding-top: 50px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
margin-top: 0;
margin-bottom: 30px;
font-size: 1.22em;
font-family: var(--secondary-font);
}
.comments-area ol {
margin: 0;
padding: 0;
list-style: none;
}
.comments-area ol li ol {
margin-left: 30px;
}
.comment-list .comment {
border-top: 1px solid rgba(0, 0, 0, 0.05);
margin-top: 20px;
padding-top: 20px;
}
.comment-list>.comment:first-child {
border-top: none;
padding-top: 0;
margin-top: 0;
}
.comments-area .comment-body {
position: relative;
padding-left: 70px;
}
.comments-area .bypostauthor>.comment-body .comment-author::after {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.999 19.999"><g class="a" transform="translate(2 1.902)"><path fill="%2300ab0b" d="M 9.834222793579102 17.09700393676758 C 9.293392181396484 17.09700393676758 8.75604248046875 16.91920280456543 8.321172714233398 16.59635353088379 C 8.226932525634766 16.52631378173828 8.115872383117676 16.48946380615234 7.99956226348877 16.48946380615234 C 7.883032321929932 16.48946380615234 7.771632194519043 16.52643394470215 7.677412509918213 16.59638404846191 C 7.241622447967529 16.91916275024414 6.704292297363281 17.09657287597656 6.163562297821045 17.09657287597656 C 5.919732570648193 17.09657287597656 5.677532196044922 17.06148338317871 5.443672180175781 16.99227333068848 C 4.684462547302246 16.76824378967285 4.062642574310303 16.19062423706055 3.781052350997925 15.44737339019775 C 3.698472261428833 15.23033332824707 3.497072458267212 15.08926391601563 3.268432378768921 15.08926391601563 C 3.257022380828857 15.08926391601563 3.24551248550415 15.08962345123291 3.234002351760864 15.0903434753418 C 3.18197226524353 15.09369373321533 3.127422332763672 15.09544372558594 3.073572397232056 15.09544372558594 C 2.333252429962158 15.09544372558594 1.630492329597473 14.77195358276367 1.145472407341003 14.20793342590332 C 0.6309023499488831 13.60939311981201 0.4188423752784729 12.78896331787109 0.5781523585319519 12.01321315765381 C 0.628312349319458 11.77128314971924 0.5158923864364624 11.52090358734131 0.3051423728466034 11.40245342254639 C -0.3843876421451569 11.0153636932373 -0.863067626953125 10.31490325927734 -0.9748876094818115 9.528953552246094 C -1.086567640304565 8.744133949279785 -0.8234476447105408 7.937823295593262 -0.2710376381874084 7.372093677520752 C -0.09887763112783432 7.195113658905029 -0.0609276294708252 6.926823616027832 -0.1779476255178452 6.705893516540527 C -0.5481376051902771 6.008523464202881 -0.574747622013092 5.161323547363281 -0.2486976236104965 4.440483570098877 C 0.07903236895799637 3.715943574905396 0.7355723977088928 3.178373575210571 1.507562398910522 3.002493381500244 C 1.743242383003235 2.948773384094238 1.914972424507141 2.746383428573608 1.93482232093811 2.498863458633423 C 1.997702360153198 1.708733439445496 2.431482315063477 0.9799134731292725 3.095152378082275 0.5499134659767151 C 3.507802486419678 0.2825334668159485 3.985422372817993 0.1412034779787064 4.476352214813232 0.1412034779787064 C 4.775092601776123 0.1412034779787064 5.068942546844482 0.1934034675359726 5.349722385406494 0.2963534593582153 C 5.408862590789795 0.3179934620857239 5.470902442932129 0.3290634751319885 5.533562183380127 0.3290634751319885 C 5.704382419586182 0.3290534615516663 5.861742496490479 0.2500134706497192 5.965312480926514 0.1122034713625908 C 6.447322368621826 -0.5240164995193481 7.206072330474854 -0.9019965529441833 7.997312545776367 -0.9019965529441833 C 8.788962364196777 -0.9019965529441833 9.547962188720703 -0.5240164995193481 10.02763271331787 0.1091034710407257 C 10.13322257995605 0.2487534731626511 10.29187202453613 0.3284034729003906 10.46349239349365 0.3284034729003906 C 10.52629280090332 0.3284034729003906 10.58841228485107 0.3173234760761261 10.64813232421875 0.2954734861850739 C 10.92821216583252 0.1925134658813477 11.2226619720459 0.1400634795427322 11.52193260192871 0.1400634795427322 C 12.01345252990723 0.1400634795427322 12.49126243591309 0.2819134593009949 12.90372276306152 0.5502734780311584 C 13.5648021697998 0.9778934717178345 13.99903202056885 1.706353425979614 14.06306266784668 2.497463464736938 C 14.08274269104004 2.745793581008911 14.25481224060059 2.947883367538452 14.49137210845947 3.002033472061157 C 15.26238250732422 3.177703380584717 15.91892242431641 3.715273380279541 16.24664306640625 4.439813613891602 C 16.57781219482422 5.170623302459717 16.55232238769531 5.996893405914307 16.17643165588379 6.706143379211426 C 16.05976295471191 6.926653385162354 16.09770202636719 7.194893360137939 16.27117156982422 7.372983455657959 C 16.82341194152832 7.939643383026123 17.08597183227539 8.746183395385742 16.97332191467285 9.530303001403809 C 16.86064147949219 10.31448364257813 16.38290214538574 11.01409339904785 15.69535255432129 11.40177345275879 C 15.47971248626709 11.52283382415771 15.36982250213623 11.76781368255615 15.42027282714844 12.01229381561279 C 15.58054256439209 12.78744316101074 15.36860275268555 13.60835361480713 14.85323238372803 14.2078332901001 C 14.36939144134521 14.77166938781738 13.66647529602051 15.09544372558594 12.9253454208374 15.09544372558594 C 12.92530059814453 15.09544372558594 12.9252872467041 15.09544372558594 12.92524242401123 15.09544372558594 C 12.87138271331787 15.09543323516846 12.81682205200195 15.09369373321533 12.76308250427246 15.09024333953857 C 12.75198268890381 15.08954334259033 12.74048233032227 15.08917331695557 12.72901248931885 15.08917331695557 C 12.50478267669678 15.08917331695557 12.29945278167725 15.2332935333252 12.21808242797852 15.44778347015381 C 11.9347620010376 16.19160270690918 11.31292247772217 16.76860427856445 10.5541820526123 16.99249267578125 C 10.32169246673584 17.06164360046387 10.078782081604 17.09700393676758 9.834222793579102 17.09700393676758 Z"/><path fill="%23fff" d="M 7.997312545776367 0.09800338745117188 C 7.514002799987793 0.09800338745117188 7.058032035827637 0.3258533477783203 6.76472282409668 0.7129936218261719 C 6.467014312744141 1.109124183654785 6.00753116607666 1.32906436920166 5.53363037109375 1.32906436920166 C 5.357028961181641 1.32906436920166 5.178509712219238 1.298551559448242 5.005492210388184 1.235233306884766 C 4.833670616149902 1.172236442565918 4.654583930969238 1.141204833984375 4.476350784301758 1.141204833984375 C 4.182979583740234 1.141204833984375 3.891871452331543 1.225250244140625 3.638912200927734 1.389153480529785 C 3.232272148132324 1.652623176574707 2.970282554626465 2.092863082885742 2.931622505187988 2.578803062438965 C 2.876962661743164 3.260343551635742 2.390322685241699 3.826943397521973 1.729701995849609 3.977503776550293 C 1.257721900939941 4.085033416748047 0.8630819320678711 4.409003257751465 0.6624326705932617 4.852603912353516 C 0.4617824554443359 5.29620361328125 0.4777727127075195 5.808363914489746 0.7057619094848633 6.237853050231934 C 1.02507209777832 6.840743064880371 0.9190826416015625 7.582773208618164 0.4444427490234375 8.070733070373535 C 0.1051321029663086 8.41822338104248 -0.05352783203125 8.905513763427734 0.01514244079589844 9.388093948364258 C 0.08380222320556641 9.870683670043945 0.3724527359008789 10.29344367980957 0.7950925827026367 10.5307035446167 C 1.387052536010742 10.8634033203125 1.696362495422363 11.54561328887939 1.557712554931641 12.21437358856201 C 1.459712028503418 12.69158363342285 1.587042808532715 13.18761348724365 1.903682708740234 13.55593299865723 C 2.199407577514648 13.89982128143311 2.62714672088623 14.09543991088867 3.073574066162109 14.09543991088867 C 3.106174468994141 14.09543991088867 3.138856887817383 14.09439754486084 3.171612739562988 14.09229373931885 C 3.204021453857422 14.09026718139648 3.23631477355957 14.08926582336426 3.268446922302246 14.08926582336426 C 3.907810211181641 14.08926391601563 4.485134124755859 14.48575592041016 4.716182708740234 15.09308338165283 C 4.888832092285156 15.54878330230713 5.262812614440918 15.89627361297607 5.727452278137207 16.03338432312012 C 5.870650291442871 16.07576179504395 6.017534255981445 16.09657287597656 6.16356372833252 16.09657287597656 C 6.489995002746582 16.09657287597656 6.812380790710449 15.99265956878662 7.081362724304199 15.79343318939209 C 7.354347229003906 15.59078884124756 7.676995277404785 15.48946571350098 7.999558448791504 15.48946571350098 C 8.322122573852539 15.48946571350098 8.644601821899414 15.59078884124756 8.917252540588379 15.79343318939209 C 9.185972213745117 15.99292850494385 9.508113861083984 16.09700202941895 9.834220886230469 16.09700202941895 C 9.980564117431641 16.09700202941895 10.12765312194824 16.0760612487793 10.27116203308105 16.03338432312012 C 10.73580169677734 15.89627361297607 11.10978221893311 15.54811382293701 11.28310203552246 15.09308338165283 C 11.51334095001221 14.48618412017822 12.09069538116455 14.0892162322998 12.7290096282959 14.08917808532715 C 12.76156234741211 14.08917617797852 12.79417991638184 14.09020614624023 12.82701206207275 14.09229373931885 C 12.85982799530029 14.09439563751221 12.89265060424805 14.09543991088867 12.92529296875 14.09543991088867 C 13.37273979187012 14.09543991088867 13.79981231689453 13.8998441696167 14.09493255615234 13.55593299865723 C 14.41157245635986 13.18761348724365 14.53957271575928 12.69158363342285 14.44090270996094 12.21437358856201 C 14.30291271209717 11.54561328887939 14.61156272888184 10.8634033203125 15.20419216156006 10.5307035446167 C 15.6261625289917 10.29277324676514 15.91414260864258 9.870683670043945 15.98347282409668 9.388093948364258 C 16.05281257629395 8.905513763427734 15.89348220825195 8.41822338104248 15.55483245849609 8.070733070373535 C 15.07953262329102 7.582773208618164 14.97353267669678 6.841413497924805 15.2928524017334 6.237853050231934 C 15.52083206176758 5.807693481445313 15.53683280944824 5.29620361328125 15.33551216125488 4.851933479309082 C 15.13486194610596 4.408333778381348 14.74022197723389 4.08436393737793 14.26824188232422 3.976823806762695 C 13.60762214660645 3.825603485107422 13.12032222747803 3.259673118591309 13.06632232666016 2.578133583068848 C 13.02699279785156 2.092193603515625 12.76568222045898 1.65195369720459 12.35836219787598 1.388473510742188 C 12.10599422454834 1.224272727966309 11.81520080566406 1.140069007873535 11.52193450927734 1.140061378479004 C 11.3434419631958 1.140056610107422 11.16405868530273 1.171241760253906 10.99179267883301 1.234563827514648 C 10.81877517700195 1.297879219055176 10.6401424407959 1.328403472900391 10.46349906921387 1.328403472900391 C 9.98948860168457 1.328403472900391 9.529720306396484 1.108635902404785 9.230562210083008 0.7129936218261719 C 8.937252044677734 0.3258533477783203 8.481282234191895 0.09800338745117188 7.997312545776367 0.09800338745117188 M 7.166022300720215 11.72036361694336 L 4.16621208190918 8.787213325500488 L 5.404132843017578 7.539083480834961 L 7.166022300720215 9.223423004150391 L 10.9277925491333 5.33586311340332 L 12.16571235656738 6.583993911743164 L 7.166022300720215 11.72036361694336 M 7.997312545776367 -1.901996612548828 C 8.992444038391113 -1.901996612548828 9.950216293334961 -1.473686218261719 10.6182804107666 -0.7426300048828125 C 10.91207313537598 -0.8204364776611328 11.21511459350586 -0.8599357604980469 11.52184295654297 -0.8599357604980469 C 12.2058048248291 -0.8599166870117188 12.870530128479 -0.6631450653076172 13.4446325302124 -0.2908172607421875 L 13.4446325302124 -0.2908172607421875 C 14.28115653991699 0.2502975463867188 14.85563564300537 1.133090019226074 15.02170944213867 2.112277984619141 C 15.96063041687012 2.41915225982666 16.74603271484375 3.117411613464355 17.15777206420898 4.027683258056641 C 17.56901550292969 4.935222625732422 17.57688522338867 5.988980293273926 17.18978691101074 6.901698112487793 C 17.81775665283203 7.669354438781738 18.10519790649414 8.68384838104248 17.96314239501953 9.672543525695801 C 17.82138061523438 10.65933799743652 17.26283264160156 11.55005550384521 16.44812965393066 12.10965633392334 C 16.56416702270508 13.09438991546631 16.2614860534668 14.10370445251465 15.61153221130371 14.85974311828613 C 14.96013641357422 15.61883068084717 14.02242088317871 16.06552696228027 13.02670574188232 16.093994140625 C 12.59089088439941 16.98707580566406 11.79205322265625 17.66984748840332 10.83721256256104 17.95161437988281 C 10.51419258117676 18.04768371582031 10.17537307739258 18.09700393676758 9.834222793579102 18.09700393676758 C 9.190168380737305 18.09700393676758 8.549810409545898 17.91626167297363 7.999041557312012 17.58315277099609 C 7.447338104248047 17.91622161865234 6.807188987731934 18.09657287597656 6.163562774658203 18.09657287597656 C 5.823602676391602 18.09657287597656 5.485922813415527 18.04765319824219 5.159882545471191 17.95116424560547 C 4.205093383789063 17.66941261291504 3.40628719329834 16.98602104187012 2.972140312194824 16.09399223327637 C 1.977666854858398 16.06550979614258 1.040310859680176 15.61935138702393 0.3872823715209961 14.8599739074707 C -0.2621898651123047 14.10450649261475 -0.5649242401123047 13.09535026550293 -0.4493160247802734 12.10971832275391 C -1.265361785888672 11.55028820037842 -1.824228286743164 10.65863418579102 -1.96491813659668 9.669803619384766 C -2.105524063110352 8.681713104248047 -1.818069458007813 7.66879940032959 -1.191118240356445 6.902331352233887 C -1.578231811523438 5.991298675537109 -1.571016311645508 4.93742847442627 -1.159828186035156 4.028353691101074 C -0.7483558654785156 3.118679046630859 0.03640937805175781 2.420709609985352 0.9759445190429688 2.113198280334473 C 1.141068458557129 1.135534286499023 1.714901924133301 0.2526473999023438 2.551392555236816 -0.2893257141113281 C 3.126372337341309 -0.6618766784667969 3.792022705078125 -0.8587970733642578 4.476352691650391 -0.8587970733642578 C 4.781661033630371 -0.8587970733642578 5.083295822143555 -0.8197002410888672 5.376714706420898 -0.7423210144042969 C 6.044746398925781 -1.473556518554688 7.002415657043457 -1.901996612548828 7.997312545776367 -1.901996612548828 Z"/></g></svg>');
background-repeat: no-repeat;
width: 20px;
height: 20px;
position: absolute;
top: 35px;
left: 35px;
}
.comment-body img.avatar {
position: absolute;
top: 5px;
left: 0;
width: 50px;
height: 50px;
border-radius: 100%;
object-fit: cover;
}
.comment-body b.fn {
font-size: 0.888em;
margin-bottom: 0;
display: block;
color: #202020;
font-weight: 700;
}
.comment-author a {
text-decoration: none;
color: #202020;
line-height: 1.25em;
}
.comment-author a:hover {
color: var(--primary-color);
}
.comment-body b.fn span.says {
display: none;
}
.comment-body .comment-metadata {
font-size: 0.666em;
color: #999;
line-height: 1.25em;
}
.comment-metadata a {
color: #999;
}
.comment-metadata a:hover {
color: #202020;
}
.comment-body .comment-awaiting-moderation {
font-size: 0.7778em;
line-height: 1.65em;
margin-top: 10px;
margin-bottom: 0;
color: red;
letter-spacing: 0;
}
.comment-body .reply .comment-reply-link {
display: inline-block;
text-align: center;
position: relative;
vertical-align: top;
color: #202020;
font-size: 0.7em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.8px;
padding-left: 25px;
}
.comment-body .reply .comment-reply-link:hover {
color: var(--primary-color);
}
.comment-body .reply .comment-reply-link:before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="15" viewBox="0 0 18 15"><path d="M934,147.2a11.941,11.941,0,0,1,7.5,3.7,16.063,16.063,0,0,1,3.5,7.3c-2.4-3.4-6.1-5.1-11-5.1v4.1l-7-7,7-7Z" transform="translate(-927 -143.2)" fill="%23202020"/></svg>');
background-repeat: no-repeat;
width: 20px;
height: 20px;
position: absolute;
top: 2px;
left: 0;
}
.comment-body .reply .comment-reply-link:hover:before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="15" viewBox="0 0 18 15"><path d="M934,147.2a11.941,11.941,0,0,1,7.5,3.7,16.063,16.063,0,0,1,3.5,7.3c-2.4-3.4-6.1-5.1-11-5.1v4.1l-7-7,7-7Z" transform="translate(-927 -143.2)" fill="%2390BAB5"/></svg>');
}
.comment-body .comment-content {
font-size: 0.8888em;
font-weight: 400;
}
.comment-body .comment-content p {
margin-top: 5px;
margin-bottom: 15px;
}
.comments-area .comment-list+.comment-respond {
margin-top: 50px;
padding-top: 50px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .comment-reply-title small {
font-size: 50%;
line-height: 1.3;
vertical-align: middle;
display: inline-block;
letter-spacing: 0.5px;
}
.comment-respond .comment-reply-title a {
display: inline-block;
margin-left: 10px;
color: #202020;
vertical-align: middle;
text-transform: uppercase;
font-weight: 700;
padding-left: 10px;
border-left: 1px solid #202020;
}
.comment-respond .comment-reply-title a:hover {
color: var(--primary-color);
}
.comment-respond .comment-form p {
margin-top: 0;
margin-bottom: 20px;
}
.comment-form p.comment-notes {
display: none;
width: 100%;
}
.comment-respond .comment-form p.comment-form-comment {
width: 100%;
}
.comment-respond .comment-form p.comment-form-author,
.comment-respond .comment-form p.comment-form-email,
.comment-respond .comment-form p.comment-form-url {
width: 31.5%;
display: inline-block;
margin-right: 2%;
}
.comment-respond .comment-form p.comment-form-url {
margin-right: 0;
}
.comment-respond .comment-form p textarea,
.comment-respond .comment-form p input {
font-size: 0.7778em;
}
.comment-respond .comment-form p:not(.comment-form-cookies-consent) label {
display: none;
}
.comment-respond .comment-form p.comment-form-cookies-consent {
position: relative;
width: 100%;
}
.comment-respond .comment-form p.comment-form-cookies-consent label {
font-size: 0.8888em;
line-height: 1.65em;
color: var(--font-color);
padding-left: 25px;
position: relative;
cursor: pointer;
display: inline-block;
width: auto;
}
.comment-respond .comment-form p.comment-form-cookies-consent label:hover {
text-decoration: underline;
}
.comment-respond .comment-form p.comment-form-cookies-consent label::before {
content: "";
width: 15px;
height: 15px;
border: 1px solid rgba(0, 0, 0, 0.3);
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
background-repeat: no-repeat;
background-size: 0;
background-position: center;
position: absolute;
top: 6px;
left: 0;
font-weight: normal;
text-align: center;
line-height: 14px;
font-size: 0;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"]:checked+label::before {
content: "";
border-color: #121212;
background-color: #121212;
background-size: 10px;
}
.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"] {
display: none;
}
.comment-form p.form-submit {
margin-bottom: 0;
margin-top: 0;
width: 100%;
}
.comment-form p.form-submit input[type="submit"] {
background: #121212;
border: none;
padding: 20px 35px;
}
.comment-form p.form-submit input[type="submit"]:hover {
background: var(--primary-color);
color: #fff;
} .sticky-bar-content {
background: var(--primary-color);
text-align: center;
color: #fff;
}
.sticky-bar-content .container {
font-size: 0.8888em;
line-height: 1.25;
padding: 15px 30px 15px 0;
}
.sticky-bar-content a {
display: inline-block;
color: #fff;
}
.sticky-t-bar .close {
background: none;
padding: 0;
width: 25px;
height: 25px;
position: absolute;
top: 12px;
right: 2%;
cursor: pointer;
z-index: 9999;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.custom-background .sticky-t-bar .close {
right: calc(100% - 90%);
}
.admin-bar .sticky-t-bar .close {
top: 45px;
}
.sticky-t-bar .close:hover {
background: rgba(0, 0, 0, 0.1);
}
.sticky-t-bar .close::before,
.sticky-t-bar .close::after {
content: "";
background: #fff;
width: 15px;
height: 1px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.sticky-t-bar .close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.sticky-t-bar:not(.active) .close {
top: 0;
background: var(--primary-color);
}
.admin-bar .sticky-t-bar:not(.active) .close {
top: 32px;
}
.sticky-t-bar:not(.active) .close::before,
.sticky-t-bar:not(.active) .close::after {
width: 8px;
left: -5px;
height: 2px;
}
.sticky-t-bar:not(.active) .close::after {
left: 0;
right: -5px;
}
.sticky-t-bar .newsletter-inner-wrapper {
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
align-items: center;
max-width: 1220px;
margin: 0 auto;
padding: 10px 0;
}
.sticky-t-bar .newsletter-inner-wrapper .text-holder {
margin-bottom: 0;
padding-right: 20px;
text-align: right;
}
.sticky-t-bar .newsletter-inner-wrapper h3 {
font-size: 1.1112em;
margin-top: 0;
margin-bottom: 0;
}
.sticky-t-bar .newsletter-inner-wrapper .text-holder span {
font-size: 0.8888em;
}
.sticky-t-bar .newsletter-inner-wrapper form {
display: flex;
flex-wrap: wrap;
text-align: left;
flex: inherit;
}
.sticky-t-bar .newsletter-inner-wrapper form input {
width: auto;
margin-bottom: 0;
margin-top: 0;
height: 40px;
}
.sticky-t-bar .newsletter-inner-wrapper form input[type="text"] {
border-color: rgba(0, 0, 0, 0.15);
margin-right: 5px;
}
.sticky-t-bar .newsletter-inner-wrapper form input[name="subscribe-email"] {
width: 60%;
}
.sticky-t-bar .newsletter-inner-wrapper form input[name="subscribe-fname"]+input[name="subscribe-email"] {
width: auto;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap input[type="checkbox"],
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form label .check-mark {
top: 5px;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap input[type="checkbox"] {
height: auto;
}
.sticky-t-bar .newsletter-inner-wrapper form input[type="submit"] {
margin-top: 0 !important;
padding-top: 5px;
padding-bottom: 5px;
} .header-t {
background: rgba(0, 0, 0, 0.03);
padding: 15px 0;
}
.header-t .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
.secondary-menu {
display: flex;
flex: auto;
align-items: center;
}
.secondary-menu .toggle-btn {
display: none;
}
.secondary-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.secondary-menu ul li {
display: inline-block;
vertical-align: middle;
font-size: 0.7222em;
letter-spacing: 1px;
font-weight: 700;
line-height: 1.7;
position: relative;
}
.secondary-menu ul li .submenu-toggle {
top: 10px;
right: 13px;
font-size: 10px;
}
.secondary-menu ul ul li .submenu-toggle {
top: 20px;
}
.secondary-menu ul li a {
color: var(--font-color);
display: inline-block;
text-decoration: none;
padding: 5px 15px;
}
.secondary-menu ul li.menu-item-has-children>a {
padding-right: 25px;
}
.secondary-menu ul.nav-menu>li:first-child a {
padding-left: 0;
}
.secondary-menu ul li:hover>a,
.secondary-menu ul li.current-menu-item>a,
.secondary-menu ul li.current_page_item>a,
.secondary-menu ul li.current-menu-ancestor>a,
.secondary-menu ul li.current_page_ancestor>a,
.secondary-menu ul li:hover>.submenu-toggle,
.secondary-menu ul li.current-menu-item>.submenu-toggle,
.secondary-menu ul li.current_page_item>.submenu-toggle,
.secondary-menu ul li.current-menu-ancestor>.submenu-toggle,
.secondary-menu ul li.current_page_ancestor>.submenu-toggle {
color: var(--primary-color);
}
.secondary-menu ul li:hover>ul,
.secondary-menu ul li.focused>ul {
opacity: 1;
filter: alpha(opacity=100);
clip: inherit;
}
.secondary-menu ul ul {
opacity: 0;
clip: rect(1px, 1px, 1px, 1px);
position: absolute;
top: 100%;
left: 0;
width: 250px;
background: #ffffff;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
z-index: 999;
}
.secondary-menu ul ul ul {
left: 100%;
top: 0;
}
.secondary-menu .nav-menu>li:nth-last-of-type(1)>ul,
.secondary-menu .nav-menu>li:nth-last-of-type(2)>ul,
.secondary-menu .nav-menu>li:nth-last-of-type(3)>ul {
left: auto;
right: 0;
}
.secondary-menu .nav-menu>li:nth-last-of-type(1)>ul ul,
.secondary-menu .nav-menu>li:nth-last-of-type(2)>ul ul,
.secondary-menu .nav-menu>li:nth-last-of-type(3)>ul ul {
left: auto;
right: 100%;
}
.secondary-menu ul ul li {
display: block;
font-size: 1em;
letter-spacing: 1px;
padding-right: 25px;
padding-left: 25px;
margin-right: 0;
border-right: none;
}
.secondary-menu ul ul li.menu-item-has-children .submenu-toggle {
right: 25px;
}
.secondary-menu ul ul li a {
display: block;
padding: 15px 0;
border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.secondary-menu ul ul li.menu-item-has-children>a {
padding-right: 20px;
}
.header-t .right {
display: flex;
flex: auto;
justify-content: flex-end;
align-items: center;
}
.header-social ul li {
display: inline-block;
font-size: 0.7778em;
}
.header-social ul li a {
display: inline-block;
color: #121212;
padding: 10px 7px;
line-height: 1;
}
.header-social ul li a:hover {
color: var(--primary-color);
}
.header-search {
position: relative;
line-height: 1;
}
.header-search .search-toggle,
.cart-block {
background: none;
color: var(--font-color);
font-size: 0.7778em;
padding: 5px 0;
line-height: 1;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.header-search .search-toggle:hover {
cursor: pointer;
color: var(--primary-color);
}
.header-search-wrap {
position: absolute;
top: -5px !important;
right: -30%;
z-index: 999;
background: #fff;
box-shadow: -5px 0 20px rgba(0, 0, 0, 0.07);
width: 300px;
opacity: 0;
visibility: hidden;
clip: rect(1px 1px 1px 1px);
-webkit-transition: opacity 0.35s ease, right 0.35s ease;
-moz-transition: opacity 0.35s ease, right 0.35s ease;
transition: opacity 0.35s ease, right 0.35s ease;
}
.active .header-search-wrap {
right: 0;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
clip: inherit;
}
.header-search-inner-wrap {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.header-search-wrap .close {
background: none;
padding: 0;
width: 30px;
height: 35px;
position: relative;
cursor: pointer;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.header-search-wrap .close:hover {
background: none;
}
.header-search-wrap .close::before,
.header-search-wrap .close::after {
content: "";
background: #999;
width: 15px;
height: 1px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.header-search-wrap .close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.header-search-wrap .close:hover::before,
.header-search-wrap .close:hover::after {
background: #f00;
}
.header-search-wrap .search-form {
width: calc(100% - 30px);
position: relative;
padding-left: 30px;
}
.header-search-wrap .search-form::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23999" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 10px;
left: 10px;
width: 15px;
height: 15px;
}
.header-search-wrap .search-form label {
width: calc(100% - 35px);
}
.header-search-wrap .search-form .search-field {
height: 35px;
background: rgba(255, 255, 255, 0.85);
border-color: rgba(255, 255, 255, 0.3);
padding: 0 15px 0 5px;
}
.header-search-wrap .search-form .search-submit {
height: 35px;
width: 35px;
text-indent: 40px;
background-color: transparent;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23999" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
background-size: 15px;
background-repeat: no-repeat;
background-position: center;
opacity: 0;
position: relative;
z-index: -1;
}
.header-search-wrap .search-form .search-submit:focus {
opacity: 1;
filter: alpha(opacity=100);
z-index: 9;
}
.cart-block {
margin-left: 15px;
}
.cart-block a {
color: #121212;
position: relative;
padding-right: 8px;
padding-top: 8px;
}
.cart-block a:hover {
color: var(--primary-color);
}
.cart-block a .number {
position: absolute;
top: 0;
right: 0;
background: var(--primary-color);
color: #fff;
width: 17px;
text-align: center;
height: 17px;
line-height: 17px;
border-radius: 100%;
font-size: 0.7778em;
font-weight: 600;
}
.header-t .header-social+.header-search,
.header-t .header-social+.cart-block {
border-left: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 15px;
margin-left: 5px;
} .header-mid {
padding: 30px 0;
text-align: center;
}
.site-branding .site-title-wrap .site-title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.6667em;
line-height: 1.3;
font-family: var(--secondary-font);
font-weight: 800;
}
.site-branding .site-title-wrap .site-title a {
color: #121212;
text-decoration: none;
}
.site-branding .site-title-wrap .site-description {
margin-top: 0;
margin-bottom: 0;
font-size: 0.7778em;
color: #777;
} .header-bottom {
border-top: 1px solid rgba(0, 0, 0, 0.07);
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.main-navigation .toggle-btn,
.main-navigation .toggle-text {
display: none;
}
.main-navigation ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.main-navigation ul li {
display: inline-block;
vertical-align: middle;
font-size: 0.7222em;
letter-spacing: 1px;
font-weight: 700;
line-height: 1.75;
position: relative;
}
.submenu-toggle {
background: none;
padding: 0;
color: var(--font-color);
font-size: 12px;
display: block;
position: absolute;
top: 26px;
right: 19px;
text-align: center;
cursor: pointer;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.submenu-toggle:hover {
background: none;
color: var(--primary-color);
}
.sub-menu .menu-item-has-children .submenu-toggle {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.main-navigation ul li a {
color: var(--font-color);
display: inline-block;
text-decoration: none;
padding: 22px;
}
.main-navigation ul li.menu-item-has-children>a {
padding-right: 35px;
}
.main-navigation ul li:hover>a,
.main-navigation ul li.current-menu-item>a,
.main-navigation ul li.current_page_item>a,
.main-navigation ul li.current-menu-ancestor>a,
.main-navigation ul li.current_page_ancestor>a,
.main-navigation ul li:hover>.submenu-toggle,
.main-navigation ul li.current-menu-item>.submenu-toggle,
.main-navigation ul li.current_page_item>.submenu-toggle,
.main-navigation ul li.current-menu-ancestor>.submenu-toggle,
.main-navigation ul li.current_page_ancestor>.submenu-toggle {
color: var(--primary-color);
}
.main-navigation ul ul {
opacity: 0;
clip: rect(1px, 1px, 1px, 1px);
position: absolute;
top: 100%;
left: 0;
width: 250px;
background: #ffffff;
text-align: left;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
z-index: 99999;
}
.main-navigation ul ul ul {
left: 100%;
top: 0;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focused>ul {
opacity: 1;
filter: alpha(opacity=100);
clip: inherit;
}
.main-navigation ul ul li {
display: block;
font-size: 1em;
letter-spacing: 1px;
padding-right: 25px;
padding-left: 25px;
margin-right: 0;
border-right: none;
}
.main-navigation ul ul li.menu-item-has-children .submenu-toggle {
right: 25px;
top: 19px;
}
.main-navigation ul ul li a {
display: block;
padding: 15px 0;
border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.main-navigation ul ul li.menu-item-has-children>a {
padding-right: 20px;
} .style-three .header-bottom .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
.style-three .header-bottom .main-navigation {
display: flex;
flex: auto;
flex-wrap: wrap;
}
.style-three .header-bottom .right {
display: flex;
justify-content: flex-end;
align-items: center;
}
.style-three .header-bottom .header-social+.header-search,
.style-three .header-bottom .header-social+.cart-block {
border-left: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 15px;
margin-left: 5px;
}
.site-header.style-one .header-search-wrap,
.site-header.style-three .header-search-wrap,
.site-header.style-six .header-search-wrap {
top: -2px !important;
} .site-header.style-four {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.style-four .header-t .social-networks {
margin: 0;
padding: 0;
list-style: none;
}
.style-four .header-bottom {
border-bottom: none;
}
.style-four .header-bottom .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
.style-four .header-bottom .main-navigation {
display: flex;
flex: auto;
flex-wrap: wrap;
}
.style-four .header-bottom .right {
display: flex;
justify-content: flex-end;
align-items: center;
}
.style-four .header-bottom .header-search+.cart-block {
border-left: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 15px;
margin-left: 15px;
} .site-header.style-five .header-t {
padding-top: 10px;
padding-bottom: 10px;
}
.site-header.style-five .secondary-menu {
justify-content: center;
}
.site-header.style-five .header-mid .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
.site-header.style-five .header-mid .site-branding {
order: 2;
display: flex;
flex-direction: column;
justify-content: center;
flex: auto;
}
.site-header.style-five .header-mid .header-social {
order: 1;
display: flex;
flex: 1;
flex-direction: column;
align-items: flex-start;
}
.site-header.style-five .header-mid .header-search {
order: 3;
display: flex;
flex: 1;
flex-direction: column;
align-items: flex-end;
}
.site-header.style-five .header-mid .header-search .search-form {
flex-wrap: inherit;
}
.site-header.style-five .header-mid .header-search .search-form label {
width: auto;
}
.site-header.style-five .header-mid .search-form .search-field {
border: none;
height: auto;
padding: 0;
}
.site-header.style-five .header-mid .search-form .search-submit {
background-color: transparent;
width: 30px;
height: auto;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
background-repeat: no-repeat;
background-size: 15px;
background-position: center right;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header.style-five .header-mid .search-form .search-submit:hover {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2390BAB5" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
} .site-header.style-six .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
.site-header.style-six .site-branding {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
padding: 15px 0;
}
.site-header.style-six .site-branding .site-logo+.site-title-wrap {
padding-left: 15px;
}
.site-header.style-six .main-navigation ul li:nth-last-of-type(1)>a {
padding-right: 0;
}
.site-header.style-six .main-navigation ul li.menu-item-has-children:nth-last-of-type(1)>a {
padding-right: 15px;
}
.site-header.style-six .main-navigation ul li.menu-item-has-children:nth-last-of-type(1)>.submenu-toggle {
right: 0;
}
.main-navigation ul.nav-menu>li:nth-last-of-type(1)>ul,
.main-navigation ul.nav-menu>li:nth-last-of-type(2)>ul,
.main-navigation ul.nav-menu>li:nth-last-of-type(3)>ul {
left: auto;
right: 0;
} .site-header.style-seven .header-bottom {
border-bottom: none;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.site-header.style-seven .container {
display: flex;
flex: 1;
flex-wrap: wrap;
max-width: 100%;
padding: 0 3%;
align-items: center;
}
.site-header.style-seven .site-branding {
display: flex;
flex: initial;
flex-wrap: wrap;
align-items: center;
padding: 15px 0;
}
.site-header.style-seven .site-branding .site-logo+.site-title-wrap {
padding-left: 15px;
}
.site-header.style-seven .main-navigation {
display: flex;
flex: 2;
flex-direction: column;
align-items: flex-start;
}
.site-header.style-seven .right {
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: flex-end;
}
.site-header.style-seven .header-bottom .header-search {
padding-left: 10px;
}
.site-header.style-seven .header-bottom .header-search .search-form {
flex-wrap: inherit;
}
.site-header.style-seven .header-bottom .header-search .search-form label {
width: auto;
}
.site-header.style-seven .header-bottom .search-form .search-field {
border: none;
height: auto;
padding: 0;
}
.site-header.style-seven .header-bottom .search-form .search-submit {
background-color: transparent;
width: 30px;
height: auto;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
background-repeat: no-repeat;
background-size: 15px;
background-position: center right;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header.style-seven .header-bottom .search-form .search-submit:hover {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2390BAB5" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
} .site-header.style-eight .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
.site-header.style-eight .site-branding {
display: flex;
flex: auto;
flex-wrap: wrap;
align-items: center;
padding: 15px 0;
}
.site-header.style-eight .site-branding .site-logo+.site-title-wrap {
padding-left: 15px;
}
.site-header.style-eight .main-navigation {
display: flex;
flex: auto;
flex-direction: column;
align-items: flex-start;
}
.site-header.style-eight .right {
display: flex;
flex: auto;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}
.style-eight .header-bottom .header-social+.header-search,
.style-eight .header-bottom .header-social+.cart-block {
border-left: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 15px;
margin-left: 5px;
} .site-header.style-nine .header-bottom {
border-bottom: none;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.site-header.style-nine .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
max-width: 100%;
padding: 0 3%;
}
.style-nine .header-bottom .secondary-menu {
flex: initial;
border-right: 1px solid rgba(0, 0, 0, 0.2);
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
.style-nine .header-bottom .secondary-menu .toggle-btn {
display: inline-block;
padding: 0;
width: 20px;
height: 20px;
background: none;
border: none;
position: relative;
cursor: pointer;
}
.style-nine .header-bottom .secondary-menu .toggle-btn .toggle-bar {
background: #333;
width: 100%;
height: 2px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-nine .header-bottom .secondary-menu .toggle-btn .toggle-bar:first-child {
top: -12px;
}
.style-nine .header-bottom .secondary-menu .toggle-btn .toggle-bar:last-child {
bottom: -12px;
}
.style-nine .header-bottom .secondary-menu .toggle-btn:hover .toggle-bar {
background: var(--primary-color);
}
.style-nine .header-bottom .secondary-menu ul.nav-menu {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 320px;
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 999;
overflow: auto;
padding-top: 80px;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.style-nine .header-bottom .secondary-menu.menu-toggled ul.nav-menu {
visibility: visible;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.style-nine .secondary-menu .nav-menu .close {
display: block;
width: 20px;
height: 20px;
position: fixed;
top: 30px;
right: 30px;
cursor: pointer;
}
.style-nine .secondary-menu .nav-menu .close::before,
.style-nine .secondary-menu .nav-menu .close::after {
content: "";
background: #333;
height: 2px;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.style-nine .secondary-menu .nav-menu .close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.style-nine .secondary-menu .nav-menu .close:hover::before,
.style-nine .secondary-menu .nav-menu .close:hover::after {
background: #f00;
}
.style-nine .header-bottom .secondary-menu ul li {
display: block;
padding-left: 0;
padding-right: 0;
}
.style-nine .header-bottom .secondary-menu ul li a {
display: block;
padding: 25px 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.style-nine .header-bottom .secondary-menu ul li.menu-item-has-children>a {
padding-right: 30px;
}
.style-nine .header-bottom .secondary-menu ul li .submenu-toggle {
top: 0;
width: 25px;
height: 60px;
font-size: inherit;
display: flex;
flex: 1;
justify-content: center;
align-items: center;
flex-direction: column;
right: 5px;
-webkit-transform: none;
-moz-transform: none;
transform: none;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-nine .header-bottom .secondary-menu ul li .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.style-nine .secondary-menu ul ul {
display: none;
position: static;
width: 100%;
opacity: 1;
visibility: visible;
box-shadow: none;
background: rgba(0, 0, 0, 0.02);
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.site-header.style-nine .site-branding {
display: flex;
flex: auto;
flex-wrap: wrap;
align-items: center;
padding: 15px 0;
}
.style-nine .header-bottom .secondary-menu+.site-branding {
padding-left: 20px;
}
.site-header.style-nine .site-branding .site-logo+.site-title-wrap {
padding-left: 15px;
}
.site-header.style-nine .main-navigation {
display: flex;
flex: auto;
flex-direction: column;
align-items: flex-start;
}
.site-header.style-nine .right {
display: flex;
flex: auto;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}
.style-nine .header-bottom .header-social+.header-search,
.style-nine .header-bottom .header-social+.cart-block {
border-left: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 15px;
margin-left: 5px;
} .site-header.style-ten {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.site-header.style-ten .header-t {
background: none;
}
.site-header.style-ten .header-bottom {
border-bottom: none;
}
.site-header.style-ten .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
justify-content: center;
max-width: 100%;
padding: 0 3%;
}
.site-header.style-ten .secondary-menu,
.site-header.style-ten .right {
flex: 1;
}
.style-ten .secondary-menu .toggle-btn {
display: inline-block;
padding: 0;
width: 20px;
height: 20px;
background: none;
border: none;
position: relative;
cursor: pointer;
}
.style-ten .secondary-menu .toggle-btn .toggle-bar {
background: #333;
width: 100%;
height: 2px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-ten .secondary-menu .toggle-btn .toggle-bar:first-child {
top: -12px;
}
.style-ten .secondary-menu .toggle-btn .toggle-bar:last-child {
bottom: -12px;
}
.style-ten .secondary-menu .toggle-btn:hover .toggle-bar {
background: var(--primary-color);
}
.style-ten .secondary-menu ul.nav-menu {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 320px;
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 999;
overflow: auto;
padding-top: 80px;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.style-ten .secondary-menu.menu-toggled ul.nav-menu {
visibility: visible;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.style-ten .secondary-menu .nav-menu .close {
display: block;
width: 20px;
height: 20px;
position: fixed;
top: 30px;
right: 30px;
cursor: pointer;
}
.style-ten .secondary-menu .nav-menu .close::before,
.style-ten .secondary-menu .nav-menu .close::after {
content: "";
background: #333;
height: 2px;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.style-ten .secondary-menu .nav-menu .close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.style-ten .secondary-menu .nav-menu .close:hover::before,
.style-ten .secondary-menu .nav-menu .close:hover::after {
background: #f00;
}
.style-ten .secondary-menu ul li {
display: block;
padding-left: 0;
padding-right: 0;
}
.style-ten .secondary-menu ul li a {
display: block;
padding: 25px 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.style-ten .secondary-menu ul li.menu-item-has-children>a {
padding-right: 30px;
}
.style-ten .secondary-menu ul li.menu-item-has-children .submenu-toggle {
top: 0;
width: 25px;
height: 60px;
font-size: inherit;
display: flex;
flex: 1;
justify-content: center;
align-items: center;
flex-direction: column;
right: 5px;
-webkit-transform: none;
-moz-transform: none;
transform: none;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-ten .secondary-menu ul li.menu-item-has-children .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.style-ten .secondary-menu ul ul {
display: none;
position: static;
width: 100%;
opacity: 1;
visibility: visible;
box-shadow: none;
background: rgba(0, 0, 0, 0.02);
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.site-header.style-ten .site-branding {
display: flex;
flex-direction: column;
flex: auto;
justify-content: center;
align-items: center;
text-align: center;
} .site-header.style-eleven .header-mid .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
max-width: 100%;
padding-left: 3%;
padding-right: 3%;
}
.site-header.style-eleven .site-branding {
display: flex;
flex: auto;
flex-wrap: wrap;
align-items: center;
text-align: left;
}
.site-header.style-eleven .site-branding .site-logo+.site-title-wrap {
padding-left: 15px;
}
.site-header.style-eleven .header-mid .right {
display: flex;
flex: auto;
justify-content: flex-end;
}
.style-eleven .header-bottom .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
max-width: 100%;
padding-left: 3%;
padding-right: 3%;
}
.style-eleven .header-bottom .secondary-menu {
flex: initial;
border-right: 1px solid rgba(0, 0, 0, 0.1);
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
}
.style-eleven .header-bottom .secondary-menu .toggle-btn {
display: inline-block;
padding: 0;
width: 20px;
height: 20px;
background: none;
border: none;
position: relative;
cursor: pointer;
}
.style-eleven .header-bottom .secondary-menu .toggle-btn .toggle-bar {
background: #333;
width: 100%;
height: 2px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-eleven .header-bottom .secondary-menu .toggle-btn .toggle-bar:first-child {
top: -12px;
}
.style-eleven .header-bottom .secondary-menu .toggle-btn .toggle-bar:last-child {
bottom: -12px;
}
.style-eleven .header-bottom .secondary-menu .toggle-btn:hover .toggle-bar {
background: var(--primary-color);
}
.style-eleven .header-bottom .secondary-menu ul.nav-menu {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 320px;
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 999;
overflow: auto;
padding-top: 80px;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.style-eleven .header-bottom .secondary-menu.menu-toggled ul.nav-menu {
visibility: visible;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.style-eleven .secondary-menu .nav-menu .close {
display: block;
width: 20px;
height: 20px;
position: fixed;
top: 30px;
right: 30px;
cursor: pointer;
}
.style-eleven .secondary-menu .nav-menu .close::before,
.style-eleven .secondary-menu .nav-menu .close::after {
content: "";
background: #333;
height: 2px;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.style-eleven .secondary-menu .nav-menu .close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.style-eleven .secondary-menu .nav-menu .close:hover::before,
.style-eleven .secondary-menu .nav-menu .close:hover::after {
background: #f00;
}
.style-eleven .header-bottom .secondary-menu ul li {
display: block;
padding-left: 0;
padding-right: 0;
}
.style-eleven .header-bottom .secondary-menu ul li a {
display: block;
padding: 25px 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.style-eleven .header-bottom .secondary-menu ul li.menu-item-has-children>a {
padding-right: 30px;
}
.style-eleven .header-bottom .secondary-menu ul li .submenu-toggle {
top: 0;
width: 25px;
height: 60px;
font-size: inherit;
display: flex;
flex: 1;
justify-content: center;
align-items: center;
flex-direction: column;
right: 5px;
-webkit-transform: none;
-moz-transform: none;
transform: none;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-eleven .header-bottom .secondary-menu ul li .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.style-eleven .secondary-menu ul ul {
display: none;
position: static;
width: 100%;
opacity: 1;
visibility: visible;
box-shadow: none;
background: rgba(0, 0, 0, 0.02);
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.style-eleven .header-bottom .main-navigation {
display: flex;
flex: auto;
flex-wrap: wrap;
}
.style-eleven .header-bottom .right {
display: flex;
justify-content: flex-end;
align-items: center;
}
.style-eleven .header-bottom .header-social+.header-search,
.style-eleven .header-bottom .header-social+.cart-block {
border-left: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 15px;
margin-left: 5px;
} .site-header.style-twelve .header-mid .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
.site-header.style-twelve .site-branding {
display: flex;
flex: auto;
flex-wrap: wrap;
align-items: center;
text-align: left;
}
.site-header.style-twelve .site-branding .site-logo+.site-title-wrap {
padding-left: 15px;
}
.site-header.style-twelve .header-mid .right {
display: flex;
flex: auto;
justify-content: flex-end;
}
.style-twelve .header-bottom .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
.style-twelve .header-bottom .secondary-menu {
flex: initial;
border-right: 1px solid rgba(0, 0, 0, 0.1);
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
}
.style-twelve .header-bottom .secondary-menu .toggle-btn {
display: inline-block;
padding: 0;
width: 20px;
height: 20px;
background: none;
border: none;
position: relative;
cursor: pointer;
}
.style-twelve .header-bottom .secondary-menu .toggle-btn .toggle-bar {
background: #333;
width: 100%;
height: 2px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-twelve .header-bottom .secondary-menu .toggle-btn .toggle-bar:first-child {
top: -12px;
}
.style-twelve .header-bottom .secondary-menu .toggle-btn .toggle-bar:last-child {
bottom: -12px;
}
.style-twelve .header-bottom .secondary-menu .toggle-btn:hover .toggle-bar {
background: var(--primary-color);
}
.style-twelve .header-bottom .secondary-menu ul.nav-menu {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 320px;
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 999;
overflow: auto;
padding-top: 80px;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.style-twelve .header-bottom .secondary-menu.menu-toggled ul.nav-menu {
visibility: visible;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.style-twelve .secondary-menu .nav-menu .close {
display: block;
width: 20px;
height: 20px;
position: fixed;
top: 30px;
right: 30px;
cursor: pointer;
}
.style-twelve .secondary-menu .nav-menu .close::before,
.style-twelve .secondary-menu .nav-menu .close::after {
content: "";
background: #333;
height: 2px;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.style-twelve .secondary-menu .nav-menu .close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.style-twelve .secondary-menu .nav-menu .close:hover::before,
.style-twelve .secondary-menu .nav-menu .close:hover::after {
background: #f00;
}
.style-twelve .header-bottom .secondary-menu ul li {
display: block;
padding-left: 0;
padding-right: 0;
}
.style-twelve .header-bottom .secondary-menu ul li a {
display: block;
padding: 25px 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.style-twelve .header-bottom .secondary-menu ul li.menu-item-has-children>a {
padding-right: 30px;
}
.style-twelve .header-bottom .secondary-menu ul li .submenu-toggle {
top: 0;
width: 25px;
height: 60px;
font-size: inherit;
display: flex;
flex: 1;
justify-content: center;
align-items: center;
flex-direction: column;
right: 5px;
-webkit-transform: none;
-moz-transform: none;
transform: none;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-twelve .header-bottom .secondary-menu ul li .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.style-twelve .secondary-menu ul ul {
display: none;
position: static;
width: 100%;
opacity: 1;
visibility: visible;
box-shadow: none;
background: rgba(0, 0, 0, 0.02);
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.style-twelve .header-bottom .main-navigation {
display: flex;
flex: auto;
flex-wrap: wrap;
}
.style-twelve .header-bottom .right {
display: flex;
justify-content: flex-end;
align-items: center;
}
.style-twelve .header-bottom .header-social+.header-search,
.style-twelve .header-bottom .header-social+.cart-block {
border-left: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 15px;
margin-left: 5px;
} .site-header.style-thirteen {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site-header.style-thirteen .header-t {
background: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 0;
}
.site-header.style-thirteen .header-social {
display: flex;
flex: auto;
flex-direction: column;
}
.site-header.style-thirteen .main-navigation {
display: flex;
flex: auto;
flex-direction: column;
align-items: center;
}
.site-header.style-thirteen .main-navigation ul li a {
padding-left: 15px;
padding-right: 15px;
}
.site-header.style-thirteen .main-navigation ul ul li a {
padding-left: 0;
padding-right: 0;
}
.site-header.style-thirteen .main-navigation ul li.menu-item-has-children>a {
padding-right: 35px;
} .site-header.style-fourteen {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site-header.style-fourteen .header-t {
background: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 0;
}
.site-header.style-fourteen .header-t .container {
max-width: 100%;
padding-left: 3%;
padding-right: 3%;
}
.site-header.style-fourteen .header-social {
display: flex;
flex: auto;
flex-direction: column;
}
.site-header.style-fourteen .main-navigation {
display: flex;
flex: auto;
flex-direction: column;
align-items: center;
}
.site-header.style-fourteen .main-navigation ul li a {
padding-left: 15px;
padding-right: 15px;
}
.site-header.style-fourteen .main-navigation ul ul li a {
padding-left: 0;
padding-right: 0;
}
.site-header.style-fourteen .main-navigation ul li.menu-item-has-children>a {
padding-right: 35px;
}
.site-header.style-fourteen .header-search .search-form {
flex-wrap: inherit;
}
.site-header.style-fourteen .header-search .search-form label {
width: auto;
}
.site-header.style-fourteen .search-form .search-field {
border: none;
height: auto;
padding: 0;
}
.site-header.style-fourteen .search-form .search-submit {
background-color: transparent;
width: 30px;
height: auto;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
background-repeat: no-repeat;
background-size: 15px;
background-position: center right;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header.style-fourteen .search-form .search-submit:hover {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2390BAB5" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
} .site-header.style-fifteen .header-mid {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
position: relative; }
.site-header.style-fifteen .header-t {
background: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 0;
}
.site-header.style-fifteen .main-navigation {
display: flex;
flex: auto;
flex-direction: column;
align-items: center;
}
.style-fifteen .secondary-menu {
flex: initial;
border-right: 1px solid rgba(0, 0, 0, 0.1);
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
}
.style-fifteen .secondary-menu .toggle-btn {
display: inline-block;
padding: 0;
width: 20px;
height: 20px;
background: none;
border: none;
position: relative;
cursor: pointer;
}
.style-fifteen .secondary-menu .toggle-btn .toggle-bar {
background: #333;
width: 100%;
height: 2px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-fifteen .secondary-menu .toggle-btn .toggle-bar:first-child {
top: -12px;
}
.style-fifteen .secondary-menu .toggle-btn .toggle-bar:last-child {
bottom: -12px;
}
.style-fifteen .secondary-menu .toggle-btn:hover .toggle-bar {
background: var(--primary-color);
}
.style-fifteen .secondary-menu ul.nav-menu {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 320px;
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 999;
overflow: auto;
padding-top: 80px;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.style-fifteen .secondary-menu.menu-toggled ul.nav-menu {
visibility: visible;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.style-fifteen .secondary-menu .nav-menu .close {
display: block;
width: 20px;
height: 20px;
position: fixed;
top: 30px;
right: 30px;
cursor: pointer;
}
.style-fifteen .secondary-menu .nav-menu .close::before,
.style-fifteen .secondary-menu .nav-menu .close::after {
content: "";
background: #333;
height: 2px;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.style-fifteen .secondary-menu .nav-menu .close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.style-fifteen .secondary-menu .nav-menu .close:hover::before,
.style-fifteen .secondary-menu .nav-menu .close:hover::after {
background: #f00;
}
.style-fifteen .secondary-menu ul li {
display: block;
padding-left: 0;
padding-right: 0;
}
.style-fifteen .secondary-menu ul li a {
display: block;
padding: 25px 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.style-fifteen .secondary-menu ul li.menu-item-has-children>a {
padding-right: 30px;
}
.style-fifteen .secondary-menu ul li.menu-item-has-children .submenu-toggle {
top: 0;
width: 25px;
height: 60px;
font-size: inherit;
display: flex;
flex: 1;
justify-content: center;
align-items: center;
flex-direction: column;
right: 5px;
-webkit-transform: none;
-moz-transform: none;
transform: none;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-fifteen .secondary-menu ul li.menu-item-has-children .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.style-fifteen .secondary-menu ul ul {
display: none;
position: static;
width: 100%;
opacity: 1;
visibility: visible;
box-shadow: none;
background: rgba(0, 0, 0, 0.02);
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.site-header.style-fifteen .header-mid .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
justify-content: center;
max-width: 100%;
padding: 0 3%;
}
.site-header.style-fifteen .secondary-menu {
display: flex;
flex: 1;
flex-wrap: wrap;
padding: 0;
border-right: none;
text-align: left;
}
.site-header.style-fifteen .right {
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}
.style-fifteen .header-mid .header-social+.header-search,
.style-fifteen .header-mid .header-social+.cart-block {
border-left: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 15px;
margin-left: 5px;
}
.site-header.style-fifteen .site-branding {
display: flex;
flex-direction: column;
flex: auto;
justify-content: center;
align-items: center;
text-align: center;
} .site-header.style-sixteen .header-mid {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
position: relative;
}
.site-header.style-sixteen .header-t {
background: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 0;
}
.site-header.style-sixteen .main-navigation {
display: flex;
flex: auto;
flex-direction: column;
align-items: center;
}
.style-sixteen .secondary-menu {
flex: initial;
border-right: 1px solid rgba(0, 0, 0, 0.1);
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
}
.style-sixteen .secondary-menu .toggle-btn {
display: inline-block;
padding: 0;
width: 20px;
height: 20px;
background: none;
border: none;
position: relative;
cursor: pointer;
}
.style-sixteen .secondary-menu .toggle-btn .toggle-bar {
background: #333;
width: 100%;
height: 2px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-sixteen .secondary-menu .toggle-btn .toggle-bar:first-child {
top: -12px;
}
.style-sixteen .secondary-menu .toggle-btn .toggle-bar:last-child {
bottom: -12px;
}
.style-sixteen .secondary-menu .toggle-btn:hover .toggle-bar {
background: var(--primary-color);
}
.style-sixteen .secondary-menu ul.nav-menu {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 320px;
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 999;
overflow: auto;
padding-top: 80px;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.style-sixteen .secondary-menu.menu-toggled ul.nav-menu {
visibility: visible;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.style-sixteen .secondary-menu .nav-menu .close {
display: block;
width: 20px;
height: 20px;
position: fixed;
top: 30px;
right: 30px;
cursor: pointer;
}
.style-sixteen .secondary-menu .nav-menu .close::before,
.style-sixteen .secondary-menu .nav-menu .close::after {
content: "";
background: #333;
height: 2px;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.style-sixteen .secondary-menu .nav-menu .close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.style-sixteen .secondary-menu .nav-menu .close:hover::before,
.style-sixteen .secondary-menu .nav-menu .close:hover::after {
background: #f00;
}
.style-sixteen .secondary-menu ul li {
display: block;
padding-left: 0;
padding-right: 0;
}
.style-sixteen .secondary-menu ul li a {
display: block;
padding: 25px 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.style-sixteen .secondary-menu ul li.menu-item-has-children>a {
padding-right: 30px;
}
.style-sixteen .secondary-menu ul li.menu-item-has-children .submenu-toggle {
top: 0;
width: 25px;
height: 60px;
font-size: inherit;
display: flex;
flex: 1;
justify-content: center;
align-items: center;
flex-direction: column;
right: 5px;
-webkit-transform: none;
-moz-transform: none;
transform: none;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-sixteen .secondary-menu ul li.menu-item-has-children .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.style-sixteen .secondary-menu ul ul {
display: none;
position: static;
width: 100%;
opacity: 1;
visibility: visible;
box-shadow: none;
background: rgba(0, 0, 0, 0.02);
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.site-header.style-sixteen .header-mid .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.site-header.style-sixteen .secondary-menu {
display: flex;
flex: 1;
flex-wrap: wrap;
padding: 0;
border-right: none;
text-align: left;
}
.site-header.style-sixteen .right {
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}
.style-sixteen .header-mid .header-social+.header-search,
.style-sixteen .header-mid .header-social+.cart-block {
border-left: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 15px;
margin-left: 5px;
}
.site-header.style-sixteen .site-branding {
display: flex;
flex-direction: column;
flex: auto;
justify-content: center;
align-items: center;
text-align: center;
} .site-header.style-seventeen .header-t {
background: none;
padding: 30px 0;
}
.site-header.style-seventeen .header-t .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
justify-content: center;
max-width: 100%;
padding-left: 3%;
padding-right: 3%;
}
.site-header.style-seventeen .secondary-menu {
display: flex;
flex: 1;
flex-wrap: wrap;
padding: 0;
border-right: none;
text-align: left;
}
.site-header.style-seventeen .right {
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}
.style-seventeen .header-t .header-social+.header-search,
.style-seventeen .header-t .header-social+.cart-block {
border-left: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 15px;
margin-left: 5px;
}
.site-header.style-seventeen .site-branding {
display: flex;
flex-direction: column;
flex: auto;
justify-content: center;
align-items: center;
text-align: center;
}
.site-header.style-seventeen .header-mid {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header.style-seventeen .main-navigation {
display: flex;
flex: auto;
justify-content: center;
align-items: center;
}
.style-seventeen .secondary-menu {
flex: initial;
border-right: 1px solid rgba(0, 0, 0, 0.1);
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
}
.style-seventeen .secondary-menu .toggle-btn {
display: inline-block;
padding: 0;
width: 20px;
height: 20px;
background: none;
border: none;
position: relative;
cursor: pointer;
}
.style-seventeen .secondary-menu .toggle-btn .toggle-bar {
background: #333;
width: 100%;
height: 2px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-seventeen .secondary-menu .toggle-btn .toggle-bar:first-child {
top: -12px;
}
.style-seventeen .secondary-menu .toggle-btn .toggle-bar:last-child {
bottom: -12px;
}
.style-seventeen .secondary-menu .toggle-btn:hover .toggle-bar {
background: var(--primary-color);
}
.style-seventeen .secondary-menu ul.nav-menu {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 320px;
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 9999;
overflow: auto;
padding-top: 80px;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.style-seventeen .secondary-menu.menu-toggled ul.nav-menu {
visibility: visible;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.style-seventeen .secondary-menu .nav-menu .close {
display: block;
width: 20px;
height: 20px;
position: fixed;
top: 30px;
right: 30px;
cursor: pointer;
}
.style-seventeen .secondary-menu .nav-menu .close::before,
.style-seventeen .secondary-menu .nav-menu .close::after {
content: "";
background: #333;
height: 2px;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.style-seventeen .secondary-menu .nav-menu .close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.style-seventeen .secondary-menu .nav-menu .close:hover::before,
.style-seventeen .secondary-menu .nav-menu .close:hover::after {
background: #f00;
}
.style-seventeen .secondary-menu ul li {
display: block;
padding-left: 0;
padding-right: 0;
}
.style-seventeen .secondary-menu ul li a {
display: block;
padding: 25px 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.style-seventeen .secondary-menu ul li.menu-item-has-children>a {
padding-right: 30px;
}
.style-seventeen .secondary-menu ul li.menu-item-has-children .submenu-toggle {
top: 0;
width: 25px;
height: 60px;
font-size: inherit;
display: flex;
flex: 1;
justify-content: center;
align-items: center;
flex-direction: column;
right: 5px;
-webkit-transform: none;
-moz-transform: none;
transform: none;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-seventeen .secondary-menu ul li.menu-item-has-children .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.style-seventeen .secondary-menu ul ul {
display: none;
position: static;
width: 100%;
opacity: 1;
visibility: visible;
box-shadow: none;
background: rgba(0, 0, 0, 0.02);
-webkit-transition: none;
-moz-transition: none;
transition: none;
} .site-header.style-eighteen .header-t {
background: none;
padding: 30px 0;
}
.site-header.style-eighteen .header-t .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.site-header.style-eighteen .secondary-menu {
display: flex;
flex: 1;
flex-wrap: wrap;
padding: 0;
border-right: none;
text-align: left;
}
.site-header.style-eighteen .right {
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}
.style-eighteen .header-t .header-social+.header-search,
.style-eighteen .header-t .header-social+.cart-block {
border-left: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 15px;
margin-left: 5px;
}
.site-header.style-eighteen .site-branding {
display: flex;
flex-direction: column;
flex: auto;
justify-content: center;
align-items: center;
text-align: center;
}
.site-header.style-eighteen .header-mid {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header.style-eighteen .main-navigation {
display: flex;
flex: auto;
flex-direction: column;
align-items: center;
}
.style-eighteen .secondary-menu {
flex: initial;
border-right: 1px solid rgba(0, 0, 0, 0.1);
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
}
.style-eighteen .secondary-menu .toggle-btn {
display: inline-block;
padding: 0;
width: 20px;
height: 20px;
background: none;
border: none;
position: relative;
cursor: pointer;
}
.style-eighteen .secondary-menu .toggle-btn .toggle-bar {
background: #333;
width: 100%;
height: 2px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-eighteen .secondary-menu .toggle-btn .toggle-bar:first-child {
top: -12px;
}
.style-eighteen .secondary-menu .toggle-btn .toggle-bar:last-child {
bottom: -12px;
}
.style-eighteen .secondary-menu .toggle-btn:hover .toggle-bar {
background: var(--primary-color);
}
.style-eighteen .secondary-menu ul.nav-menu {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 320px;
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 9999;
overflow: auto;
padding-top: 80px;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.style-eighteen .secondary-menu.menu-toggled ul.nav-menu {
visibility: visible;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.style-eighteen .secondary-menu .nav-menu .close {
display: block;
width: 20px;
height: 20px;
position: fixed;
top: 30px;
right: 30px;
cursor: pointer;
}
.style-eighteen .secondary-menu .nav-menu .close::before,
.style-eighteen .secondary-menu .nav-menu .close::after {
content: "";
background: #333;
height: 2px;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.style-eighteen .secondary-menu .nav-menu .close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.style-eighteen .secondary-menu .nav-menu .close:hover::before,
.style-eighteen .secondary-menu .nav-menu .close:hover::after {
background: #f00;
}
.style-eighteen .secondary-menu ul li {
display: block;
padding-left: 0;
padding-right: 0;
}
.style-eighteen .secondary-menu ul li a {
display: block;
padding: 25px 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.style-eighteen .secondary-menu ul li.menu-item-has-children>a {
padding-right: 30px;
}
.style-eighteen .secondary-menu ul li.menu-item-has-children .submenu-toggle {
top: 0;
width: 25px;
height: 60px;
font-size: inherit;
display: flex;
flex: 1;
justify-content: center;
align-items: center;
flex-direction: column;
right: 5px;
-webkit-transform: none;
-moz-transform: none;
transform: none;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-eighteen .secondary-menu ul li.menu-item-has-children .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.style-eighteen .secondary-menu ul ul {
display: none;
position: static;
width: 100%;
opacity: 1;
visibility: visible;
box-shadow: none;
background: rgba(0, 0, 0, 0.02);
-webkit-transition: none;
-moz-transition: none;
transition: none;
} .site-header.style-nineteen {
position: relative;
background-size: cover;
background-repeat: no-repeat;
}
.site-header.style-nineteen::before {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.site-header.style-nineteen .header-mid {
position: relative;
z-index: 1;
}
.site-header.style-nineteen .site-branding .site-description {
color: #ddd;
}
.style-nineteen .header-bottom {
background: #fff;
border-bottom: none;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
position: relative;
}
.style-nineteen .header-bottom .container {
display: flex;
flex: 1;
flex-wrap: wrap;
max-width: 100%;
padding-left: 3%;
padding-right: 3%;
}
.style-nineteen .header-bottom .secondary-menu {
flex: 1;
}
.style-nineteen .header-bottom .secondary-menu .toggle-btn {
display: inline-block;
padding: 0;
width: 20px;
height: 20px;
background: none;
border: none;
position: relative;
cursor: pointer;
}
.style-nineteen .header-bottom .secondary-menu .toggle-btn .toggle-bar {
background: #333;
width: 100%;
height: 2px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-nineteen .header-bottom .secondary-menu .toggle-btn .toggle-bar:first-child {
top: -12px;
}
.style-nineteen .header-bottom .secondary-menu .toggle-btn .toggle-bar:last-child {
bottom: -12px;
}
.style-nineteen .header-bottom .secondary-menu .toggle-btn:hover .toggle-bar {
background: var(--primary-color);
}
.style-nineteen .header-bottom .secondary-menu ul.nav-menu {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 320px;
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 99999;
overflow: auto;
padding-top: 80px;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.style-nineteen .header-bottom .secondary-menu.menu-toggled ul.nav-menu {
visibility: visible;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.style-nineteen .secondary-menu .nav-menu .close {
display: block;
width: 20px;
height: 20px;
position: fixed;
top: 30px;
right: 30px;
cursor: pointer;
}
.style-nineteen .secondary-menu .nav-menu .close::before,
.style-nineteen .secondary-menu .nav-menu .close::after {
content: "";
background: #333;
height: 2px;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.style-nineteen .secondary-menu .nav-menu .close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.style-nineteen .secondary-menu .nav-menu .close:hover::before,
.style-nineteen .secondary-menu .nav-menu .close:hover::after {
background: #f00;
}
.style-nineteen .header-bottom .secondary-menu ul li {
display: block;
padding-left: 0;
padding-right: 0;
}
.style-nineteen .header-bottom .secondary-menu ul li a {
display: block;
padding: 25px 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.style-nineteen .header-bottom .secondary-menu ul li.menu-item-has-children>a {
padding-right: 30px;
}
.style-nineteen .header-bottom .secondary-menu ul li .submenu-toggle {
top: 0;
width: 25px;
height: 60px;
font-size: inherit;
display: flex;
flex: 1;
justify-content: center;
align-items: center;
flex-direction: column;
right: 5px;
-webkit-transform: none;
-moz-transform: none;
transform: none;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.style-nineteen .header-bottom .secondary-menu ul li .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.style-nineteen .secondary-menu ul ul {
display: none;
position: static;
width: 100%;
opacity: 1;
visibility: visible;
box-shadow: none;
background: rgba(0, 0, 0, 0.02);
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.style-nineteen .header-bottom .main-navigation {
display: flex;
flex: 2;
flex-wrap: wrap;
justify-content: center;
}
.style-nineteen .header-bottom .right {
display: flex;
justify-content: flex-end;
flex: 1;
}
.style-nineteen .header-bottom .right>div {
padding-top: 0;
display: flex;
justify-content: center;
flex-direction: column;
}
.style-nineteen .header-bottom .header-social+.header-search,
.style-nineteen .header-bottom .header-social+.cart-block {
border-left: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 15px;
margin-left: 5px;
}
.site-header.style-nineteen .header-search-wrap {
top: 11px;
} .sticky-header {
position: fixed;
top: -999px;
left: 0;
right: 0;
background: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
z-index: 9999;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.custom-background .sticky-header {
max-width: 85%;
margin-left: auto;
margin-right: auto;
}
.sticky-header.sticky {
visibility: visible;
top: 0;
}
.sticky-header .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
.sticky-header .site-branding {
padding: 10px 0;
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
.site-header.style-ten .sticky-header .site-branding,
.site-header.style-fifteen .sticky-header .site-branding,
.site-header.style-sixteen .sticky-header .site-branding,
.site-header.style-seventeen .sticky-header .site-branding,
.site-header.style-eighteen .sticky-header .site-branding {
flex-direction: row;
justify-content: flex-start;
text-align: left;
}
.sticky-header .has-logo-text .site-title-wrap {
padding-left: 15px;
}
.site-header.style-nineteen .sticky-header .site-branding .site-description {
color: #777;
}
.sticky-header .main-navigation {
display: flex;
flex: 2;
justify-content: flex-end;
flex-wrap: wrap;
} .site-banner .item {
position: relative;
}
.site-banner .banner-caption {
position: absolute;
bottom: 100px;
left: 0;
right: 0;
text-align: center;
}
.site-banner .banner-caption .container {
max-width: 860px;
}
.site-banner .banner-caption .cat-links {
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 10px;
}
.site-banner.style-one .banner-caption .cat-links {
margin-bottom: 2px;
background: rgba(255, 255, 255, 0.95);
display: table;
padding: 3px 10px;
margin-left: auto;
margin-right: auto;
}
.site-banner .banner-caption .cat-links a {
display: inline-block;
color: var(--primary-color);
position: relative;
}
.site-banner .banner-caption .cat-links a::after {
content: ",";
margin-right: 5px;
font-size: 1.5em;
line-height: 1;
color: #777;
}
.site-banner .banner-caption .cat-links a:last-child::after {
display: none;
}
.site-banner .banner-caption .banner-title {
font-size: 2.67em;
line-height: 1.3;
font-family: var(--secondary-font);
font-weight: 500;
background: rgba(255, 255, 255, 0.95);
display: inline;
margin: 0;
}
.site-banner.style-one .banner-caption .banner-title {
padding: 0 10px;
}
.site-banner .banner-caption .banner-title a {
color: #121212;
text-decoration: none;
}
.site-banner .banner-caption .banner-title a:hover {
color: rgba(0, 0, 0, 0.6);
}
.promo-section .owl-carousel>.owl-nav button[class*="owl-"] {
left: -25px;
border-radius: 100%;
border: none;
background-color: rgba(255, 255, 255, 0.45);
}
.promo-section .owl-carousel>.owl-nav button.owl-next {
left: auto;
right: -25px;
}
.promo-section .owl-carousel>.owl-nav button[class*="owl-"]:hover {
background-color: var(--primary-color);
} .site-banner.style-three .item {
padding-right: 1px;
}
.site-banner.style-three .banner-caption {
text-align: left;
bottom: 0;
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
padding: 60px 40px 40px 40px;
}
.site-banner.style-three .banner-caption .container {
max-width: 100%;
}
.site-banner.style-three .banner-caption .cat-links a,
.site-banner.style-three .banner-caption .cat-links a::after {
color: #fff;
}
.site-banner.style-three .banner-caption .banner-title {
background: none;
color: #fff;
font-size: 2em;
}
.site-banner.style-three .banner-caption .banner-title a {
color: #fff;
}
.site-banner.style-three .banner-caption .banner-title a:hover {
color: rgba(255, 255, 255, 0.7);
}
.site-banner.style-three .banner-meta>span {
font-size: 0.6666em;
font-weight: 700;
color: #fff;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
}
.site-banner.style-three .banner-meta>span::after {
content: "";
background: rgba(255, 255, 255, 0.25);
width: 5px;
height: 5px;
display: inline-block;
margin: 0 5px;
vertical-align: middle;
border-radius: 100%;
}
.site-banner.style-three .banner-meta>span:last-child::after {
display: none;
}
.site-banner.style-three .banner-meta>span a {
color: #fff;
}
.site-banner.style-three .banner-meta>span a:hover {
color: var(--primary-color);
}
.site-banner.style-three .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
left: 2%;
background-color: rgba(255, 255, 255, 0.3);
border-color: rgba(255, 255, 255, 0.3);
}
.site-banner.style-three .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: 2%;
}
.site-banner.style-three .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"]:hover {
background-color: var(--primary-color);
border-color: var(--primary-color);
} .site-banner.style-four .banner-caption {
bottom: 0;
top: 0;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
align-items: center;
}
.site-banner.style-four .banner-caption .container {
max-width: 600px;
background: rgba(255, 255, 255, 0.95);
padding: 40px;
}
.site-banner.style-four .banner-caption .banner-title {
font-size: 2em;
background: none;
}
.site-banner.style-four .banner-meta {
margin-top: 10px;
}
.site-banner.style-four .banner-meta>span {
font-size: 0.6666em;
font-weight: 700;
color: #999;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
}
.site-banner.style-four .banner-meta>span::after {
content: "";
background: rgba(0, 0, 0, 0.25);
width: 5px;
height: 5px;
display: inline-block;
margin: 0 5px;
vertical-align: middle;
border-radius: 100%;
}
.site-banner.style-four .banner-meta>span:last-child::after {
display: none;
}
.site-banner.style-four .banner-meta>span a {
color: #999;
}
.site-banner.style-four .banner-meta>span a:hover {
color: var(--primary-color);
}
.site-banner.style-four .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
left: -7%;
}
.site-banner.style-four .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: -7%;
} .site-banner.style-five .banner-caption {
text-align: left;
bottom: 0;
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
padding: 60px 40px 40px 40px;
}
.site-banner.style-five .banner-caption .container {
max-width: 100%;
}
.site-banner.style-five .banner-caption .cat-links a,
.site-banner.style-five .banner-caption .cat-links a::after {
color: #fff;
}
.site-banner.style-five .banner-caption .banner-title {
background: none;
color: #fff;
font-size: 1.3333em;
}
.site-banner.style-five .banner-caption .banner-title a {
color: #fff;
}
.site-banner.style-five .banner-caption .banner-title a:hover {
color: rgba(255, 255, 255, 0.7);
}
.site-banner.style-five .banner-meta>span {
font-size: 0.6666em;
font-weight: 700;
color: #fff;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
}
.site-banner.style-five .banner-meta>span::after {
content: "";
background: rgba(255, 255, 255, 0.25);
width: 5px;
height: 5px;
display: inline-block;
margin: 0 5px;
vertical-align: middle;
border-radius: 100%;
}
.site-banner.style-five .banner-meta>span:last-child::after {
display: none;
}
.site-banner.style-five .banner-meta>span a {
color: #fff;
}
.site-banner.style-five .banner-meta>span a:hover {
color: var(--primary-color);
}
.site-banner.style-five .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
left: 2%;
background-color: rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 0.8);
}
.site-banner.style-five .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: 2%;
}
.site-banner.style-five .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"]:hover {
background-color: var(--primary-color);
border-color: var(--primary-color);
} .site-banner.style-seven .item-wrap {
padding-left: 3%;
padding-right: 3%;
}
.site-banner.style-seven .banner-caption {
bottom: 0;
top: 0;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
align-items: center;
}
.site-banner.style-seven .banner-caption .container {
max-width: 600px;
background: rgba(255, 255, 255, 0.95);
padding: 40px;
}
.site-banner.style-seven .banner-caption .banner-title {
font-size: 2em;
background: none;
}
.site-banner.style-seven .banner-meta {
margin-top: 10px;
}
.site-banner.style-seven .banner-meta>span {
font-size: 0.6666em;
font-weight: 700;
color: #999;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
}
.site-banner.style-seven .banner-meta>span::after {
content: "";
background: rgba(0, 0, 0, 0.25);
width: 5px;
height: 5px;
display: inline-block;
margin: 0 5px;
vertical-align: middle;
border-radius: 100%;
}
.site-banner.style-seven .banner-meta>span:last-child::after {
display: none;
}
.site-banner.style-seven .banner-meta>span a {
color: #999;
}
.site-banner.style-seven .banner-meta>span a:hover {
color: var(--primary-color);
}
.site-banner.style-seven .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
background-color: #1A1A1A;
border: none;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z"></path></svg>');
left: 1.5%;
}
.site-banner.style-seven .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"]:hover {
background-color: var(--primary-color);
}
.site-banner.style-seven .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: 1.5%;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
} .site-banner.style-eight .banner-caption {
text-align: left;
bottom: 0;
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
padding: 80px 0;
text-align: center;
}
.site-banner.style-eight .banner-caption .container {
max-width: 990px;
}
.site-banner.style-eight .banner-caption .cat-links a,
.site-banner.style-eight .banner-caption .cat-links a::after {
color: #fff;
}
.site-banner.style-eight .banner-caption .banner-title {
background: none;
color: #fff;
font-size: 2.67em;
}
.site-banner.style-eight .banner-caption .banner-title a {
color: #fff;
}
.site-banner.style-eight .banner-caption .banner-title a:hover {
color: rgba(255, 255, 255, 0.75);
}
.site-banner.style-eight .banner-meta>span {
font-size: 0.6666em;
font-weight: 700;
color: #fff;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
}
.site-banner.style-eight .banner-meta>span::after {
content: "";
background: rgba(255, 255, 255, 0.25);
width: 5px;
height: 5px;
display: inline-block;
margin: 0 5px;
vertical-align: middle;
border-radius: 100%;
}
.site-banner.style-eight .banner-meta>span:last-child::after {
display: none;
}
.site-banner.style-eight .banner-meta>span a {
color: #fff;
}
.site-banner.style-eight .banner-meta>span a:hover {
color: var(--primary-color);
}
.site-banner.style-eight .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
left: 3%;
border: none;
background-color: rgba(0, 0, 0, 0.5);
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z"></path></svg>');
}
.site-banner.style-eight .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: 3%;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
}
.site-banner.style-eight .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"]:hover {
background-color: var(--primary-color);
} .site-banner.style-nine .item-holder {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-gap: 8px;
}
.site-banner.style-nine .item-holder .item:first-child {
grid-column: 1 / span 2;
grid-row: 1 / span 2;
}
.site-banner.style-nine .item-holder .item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.site-banner.style-nine .banner-caption {
text-align: left;
bottom: 0;
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
padding: 100px 60px 60px 60px;
}
.site-banner.style-nine .item:not(:first-child) .banner-caption {
padding: 60px 30px 30px 30px;
}
.site-banner.style-nine .banner-caption .container {
max-width: 100%;
}
.site-banner.style-nine .banner-caption .cat-links a,
.site-banner.style-nine .banner-caption .cat-links a::after {
color: #fff;
}
.site-banner.style-nine .banner-caption .banner-title {
background: none;
color: #fff;
font-size: 1.3333em;
}
.site-banner.style-nine .item:first-child .banner-caption .banner-title {
font-size: 2.2223em;
}
.site-banner.style-nine .banner-caption .banner-title a {
color: #fff;
}
.site-banner.style-nine .banner-caption .banner-title a:hover {
color: rgba(255, 255, 255, 0.7);
}
.site-banner.style-nine .banner-meta>span {
font-size: 0.6666em;
font-weight: 700;
color: #fff;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
}
.site-banner.style-nine .banner-meta>span::after {
content: "";
background: rgba(255, 255, 255, 0.25);
width: 5px;
height: 5px;
display: inline-block;
margin: 0 5px;
vertical-align: middle;
border-radius: 100%;
}
.site-banner.style-nine .banner-meta>span:last-child::after {
display: none;
}
.site-banner.style-nine .banner-meta>span a {
color: #fff;
}
.site-banner.style-nine .banner-meta>span a:hover {
color: var(--primary-color);
}
.site-banner.style-nine .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
left: -60px;
border: none;
background-color: rgba(0, 0, 0, 0.5);
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z"></path></svg>');
}
.site-banner.style-nine .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: -60px;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
}
.site-banner.style-nine .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"]:hover {
background-color: var(--primary-color);
} .site-banner.style-ten .owl-stage {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.site-banner.style-ten .owl-item {
display: flex;
flex: auto;
flex-direction: column;
}
.site-banner.style-ten .item {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.site-banner.style-ten .item .banner-img-wrap {
width: 60%;
display: flex;
flex-direction: column;
}
.site-banner.style-ten .item .banner-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.banner-img-wrap .svg-holder,
.banner-img-wrap .fallback-svg {
width: 100%;
height: 100%;
}
.site-banner.style-ten .item .banner-caption {
position: static;
width: 40%;
text-align: left;
padding: 40px;
background: rgba(var(--primary-color-rgb), 0.15);
display: flex;
flex-direction: column;
justify-content: center;
}
.site-banner.style-ten .banner-caption .cat-links {
font-size: 0.7778em;
}
.site-banner.style-ten .banner-caption .cat-links a,
.site-banner.style-ten .banner-caption .cat-links a::after {
color: #121212;
}
.site-banner.style-ten .banner-caption .banner-title {
background: none;
font-size: 2.67em;
}
.site-banner.style-ten .item .banner-desc {
margin-top: 20px;
}
.site-banner.style-ten .item .banner-meta {
margin-top: 15px;
}
.site-banner.style-ten .banner-meta>span {
font-size: 0.7778em;
color: #121212;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
}
.site-banner.style-ten .banner-meta>span::after {
content: "";
background: rgba(0, 0, 0, 0.25);
width: 5px;
height: 5px;
display: inline-block;
margin: -3px 5px 0 5px;
vertical-align: middle;
border-radius: 100%;
}
.site-banner.style-ten .banner-meta>span:last-child::after {
display: none;
}
.site-banner.style-ten .banner-meta>span a {
color: #121212;
font-weight: 700;
}
.site-banner.style-ten .banner-meta>span a:hover {
color: var(--primary-color);
}
.site-banner.style-ten .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
left: -60px;
border: none;
background-color: rgba(0, 0, 0, 0.5);
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z"></path></svg>');
}
.site-banner.style-ten .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: -60px;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
}
.site-banner.style-ten .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"]:hover {
background-color: var(--primary-color);
} .site-banner.style-eleven .owl-stage {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.site-banner.style-eleven .owl-item {
display: flex;
flex: auto;
flex-direction: column;
}
.site-banner.style-eleven .item {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.site-banner.style-eleven .item .banner-img-wrap {
width: 63%;
display: flex;
flex-direction: column;
}
.site-banner.style-eleven .item .banner-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.site-banner.style-eleven .item .banner-caption {
position: static;
width: 37%;
text-align: left;
padding: 40px 11% 40px 40px;
background: rgba(var(--primary-color-rgb), 0.15);
display: flex;
flex-direction: column;
justify-content: center;
}
.site-banner.style-eleven .banner-caption .cat-links {
font-size: 0.7778em;
}
.site-banner.style-eleven .banner-caption .cat-links a,
.site-banner.style-eleven .banner-caption .cat-links a::after {
color: #121212;
}
.site-banner.style-eleven .banner-caption .banner-title {
background: none;
font-size: 2.67em;
}
.site-banner.style-eleven .item .banner-desc {
margin-top: 20px;
}
.site-banner.style-eleven .item .banner-meta {
margin-top: 15px;
}
.site-banner.style-eleven .banner-meta>span {
font-size: 0.7778em;
color: #121212;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
}
.site-banner.style-eleven .banner-meta>span::after {
content: "";
background: rgba(0, 0, 0, 0.25);
width: 5px;
height: 5px;
display: inline-block;
margin: -3px 5px 0 5px;
vertical-align: middle;
border-radius: 100%;
}
.site-banner.style-eleven .banner-meta>span:last-child::after {
display: none;
}
.site-banner.style-eleven .banner-meta>span a {
color: #121212;
font-weight: 700;
}
.site-banner.style-eleven .banner-meta>span a:hover {
color: var(--primary-color);
}
.site-banner.style-eleven .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
left: 3%;
border: none;
background-color: rgba(0, 0, 0, 0.5);
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z"></path></svg>');
}
.site-banner.style-eleven .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: 3%;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
}
.site-banner.style-eleven .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"]:hover {
background-color: var(--primary-color);
} .site-banner.style-six {
position: relative;
}
.site-banner.style-six .banner-caption {
text-align: left;
bottom: 0;
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
padding: 100px 60px 60px 60px;
}
.site-banner.style-six .banner-caption .container {
max-width: 100%;
}
.site-banner.style-six .owl-item:not(.center) .banner-caption .container {
display: none;
}
.site-banner.style-six .banner-caption .cat-links a,
.site-banner.style-six .banner-caption .cat-links a::after {
color: #fff;
}
.site-banner.style-six .banner-caption .banner-title {
background: none;
color: #fff;
font-size: 2.2223em;
}
.site-banner.style-six .banner-caption .banner-title a {
color: #fff;
}
.site-banner.style-six .banner-caption .banner-title a:hover {
color: rgba(255, 255, 255, 0.7);
}
.site-banner.style-six .banner-meta>span {
font-size: 0.6666em;
font-weight: 700;
color: #fff;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
}
.site-banner.style-six .banner-meta>span::after {
content: "";
background: rgba(255, 255, 255, 0.25);
width: 5px;
height: 5px;
display: inline-block;
margin: 0 5px;
vertical-align: middle;
border-radius: 100%;
}
.site-banner.style-six .banner-meta>span:last-child::after {
display: none;
}
.site-banner.style-six .banner-meta>span a {
color: #fff;
}
.site-banner.style-six .banner-meta>span a:hover {
color: var(--primary-color);
}
.site-banner.style-six .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
left: 3%;
border: none;
background: none;
height: 100%;
width: auto;
max-width: 275px;
text-indent: 0;
text-align: left;
display: flex;
flex-direction: column;
flex: 1;
justify-content: flex-end;
top: 0;
transform: none;
padding-bottom: 50px !important;
}
.site-banner.style-six .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: 3%;
text-align: right;
align-items: flex-end;
}
.site-banner.style-six .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"]:hover {
background: none;
}
.site-banner.style-six .owl-carousel [class*="owl-"] .nav-arrow {
width: 50px;
height: 50px;
background: rgba(0, 0, 0, 0.5);
display: block;
padding: 15px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-banner.style-six .owl-carousel .owl-next .nav-arrow {
left: auto;
right: 0;
}
.site-banner.style-six .owl-carousel [class*="owl-"]:hover>.nav-arrow {
background: var(--primary-color);
}
.site-banner.style-six .owl-carousel [class*="owl-"] .nav-arrow svg {
margin-top: -1px;
}
.site-banner.style-six .owl-carousel .owl-nav [class*="owl-"] a {
pointer-events: none;
}
.site-banner.style-six .owl-carousel .owl-nav [class*="owl-"] .cat-links {
margin-top: 0;
margin-bottom: 0;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
}
.site-banner.style-six .owl-carousel .owl-nav [class*="owl-"] .cat-links a {
display: inline-block;
color: #fff;
}
.site-banner.style-six .owl-carousel .owl-nav [class*="owl-"] .cat-links a::after {
content: ",";
margin-right: 3px;
margin-left: 1px;
font-size: 1.5em;
line-height: 1;
}
.site-banner.style-six .owl-carousel .owl-nav [class*="owl-"] .cat-links a:last-child::after {
display: none;
}
.site-banner.style-six .owl-carousel .owl-nav [class*="owl-"] .banner-title {
margin-top: 10px;
margin-bottom: 0;
font-size: 1.3333em;
font-family: var(--secondary-font);
font-weight: 500;
line-height: 1.2;
text-transform: none;
}
.site-banner.style-six .owl-carousel .owl-nav [class*="owl-"] .banner-title a {
color: #fff;
text-decoration: none;
} .video-banner #wp-custom-header {
position: relative;
height: 0;
padding-top: 56.25%;
}
.video-banner #wp-custom-header::before {
content: "";
background: rgba(0, 0, 0, 0.15);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.video-banner #wp-custom-header iframe,
.video-banner .wp-custom-header video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-banner #wp-custom-header .wp-custom-header-video-button {
position: absolute;
bottom: 30px;
right: 0;
padding: 0;
width: 50px;
height: 50px;
left: 0;
margin: auto;
background: none;
border: none;
border-radius: 100%;
box-shadow: none;
text-indent: 100px;
overflow: hidden;
white-space: nowrap;
z-index: 99;
}
.video-banner #wp-custom-header .wp-custom-header-video-button::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z"></path></svg>');
background-repeat: no-repeat;
position: absolute;
width: 50px;
height: 50px;
top: 0;
left: 0;
opacity: 0.8;
filter: alpha(opacity=80);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.video-banner #wp-custom-header .wp-custom-header-video-pause::before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" ><path fill="%23fff" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg>');
}
.video-banner #wp-custom-header .wp-custom-header-video-button:hover::before {
opacity: 1;
filter: alpha(opacity=100);
}
@media screen and (max-width: 899px) {
.video-banner #wp-custom-header {
height: auto;
padding-top: 0;
}
} .static-cta-banner {
position: relative;
}
.site-banner.static-cta-banner img {
height: 540px;
object-fit: cover;
}
.site-banner.static-cta-banner .banner-caption {
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
bottom: 0;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
z-index: 9;
}
.site-banner.static-cta-banner .banner-caption .container {
background: rgba(255, 255, 255, 0.9);
padding: 60px 40px;
}
.site-banner.static-cta-banner .banner-caption .banner-title {
background: none;
}
.site-banner.static-cta-banner .banner-caption .banner-desc {
margin-top: 20px;
}
.site-banner.static-cta-banner .banner-caption .btn {
text-align: center;
background: #121212;
color: #fff;
text-decoration: none;
font-size: 0.7778em;
font-weight: 700;
letter-spacing: 1px;
padding: 15px 30px;
text-transform: uppercase;
margin-top: 30px;
display: inline-block;
}
.site-banner.static-cta-banner .banner-caption .btn:hover {
background: var(--primary-color);
} .promo-section {
margin-top: 80px;
margin-bottom: calc(80px - 3%);
}
.promo-section+.site-content .content-area,
.promo-section+.site-content .widget-area {
margin-top: 0;
}
.promo-section .widget:last-child {
margin-bottom: 0;
}
.promo-section .bttk-itw-holder {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex: 1;
flex-wrap: wrap;
}
.promo-section .widget_bttk_image_text_widget .bttk-itw-holder li {
margin-bottom: 3%;
margin-right: 3%;
box-shadow: none;
width: 31.33%;
}
.promo-section .widget_bttk_image_text_widget .bttk-itw-holder li:nth-child(3n) {
margin-right: 0;
}
.promo-section.style-two .widget_bttk_image_text_widget .bttk-itw-holder li {
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}
.promo-section .widget_bttk_image_text_widget .bttk-itw-holder li img {
display: inline-block;
} .feature-section {
padding-top: 80px;
padding-bottom: 80px;
background: rgba(var(--primary-color-rgb), 0.1);
}
.feature-section .grid {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.feature-section .large-post {
width: 50%;
padding-right: 15px;
}
.feature-section .small-post {
width: 50%;
padding-left: 15px;
}
.feature-section article {
margin-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding-bottom: 20px;
}
.feature-section article:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.feature-section .small-post article {
display: flex;
flex: auto;
flex-wrap: wrap;
}
.feature-section .small-post article .post-thumbnail {
width: 100px;
margin-bottom: 0;
}
.feature-section .small-post article .content-wrap {
width: calc(100% - 100px);
padding-left: 20px;
}
.feature-section article .entry-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 2em;
font-family: var(--secondary-font);
line-height: 1.3;
font-weight: 600;
}
.feature-section .small-post article .entry-title {
font-size: 1.3333em;
}
.feature-section article .entry-title a {
color: #121212;
text-decoration: none;
}
.feature-section article .entry-title a:hover {
color: var(--primary-color);
} .feature-section.style-two .grid {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.feature-section.style-two .large-post {
width: 50%;
padding-left: 15px;
padding-right: 15px;
}
.feature-section.style-two .small-post {
width: 25%;
padding-left: 0;
padding-right: 15px;
}
.feature-section.style-two .large-post+.small-post {
padding-right: 0;
padding-left: 15px;
}
.feature-section.style-two article {
margin-bottom: 30px;
text-align: center;
flex-direction: column;
border-bottom: none;
padding-bottom: 0;
}
.feature-section.style-two article:last-child {
margin-bottom: 0;
}
.feature-section.style-two .small-post article .post-thumbnail {
width: 100%;
margin-bottom: 10px;
}
.feature-section.style-two .small-post article .content-wrap {
width: 100%;
padding-left: 0;
}
.feature-section.style-two article .entry-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 1.78em;
font-family: var(--secondary-font);
line-height: 1.3;
font-weight: 600;
}
.feature-section.style-two .small-post article .entry-title {
font-size: 1.1112em;
line-height: 1.25;
}
.feature-section.style-two article .entry-title a {
color: #121212;
text-decoration: none;
}
.feature-section.style-two article .entry-title a:hover {
color: var(--primary-color);
}
.feature-section.style-two article .entry-meta,
.feature-section.style-two article .entry-footer {
justify-content: center;
} .popular-section {
padding-top: 80px;
padding-bottom: 80px;
background: rgba(var(--primary-color-rgb), 0.1);
}
.popular-section .grid {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.popular-section .large-post {
width: 50%;
padding-left: 15px;
padding-right: 15px;
}
.popular-section .small-post {
width: 25%;
padding-right: 15px;
}
.popular-section .large-post+.small-post {
padding-right: 0;
padding-left: 15px;
}
.popular-section article {
margin-bottom: 40px;
text-align: center;
}
.popular-section article:last-child {
margin-bottom: 0;
}
.popular-section article .entry-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 1.78em;
font-family: var(--secondary-font);
line-height: 1.3;
font-weight: 600;
}
.popular-section .small-post article .entry-title {
font-size: 1.1112em;
line-height: 1.25;
}
.popular-section article .entry-title a {
color: #121212;
text-decoration: none;
}
.popular-section article .entry-title a:hover {
color: var(--primary-color);
}
.popular-section article .entry-meta,
.popular-section article .entry-footer {
justify-content: center;
} .popular-section.style-two .grid {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.popular-section.style-two .large-post {
width: 50%;
padding-left: 0;
padding-right: 15px;
}
.popular-section.style-two .small-post {
width: 50%;
padding-left: 15px;
}
.popular-section.style-two article {
margin-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding-bottom: 20px;
text-align: left;
}
.popular-section.style-two article:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.popular-section.style-two .small-post article {
display: flex;
flex: auto;
flex-wrap: wrap;
}
.popular-section.style-two .small-post article .post-thumbnail {
width: 100px;
margin-bottom: 0;
}
.popular-section.style-two .small-post article .content-wrap {
width: calc(100% - 100px);
padding-left: 20px;
}
.popular-section.style-two article .entry-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 2em;
font-family: var(--secondary-font);
line-height: 1.3;
font-weight: 600;
}
.popular-section.style-two .small-post article .entry-title {
font-size: 1.3333em;
}
.popular-section.style-two article .entry-title a {
color: #121212;
text-decoration: none;
}
.popular-section.style-two article .entry-title a:hover {
color: var(--primary-color);
}
.popular-section.style-two article .entry-footer {
justify-content: flex-start;
} .feature-section.style-three .grid,
.popular-section.style-three .grid {
display: block;
}
.feature-section.style-three .owl-item:not(.active),
.popular-section.style-three .owl-item:not(.active) {
opacity: 0.4;
filter: alpha(opacity=40);
}
.feature-section.style-three article figure.post-thumbnail,
.popular-section.style-three article figure.post-thumbnail {
margin-bottom: 0;
}
.feature-section.style-three article .content-wrap,
.popular-section.style-three article .content-wrap {
background: #fff;
padding: 25px;
}
.feature-section.style-three article .content-wrap .entry-title,
.popular-section.style-three article .content-wrap .entry-title {
font-size: 1.3333em;
margin-bottom: 15px;
}
.feature-section.style-three .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"],
.popular-section.style-three .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
background-color: #fff;
border: none;
border-radius: 100%;
left: 3%;
}
.feature-section.style-three .owl-carousel .owl-stage-outer+.owl-nav .owl-next,
.popular-section.style-three .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: 3%;
}
.feature-section.style-three .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"]:hover,
.popular-section.style-three .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"]:hover {
background-color: var(--primary-color);
} .feature-section.style-four .grid,
.popular-section.style-four .grid {
margin-left: -1.5%;
margin-right: -1.5%;
}
.feature-section.style-four article,
.popular-section.style-four article {
background: #fff;
display: flex;
flex-wrap: wrap;
text-align: left;
width: 30.33%;
border-bottom: none;
padding-bottom: 0;
margin: 30px 1.5% 0;
box-shadow: 0 4px 0 rgba(0, 0, 0, 0);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.feature-section.style-four article:first-child,
.popular-section.style-four article:first-child {
width: 63.66%;
margin-top: 0;
flex-direction: column;
}
.feature-section.style-four article:nth-child(2),
.popular-section.style-four article:nth-child(2) {
width: 30.33%;
margin-top: 0;
flex-direction: column;
}
.feature-section.style-four article:hover,
.popular-section.style-four article:hover {
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
.feature-section.style-four article .post-thumbnail,
.popular-section.style-four article .post-thumbnail {
margin-bottom: 0;
width: 150px;
}
.feature-section.style-four article:first-child .post-thumbnail,
.feature-section.style-four article:nth-child(2) .post-thumbnail,
.popular-section.style-four article:first-child .post-thumbnail,
.popular-section.style-four article:nth-child(2) .post-thumbnail {
width: 100%;
}
.feature-section.style-four article .post-thumbnail img,
.popular-section.style-four article .post-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}
.feature-section.style-four article .content-wrap,
.popular-section.style-four article .content-wrap {
padding: 10px 20px;
width: calc(100% - 150px);
}
.feature-section.style-four article:first-child .content-wrap,
.feature-section.style-four article:nth-child(2) .content-wrap,
.popular-section.style-four article:first-child .content-wrap,
.popular-section.style-four article:nth-child(2) .content-wrap {
padding: 30px;
width: 100%;
}
.feature-section.style-four article .entry-title,
.popular-section.style-four article .entry-title {
font-size: 1.1112em;
}
.feature-section.style-four article:first-child .entry-title,
.popular-section.style-four article:first-child .entry-title {
font-size: 1.78em;
margin-bottom: 20px;
}
.feature-section.style-four article:nth-child(2) .entry-title,
.popular-section.style-four article:nth-child(2) .entry-title {
font-size: 1.3333em;
}
.feature-section.style-four article .entry-meta>span,
.popular-section.style-four article .entry-meta>span {
font-size: 0.6666em;
}
.feature-section.style-four article span.category,
.popular-section.style-four article span.category {
display: inline-block;
font-size: 0.6666em;
text-transform: uppercase;
font-weight: 700;
line-height: 1.49;
}
.feature-section.style-four article span.category a,
.popular-section.style-four article span.category a {
color: var(--primary-color);
letter-spacing: 1px;
display: inline-block;
vertical-align: middle;
}
.feature-section.style-four article span.category a::after,
.popular-section.style-four article span.category a::after {
content: "";
background: rgba(0, 0, 0, 0.1);
width: 5px;
height: 5px;
display: inline-block;
border-radius: 100%;
vertical-align: middle;
margin: -2px 5px 0 8px;
}
.feature-section.style-four article span.category a:last-child::after,
.popular-section.style-four article span.category a:last-child::after {
display: none;
}
.feature-section.style-four article .entry-meta,
.popular-section.style-four article .entry-meta {
justify-content: flex-start;
} .instagram-section {
padding-top: 60px;
position: relative;
z-index: 1;
text-align: center;
display: flex;
flex: auto;
flex-direction: column;
}
.instagram-section:before {
content: "";
background: rgba(var(--primary-color-rgb), 0.20);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.instagram-section .title {
margin: 0 0 40px 0;
font-size: 0.8888em;
font-weight: 600;
letter-spacing: 1px;
}
.instagram-section .title a {
display: inline-block;
margin-left: 10px;
color: #000;
text-transform: uppercase;
}
.instagram-section .title a:hover {
color: var(--primary-color);
}
.instagram-section p {
margin-top: 0;
margin-bottom: 0;
}
.instagram-section .popup-gallery {
order: 2;
display: flex;
flex: auto;
flex-wrap: wrap;
align-items: flex-start;
margin: 20px 0 0 0;
padding: 0;
list-style: none;
width: 100%;
}
.instagram-section .popup-gallery li {
padding: 0;
display: block;
position: relative;
}
.instagram-section .popup-gallery.photos-2 li {
width: 50%;
}
.instagram-section .popup-gallery.photos-3 li {
width: 33.33%;
}
.instagram-section .popup-gallery.photos-4 li {
width: 25%;
}
.instagram-section .popup-gallery.photos-5 li {
width: 20%;
}
.instagram-section .popup-gallery.photos-6 li {
width: 16.6667%;
}
.instagram-section .popup-gallery.photos-7 li {
width: 14.26%;
}
.instagram-section .popup-gallery.photos-8 li {
width: 12.5%;
}
.instagram-section .popup-gallery.photos-9 li {
width: 11.111%;
}
.instagram-section .popup-gallery.photos-10 li {
width: 10%;
}
.instagram-section .popup-gallery.photos-11 li {
width: 9.08%;
}
.instagram-section .popup-gallery.photos-12 li {
width: 8.33%;
}
@media screen and (max-width: 1366px) {
.instagram-section .popup-gallery.photos-8 li,
.instagram-section .popup-gallery.photos-9 li,
.instagram-section .popup-gallery.photos-10 li,
.instagram-section .popup-gallery.photos-11 li,
.instagram-section .popup-gallery.photos-12 li {
width: 14.26%;
}
}
@media screen and (max-width: 1199px) {
.instagram-section .popup-gallery.photos-6 li,
.instagram-section .popup-gallery.photos-7 li,
.instagram-section .popup-gallery.photos-8 li,
.instagram-section .popup-gallery.photos-9 li,
.instagram-section .popup-gallery.photos-10 li,
.instagram-section .popup-gallery.photos-11 li,
.instagram-section .popup-gallery.photos-12 li {
width: 20%;
}
}
@media screen and (max-width: 1024px) {
.instagram-section .popup-gallery.photos-5 li,
.instagram-section .popup-gallery.photos-6 li,
.instagram-section .popup-gallery.photos-7 li,
.instagram-section .popup-gallery.photos-8 li,
.instagram-section .popup-gallery.photos-9 li,
.instagram-section .popup-gallery.photos-10 li,
.instagram-section .popup-gallery.photos-11 li,
.instagram-section .popup-gallery.photos-12 li {
width: 25%;
}
}
@media screen and (max-width: 767px) {
.instagram-section .popup-gallery.photos-2 li,
.instagram-section .popup-gallery.photos-3 li,
.instagram-section .popup-gallery.photos-4 li,
.instagram-section .popup-gallery.photos-5 li,
.instagram-section .popup-gallery.photos-6 li,
.instagram-section .popup-gallery.photos-7 li,
.instagram-section .popup-gallery.photos-8 li,
.instagram-section .popup-gallery.photos-9 li,
.instagram-section .popup-gallery.photos-10 li,
.instagram-section .popup-gallery.photos-11 li,
.instagram-section .popup-gallery.photos-12 li {
width: 100%;
}
}
.instagram-section ul li .instagram-meta {
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: center;
background: rgba(0, 0, 0, 0.5);
font-size: 0.7778em;
color: #fff;
font-weight: 700;
padding: 10px;
position: absolute;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.instagram-section ul li:hover .instagram-meta {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.instagram-section ul li .instagram-meta span {
padding: 5px 10px;
display: inline-block;
}
.instagram-section ul li .instagram-meta span svg {
margin-right: 5px;
}
.instagram-section .profile-link {
font-size: 0.7778em;
text-transform: uppercase;
font-weight: 700;
color: var(--font-color);
letter-spacing: 1px;
margin: 0 auto 20px;
display: table;
clear: both;
}
.instagram-section .profile-link .insta-icon {
display: inline-block;
margin-right: 10px;
font-size: 1.5em;
line-height: 1;
position: relative;
top: 2px;
}
.mfp-bg {
z-index: 99999;
}
.mfp-wrap {
z-index: 99999;
} .footer-t {
background: #121212;
padding-top: 80px;
padding-bottom: 30px;
}
.site-footer .grid:not(.column-1) {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.site-footer .grid:not(.column-1) .col {
margin-right: 3%;
}
.site-footer .grid:not(.column-1) .col:last-child {
margin-right: 0;
}
.site-footer .grid.column-2 .col {
width: 48%;
}
.site-footer .grid.column-3 .col {
width: 31.33%;
}
.site-footer .grid.column-4 .col {
width: 22.66%;
}
.site-footer .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
background: rgba(255, 255, 255, 0.15);
}
.site-footer .blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover {
background: var(--primary-color);
}
.site-footer .widget .widget-title {
margin-top: 0;
margin-bottom: 20px;
font-size: 0.7778em;
text-transform: uppercase;
color: #fff;
letter-spacing: 1px;
font-family: var(--secondary-font);
font-weight: 800;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding-bottom: 10px;
}
.site-footer .widget .widget-title span {
display: inline-block;
position: relative;
}
.site-footer .widget .widget-title span::after {
content: "";
background: var(--primary-color);
max-width: 80px;
height: 1px;
position: absolute;
bottom: -11px;
left: 0;
width: 100%;
}
.site-footer .widget_bttk_contact_social_links ul.social-networks li a {
border-color: rgba(255, 255, 255, 0.15);
color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_categories ul li,
.site-footer .widget_text .textwidget {
color: #fff;
}
.site-footer .widget ul li a {
color: #fff;
}
.site-footer .widget ul li a:hover {
color: var(--primary-color);
}
.site-footer .widget_bttk_popular_post ul li .entry-header .entry-meta a,
.site-footer .widget_bttk_pro_recent_post ul li .entry-header .entry-meta a {
color: rgba(255, 255, 255, 0.7);
}
.site-footer .blossomthemes-email-newsletter-wrapper,
.site-footer .blossomthemes-email-newsletter-wrapper.bg-img.has-overlay:before {
background: none !important;
}
.site-footer .widget_blossomthemes_email_newsletter_widget .text-holder h3,
.site-footer .widget_blossomthemes_email_newsletter_widget .text-holder span {
color: #fff;
}
.site-footer .blossomthemes-email-newsletter-wrapper form label .check-mark {
border-color: rgba(255, 255, 255, 0.15);
}
.site-footer .blossomthemes-email-newsletter-wrapper form label .text {
color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_bttk_author_bio .title-holder,
.site-footer .widget_bttk_author_bio .text-signature,
.site-footer .widget_bttk_author_bio .author-bio-content {
color: #fff;
}
.site-footer .widget_bttk_author_bio .readmore {
background: var(--primary-color);
}
.site-footer .widget_bttk_author_bio .readmore:hover {
background: var(--primary-color);
}
.site-footer .widget_bttk_author_bio .author-socicons li a,
.site-footer .widget_bttk_social_links ul li a {
color: #fff;
border-color: rgba(255, 255, 255, 0.15);
}
.site-footer .widget_bttk_author_bio .author-socicons li a:hover,
.site-footer .widget_bttk_social_links ul li a:hover {
border-color: var(--primary-color);
}
.site-footer .widget_bttk_popular_post .style-three li .entry-header,
.site-footer .widget_bttk_pro_recent_post .style-three li .entry-header {
background:
#121212;
}
.footer-b {
background: #000;
padding: 20px 0;
}
.footer-b .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
.footer-b .copyright {
font-size: 0.8888em;
color: #fff;
flex: 1;
flex-wrap: wrap;
}
.footer-b .copyright a {
color: #fff;
}
.footer-b .copyright a:hover {
color: var(--primary-color);
}
.footer-social .social-networks {
margin: 0;
padding: 0;
list-style: none;
}
.footer-social .social-networks li {
display: inline-block;
vertical-align: middle;
font-size: 1em;
line-height: 1.3;
}
.footer-social .social-networks li a {
display: inline-block;
color: #fff;
padding: 5px 10px;
}
.footer-social .social-networks li a:hover {
color: var(--primary-color);
} .widget_calendar table tr th,
.widget_calendar table tr td {
padding-left: 0;
padding-right: 0;
text-align: center;
font-size: 0.8888em;
}
.widget_calendar .wp-calendar-nav-next {
float: right;
} .tagcloud a {
display: inline-block;
font-size: 0.7778em !important;
text-transform: uppercase;
font-weight: 700;
color: #121212;
letter-spacing: 1px;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 12px 18px;
margin-right: 3px;
margin-bottom: 10px;
line-height: 1.3;
text-decoration: none;
}
.tagcloud a:hover {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
} .widget_bttk_image_text_widget .bttk-itw-holder li {
margin-top: 0;
margin-bottom: 5px;
position: relative;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
overflow: hidden;
font-size: 1em;
}
.widget_bttk_image_text_widget .bttk-itw-holder li img {
-webkit-transition: all ease 1s;
-moz-transition: all ease 1s;
transition: all ease 1s;
}
.widget_bttk_image_text_widget .bttk-itw-holder li:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.widget_bttk_image_text_widget .bttk-itw-holder li .btn-holder {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
align-items: center;
}
.widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore {
position: relative;
top: 0;
left: 0;
text-align: center;
background: #121212;
color: #fff;
max-width: 90%;
max-height: -moz-fit-content;
max-height: fit-content;
width: auto;
margin: auto;
text-decoration: none;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
padding: 15px 30px;
word-break: break-word;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
.widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore:hover {
background: var(--primary-color);
} .bttk-contact-widget-wrap p {
color: #fff;
font-size: 0.8888em;
margin-top: 0;
margin-bottom: 25px;
}
.widget_bttk_contact_social_links ul.contact-list li {
position: relative;
margin-bottom: 20px;
padding-left: 30px;
color: #fff;
}
.widget_bttk_contact_social_links ul.contact-list li svg {
position: absolute;
top: 4px;
left: 0;
color: var(--primary-color);
font-size: 1.1112em;
font-weight: normal;
}
.widget_bttk_contact_social_links ul.contact-list li svg.fa-phone {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
}
.widget_bttk_contact_social_links ul li a {
color: #fff;
}
.widget-area .bttk-contact-widget-wrap p,
.widget-area .widget_bttk_contact_social_links ul li a,
.widget-area .widget_bttk_contact_social_links ul.contact-list li {
color: #333;
}
.widget_bttk_contact_social_links ul li a:hover,
.widget-area .widget_bttk_contact_social_links ul li a:hover {
color: var(--primary-color);
text-decoration: underline;
}
.widget_bttk_contact_social_links ul.social-networks {
margin-top: 30px;
}
.widget_bttk_contact_social_links ul.social-networks li {
display: inline-block;
vertical-align: middle;
margin-right: 1%;
margin-bottom: 10px;
}
.widget_bttk_contact_social_links ul.social-networks li a {
width: 40px;
height: 40px;
display: inline-block;
line-height: 40px;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.15);
color: var(--font-color);
}
.widget_bttk_contact_social_links ul.social-networks li a:hover {
background: var(--primary-color);
color: #fff;
} .widget_bttk_popular_post ul li .entry-header,
.widget_bttk_pro_recent_post ul li .entry-header {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
.widget_bttk_popular_post ul.style-three li .entry-header,
.widget_bttk_pro_recent_post ul.style-three li .entry-header {
justify-content: center;
}
.widget_bttk_popular_post ul li .entry-header .cat-links,
.widget_bttk_pro_recent_post ul li .entry-header .cat-links,
.widget_bttk_popular_post .style-three li .entry-header .cat-links,
.widget_bttk_popular_post .style-two li .entry-header .cat-links,
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links,
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links {
display: inline-block;
margin-bottom: 5px;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
order: 2;
}
.widget_bttk_popular_post ul.style-two li .entry-header .cat-links,
.widget_bttk_pro_recent_post ul.style-two li .entry-header .cat-links {
order: inherit;
}
.widget_bttk_popular_post ul.style-two li .entry-header .cat-links {
display: block;
width: 100%;
}
.widget_bttk_popular_post ul li .entry-header .cat-links a,
.widget_bttk_pro_recent_post ul li .entry-header .cat-links a {
color: var(--primary-color);
text-transform: uppercase;
}
.widget_bttk_popular_post ul li .entry-header .cat-links a:hover,
.widget_bttk_pro_recent_post ul li .entry-header .cat-links a:hover {
text-decoration: underline;
}
.widget_bttk_popular_post ul li .entry-header .cat-links a::after,
.widget_bttk_pro_recent_post ul li .entry-header .cat-links a::after {
content: ",";
font-size: 18px;
line-height: 1;
}
.widget_bttk_popular_post ul li .entry-header .cat-links a:last-child::after,
.widget_bttk_pro_recent_post ul li .entry-header .cat-links a:last-child::after {
display: none;
}
.widget_bttk_popular_post ul li .entry-header .entry-meta,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta {
font-size: 0.77em;
margin-bottom: 5px;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
}
.widget_bttk_popular_post ul.style-two li .entry-header .entry-meta,
.widget_bttk_pro_recent_post ul.style-two li .entry-header .entry-meta {
display: block;
text-align: center;
width: 100%;
}
.widget_bttk_popular_post ul li .entry-header .entry-meta::after,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta::after {
content: "";
background: #999;
width: 25px;
height: 1px;
display: inline-block;
vertical-align: middle;
margin: 0 10px;
}
.widget_bttk_popular_post ul.style-two li .entry-header .entry-meta::after,
.widget_bttk_pro_recent_post ul.style-two li .entry-header .entry-meta::after {
display: none;
}
.widget_bttk_popular_post ul li .entry-header .entry-meta a,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta a {
color: rgba(0, 0, 0, 0.7);
}
.widget_bttk_popular_post ul li .entry-header .entry-meta a:hover,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta a:hover {
color: var(--primary-color);
text-decoration: underline;
}
.widget_bttk_popular_post ul li .entry-header .entry-title,
.widget_bttk_pro_recent_post ul li .entry-header .entry-title {
width: 100%;
order: 3;
font-size: 1em;
line-height: 1.6;
}
.widget_bttk_popular_post ul.style-two li .entry-header .entry-title,
.widget_bttk_pro_recent_post ul.style-two li .entry-header .entry-title {
order: inherit;
} .widget-area .blossomthemes-email-newsletter-wrapper {
padding: 30px;
text-align: center;
}
.blossomthemes-email-newsletter-wrapper.bg-img {
z-index: 1;
}
.blossomthemes-email-newsletter-wrapper.bg-img:before {
z-index: -1;
}
.widget_blossomthemes_email_newsletter_widget .img-holder,
.widget_blossomthemes_email_newsletter_widget .text-holder {
margin-bottom: 20px;
width: auto;
}
.widget_blossomthemes_email_newsletter_widget .img-holder img {
width: auto;
height: auto;
}
.widget_blossomthemes_email_newsletter_widget .text-holder h3 {
margin-top: 0;
margin-bottom: 0;
font-size: 1.3333em;
font-family: var(--secondary-font);
font-weight: 700;
line-height: 1.25;
}
.widget_blossomthemes_email_newsletter_widget .text-holder span {
font-size: 0.8888em;
line-height: 1.6;
display: block;
margin-top: 10px;
}
.widget_blossomthemes_email_newsletter_widget form {
display: flex;
flex: 1;
flex-direction: column;
}
.widget_blossomthemes_email_newsletter_widget input[type="text"] {
margin-bottom: 5px;
font-size: 0.7778em;
}
.blossomthemes-email-newsletter-wrapper form label {
order: 5;
width: 100%;
font-size: 0.7778em;
margin-top: 10px;
}
.widget_blossomthemes_email_newsletter_widget .has-overlay form label {
color: #fff;
}
.blossomthemes-email-newsletter-wrapper form label .subscribe-inner-wrap {
display: inline-block;
position: relative;
padding-left: 25px;
}
.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap input[type="checkbox"] {
display: block;
position: absolute;
top: 10px;
left: 0px;
opacity: 0;
width: auto;
}
.blossomthemes-email-newsletter-wrapper form label .check-mark {
display: inline-block;
width: 15px;
height: 15px;
border: 1px solid rgba(0, 0, 0, 0.15);
vertical-align: middle;
border-radius: 0;
margin-top: 0;
position: absolute;
top: 6px;
left: 0;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z" class=""></path></svg>');
background-size: 0;
background-repeat: no-repeat;
background-position: center;
background-color: #fff;
}
.blossomthemes-email-newsletter-wrapper.has-overlay form label .check-mark {
border-color: rgba(255, 255, 255, 0.25);
}
.blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked+.check-mark {
background-size: 9px;
background-color: var(--primary-color);
border-color: var(--primary-color);
}
.blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked+.check-mark::before {
display: none;
}
.blossomthemes-email-newsletter-wrapper form label .text {
margin-top: 2px;
text-align: left;
display: inline-block;
} .widget_bttk_author_bio {
text-align: left;
}
.widget_bttk_author_bio .image-holder {
margin-bottom: 20px;
}
.widget_bttk_author_bio .title-holder {
font-family: var(--secondary-font);
color: #121212;
font-weight: 800;
line-height: 1.42;
font-size: 1.22em;
margin-bottom: 10px;
}
.widget_bttk_author_bio .author-bio-content {
line-height: 1.6;
margin-bottom: 20px;
}
.widget_bttk_author_bio .author-bio-content p {
margin-top: 0;
margin-bottom: 20px;
}
.widget_bttk_author_bio .author-bio-content p:last-child {
margin-bottom: 0;
}
.widget_bttk_author_bio .text-signature {
margin-bottom: 20px;
}
.widget_bttk_author_bio .readmore {
display: block;
background: #121212;
text-align: center;
font-size: 0.7778em;
font-weight: 700;
letter-spacing: 1px;
padding-top: 15px;
padding-bottom: 15px;
text-decoration: none;
color: #fff;
}
.widget_bttk_author_bio .readmore:hover {
background: var(--primary-color);
}
.widget_bttk_author_bio .author-socicons li {
font-size: 0.8888em;
margin-left: 0;
}
.widget_bttk_author_bio .author-socicons li a {
display: inline-block;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_bttk_author_bio .author-socicons li a:hover {
border-color: var(--primary-color);
background: var(--primary-color);
color: #fff;
} .widget_bttk_social_links ul li {
margin-bottom: 7px;
padding-left: 0;
padding-right: 7px;
font-size: 0.7778em;
}
.widget_bttk_social_links ul li a {
width: 40px;
height: 40px;
line-height: 40px;
background: none;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_bttk_social_links ul li a:hover {
border-color: var(--primary-color);
background: var(--primary-color);
color: #fff;
} .widget_bttk_custom_categories ul li {
margin-bottom: 10px;
background-size: cover !important;
}
.widget_bttk_custom_categories ul li a {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
}
.widget_bttk_custom_categories ul li .cat-title {
font-size: 0.7778em;
font-weight: 700;
color: #fff;
display: flex;
flex: auto;
padding: 5px 0 5px 15px;
letter-spacing: 1px;
}
.widget_bttk_custom_categories ul li .post-count {
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-size: 0.6666em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 0;
}
.widget_bttk_custom_categories ul li a:hover .post-count {
background: var(--primary-color);
} .widget-area .widget_categories ul li,
.widget-area .widget_archive ul li,
.widget-area .widget_meta ul li,
.widget-area .widget_nav_menu ul li,
.widget-area .widget_pages ul li {
font-size: 0.7778em;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.widget-area .widget_categories ul li:last-child,
.widget-area .widget_archive ul li:last-child,
.widget-area .widget_meta ul li:last-child,
.widget-area .widget_nav_menu ul li:last-child,
.widget-area .widget_pages ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.widget-area .widget_categories ul ul li,
.widget-area .widget_archive ul ul li,
.widget-area .widget_meta ul ul li,
.widget-area .widget_nav_menu ul ul li,
.widget-area .widget_pages ul ul li {
font-size: 1em;
} .widget_nav_menu ul li {
position: relative;
}
.widget_nav_menu ul li ul {
display: none;
}
.widget_nav_menu ul li .submenu-toggle {
width: 20px;
text-align: center;
height: 20px;
top: 0;
right: 0;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
.widget_nav_menu .sub-menu .menu-item-has-children .submenu-toggle {
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
.site-footer .widget_nav_menu ul li .submenu-toggle {
color: #fff;
}
.widget_nav_menu ul li.menu-item-has-children .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
} .instagram-section .btif-instagram-feed {
display: flex;
flex-direction: column;
}
.widget_btif_instagram_widget ul li {
margin: 0;
padding: 3px;
}
.widget_btif_instagram_widget .profile-link {
display: block;
margin-top: 10px;
text-align: center;
background: var(--primary-color);
border: 1px solid var(--primary-color);
color: #fff;
font-size: 0.7778em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
padding: 10px;
text-decoration: none;
}
.widget_btif_instagram_widget .profile-link:hover {
background: none;
color: var(--primary-color);
}
.widget_btif_instagram_widget .profile-link .insta-icon {
margin-right: 5px;
} .widget_blossomtheme_companion_cta_widget>div {
padding: 40px 20px;
}
.widget_blossomtheme_companion_cta_widget>div.bttk-cta-bg {
position: relative;
z-index: 1;
}
.widget_blossomtheme_companion_cta_widget>div.bttk-cta-bg::before {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.right .blossomtheme-cta-container,
.right .blossomtheme-cta-container .widget-title {
text-align: right;
}
.centered .blossomtheme-cta-container,
.centered .blossomtheme-cta-container .widget-title {
text-align: center;
}
.widget_blossomtheme_companion_cta_widget .widget-title,
.widget-area .widget_blossomtheme_companion_cta_widget .widget-title {
background: none;
padding: 0;
font-size: 1.3333em;
letter-spacing: 0;
text-transform: none;
color: #fff;
}
.widget_blossomtheme_companion_cta_widget .text-holder {
color: #fff;
}
.widget_blossomtheme_companion_cta_widget .text-holder p {
margin-top: 0;
font-size: 0.8888em;
line-height: 1.5;
}
.widget_blossomtheme_companion_cta_widget .btn-cta {
display: inline-block;
font-weight: 700;
font-size: 0.7778em;
color: #fff;
letter-spacing: 1px;
background: var(--primary-color);
border: 1px solid var(--primary-color);
padding: 12px 25px;
text-transform: uppercase;
text-decoration: none;
margin: 3px;
}
.widget_blossomtheme_companion_cta_widget .btn-cta+.btn-cta,
.widget_blossomtheme_companion_cta_widget .btn-cta:hover {
background: none;
color: var(--primary-color);
}
.widget_blossomtheme_companion_cta_widget .btn-cta+.btn-cta:hover {
background: var(--primary-color);
color: #fff;
} .widget_bttk_testimonial_widget .bttk-testimonial-holder {
padding-top: 40px;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder {
border: 3px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
text-align: center;
padding: 50px 20px 20px 20px;
position: relative;
}
.site-footer .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder {
border-color: rgba(255, 255, 255, 0.2);
}
.widget_bttk_testimonial_widget .img-holder {
width: 70px;
border-radius: 5px;
overflow: hidden;
position: absolute;
top: -40px;
left: 0;
border: 2px solid rgba(0, 0, 0, 0.1);
padding: 4px;
background: #fff;
right: 0;
margin: 0 auto;
}
.site-footer .widget_bttk_testimonial_widget .img-holder {
background: #000;
border-color: rgba(255, 255, 255, 0.2);
}
.widget_bttk_testimonial_widget .img-holder img {
border-radius: 3px;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .name {
display: block;
font-weight: 700;
line-height: 1.4;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .designation {
font-size: 0.7778em;
color: #8c8c8c;
}
.site-footer .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .designation {
color: rgba(255, 255, 255, 0.6);
}
.widget_bttk_testimonial_widget .testimonial-content {
margin-top: 15px;
}
.widget_bttk_testimonial_widget .testimonial-content p {
margin-top: 0;
margin-bottom: 20px;
}
.widget_bttk_testimonial_widget .testimonial-content p:last-child {
margin-bottom: 0;
} .widget_bttk_description_widget .bttk-team-holder-modal {
display: none !important;
}
.widget_bttk_description_widget .bttk-team-inner-holder {
text-align: center;
}
.widget_bttk_description_widget .image-holder {
margin-bottom: 30px;
}
.widget_bttk_description_widget .name {
display: block;
font-weight: 700;
line-height: 1.5;
}
.widget_bttk_description_widget .designation {
display: block;
font-size: 0.7778em;
color: #8c8c8c;
margin-top: 0;
}
.widget_bttk_description_widget .description {
margin-top: 15px;
}
.site-footer .widget_bttk_description_widget .description {
color: rgba(255, 255, 255, 0.6)
}
.widget_bttk_description_widget .description p {
margin-top: 0;
margin-bottom: 20px;
}
.widget_bttk_description_widget .description p:last-child {
margin-bottom: 0;
}
.widget_bttk_description_widget .social-profile {
margin-top: 20px;
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
}
.widget_bttk_description_widget .social-profile li,
#secondary .widget_bttk_description_widget .social-profile li {
margin-right: 5px;
margin-bottom: 0;
margin-top: 5px;
padding-bottom: 0;
border-bottom: none;
}
.widget_bttk_description_widget .social-profile li a,
#secondary .widget_bttk_description_widget .social-profile li a {
display: inline-block;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
background: var(--primary-color);
border-radius: 100%;
color: #fff;
}
.widget_bttk_description_widget .social-profile li a:hover {
background: #d18f7f;
color: #fff !important;
} .widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder {
position: relative;
padding-left: 70px;
}
#secondary .widget_blossomthemes_stat_counter_widget .widget-title,
.site-footer .widget_blossomthemes_stat_counter_widget .widget-title {
margin-bottom: 15px;
background: none;
color: #121212;
text-align: left;
padding: 0;
font-size: 0.8888em;
}
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .icon-holder {
font-size: 3em;
position: absolute;
top: 5px;
left: 0;
line-height: 1;
color: var(--primary-color);
}
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .hs-counter {
font-size: 2.6665em;
font-weight: 700;
line-height: 1;
} .widget_bttk_posts_category_slider_widget .item {
height: 350px;
position: relative;
}
.widget_bttk_posts_category_slider_widget .item img {
width: 100%;
height: 350px;
object-fit: cover;
}
.widget_bttk_posts_category_slider_widget .item .carousel-title {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
padding: 20px 10px;
}
.site-footer .widget_bttk_posts_category_slider_widget .item .carousel-title {
background: rgba(255, 255, 255, 0.5);
}
.widget_bttk_posts_category_slider_widget .carousel-title a {
color: #fff;
display: inline-block;
}
.widget_bttk_posts_category_slider_widget .carousel-title a:hover {
color: var(--primary-color);
}
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a::after {
content: ",";
}
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a:last-child::after {
display: none;
}
.widget_bttk_posts_category_slider_widget .carousel-title .title {
font-size: 1em;
margin-top: 5px;
margin-bottom: 0;
}
.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav [class*="owl-"] {
border-radius: 100%;
background: rgba(0, 0, 0, 0.5);
left: 10px;
top: 40%;
min-height: auto;
}
.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav .owl-next {
left: auto;
right: 10px;
}
.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav [class*="owl-"]:before {
display: none;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]:hover {
background: var(--primary-color);
}
.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots {
position: static;
}
.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot {
background: rgba(0, 0, 0, 0.3);
margin: 5px;
}
.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot.active,
.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot:hover {
background: #111;
border-color: #111;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span,
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot:hover span,
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span:hover,
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot.active span {
background: none;
} .widget_bttk_icon_text_widget .rtc-itw-inner-holder {
display: flex;
flex: 1;
flex-direction: column;
text-align: center;
}
.widget_bttk_icon_text_widget .rtc-itw-inner-holder .icon-holder {
font-size: 3em;
line-height: 1;
color: var(--primary-color);
}
.widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
order: 2;
margin-top: 40px;
}
.widget_bttk_icon_text_widget .rtc-itw-inner-holder .widget-title {
font-size: 0.778em;
font-weight: 700;
text-align: center;
background: none;
color: #121212;
font-family: var(--primary-color);
letter-spacing: 1px;
}
#secondary .widget_bttk_icon_text_widget .text-holder .widget-title,
.site-footer .widget_bttk_icon_text_widget .text-holder .widget-title {
padding: 0;
margin-bottom: 0;
}
.widget_bttk_icon_text_widget .rtc-itw-inner-holder .widget-title span {
padding-right: 0;
}
#secondary .widget_bttk_icon_text_widget .text-holder .widget-title span,
.site-footer .widget_bttk_icon_text_widget .text-holder .widget-title span {
background: none;
padding: 0;
}
#secondary .widget_bttk_icon_text_widget .text-holder .widget-title:after,
.site-footer .widget_bttk_icon_text_widget .text-holder .widget-title:after {
display: none;
}
.widget_bttk_icon_text_widget .text-holder .content {
font-size: 0.8888em;
}
.widget_bttk_icon_text_widget .text-holder .btn-readmore {
display: inline-block;
font-weight: 700;
font-size: 0.7778em;
color: #fff;
letter-spacing: 1px;
background: var(--primary-color);
border: none;
padding: 13px 30px;
text-transform: uppercase;
text-decoration: none;
}
.widget_bttk_icon_text_widget .text-holder .btn-readmore:hover {
background: #121212;
color: #fff;
} .widget_blossom_client_logo_widget .blossom-inner-wrap {
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: center;
}
.widget_blossom_client_logo_widget .widget-title {
width: 100%;
margin-top: 0;
margin-bottom: 0;
}
#secondary .widget_blossom_client_logo_widget .widget-title,
.site-footer .widget_blossom_client_logo_widget .widget-title {
margin-bottom: 0;
}
.widget_blossom_client_logo_widget .image-holder {
width: 50%;
padding-right: 20px;
margin-top: 40px;
}
.widget_blossom_client_logo_widget .image-holder:nth-child(2n) {
padding-right: 0;
padding-left: 20px;
}
.client-logo-section .widget_blossom_client_logo_widget .image-holder {
padding: 40px;
width: 25%;
margin-top: 0;
}
.widget_blossom_client_logo_widget .image-holder.black-white {
-webkit-filter: grayscale(1);
filter: grayscale(1);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.widget_blossom_client_logo_widget .image-holder.black-white:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.image-holder:not(.black-white) a:hover {
opacity: 0.7;
filter: alpha(opacity=70);
} body[class*="post-layout-"] .site-main article .entry-title {
margin-top: 10px;
margin-bottom: 0;
font-family: var(--secondary-font);
font-size: 1.67em;
line-height: 1.25;
font-weight: 600;
}
body[class*="post-layout-"] .site-main article .entry-title a {
color: #121212;
text-decoration: none;
}
body[class*="post-layout-"] .site-main article .entry-title a:hover {
color: var(--primary-color);
}
body[class*="post-layout-"] .site-main article .entry-content {
margin-top: 0;
}
body[class*="post-layout-"] .site-main article .entry-content p {
margin-top: 0;
margin-bottom: 20px;
line-height: 1.6;
}
body[class*="post-layout-"] .site-main article .entry-content p:last-child {
margin-bottom: 0;
}
body[class*="post-layout-"] .site-main article .entry-footer {
margin-top: 20px;
}
body[class*="post-layout-"] .site-main article .entry-footer .btn-readmore {
text-transform: uppercase;
font-weight: 700;
font-size: 0.7778em;
letter-spacing: 1px;
color: #121212;
display: inline-block;
text-decoration: none;
}
body[class*="post-layout-"] .site-main article .entry-footer .btn-readmore:hover {
color: var(--primary-color);
}
body[class*="post-layout-"] .site-main article .entry-footer .btn-readmore>svg {
width: 10px;
height: 15px;
vertical-align: middle;
margin-top: -4px;
margin-left: 5px;
}
body[class*="post-layout-"] .site-main article .entry-footer .btn-readmore:hover>svg path {
fill: var(--primary-color);
}
body[class*="post-layout-"] .site-main article .entry-footer .social-share {
display: flex;
flex: auto;
flex-wrap: wrap;
justify-content: flex-end;
min-height: 30px;
align-items: center;
position: relative;
}
body[class*="post-layout-"] .site-main article .entry-footer .social-share .share-icon {
font-size: 0.6666em;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
cursor: pointer;
background: none;
padding: 0;
color: var(--font-color);
}
body[class*="post-layout-"] .site-main article .entry-footer .social-share .share-icon:hover {
color: var(--primary-color);
}
body[class*="post-layout-"] .site-main article .entry-footer .social-share .share-icon svg {
font-size: 15px;
vertical-align: middle;
margin-right: 5px;
margin-top: -2px;
}
body[class*="post-layout-"] .site-main article .entry-footer .social-share .social-networks {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
right: 45px;
top: 0;
background: #fff;
z-index: 9;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
body[class*="post-layout-"] .site-main article .entry-footer .social-share.active .social-networks {
right: 55px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
body[class*="post-layout-"] .site-main article .entry-footer .social-share .social-networks li {
display: inline-block;
font-size: 0.6666em;
margin-left: 5px;
}
body[class*="post-layout-"] .site-main article .entry-footer .social-share .social-networks li:first-child {
margin-left: 0;
}
body[class*="post-layout-"] .site-main article .entry-footer .social-share .social-networks li a {
display: inline-block;
border: 1px solid rgba(0, 0, 0, 0.1);
width: 30px;
text-align: center;
height: 30px;
line-height: 30px;
color: #121212;
}
body[class*="post-layout-"] .site-main article .entry-footer .social-share .social-networks li a:hover {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
} .post-layout-one .site-main {
display: flex;
flex: 1;
flex-wrap: wrap;
margin-left: -1.5%;
margin-right: -1.5%;
}
.post-layout-one .site-main article {
margin-bottom: 48px;
padding-bottom: 48px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
width: 47%;
margin-left: 1.5%;
margin-right: 1.5%;
}
.full-width.post-layout-one .site-main article {
width: 30.33%;
}
.post-layout-one .site-main article:first-child,
.full-width.post-layout-one .site-main article:first-child {
width: 100%;
}
.post-layout-one .site-main article .entry-header {
margin-bottom: 15px;
}
.post-layout-one .site-main article:first-child .entry-title {
font-size: 2.22em;
}
.post-layout-one .site-main article figure.post-thumbnail {
margin-bottom: 30px;
}
body[class*="post-layout-"] .site-main article figure.post-thumbnail img {
width: 100%;
} .post-layout-ten .site-main {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: flex-start;
margin-left: -1.5%;
margin-right: -1.5%;
}
.post-layout-ten .site-main article {
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
width: 30.33%;
margin-left: 1.5%;
margin-right: 1.5%;
}
.post-layout-ten.rightsidebar .site-main article,
.post-layout-ten.leftsidebar .site-main article,
.post-layout-ten.full-width-centered .site-main article {
width: 47%;
}
.post-layout-ten .site-main article .entry-header {
margin-bottom: 30px;
}
.post-layout-ten .site-main article figure.post-thumbnail {
margin-bottom: 30px;
} body.post-layout-three .site-main article {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 60px;
margin-bottom: 60px;
}
body.post-layout-three .site-main article .entry-header {
margin-bottom: 25px;
}
body.post-layout-three .site-main article .entry-title {
margin-top: 10px;
font-size: 2.22em;
} .post-layout-four .site-main article,
.post-layout-five .site-main article,
.post-layout-twelve .site-main article {
display: flex;
flex: 1;
flex-wrap: wrap;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 60px;
padding-bottom: 60px;
}
.post-layout-twelve .site-main article {
align-items: center;
}
.post-layout-five .site-main article:nth-child(2n) {
flex-direction: row-reverse;
}
.post-layout-four .site-main article .post-thumbnail,
.post-layout-five .site-main article .post-thumbnail,
.post-layout-twelve .site-main article .post-thumbnail {
margin-bottom: 0;
width: 45%;
}
.post-layout-twelve .site-main article .post-thumbnail {
width: 47%;
}
.post-layout-four .site-main article .content-wrap,
.post-layout-five .site-main article .content-wrap,
.post-layout-twelve .site-main article .content-wrap {
width: 55%;
padding-left: 30px;
}
.post-layout-twelve .site-main article .content-wrap {
width: 53%;
}
.post-layout-five .site-main article:nth-child(2n) .content-wrap {
padding-left: 0;
padding-right: 30px;
}
.post-layout-four .site-main article .content-wrap .entry-title,
.post-layout-five .site-main article .content-wrap .entry-title,
.post-layout-twelve .site-main article .content-wrap .entry-title {
margin-top: 0;
margin-bottom: 15px;
} .post-layout-six .site-main article,
.post-layout-seven .site-main article,
.post-layout-eight .site-main article {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 60px;
padding-bottom: 60px;
}
.post-layout-seven .site-main article,
.post-layout-eight .site-main article:nth-child(2n) {
flex-direction: row-reverse;
}
.post-layout-six .site-main article .post-thumbnail,
.post-layout-seven .site-main article .post-thumbnail,
.post-layout-eight .site-main article .post-thumbnail {
margin-bottom: 0;
width: 60%;
}
.post-layout-six .site-main article .post-thumbnail img,
.post-layout-seven .site-main article .post-thumbnail img,
.post-layout-eight .site-main article .post-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}
.post-layout-six .site-main article .content-wrap,
.post-layout-seven .site-main article .content-wrap,
.post-layout-eight .site-main article .content-wrap {
width: 40%;
background: #fff;
position: relative;
left: -60px;
margin-top: 25px;
margin-bottom: 25px;
padding: 30px 0 30px 30px;
}
.post-layout-seven .site-main article .content-wrap,
.post-layout-eight .site-main article:nth-child(2n) .content-wrap {
left: auto;
right: -60px;
padding-left: 0;
padding-right: 30px;
}
.post-layout-six .site-main article .content-wrap .entry-header,
.post-layout-six .site-main article .content-wrap .entry-footer,
.post-layout-eight .site-main article .content-wrap .entry-header,
.post-layout-eight .site-main article .content-wrap .entry-footer {
margin-right: -60px;
}
.post-layout-seven .site-main article .content-wrap .entry-header,
.post-layout-seven .site-main article .content-wrap .entry-footer,
.post-layout-eight .site-main article:nth-child(2n) .content-wrap .entry-header,
.post-layout-eight .site-main article:nth-child(2n) .content-wrap .entry-footer {
margin-left: -60px;
}
.post-layout-eight .site-main article:nth-child(2n) .content-wrap .entry-header,
.post-layout-eight .site-main article:nth-child(2n) .content-wrap .entry-footer {
margin-right: 0;
}
.post-layout-six .site-main article .content-wrap .entry-title,
.post-layout-seven .site-main article .content-wrap .entry-title,
.post-layout-eight .site-main article .content-wrap .entry-title {
margin-top: 0;
margin-bottom: 15px;
}
.post-layout-six .site-main article .content-wrap span.category,
.post-layout-seven .site-main article .content-wrap span.category,
.post-layout-eight .site-main article .content-wrap span.category {
display: inline-block;
font-size: 0.6666em;
text-transform: uppercase;
font-weight: 700;
line-height: 1.49;
}
.post-layout-six .site-main article .content-wrap span.category a,
.post-layout-seven .site-main article .content-wrap span.category a,
.post-layout-eight .site-main article .content-wrap span.category a {
color: var(--primary-color);
letter-spacing: 1px;
display: inline-block;
vertical-align: middle;
}
.post-layout-six .site-main article .content-wrap span.category a::after,
.post-layout-seven .site-main article .content-wrap span.category a::after,
.post-layout-eight .site-main article .content-wrap span.category a::after {
content: "";
background: rgba(0, 0, 0, 0.1);
width: 5px;
height: 5px;
display: inline-block;
border-radius: 100%;
vertical-align: middle;
margin: -2px 5px 0 8px;
}
.post-layout-six .site-main article .content-wrap span.category a:last-child::after,
.post-layout-seven .site-main article .content-wrap span.category a:last-child::after,
.post-layout-eight .site-main article .content-wrap span.category a:last-child::after {
display: none;
}
.post-layout-six .site-main article .entry-meta>span,
.post-layout-seven .site-main article .entry-meta>span,
.post-layout-eight .site-main article .entry-meta>span {
font-weight: 700;
font-style: italic;
}
.post-layout-six .site-main article .entry-meta>span::after,
.post-layout-seven .site-main article .entry-meta>span::after,
.post-layout-eight .site-main article .entry-meta>span::after {
content: "";
background: rgba(0, 0, 0, 0.1);
width: 5px;
height: 5px;
display: inline-block;
border-radius: 100%;
vertical-align: middle;
margin: -2px 10px 0 8px;
}
.post-layout-six .site-main article .entry-meta>span:last-child::after,
.post-layout-seven .site-main article .entry-meta>span:last-child::after,
.post-layout-eight .site-main article .entry-meta>span:last-child::after {
display: none;
}
.post-layout-six .site-main article .entry-meta>span a,
.post-layout-seven .site-main article .entry-meta>span a,
.post-layout-eight .site-main article .entry-meta>span a {
vertical-align: initial;
font-style: normal;
} body.post-layout-nine .site-main article {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
margin-bottom: 60px;
}
body.post-layout-nine .site-main article .entry-header {
margin-bottom: 25px;
}
body.post-layout-nine .site-main article .entry-title {
margin-top: 10px;
font-size: 2.22em;
}
body.post-layout-nine .site-main article .content-wrap {
background: #fff;
width: 90%;
margin: 0 auto;
padding: 40px 40px 0 40px;
position: relative;
top: -50px;
} .post-layout-eleven .site-main {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: flex-start;
margin-left: -1.5%;
margin-right: -1.5%;
}
.post-layout-eleven.rightsidebar .site-main,
.post-layout-eleven.leftsidebar .site-main {
margin-left: -2%;
margin-right: -2%;
}
.post-layout-eleven .site-main article {
margin-bottom: 50px;
width: 30.33%;
margin-left: 1.5%;
margin-right: 1.5%;
position: relative;
overflow: hidden;
}
.post-layout-eleven.rightsidebar .site-main article,
.post-layout-eleven.leftsidebar .site-main article,
.post-layout-eleven.full-width-centered .site-main article {
width: 46%;
margin-left: 2%;
margin-right: 2%;
}
.post-layout-eleven .site-main article figure.post-thumbnail {
margin-bottom: 0;
}
.post-layout-eleven .site-main article .content-wrap {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 100px 30px 30px 30px;
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.75) 60%);
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.75) 60%);
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.75) 60%);
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.75) 60%);
background: linear-gradient(transparent, rgba(0, 0, 0, 0.75) 60%);
}
.post-layout-eleven .site-main article .content-wrap .entry-title {
margin-top: 5px;
}
.post-layout-eleven .site-main article .content-wrap .entry-title a {
color: #fff;
}
.post-layout-eleven .site-main article .content-wrap .entry-title a:hover {
color: #fff;
opacity: 0.75;
filter: alpha(opacity=75);
}
.post-layout-eleven .site-main article .content-wrap span.category {
display: inline-block;
font-size: 0.6666em;
text-transform: uppercase;
font-weight: 700;
line-height: 1.49;
}
.post-layout-eleven .site-main article .content-wrap span.category a {
color: var(--primary-color);
letter-spacing: 1px;
display: inline-block;
vertical-align: middle;
}
.post-layout-eleven .site-main article .content-wrap span.category a::after,
.post-layout-eleven .site-main article .entry-meta>span::after {
content: "";
background: rgba(255, 255, 255, 0.2);
width: 5px;
height: 5px;
display: inline-block;
border-radius: 100%;
vertical-align: middle;
margin: -2px 5px 0 8px;
}
.post-layout-eleven .site-main article .entry-meta>span::after {
margin-left: 10px;
margin-right: 10px;
}
.post-layout-eleven .site-main article .content-wrap span.category a:last-child::after,
.post-layout-eleven .site-main article .entry-meta>span:last-child::after {
display: none;
}
.post-layout-eleven .site-main article .content-wrap .entry-meta {
margin-bottom: 0;
margin-top: 10px;
}
.post-layout-eleven .site-main article .entry-meta>span {
color: #fff;
}
.post-layout-eleven .site-main article .entry-meta>span a {
vertical-align: initial;
color: #fff;
}
.post-layout-eleven .site-main article .entry-meta>span a:hover {
color: #fff;
opacity: 0.75;
filter: alpha(opacity=75);
} .author-section {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.single .content-area .author-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 60px;
margin-top: 60px;
}
.archive.author .content-area>.author-section {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 40px;
margin-bottom: 50px;
}
.author-section .author-img {
margin: 0;
width: 120px;
height: 120px;
border-radius: 100%;
overflow: hidden;
}
.author-section .author-img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 100%;
}
.author-section .author-content-wrap {
width: calc(100% - 180px);
padding-left: 20px;
}
.author-section .author-name {
font-size: 1.22em;
color: #111;
margin-top: 0;
margin-bottom: 20px;
display: inline-block;
line-height: 1em;
font-family: var(--secondary-font);
}
.author-section .author-name .sub-title {
font-size: 0.64em;
}
.author-section .author-content {
font-size: 0.8888em;
line-height: 1.63;
}
.author-section .author-social {
margin-top: 20px;
}
.author-section .social-list {
margin: 0;
padding: 0;
list-style: none;
}
.author-section .social-list li {
margin: 5px;
display: inline-block;
}
.author-section .social-list li a {
display: inline-block;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
border-radius: 100%;
font-size: 0.7778em;
color: #999;
padding: 0;
background: #f7f7f7;
}
.author-section .social-list li a:hover {
background: var(--primary-color);
color: #fff;
} .newsletter-block {
text-align: center;
}
.single .newsletter-block {
margin-top: 60px;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper {
padding: 60px 30px;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper .text-holder {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper .text-holder h3 {
margin-top: 0;
margin-bottom: 0;
font-family: var(--secondary-font);
font-size: 2em;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper .text-holder span {
display: block;
margin-top: 10px;
font-size: 0.8888em;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: flex-start;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form input {
display: flex;
flex: 2;
align-items: flex-start;
flex-wrap: wrap;
margin: 0;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
width: 50%;
flex: auto;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form input+input[name="subscribe-email"] {
width: auto;
flex: 2;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
flex: 1;
justify-content: center;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form>label {
order: 5;
} .single-post .site-main article .content-wrap {
position: relative;
}
.single-post .site-main article .post-thumbnail {
width: 100%;
}
.single-post .site-main .entry-header {
width: 100%;
}
.single-post .site-main .article-meta {
width: 132px;
text-align: center;
}
.single-post .site-main .sticky-meta .article-meta {
position: absolute;
left: -175px;
width: 75px;
height: 100%;
text-align: center;
top: 0px;
}
.single-post.leftsidebar .site-main .sticky-meta .article-meta {
left: unset;
right: -175px;
}
.single-post .site-main .sticky-meta .article-meta .article-inner-meta {
position: sticky;
top: 50px;
}
.single-post .site-main .article-meta .byline a {
display: flex;
flex-direction: column;
flex: auto;
font-size: 0.6666em;
font-weight: 800;
color: #121212;
letter-spacing: 1px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
.single-post .site-main .article-meta .byline a:hover {
color: var(--primary-color);
}
.single-post .site-main .article-meta .byline a img {
margin: 0 auto 10px auto;
width: 70px;
height: 70px;
object-fit: cover;
border-radius: 100%;
}
.single-post .site-main .article-meta .byline+.comments,
.single-post .site-main .article-meta .byline+.social-share {
border-top: 1px solid rgba(0, 0, 0, 0.07);
margin-top: 15px;
padding-top: 10px;
}
.single .site-main .comments {
display: block;
font-size: 0.6666em;
font-weight: 700;
text-transform: uppercase;
margin: 10px 0;
}
.single .site-main .comments svg {
display: none;
}
.single .site-main .comments a {
color: #909090;
}
.single .site-main .comments a:hover {
color: var(--primary-color);
}
.single-post .site-main .article-meta .share-title {
display: block;
text-transform: uppercase;
font-weight: 800;
font-size: 0.7778em;
letter-spacing: 1px;
margin-bottom: 10px;
}
.single-post .site-main .article-meta .favourite {
display: flex;
flex: 1;
flex-direction: column-reverse;
}
.single-post .site-main .article-meta .favourite a,
.single-post .site-main .article-meta .favourite .liked-icon {
width: 60px;
text-align: center;
height: 60px;
line-height: 64px;
background: #fff;
box-shadow: 0 0 15px rgba(var(--primary-color-rgb), 0.4);
border-radius: 100%;
margin: 5px auto 0 auto;
font-size: 1em;
color: #DA222E;
}
.single-post .site-main .article-meta .favourite a:hover {
background: #DA222E;
color: #fff;
}
.single-post .site-main .article-meta .favourite .fav-count {
display: inline-block;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
}
.single-post .site-main .article-meta .social-list {
margin: 0;
padding: 0;
list-style: none;
}
.single-post .site-main .article-meta .social-list li {
display: block;
margin-top: 10px;
}
.single-post .site-main .article-meta .social-list li a {
display: inline-block;
width: 60px;
height: 60px;
line-height: 60px;
background: #f7f7f7;
border-radius: 100%;
color: #999;
}
.single-post .site-main .article-meta .social-list li a:hover {
background: var(--primary-color);
color: #fff;
}
.single-post .site-main article .entry-content,
.single-post .site-main article .entry-content p:first-child {
margin-top: 0;
}
.single-post.full-width-centered .site-main .entry-content {
max-width: 728px;
margin: 0 auto;
}
.single-post .site-main .entry-footer {
margin-top: 10px;
}
.single-post .site-main .entry-footer .cat-tags {
font-size: 0.6666em;
color: #333;
letter-spacing: 1px;
}
.single-post .site-main .entry-footer .cat-tags a {
color: #333;
font-weight: 600;
background: rgba(0, 0, 0, 0.05);
padding: 6px 15px;
margin-right: 2px;
margin-bottom: 5px;
text-decoration: none;
}
.single-post .site-main .entry-footer .cat-tags a:hover {
background: var(--primary-color);
color: #fff;
}
.leftsidebar.single-post .site-main article .content-wrap {
flex-direction: row-reverse;
}
.leftsidebar.single-post .site-main .article-meta+.entry-content {
padding-left: 0;
padding-right: 50px;
}
.leftsidebar.single-post .site-main .article-meta~.entry-footer {
padding-left: 0;
padding-right: 182px;
} .single-style-four .content-area,
.single-style-four .widget-area {
margin-top: 30px;
}
.single-style-four .site-main .entry-header {
margin-bottom: 35px;
}
.single-style-four .site-main .entry-header .entry-meta>span.category a::after {
background: none;
width: auto;
height: auto;
content: ",";
margin-left: 2px;
margin-right: 5px;
}
.single-style-four .site-main .entry-header .entry-meta>span.category a:last-child::after {
display: none;
}
.single-style-four .site-main .entry-header .entry-title {
margin-top: 20px;
margin-bottom: 0;
font-size: 3.11em;
font-family: var(--secondary-font);
font-weight: 700;
line-height: 1.25;
color: #121212;
}
.single-style-four .site-main article .post-thumbnail {
margin-bottom: 60px;
} .archive .content-area,
.archive .widget-area {
margin-top: 30px;
}
.archive .content-area .page-header .result-count {
margin-top: 10px;
} .search-results .content-area>.page-header {
margin-bottom: 50px;
}
.search-results .content-area>.page-header .page-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 0.6666em;
color: #999;
letter-spacing: 1px;
}
.search-results .content-area>.page-header .search-form {
border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.search-results .content-area>.page-header .search-field {
border: none;
padding-left: 0;
height: 80px;
font-size: 3.33em;
font-weight: 700;
line-height: 1.25em;
font-family: var(--secondary-font);
}
.search-results .content-area>.page-header .search-submit {
height: 80px;
background-color: transparent;
text-indent: 100px;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23121212" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
background-size: 25px;
}
.search-results .content-area>.page-header .search-submit:hover {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2390BAB5" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
}
.no-results .page-content .search-form {
display: none;
} .error404 .site-main .error-404 {
text-align: center;
}
.error404 .content-area .page-header .page-title {
font-family: var(--primary-font);
font-size: 2.72em;
margin-top: 0;
margin-bottom: 30px;
}
.error404 .site-main .error-text {
font-size: 1.39em;
max-width: 586px;
margin: 0 auto;
}
.error404 .site-main .error-num {
font-size: 22.22em;
line-height: 1;
font-weight: 700;
text-shadow: 0 -10px rgba(0, 0, 0, 0.1);
color: var(--primary-color);
margin-top: 60px;
}
.error404 .site-main .btn-readmore {
display: inline-block;
font-size: 0.7778em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
padding: 17px 50px;
line-height: 1.75em;
background: #121212;
color: #fff;
margin-top: 80px;
text-decoration: none;
}
.error404 .site-main .btn-readmore:hover {
background: var(--primary-color);
}
.error404 .site-main .search-form {
margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 630px;
} .dr-archive-details .dr-archive-list-title a,
.dr-advance-search .advance-search-options #dr-recipes-clear-filters,
.dr-feature-image .view-gallery-btn,
.dr-archive-details .dr-archive-list-title a {
text-decoration: none;
}
.post-navigation .dr-category .cat-name {
font-size: 0.78em;
font-family: var(--secondary-font);
}
.dr-post-carousel.owl-carousel .owl-nav button[class*="owl-"]:hover {
background: var(--primary-color);
}
.dr-post-carousel.owl-carousel .owl-nav button[class*="owl-"]:hover path {
stroke: var(--white-color);
}
.post-layout-two.rightsidebar .site-main article,
.post-layout-two.leftsidebar .site-main article {
flex: auto;
}
.archive .site-main article,
.site-main .dr-archive-list-gridwrap article {
margin-top: 0;
padding-top: 0;
border-top: none;
}
.site-main .dr-archive-list-gridwrap article:not(:first-child) {
margin-top: 0;
}
.post-layout-two .site-main article.recipe-post figure.post-thumbnail {
margin-bottom: 0;
}
.post-layout-two .site-main article.recipe-post .content-wrap {
padding-left: 60px;
}
.dr-archive-list-gridwrap .entry-meta span.posted-on {
font-weight: normal;
text-transform: none;
}
.archive .site-main article.recipe-post .entry-footer>span.byline::after {
display: none;
}
.archive .site-main .dr-archive-list-gridwrap article .entry-meta>span,
.site-main .dr-archive-list-gridwrap article .entry-meta>span {
margin-right: 0;
}
.site-main+.navigation.pagination {
margin-top: 0;
padding-top: 0;
border-top: none;
}
.site-main+.navigation.pagination .page-numbers {
font-family: var(--primary-font);
color: #121212;
min-width: auto;
min-height: auto;
width: 50px;
height: 50px;
line-height: 50px;
letter-spacing: 0px;
margin: 0 5px 0 0;
}
.site-main+.navigation.pagination .page-numbers.prev {
padding-left: 10px;
width: auto;
}
.site-main+.navigation.pagination .page-numbers.next {
padding-right: 10px;
width: auto;
}
.site-main+.navigation.pagination .page-numbers.prev svg,
.site-main+.navigation.pagination .page-numbers.next svg {
position: static;
opacity: 1;
filter: alpha(opacity=100);
}
.comments-area ol li>div {
margin-top: 0;
border-top: none;
}
.widget ul li.dr-mst-pop-wrap,
.dr-recipe-keys ul li a {
display: flex;
}
.dr-popular-tags ul li {
display: inline-block;
}
.site-footer .dr-fav-header .dr-entry-meta>span {
color: rgba(var(--white-color-rgb), 0.7);
}
@media screen and (min-width: 768px) {
.single.full-width-centered .site-main article:not(.has-article-meta) .content-wrap {
flex-direction: column;
}
.single.full-width-centered .site-main article .article-meta {
margin-left: -70px;
}
.single.full-width-centered .site-main article:not(.has-article-meta) .entry-content,
.page.full-width-centered .site-main article {
margin-left: auto;
margin-right: auto;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.single.full-width-centered .site-content .content-area {
max-width: 670px;
}
}
@media screen and (max-width: 767px) {
.archive .site-main .dr-archive-list-gridwrap article,
.site-main .dr-archive-list-gridwrap article,
.dr-gb-block-wrap .recipe-post {
display: block;
}
.archive .site-main .dr-archive-list-gridwrap article .post-thumbnail,
.site-main .dr-archive-list-gridwrap article .post-thumbnail,
.dr-gb-block-wrap .recipe-post .post-thumbnail {
width: 100%;
margin-bottom: 20px;
}
.archive .site-main .dr-archive-list-gridwrap article .content-wrap,
.site-main .dr-archive-list-gridwrap article .content-wrap,
.dr-gb-block-wrap .recipe-post .content-wrap {
width: 100%;
padding-left: 35px;
}
.archive .site-main .dr-archive-list-gridwrap article .floated-meta,
.site-main .dr-archive-list-gridwrap article .floated-meta,
.dr-gb-block-wrap .recipe-post .floated-meta {
left: 0;
}
} @media screen and (max-width: 1500px) {
.custom-background .site,
.custom-background .sticky-header {
max-width: 95%;
} .site-banner .banner-caption {
bottom: 20px;
}
.owl-carousel>.owl-nav button[class*="owl-"] {
left: 235px;
}
.owl-carousel>.owl-nav button.owl-next {
left: auto;
right: 235px;
} .site-banner.style-nine .item .banner-caption {
padding: 20px;
}
.site-banner.style-nine .banner-caption .container {
padding-left: 0;
padding-right: 0;
} .site-banner.style-four .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
left: -5%;
}
.site-banner.style-four .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: -5%;
} .site-banner.style-eleven .item .banner-caption {
padding: 40px;
}
.site-banner.style-eleven .banner-caption .banner-title {
font-size: 2em;
} .site-banner.style-six .owl-carousel .owl-nav [class*="owl-"] .cat-links,
.site-banner.style-six .owl-carousel .owl-nav [class*="owl-"] .banner-title {
background: rgba(0, 0, 0, 0.3);
padding: 5px 10px;
margin-top: 0;
}
.site-banner.style-six .owl-carousel .owl-nav [class*="owl-"] .banner-title {
font-size: 1em;
}
}
@media screen and (max-width: 1366px) {
.container {
max-width: 1170px;
}
.rightsidebar .widget-area,
.leftsidebar .widget-area {
width: 300px;
}
.rightsidebar .content-area,
.leftsidebar .content-area {
width: calc(100% - 301px);
} .style-nineteen .header-bottom .secondary-menu {
flex: initial;
}
.site-header.style-nineteen .main-navigation ul li a {
padding-left: 12px;
padding-right: 12px;
}
.site-header.style-nineteen .main-navigation ul ul li a {
padding-left: 0;
padding-right: 0;
}
.site-header.style-nineteen .main-navigation ul li.menu-item-has-children>a {
padding-right: 35px;
} .owl-carousel>.owl-nav button[class*="owl-"] {
left: 145px;
}
.owl-carousel>.owl-nav button.owl-next {
left: auto;
right: 145px;
} .site-banner.style-three .banner-caption {
padding: 20px 5px;
}
.site-banner.style-three .banner-caption .banner-title {
font-size: 1.6667em;
} .site-banner.style-four .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
left: 0;
}
.site-banner.style-four .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: 0;
} .site-banner.style-eight .banner-caption {
padding-top: 30px;
padding-bottom: 30px;
} .site-banner.style-nine .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"],
.site-banner.style-ten .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
left: 0;
}
.site-banner.style-nine .owl-carousel .owl-stage-outer+.owl-nav .owl-next,
.site-banner.style-ten .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: 0;
} .site-banner.style-ten .banner-caption .banner-title {
font-size: 1.67em;
} .site-banner.style-eleven .item .banner-img-wrap {
width: 55%;
}
.site-banner.style-eleven .item .banner-caption {
padding: 30px;
width: 45%;
} .site-banner.style-six .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
max-width: 200px;
left: 1%;
}
.site-banner.style-six .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
left: auto;
right: 1%;
}
}
@media screen and (max-width: 1199px) {
.container,
.sticky-t-bar .newsletter-inner-wrapper {
max-width: 1000px;
}
.sticky-t-bar .newsletter-inner-wrapper .text-holder {
max-width: 40%;
} .site-header.style-seven .main-navigation ul li,
.site-header.style-eight .main-navigation ul li,
.site-header.style-nine .main-navigation ul li {
font-size: 0.6666em;
}
.site-header.style-seven .main-navigation ul ul li,
.site-header.style-eight .main-navigation ul ul li,
.site-header.style-nine .main-navigation ul ul li {
font-size: 1em;
} .site-header.style-eleven .site-branding,
.site-header.style-eleven .header-mid .right,
.site-header.style-twelve .site-branding,
.site-header.style-twelve .header-mid .right {
flex: 1;
} .owl-carousel>.owl-nav button[class*="owl-"] {
left: 105px;
}
.owl-carousel>.owl-nav button.owl-next {
left: auto;
right: 105px;
} .feature-section.style-four article,
.popular-section.style-four article {
width: 47%;
}
.feature-section.style-four article .content-wrap,
.popular-section.style-four article .content-wrap {
padding-top: 5px;
padding-bottom: 5px;
} .single-style-one .site-content>.entry-header .entry-title,
.single-style-two .site-content>.container>.entry-header .entry-title,
.single-style-five .site-content>.entry-header .entry-title,
.single-style-six .site-content>.entry-header .entry-title,
.single-style-seven .site-content>.entry-header .entry-title {
font-size: 3em;
}
.single-post .site-main .article-meta+.entry-content {
padding-left: 30px;
}
.single-post .site-main .article-meta~.entry-footer {
padding-left: 162px;
}
.leftsidebar.single-post .site-main .article-meta+.entry-content {
padding-left: 0;
padding-right: 30px;
}
.leftsidebar.single-post .site-main .article-meta~.entry-footer {
padding-left: 0;
padding-right: 162px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1500px) { .site-header.style-seven .main-navigation {
flex: 2;
}
.site-header.style-seven .main-navigation ul li a {
padding-left: 20px;
padding-right: 20px;
}
.site-header.style-eight .main-navigation ul li a {
padding-left: 17px;
padding-right: 17px;
}
.site-header.style-seven .main-navigation ul li.menu-item-has-children>a,
.site-header.style-eight .main-navigation ul li.menu-item-has-children>a {
padding-right: 35px;
}
.site-header.style-seven .main-navigation ul ul li a,
.site-header.style-eight .main-navigation ul ul li a {
padding-left: 0;
padding-right: 0;
}
.site-header.style-seven .header-bottom .header-social {
flex: initial;
} .site-header.style-eight .site-branding,
.site-header.style-eight .right {
flex: 1;
}
.site-header.style-eight .main-navigation {
flex: 2;
}
}
@media screen and (min-width: 1025px) and (max-width: 1366px) { .site-header.style-seven .main-navigation ul li.menu-item-has-children .submenu-toggle,
.site-header.style-eight .main-navigation ul li.menu-item-has-children .submenu-toggle,
.site-header.style-nine .main-navigation ul li.menu-item-has-children .submenu-toggle {
right: 5px;
font-size: 10px;
top: 23px;
}
.site-header.style-seven .main-navigation ul ul li.menu-item-has-children .submenu-toggle,
.site-header.style-eight .main-navigation ul ul li.menu-item-has-children .submenu-toggle,
.site-header.style-nine .main-navigation ul ul li.menu-item-has-children .submenu-toggle {
right: 15px;
}
.site-header.style-seven .main-navigation ul li a,
.site-header.style-eight .main-navigation ul li a,
.site-header.style-nine .main-navigation ul li a {
padding-left: 10px;
padding-right: 10px;
}
.site-header.style-seven .main-navigation ul li.menu-item-has-children>a,
.site-header.style-eight .main-navigation ul li.menu-item-has-children>a,
.site-header.style-nine .main-navigation ul li.menu-item-has-children>a {
padding-right: 15px;
}
}
@media screen and (min-width: 1025px) {
.main-navigation .primary-menu-list,
.main-navigation ul ul,
.site-header:not(.style-two) .secondary-menu ul,
.site-header:not(.style-two) .secondary-menu ul ul {
display: block !important;
}
.close.close-nav-toggle,
.close-main-nav-toggle {
display: none;
}
}
@media screen and (max-width: 1024px) {
.container {
max-width: 768px;
padding-left: 15px;
padding-right: 15px;
}
.back-to-top {
width: 40px;
height: 40px;
line-height: 55px;
}
.rightsidebar .content-area {
float: none;
width: 100%;
padding-right: 0;
}
.leftsidebar .content-area {
float: none;
width: 100%;
padding-left: 0;
}
.rightsidebar .widget-area,
.leftsidebar .widget-area {
float: none;
width: 100%;
}
.last-widget-sticky.rightsidebar .site-content>.container,
.last-widget-sticky.leftsidebar .site-content>.container {
display: block;
}
.toggle-btn {
display: block;
width: 25px;
height: 25px;
padding: 0;
background: none;
position: relative;
}
.toggle-btn:hover,
.toggle-btn:active,
.toggle-btn:focus {
background: none;
}
.toggle-btn .toggle-bar {
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 2px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.toggle-btn .toggle-bar:first-child {
top: -12px;
}
.toggle-btn .toggle-bar:last-child {
bottom: -12px;
}
.toggle-btn:hover .toggle-bar {
background: rgba(0, 0, 0, 0.8);
}
.owl-carousel>.owl-nav button[class*="owl-"] {
width: 30px;
height: 30px;
background-size: 12px;
left: 60px;
}
.owl-carousel>.owl-nav button.owl-next {
left: auto;
right: 60px;
} .sticky-t-bar .newsletter-inner-wrapper {
max-width: 768px;
flex-direction: column;
padding-left: 15px;
padding-right: 15px;
}
.sticky-t-bar .newsletter-inner-wrapper .text-holder {
text-align: center;
margin-bottom: 15px;
padding-right: 0;
max-width: 100%;
}
.sticky-t-bar .newsletter-inner-wrapper form {
text-align: center;
justify-content: center;
} .secondary-menu .close-nav-toggle {
width: 25px;
height: 25px;
padding: 0;
background: none;
position: absolute;
top: -31px;
left: 0;
display: none;
}
.secondary-menu .menu-modal.active .close-nav-toggle {
display: block;
}
.secondary-menu .toggle-btn.active {
display: none;
}
.secondary-menu .close-nav-toggle .toggle-bar {
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 2px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.secondary-menu .close-nav-toggle .toggle-bar:last-child {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.header-t,
.site-header.style-nine .header-bottom,
.site-header.style-eleven .header-bottom,
.site-header.style-twelve .header-bottom,
.site-header.style-fifteen .header-mid,
.site-header.style-sixteen .header-mid {
position: relative;
}
.secondary-menu .toggle-btn {
display: block;
}
.style-nine .secondary-menu .secondary-menu-list .close,
.style-ten .secondary-menu .secondary-menu-list .close,
.style-eleven .secondary-menu .secondary-menu-list .close,
.style-twelve .secondary-menu .secondary-menu-list .close,
.style-fifteen .secondary-menu .secondary-menu-list .close,
.style-sixteen .secondary-menu .secondary-menu-list .close,
.style-seventeen .secondary-menu .secondary-menu-list .close,
.style-eighteen .secondary-menu .secondary-menu-list .close,
.style-nineteen .secondary-menu .secondary-menu-list .close {
display: none;
}
.secondary-menu .secondary-menu-list,
.style-nine .header-bottom .secondary-menu .secondary-menu-list,
.style-ten .header-t .secondary-menu .secondary-menu-list,
.style-eleven .header-bottom .secondary-menu .secondary-menu-list,
.style-twelve .header-bottom .secondary-menu .secondary-menu-list,
.style-fifteen .header-mid .secondary-menu .secondary-menu-list,
.style-sixteen .header-mid .secondary-menu .secondary-menu-list,
.style-seventeen .secondary-menu .secondary-menu-list,
.style-eighteen .secondary-menu .secondary-menu-list,
.style-nineteen .header-bottom .secondary-menu .secondary-menu-list {
position: absolute;
top: 100%;
left: 15px;
right: 15px;
width: auto;
height: auto;
z-index: 9;
-webkit-transition: none;
-moz-transition: none;
transition: none;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
.secondary-menu .secondary-menu-list .mobile-menu {
display: none;
padding: 0 20px;
max-height: 44vh;
overflow: auto;
background: #fff;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
visibility: visible;
}
.style-nine .header-bottom .secondary-menu.menu-toggled ul.nav-menu,
.style-ten .header-t .secondary-menu.menu-toggled ul.nav-menu,
.style-eleven .header-bottom .secondary-menu.menu-toggled ul.nav-menu,
.style-twelve .header-bottom .secondary-menu.menu-toggled ul.nav-menu,
.style-fifteen .header-mid .secondary-menu.menu-toggled ul.nav-menu,
.style-sixteen .header-mid .secondary-menu.menu-toggled ul.nav-menu,
.style-seventeen .secondary-menu.menu-toggled ul.nav-menu,
.style-eighteen .secondary-menu.menu-toggled ul.nav-menu,
.style-nineteen .header-bottom .secondary-menu.menu-toggled ul.nav-menu {
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
.secondary-menu ul li {
display: block;
}
.secondary-menu ul li a,
.style-nine .header-bottom .secondary-menu ul li a,
.style-ten .header-t .secondary-menu ul li a,
.style-eleven .header-bottom .secondary-menu ul li a,
.style-twelve .header-bottom .secondary-menu ul li a,
.style-fifteen .header-mid .secondary-menu ul li a,
.style-sixteen .header-mid .secondary-menu ul li a,
.style-seventeen .header-t .secondary-menu ul li a,
.style-eighteen .header-t .secondary-menu ul li a,
.style-nineteen .header-bottom .secondary-menu ul li a {
padding: 20px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
display: block;
}
.secondary-menu ul li .submenu-toggle {
top: 0;
right: 0;
width: 20px;
height: 55px;
line-height: 55px;
}
.secondary-menu ul ul li.menu-item-has-children .submenu-toggle {
right: 0;
transform: none;
top: 0;
}
.secondary-menu ul li.menu-item-has-children .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.secondary-menu ul ul {
padding-left: 10px;
position: static;
visibility: visible;
opacity: 1;
box-shadow: none;
width: auto;
display: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.style-nine .secondary-menu ul ul,
.style-ten .secondary-menu ul ul,
.style-eleven .secondary-menu ul ul,
.style-twelve .secondary-menu ul ul,
.style-fifteen .secondary-menu ul ul,
.style-sixteen .secondary-menu ul ul,
.style-seventeen .secondary-menu ul ul,
.style-eighteen .secondary-menu ul ul,
.style-nineteen .secondary-menu ul ul {
background: none;
}
.secondary-menu ul ul li {
padding-left: 0;
padding-right: 0;
}
.secondary-menu ul ul li a {
border-bottom-style: solid;
} .main-navigation {
padding: 10px 0;
}
.main-navigation .toggle-btn,
.main-navigation .toggle-text {
display: inline-block;
vertical-align: middle;
}
.main-navigation .toggle-text {
font-size: 0.8888em;
text-transform: uppercase;
margin-left: 5px;
font-weight: 600;
letter-spacing: 1px;
}
.main-navigation .close {
background: none;
padding: 0;
display: block;
width: 20px;
height: 20px;
position: fixed;
top: 30px;
right: 20px;
cursor: pointer;
}
.main-navigation .close::before,
.main-navigation .close::after {
content: "";
background: #333;
height: 2px;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.main-navigation .close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.main-navigation .close:hover::before,
.main-navigation .close:hover::after {
background: #f00;
}
.main-navigation .primary-menu-list {
text-align: left;
position: fixed;
top: 0;
left: 0;
width: 320px;
height: 100%;
background: #fff;
box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
z-index: 99999;
padding-top: 70px;
overflow: hidden auto;
display: none;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
}
.primary-menu-list.active {
display: block;
}
.main-navigation .mobile-menu {
width: 320px;
}
.main-navigation ul {
text-align: left;
}
.main-navigation ul.nav-menu {
padding-left: 20px;
padding-right: 20px;
}
.main-navigation ul li {
display: block;
}
.main-navigation ul li a {
padding: 20px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
display: block;
}
.main-navigation ul ul {
padding-left: 10px;
position: static;
visibility: visible;
opacity: 1;
box-shadow: none;
width: auto;
display: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.main-navigation ul ul li {
padding-left: 0;
padding-right: 0;
}
.main-navigation ul ul li a {
border-bottom-style: solid;
}
.main-navigation ul li .submenu-toggle {
top: 0;
right: 0;
width: 20px;
height: 55px;
line-height: 55px;
}
.main-navigation ul ul li.menu-item-has-children .submenu-toggle {
right: 0;
transform: none;
top: 0;
}
.main-navigation ul li.menu-item-has-children .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
} .site-header.style-seven .main-navigation {
flex: initial;
margin-right: 20px;
}
.site-header.style-seven .main-navigation ul li,
.site-header.style-eight .main-navigation ul li,
.site-header.style-nine .main-navigation ul li {
font-size: 0.7222em;
}
.site-header.style-seven .main-navigation ul ul li,
.site-header.style-eight .main-navigation ul ul li,
.site-header.style-nine .main-navigation ul ul li {
font-size: 1em;
} .site-header.style-eight .main-navigation {
flex: initial;
} .site-header.style-ten .site-branding {
flex: 1;
} .style-eleven .header-bottom .main-navigation,
.style-twelve .header-bottom .main-navigation {
padding-left: 15px;
padding-right: 15px;
} .site-header.style-thirteen .main-navigation,
.site-header.style-fourteen .main-navigation {
flex: initial;
padding-left: 15px;
padding-right: 15px;
} .site-header.style-fifteen .site-branding,
.site-header.style-seventeen .site-branding {
flex: initial;
} .site-header.style-nineteen .header-search-wrap {
top: 5px;
}
.style-nineteen .header-bottom .main-navigation {
flex: initial;
}
.style-nineteen .header-bottom .secondary-menu+.main-navigation {
border-left: 1px solid rgba(0, 0, 0, 0.1);
margin-left: 15px;
padding-left: 15px;
}
.site-header.style-nineteen .main-navigation ul li a {
padding-left: 0;
padding-right: 0;
} .sticky-header .main-navigation {
flex: initial;
} .site-banner .banner-caption .banner-title {
font-size: 2em;
} .site-banner.style-nine .banner-caption {
padding: 20px 0;
}
.site-banner.style-nine .banner-caption .banner-title,
.site-banner.style-nine .item:first-child .banner-caption .banner-title {
font-size: 1.1112em;
} .site-banner.style-three .banner-caption .banner-title {
font-size: 1.1112em;
} .site-banner.style-four .banner-caption .banner-title {
font-size: 1.3333em;
} .site-banner.style-seven .banner-caption .banner-title {
font-size: 1.3333em;
} .site-banner.style-eight .item img {
height: 400px;
object-fit: cover;
}
.site-banner.style-eight .fallback-svg {
height: 400px;
width: 100%;
}
.site-banner.style-eight .banner-caption .banner-title {
font-size: 2em;
} .site-banner.style-ten .item {
flex-direction: column;
}
.site-banner.style-ten .item .banner-img-wrap {
width: 100%;
}
.site-banner.style-ten .item .banner-caption {
width: 100%;
padding: 20px;
}
.site-banner.style-eleven .item .banner-caption {
padding: 20px;
}
.site-banner.style-ten .banner-caption .banner-title,
.site-banner.style-eleven .banner-caption .banner-title {
font-size: 1.3333em;
}
.site-banner.style-ten .item .banner-desc,
.site-banner.style-eleven .item .banner-desc {
font-size: 0.8888em;
} .site-banner.style-six .banner-caption .banner-title {
font-size: 1.67em;
}
.site-banner.style-six .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
padding-bottom: 0 !important;
top: 50%;
height: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-banner.style-six .owl-carousel [class*="owl-"] .nav-arrow {
position: relative;
transform: none;
top: 0;
width: 35px;
height: 35px;
padding: 10px;
line-height: 20px;
}
.site-banner.style-six .owl-carousel .owl-nav [class*="owl-"] .cat-links,
.site-banner.style-six .owl-carousel .owl-nav [class*="owl-"] .banner-title {
display: none;
} .site-banner.static-cta-banner .wp-custom-header img {
height: 500px;
} .feature-section article .entry-title,
.popular-section.style-two article .entry-title {
font-size: 1.3333em;
}
.feature-section .small-post article .entry-title,
.popular-section.style-two .small-post article .entry-title {
font-size: 1.1112em;
} .feature-section.style-four article:first-child .content-wrap,
.feature-section.style-four article:nth-child(2) .content-wrap,
.popular-section.style-four article:first-child .content-wrap,
.popular-section.style-four article:nth-child(2) .content-wrap {
padding: 15px;
}
.feature-section.style-four article:first-child .entry-title,
.popular-section.style-four article:first-child .entry-title {
font-size: 1.3333em;
} .full-width.post-layout-one .site-main article {
width: 47%;
} .site-footer .grid.column-4 .col,
.site-footer .grid.column-3 .col {
width: 48%;
}
.site-footer .grid.column-4 .col:nth-child(2n),
.site-footer .grid.column-3 .col:nth-child(2n) {
margin-right: 0;
} .post-layout-ten .site-main article {
width: 47%;
} .post-layout-eleven .site-main article {
width: 47%;
}
}
@media screen and (max-width: 767px) {
.container {
max-width: 420px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.67em;
}
h3 {
font-size: 1.3333em;
}
h4 {
font-size: 1.1112em;
}
h5 {
font-size: 1em;
}
blockquote,
q {
font-size: 1.11em;
}
.promo-section {
margin-top: 60px;
margin-bottom: 60px;
}
.feature-section,
.popular-section {
padding-top: 60px;
padding-bottom: 60px;
}
.section-title {
font-size: 1.67em;
margin-bottom: 40px;
}
article .entry-meta>span::after,
article .entry-footer>span::after {
width: 15px;
margin-left: 5px;
margin-right: 7px;
}
.archive .content-area .page-header {
margin-bottom: 30px;
padding-bottom: 30px;
}
.content-area .page-header .page-title,
.page-template-default .content-area .page-header .page-title {
font-size: 2.2223em;
}
.pagination .page-numbers {
font-size: 0.7778em;
width: 40px;
height: 40px;
line-height: 40px;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
padding-right: 10px;
font-size: 0.6666em;
}
.pagination .page-numbers.next {
padding-right: 0;
padding-left: 10px;
}
.pagination .page-numbers.prev svg,
.pagination .page-numbers.next svg {
width: 7px;
margin-right: 5px;
}
.pagination .page-numbers.next svg {
margin-right: 0;
margin-left: 5px;
}
.woocommerce-page .site-content>.page-header {
padding-top: 60px;
padding-bottom: 60px;
}
.woocommerce-page .site-content .page-header .page-title {
font-size: 2.2223em;
} .post-navigation {
margin-top: 40px;
padding-top: 40px;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: none;
width: 100%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: none;
width: 100%;
}
.comment-navigation .nav-previous+.nav-next,
.posts-navigation .nav-previous+.nav-next,
.post-navigation .nav-previous+.nav-next {
margin-top: 20px;
} .comments-area,
.comments-area .comment-list+.comment-respond {
margin-top: 40px;
padding-top: 40px;
}
.comments-area .comment-body {
padding-left: 50px;
}
.comment-body img.avatar {
width: 40px;
height: 40px;
}
.comments-area ol li ol {
margin-left: 20px;
}
.comments-area .bypostauthor>.comment-body .comment-author::after {
left: 25px;
top: 28px;
}
.comment-respond .comment-form p.comment-form-author,
.comment-respond .comment-form p.comment-form-email,
.comment-respond .comment-form p.comment-form-url {
width: 100%;
margin-right: 0;
} .sticky-t-bar .newsletter-inner-wrapper {
max-width: 420px;
flex-direction: column;
}
.sticky-t-bar .newsletter-inner-wrapper form input {
width: 100%;
margin-bottom: 5px;
}
.sticky-t-bar .newsletter-inner-wrapper form input[type="text"] {
margin-right: 0;
}
.sticky-t-bar .newsletter-inner-wrapper form input[name="subscribe-email"],
.sticky-t-bar .newsletter-inner-wrapper form input[name="subscribe-fname"]+input[name="subscribe-email"] {
width: 100%;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap input[type="checkbox"],
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form label .check-mark {
top: 5px;
} .header-search-wrap {
width: 250px;
} .site-header.style-five .header-mid .container {
flex-direction: column;
}
.site-header.style-five .header-mid .site-branding {
order: inherit;
}
.site-header.style-five .header-mid .header-social,
.site-header.style-five .header-mid .header-search {
margin-top: 10px;
} .site-header.style-seven .container {
max-width: 420px;
padding-left: 15px;
padding-right: 15px;
}
.site-header.style-seven .site-branding {
flex: auto;
}
.site-header.style-seven .main-navigation {
margin-right: 0;
}
.site-header.style-seven .right {
width: 100%;
flex: auto;
justify-content: center;
padding-bottom: 20px;
align-items: center;
}
.site-header.style-seven .header-bottom .header-social {
display: flex;
justify-content: center;
}
.site-header.style-seven .header-bottom .header-search {
padding-left: 0;
margin-top: 15px;
}
.site-header.style-seven .header-bottom .header-search .search-form {
justify-content: center;
}
.site-header.style-seven .header-bottom .cart-block {
margin-top: 15px;
} .site-header.style-eight .right {
justify-content: center;
margin-bottom: 20px;
} .site-header.style-ten .container {
padding-left: 15px;
padding-right: 15px;
max-width: 420px;
}
.site-header.style-ten .secondary-menu {
flex: initial;
order: 2;
}
.site-header.style-ten .site-branding {
text-align: left;
justify-content: flex-start;
flex-direction: row;
flex-wrap: wrap;
}
.site-header.style-ten .site-branding .site-logo+.site-title-wrap {
padding-left: 15px;
}
.site-header.style-ten .right {
flex: auto;
justify-content: center;
width: 100%;
margin-top: 15px;
order: 3;
} .site-header.style-eleven .header-mid .container,
.site-header.style-twelve .header-mid .container {
flex-direction: column;
}
.site-header.style-eleven .header-mid .right,
.site-header.style-twelve .header-mid .right {
margin-top: 15px;
} .site-header.style-fifteen .header-mid .container,
.site-header.style-seventeen .header-t .container {
max-width: 420px;
padding-left: 15px;
padding-right: 15px;
}
.site-header.style-fifteen .secondary-menu,
.site-header.style-sixteen .secondary-menu,
.site-header.style-seventeen .secondary-menu,
.site-header.style-eighteen .secondary-menu {
flex: initial;
order: 2;
}
.site-header.style-fifteen .site-branding,
.site-header.style-sixteen .site-branding,
.site-header.style-seventeen .site-branding,
.site-header.style-eighteen .site-branding {
flex-direction: row;
flex-wrap: wrap;
text-align: left;
justify-content: flex-start;
}
.site-header.style-fifteen .site-branding .site-logo+.site-title-wrap,
.site-header.style-sixteen .site-branding .site-logo+.site-title-wrap,
.site-header.style-seventeen .site-branding .site-logo+.site-title-wrap,
.site-header.style-eighteen .site-branding .site-logo+.site-title-wrap {
padding-left: 15px;
}
.site-header.style-fifteen .right,
.site-header.style-sixteen .right,
.site-header.style-seventeen .right,
.site-header.style-eighteen .right {
flex: auto;
order: 3;
justify-content: center;
margin-top: 15px;
width: 100%;
} .site-banner.style-one .item img {
height: 320px;
object-fit: cover;
}
.site-banner.style-one .item .svg-holder .fallback-svg {
height: 320px;
width: 100%;
}
.site-banner .banner-caption .banner-title {
font-size: 1.3333em;
}
.owl-carousel>.owl-nav button[class*="owl-"] {
left: 0;
}
.owl-carousel>.owl-nav button.owl-next {
left: auto;
right: 0;
} .site-banner.style-nine .item-holder {
grid-template-columns: repeat(1, 1fr);
grid-template-rows: repeat(1, 1fr);
padding: 0;
}
.site-banner.style-nine .item-holder .item:first-child {
grid-column: 1 / span 1;
grid-row: 1 / span 1;
} .site-banner.style-four .item img {
height: 350px;
object-fit: cover;
}
.site-banner.style-four .fallback-svg {
height: 350px;
}
.site-banner.style-four .banner-caption .container {
padding: 20px;
width: 90%;
}
.site-banner.style-four .banner-caption .banner-title {
font-size: 1.1112em;
} .site-banner.style-five .item-wrap {
max-width: 420px;
margin: 0 auto;
padding: 0 15px;
}
.site-banner.style-five .banner-caption {
padding: 20px;
} .site-banner.style-seven .item img {
height: 400px;
object-fit: cover;
}
.site-banner.style-seven .fallback-svg {
height: 400px;
width: 100%;
}
.site-banner.style-seven .banner-caption .container {
padding: 20px;
width: 90%;
} .site-banner.style-eight .banner-caption .banner-title {
font-size: 1.67em;
} .site-banner.style-eleven .item {
flex-direction: column;
}
.site-banner.style-eleven .item .banner-img-wrap {
width: 100%;
}
.site-banner.style-eleven .item .banner-caption {
width: 100%;
} .site-banner.style-six .item .banner-img-wrap,
.site-banner.style-six .item .fallback-svg {
height: 350px;
}
.site-banner.style-six .item .banner-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.site-banner.style-six .banner-caption {
padding: 20px 10px;
}
.site-banner.style-six .banner-caption .banner-title {
font-size: 1.1112em;
} .site-banner.static-cta-banner .wp-custom-header img {
height: auto;
}
.site-banner.static-cta-banner .banner-caption {
position: static;
}
.site-banner.static-cta-banner .banner-caption .container {
padding: 40px 15px 0 15px;
max-width: 420px;
} .promo-section .bttk-itw-holder {
flex-direction: column;
flex: auto;
}
.promo-section .widget_bttk_image_text_widget .bttk-itw-holder li {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
.promo-section .widget_bttk_image_text_widget .bttk-itw-holder li:last-child {
margin-bottom: 0;
} .feature-section .grid,
.popular-section.style-two .grid {
flex-direction: column;
}
.feature-section .large-post,
.popular-section.style-two .large-post {
width: 100%;
padding-right: 0;
margin-bottom: 40px;
}
.feature-section .small-post,
.popular-section.style-two .small-post {
width: 100%;
padding-left: 0;
} .popular-section .grid,
.feature-section.style-two .grid {
flex-direction: column;
}
.popular-section .small-post,
.feature-section.style-two .small-post {
width: 100%;
padding-right: 0;
}
.popular-section .large-post,
.feature-section.style-two .large-post {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.popular-section .large-post+.small-post,
.feature-section.style-two .large-post+.small-post {
padding-left: 0;
}
.popular-section article:last-child,
.feature-section.style-two article:last-child {
margin-bottom: 40px;
}
.popular-section .large-post+.small-post article:last-child,
.feature-section.style-two .large-post+.small-post article:last-child {
margin-bottom: 0;
}
.popular-section article .entry-title,
.feature-section.style-two article .entry-title {
font-size: 1.1112em;
} .feature-section.style-four .grid,
.popular-section.style-four .grid {
margin-left: 0;
margin-right: 0;
}
.feature-section.style-four article,
.popular-section.style-four article {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.feature-section.style-four article:first-child,
.popular-section.style-four article:first-child {
width: 100%;
}
.feature-section.style-four article:nth-child(2),
.popular-section.style-four article:nth-child(2) {
width: 100%;
margin-top: 30px;
} body[class*="post-layout-"] .site-main article .entry-title {
font-size: 1.3333em;
} .post-layout-one .site-main {
flex-direction: column;
margin-left: 0;
margin-right: 0;
}
.post-layout-one .site-main article {
margin-bottom: 30px;
padding-bottom: 30px;
margin-left: 0;
margin-right: 0;
width: 100%;
}
.full-width.post-layout-one .site-main article {
width: 100%;
}
.post-layout-one .site-main article:first-child .entry-title {
font-size: 1.67em;
} .newsletter-block .blossomthemes-email-newsletter-wrapper form {
flex-direction: column;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form input {
flex: auto;
width: 100%;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form input+input[name="subscribe-email"] {
flex: auto;
width: 100%;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
flex: auto;
align-items: center;
justify-content: center;
} .footer-t {
padding-top: 60px;
padding-bottom: 10px;
}
.site-footer .grid:not(.column-1) {
flex-direction: column;
}
.site-footer .grid:not(.column-1) .col {
margin-right: 0;
}
.site-footer .grid.column-4 .col,
.site-footer .grid.column-3 .col,
.site-footer .grid.column-2 .col {
width: 100%;
}
.footer-b .container {
flex-direction: column;
text-align: center;
}
.footer-b .copyright {
justify-content: center;
}
.footer-b .footer-social {
margin-top: 15px;
} .author-section {
flex-direction: column;
text-align: center;
}
.author-section .author-img {
margin: 0 auto 20px;
}
.author-section .author-content-wrap {
width: 100%;
padding-left: 0;
} .search-results .content-area>.page-header .search-field {
height: 60px;
font-size: 2.2223em;
}
.search-results .content-area>.page-header .search-submit {
height: 60px;
} .post-layout-four .site-main article,
.post-layout-five .site-main article,
.post-layout-twelve .site-main article {
flex-direction: column;
margin-bottom: 40px;
padding-bottom: 40px;
}
.post-layout-four .site-main article .post-thumbnail,
.post-layout-five .site-main article .post-thumbnail,
.post-layout-twelve .site-main article .post-thumbnail {
width: 100%;
margin-bottom: 30px;
}
.post-layout-four .site-main article .content-wrap,
.post-layout-five .site-main article .content-wrap,
.post-layout-twelve .site-main article .content-wrap {
width: 100%;
padding-left: 0;
}
.post-layout-five .site-main article:nth-child(2n) .content-wrap {
padding-right: 0;
} .post-layout-ten .site-main {
margin-left: 0;
margin-right: 0;
}
.post-layout-ten .site-main article {
width: 100%;
margin-left: 0;
margin-right: 0;
margin-bottom: 40px;
padding-bottom: 40px;
}
.post-layout-ten.rightsidebar .site-main article,
.post-layout-ten.leftsidebar .site-main article,
.post-layout-ten.full-width-centered .site-main article {
width: 100%;
} .post-layout-eleven .site-main,
.post-layout-eleven.rightsidebar .site-main,
.post-layout-eleven.leftsidebar .site-main {
margin-left: 0;
margin-right: 0;
}
.post-layout-eleven .site-main article,
.post-layout-eleven.rightsidebar .site-main article,
.post-layout-eleven.leftsidebar .site-main article,
.post-layout-eleven.full-width-centered .site-main article {
width: 100%;
margin-left: 0;
margin-right: 0;
} body.post-layout-three .site-main article {
padding-bottom: 40px;
margin-bottom: 40px;
} .post-layout-six .site-main article,
.post-layout-seven .site-main article,
.post-layout-eight .site-main article {
flex-direction: column;
flex: auto;
margin-bottom: 40px;
padding-bottom: 10px;
}
.post-layout-six .site-main article .post-thumbnail,
.post-layout-seven .site-main article .post-thumbnail,
.post-layout-eight .site-main article .post-thumbnail {
width: 100%;
}
.post-layout-six .site-main article .content-wrap,
.post-layout-seven .site-main article .content-wrap,
.post-layout-eight .site-main article .content-wrap,
.post-layout-seven .site-main article .content-wrap,
.post-layout-eight .site-main article:nth-child(2n) .content-wrap {
left: 0;
padding: 20px 20px 0 20px;
margin: 0 auto;
width: calc(100% - 30px);
top: -30px;
}
.post-layout-six .site-main article .content-wrap .entry-header,
.post-layout-six .site-main article .content-wrap .entry-footer,
.post-layout-eight .site-main article .content-wrap .entry-header,
.post-layout-eight .site-main article .content-wrap .entry-footer {
margin-right: 0;
}
.post-layout-seven .site-main article .content-wrap .entry-header,
.post-layout-seven .site-main article .content-wrap .entry-footer,
.post-layout-eight .site-main article:nth-child(2n) .content-wrap .entry-header,
.post-layout-eight .site-main article:nth-child(2n) .content-wrap .entry-footer {
margin-left: 0;
} body.post-layout-nine .site-main article {
margin-bottom: 40px;
padding-bottom: 0;
}
body.post-layout-nine .site-main article .content-wrap {
padding: 20px 20px 0 20px;
} .error404 .content-area .page-header .page-title {
font-size: 2.2223em;
}
.error404 .site-main .error-text {
font-size: 1.1112em;
}
.error404 .site-main .error-num {
margin-top: 40px;
font-size: 9em;
}
.error404 .site-main .btn-readmore {
margin-top: 40px;
padding-left: 20px;
padding-right: 20px;
}
.error404 .site-main .search-form {
margin-top: 40px;
} .additional-post {
margin-top: 40px;
padding-top: 20px;
}
.additional-post article .entry-header {
flex-direction: column;
padding-right: 20px;
}
.additional-post article .entry-meta {
width: 100%;
}
.additional-post article .entry-title {
font-size: 0.8888em;
}
.additional-post article .entry-meta+.entry-title {
width: 100%;
padding-left: 0;
} .single .newsletter-block {
margin-top: 40px;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper {
padding-top: 40px;
padding-bottom: 40px;
} .single-post .site-main article .content-wrap {
flex-direction: column;
flex: auto;
}
.single-post .site-main .article-meta {
width: 100%;
margin-bottom: 30px;
}
.single-post .site-main .sticky-meta .article-meta {
position: static;
width: 100%;
left: unset;
}
.single-post .site-main .article-meta .share-title {
width: 100%;
}
.single-post .site-main .article-meta .favourite {
flex-direction: row;
align-items: center;
}
.single-post .site-main .article-meta .favourite a,
.single-post .site-main .article-meta .favourite .liked-icon {
width: 40px;
height: 40px;
line-height: 45px;
margin-right: 5px;
}
.single-post .site-main .article-meta .favourite .fav-count {
font-size: 0.8888em;
margin-top: 5px;
margin-right: 5px;
}
.single-post .site-main .article-meta .social-share {
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.single-post .site-main .article-meta .social-list li {
display: inline-block;
margin-left: 5px;
}
.single-post .site-main .article-meta .social-list li a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 0.7778em;
}
.single-post .site-main .article-meta+.entry-content {
width: 100%;
padding-left: 0;
}
.single-post .site-main .article-meta~.entry-footer {
padding-left: 0;
}
.single .content-area .author-section {
margin-top: 40px;
padding-top: 40px;
}
.leftsidebar.single-post .site-main .article-meta+.entry-content,
.leftsidebar.single-post .site-main .article-meta~.entry-footer {
padding-right: 0;
} .single-style-one .site-content>.entry-header,
.single-style-two .site-content>.container>.entry-header {
padding-top: 40px;
padding-bottom: 40px;
min-height: 320px;
}
.single-style-two .site-content>.container>.entry-header {
padding: 40px 20px;
}
.single-style-one .site-content>.entry-header::before,
.single-style-two .site-content>.container>.entry-header::before {
background: rgba(0, 0, 0, 0.3);
height: 100%;
}
.single-style-one .site-content>.entry-header .entry-title,
.single-style-two .site-content>.container>.entry-header .entry-title,
.single-style-five .site-content>.entry-header .entry-title,
.single-style-six .site-content>.entry-header .entry-title,
.single-style-seven .site-content>.entry-header .entry-title {
font-size: 2em;
} .single-style-three .site-main .entry-header .entry-title,
.single-style-four .site-main .entry-header .entry-title {
font-size: 2em;
}
} .entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
#secondary .widget .textwidget a {
color: var(--font-color);
}
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.widget .textwidget a {
text-decoration: underline;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.widget .textwidget a:hover {
color: var(--primary-color);
} .single-post .site-main .sticky-meta .article-meta {
position: absolute;
left: -125px;
width: 75px;
height: 100%;
text-align: center;
top: 0px;
}
@media only screen and (max-width: 1728px) {
.single-post .site-main .sticky-meta .article-meta {
left: -106px;
}
}
@media only screen and (max-width: 1562px) {
.single-post .site-main .sticky-meta .article-meta {
left: 0px;
}
.single-post .site-main article .content-wrap {
padding-left: 100px;
}
}
@media only screen and (max-width: 767px) {
.single-post .site-main .sticky-meta .article-meta {
position: static;
left: unset;
width: 100%;
}
.single-post .site-main article .content-wrap {
width: 100%;
padding-left: 0;
}
}
.dr-archive-pagination .dr__pagination {
justify-content: flex-start;
}
@media only screen and (max-width:767px) {
.dr-archive-pagination .dr__pagination {
justify-content: center;
}
}
.dr-archive-pagination .dr__pagination .page-numbers.next {
padding-right: 20px;
}
.dr-archive-pagination .dr__pagination .page-numbers.next::before,
.dr-archive-pagination .dr__pagination .page-numbers.prev::before {
content: none;
}
.dr-archive-pagination .dr__pagination .page-numbers.prev {
padding-left: 20px;
padding-right: 12px;
}.vilva-has-blocks.full-width .wp-block-cover .wp-block-cover__inner-container,.vilva-has-blocks.full-width .wp-block-cover-image .wp-block-cover__inner-container,.vilva-has-blocks.full-width-centered .wp-block-cover .wp-block-cover__inner-container,.vilva-has-blocks.full-width-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:1170px;width:100%;margin-left:auto;margin-right:auto}.vilva-has-blocks.full-width-centered .wp-block-cover .wp-block-cover__inner-container,.vilva-has-blocks.full-width-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:840px}.single .site-main .has-article-meta .alignfull,.single .site-main .has-article-meta .alignwide{position:relative}.vilva-has-blocks .site-main .entry-content p img{float:left;margin-right:1em;margin-bottom:1em}.has-huge-font-size,.has-large-font-size,.has-larger-font-size{line-height:1.3}.wp-block-image+h1,.wp-block-image+h2,.wp-block-image+h3,.wp-block-image+h4,.wp-block-image+h5,.wp-block-image+h6{clear:none}.wp-block-cover,.wp-block-cover-image{padding:5% 10%}.wp-block-separator{background-color:transparent;border-bottom:5px solid rgba(var(--font-color-rgb),.15);margin:2em 0;height:auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px;margin-left:auto;margin-right:auto}.wp-block-separator.is-style-wide{border-bottom-width:5px}.wp-block-separator.is-style-dots{color:var(--font-color)}.wp-block-separator.is-style-dots::before{font-size:1.6667em;letter-spacing:1.5em;padding-left:1.5em}.wp-block-embed{margin:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{padding:10% 5%}.wp-block-quote.is-style-large{text-align:left;padding:40px 50px}.wp-block-quote.is-style-large::before{right:auto;left:50px}.vilva-has-blocks .wp-block-gallery .blocks-gallery-caption,.wp-block-embed figcaption,.wp-block-table figcaption{width:100%;margin-top:0;margin-bottom:1.5em;font-size:.7778em;color:#999;text-align:center}.wp-block-embed figcaption{margin-top:1em}.page .site-main .entry-content .wp-block-gallery .blocks-gallery-item,.single .site-main .entry-content .wp-block-gallery .blocks-gallery-item{background:0 0;padding-left:0}.wp-block-file{background:rgba(var(--primary-color-rgb),.1);padding:2% 4%;margin-bottom:.7em}.wp-block-file.aligncenter{display:table;margin-left:auto;margin-right:auto}.wp-block-file.alignfull{text-align:center}.wp-block-file a{display:inline-block;color:var(--font-color)}.wp-block-file .wp-block-file__button{background:var(--primary-color);padding:.7em 1.5em;font-size:.9em;line-height:1.3}.wp-block-table.is-style-stripes{border-bottom:none}.wp-block-table table tr td,.wp-block-table table tr th{border:1px solid rgba(var(--primary-color-rgb),.3)}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:rgba(var(--primary-color-rgb),.1)}.wp-block-archives li,.wp-block-categories li,.wp-block-latest-comments li,.wp-block-meta li,.wp-block-nav-menu li,.wp-block-pages li,.wp-block-recent-entries li,.wp-block-rss li{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid rgba(var(--primary-color-rgb),.15)}.widget li ul li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.page .site-main .entry-content .wp-block-archives li,.page .site-main .entry-content .wp-block-categories li,.page .site-main .entry-content .wp-block-latest-comments li,.page .site-main .entry-content .wp-block-meta li,.page .site-main .entry-content .wp-block-nav-menu li,.page .site-main .entry-content .wp-block-pages li,.page .site-main .entry-content .wp-block-recent-entries li,.page .site-main .entry-content .wp-block-rss li,.single .site-main .entry-content .wp-block-archives li,.single .site-main .entry-content .wp-block-categories li,.single .site-main .entry-content .wp-block-latest-comments li,.single .site-main .entry-content .wp-block-meta li,.single .site-main .entry-content .wp-block-nav-menu li,.single .site-main .entry-content .wp-block-pages li,.single .site-main .entry-content .wp-block-recent-entries li,.single .site-main .entry-content .wp-block-rss li{margin-bottom:15px}.wp-block-archives li a,.wp-block-categories li a,.wp-block-latest-comments li a,.wp-block-meta li a,.wp-block-nav-menu li a,.wp-block-pages li a,.wp-block-recent-entries li a,.wp-block-rss li a{color:var(--font-color)}.wp-block-archives li a:hover,.wp-block-categories li a:hover,.wp-block-latest-comments li a:hover,.wp-block-meta li a:hover,.wp-block-nav-menu li a:hover,.wp-block-pages li a:hover,.wp-block-recent-entries li a:hover,.wp-block-rss li a:hover{color:var(--primary-color)}.page-template-default .site-main article .entry-content p.wp-block-tag-cloud,.single .site-main article .entry-content p.wp-block-tag-cloud,.site-main article .entry-content p.wp-block-tag-cloud{margin-bottom:0}.wp-block-tag-cloud a{display:inline-block;padding:5px;color:rgba(var(--font-color-rgb),.65);text-decoration:underline}.page .site-main .entry-content p.wp-block-tag-cloud a,.single .site-main .entry-content p.wp-block-tag-cloud a{padding-bottom:5px;font-family:var(--primary-font);font-weight:400;line-height:1.3}.page .site-main .entry-content p.wp-block-tag-cloud a::after,.page .site-main .entry-content p.wp-block-tag-cloud a::before,.single .site-main .entry-content p.wp-block-tag-cloud a::after,.single .site-main .entry-content p.wp-block-tag-cloud a::before{display:none}.page .site-main .entry-content p.wp-block-tag-cloud a:hover,.single .site-main .entry-content p.wp-block-tag-cloud a:hover,.wp-block-tag-cloud a:hover{color:var(--primary-color);text-decoration:none}.wp-block-calendar table{margin:0;font-size:.9em;font-family:var(--primary-font)}.wp-block-calendar table caption{background:var(--secondary-color)}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:var(--font-color)}.wp-block-calendar table tr td,.wp-block-calendar table tr th{padding:10px 0;text-align:center;font-weight:700;font-size:1em;line-height:1.5;background:0 0;border:none}.wp-block-calendar table tr th{border-bottom:2px solid var(--secondary-color)}.wp-block-calendar table tr td{font-weight:400}.wp-block-calendar table tbody tr td#today{background:rgba(var(--primary-color-rgb),.15)}.wp-block-calendar table tr td a{display:block;color:var(--primary-color)}.wp-block-calendar table tr td a:hover{text-decoration:none;color:var(--font-color)}.wp-block-calendar table tfoot{border-top:1px solid rgba(var(--primary-color-rgb),.1)}.wp-block-calendar table tfoot td#prev{text-align:left}.wp-block-calendar table tfoot td#next{text-align:right}.wp-block-text .textwidget{font-size:1em;line-height:1.89}.wp-block-text .textwidget p{margin-top:0;margin-bottom:20px}.wp-block-text .textwidget p:last-child{margin-bottom:0}.wp-block-search .wp-block-search__label{margin-bottom:5px}.wp-block-search .wp-block-search__input{width:calc(100% - 50px);border:1px solid rgba(var(--font-color-rgb),.1);border-right:none;height:60px}.wp-block-search .wp-block-search__button{margin:0;width:50px;height:60px;background-color:transparent;width:50px;padding:0;text-align:center;border-radius:0;border:1px solid rgba(var(--font-color-rgb),.1);border-left:none;box-shadow:none;text-indent:60px;white-space:nowrap;overflow:hidden;position:relative}.wp-block-search .wp-block-search__button::before{content:"";background-color:rgba(var(--font-color-rgb),.75);-webkit-mask-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgba(23,23,23,0.75)" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');mask-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgba(23,23,23,0.75)" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:center;mask-position:center;position:absolute;top:0;right:0;left:0;bottom:0;margin:auto;width:20px;height:20px}.wp-block-search .wp-block-search__button:hover::before{background-color:var(--primary-color)}.page .site-main .entry-content ul.wp-block-latest-posts,.single .site-main .entry-content ul.wp-block-latest-posts,.wp-block-latest-posts{margin-top:0}.wp-block-archives li,.wp-block-latest-posts li{margin-bottom:1em}.page .site-main .entry-content .wp-block-archives li,.page .site-main .entry-content .wp-block-latest-posts li,.single .site-main .entry-content .wp-block-archives li,.single .site-main .entry-content .wp-block-latest-posts li{margin-bottom:1em}.page .site-main .entry-content .wp-block-archives li:last-child,.page .site-main .entry-content .wp-block-latest-posts li:last-child,.single .site-main .entry-content .wp-block-archives li:last-child,.single .site-main .entry-content .wp-block-latest-posts li:last-child,.wp-block-archives li:last-child,.wp-block-latest-posts li:last-child{margin-bottom:0}.wp-block-archives li a,.wp-block-latest-posts li a{display:inline-block;color:var(--font-color)}.wp-block-archives li a:hover,.wp-block-latest-posts li a:hover{color:var(--primary-color)}.page .site-main .entry-content ol.wp-block-latest-comments,.single .site-main .entry-content ol.wp-block-latest-comments,.wp-block-latest-comments{margin:0;padding:0;list-style:none}.wp-block-latest-comments__comment{font-size:1em}.page .site-main .entry-content ol li.wp-block-latest-comments__comment,.single .site-main .entry-content ol li.wp-block-latest-comments__comment{margin-bottom:1em;padding-left:0;counter-increment:none}.page .site-main .entry-content ol li.wp-block-latest-comments__comment::before,.single .site-main .entry-content ol li.wp-block-latest-comments__comment::before{display:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:0}.has-avatars .wp-block-latest-comments__comment img+article .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment img+article .wp-block-latest-comments__comment-meta{margin-left:52px}.wp-block-latest-comments__comment-date{font-size:.7778em}.wp-block-latest-comments__comment-excerpt p{font-size:.8888em}.wp-block-pullquote.alignleft{padding:0;margin-top:0}.wp-block-pullquote.alignleft blockquote{margin-top:0;margin-bottom:0}.wp-block-pullquote.is-style-default{border-top:4px solid #555d66;border-bottom:4px solid #555d66;padding:1.5em 0}.wp-block-pullquote.is-style-default blockquote{border-left:none;padding-left:0}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{text-transform:uppercase;font-size:.7778em;font-style:normal}.wp-block-pullquote.is-style-solid-color blockquote{margin:0;border-left:none;padding:1em;max-width:100%;font-size:1em}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:1.1112em}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding-left:0}.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content{padding-right:0}.wp-block-button__link:hover{text-decoration:none}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{flex-grow:initial}@media screen and (max-width:1366px){.page-template-default.vilva-has-blocks.full-width .site-main article .article-meta+.content-wrap,.page-template-default.vilva-has-blocks.full-width-centered .site-main article .article-meta+.content-wrap,.single.vilva-has-blocks.full-width .site-main article .article-meta+.content-wrap,.single.vilva-has-blocks.full-width-centered .site-main article .article-meta+.content-wrap{padding-right:80px;padding-left:0}}@media screen and (max-width:1199px){.vilva-has-blocks.full-width .wp-block-cover .wp-block-cover__inner-container,.vilva-has-blocks.full-width .wp-block-cover-image .wp-block-cover__inner-container,.vilva-has-blocks.full-width-centered .wp-block-cover .wp-block-cover__inner-container,.vilva-has-blocks.full-width-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:1000px}}@media screen and (max-width:1024px){.vilva-has-blocks.full-width .wp-block-cover .wp-block-cover__inner-container,.vilva-has-blocks.full-width .wp-block-cover-image .wp-block-cover__inner-container,.vilva-has-blocks.full-width-centered .wp-block-cover .wp-block-cover__inner-container,.vilva-has-blocks.full-width-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:768px;padding-left:15px;padding-right:15px}}@media screen and (max-width:767px){.vilva-has-blocks.full-width .wp-block-cover .wp-block-cover__inner-container,.vilva-has-blocks.full-width .wp-block-cover-image .wp-block-cover__inner-container,.vilva-has-blocks.full-width-centered .wp-block-cover .wp-block-cover__inner-container,.vilva-has-blocks.full-width-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:420px}.page-template-default.vilva-has-blocks.full-width-centered .site-main article .article-meta+.content-wrap,.single.vilva-has-blocks.full-width-centered .site-main article .article-meta+.content-wrap{padding-right:0}.vilva-has-blocks.full-width .wp-block-cover .wp-block-cover__inner-container,.vilva-has-blocks.full-width .wp-block-cover-image .wp-block-cover__inner-container,.vilva-has-blocks.full-width-centered .wp-block-cover .wp-block-cover__inner-container,.vilva-has-blocks.full-width-centered .wp-block-cover-image .wp-block-cover__inner-container{padding-left:0!important}}.aawp-clearfix:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.aawp-clearfix{display:inline-block}html[xmlns] .aawp-clearfix{display:block}* html .aawp-clearfix{height:1%}#elementor-editor-wrapper .icon-aawp:before,.elementor-edit-area .icon-aawp:before{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/block-icon.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:30px}.aawp .align-center{text-align:center}.aawp .aawp-button,.aawp-button{background-color:#fff;border:1px solid #ccc!important;box-sizing:border-box;color:#333!important;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:19px;margin:0;padding:7px 12px 6px;text-align:center;text-decoration:none!important}.aawp .aawp-button:hover,.aawp-button:hover{text-decoration:none!important}.aawp .aawp-button:active,.aawp .aawp-button:focus,.aawp-button:active,.aawp-button:focus{box-shadow:none;outline:none;text-decoration:none!important}.aawp .aawp-button:visited,.aawp-button:visited{color:#333!important}.aawp .aawp-button:focus,.aawp .aawp-button:hover,.aawp-button:focus,.aawp-button:hover{background-color:#fafafa;border:1px solid #ccc!important;color:#333!important}.aawp .aawp-button.rounded,.aawp-button.rounded{border-radius:3px}.aawp .aawp-button.shadow,.aawp-button.shadow{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp .aawp-button.aawp-button--amazon,.aawp-button.aawp-button--amazon{background:#f0c14b;background:linear-gradient(180deg,#f7dfa5,#f0c14b) repeat scroll 0 0 transparent;border-color:#9c7e31 #90742d #786025!important;border-radius:3px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.4);color:#111!important}.aawp .aawp-button.aawp-button--amazon:active,.aawp .aawp-button.aawp-button--amazon:focus,.aawp .aawp-button.aawp-button--amazon:hover,.aawp-button.aawp-button--amazon:active,.aawp-button.aawp-button--amazon:focus,.aawp-button.aawp-button--amazon:hover{background:#eeb933;background:linear-gradient(180deg,#f5d78e,#eeb933) repeat scroll 0 0 transparent;color:#111!important}.aawp .aawp-button.aawp-button--blue,.aawp-button.aawp-button--blue{background-color:#3498db;border-color:#3498db!important;color:#fff!important}.aawp .aawp-button.aawp-button--blue:visited,.aawp-button.aawp-button--blue:visited{color:#fff!important}.aawp .aawp-button.aawp-button--blue:focus,.aawp .aawp-button.aawp-button--blue:hover,.aawp-button.aawp-button--blue:focus,.aawp-button.aawp-button--blue:hover{background-color:#2b94d9;border:1px solid #3498db!important;color:#fff!important}.aawp .aawp-button.aawp-button--red,.aawp-button.aawp-button--red{background-color:#e74c3c;border-color:#e74c3c!important;color:#fff!important}.aawp .aawp-button.aawp-button--red:visited,.aawp-button.aawp-button--red:visited{color:#fff!important}.aawp .aawp-button.aawp-button--red:focus,.aawp .aawp-button.aawp-button--red:hover,.aawp-button.aawp-button--red:focus,.aawp-button.aawp-button--red:hover{background-color:#e64433;border:1px solid #e74c3c!important;color:#fff!important}.aawp .aawp-button.aawp-button--green,.aawp-button.aawp-button--green{background-color:#27ae60;border-color:#27ae60!important;color:#fff!important}.aawp .aawp-button.aawp-button--green:visited,.aawp-button.aawp-button--green:visited{color:#fff!important}.aawp .aawp-button.aawp-button--green:focus,.aawp .aawp-button.aawp-button--green:hover,.aawp-button.aawp-button--green:focus,.aawp-button.aawp-button--green:hover{background-color:#25a65b;border:1px solid #27ae60!important;color:#fff!important}.aawp .aawp-button.aawp-button--yellow,.aawp-button.aawp-button--yellow{background-color:#ffdf88;border-color:#ffdf88!important;color:#333!important}.aawp .aawp-button.aawp-button--yellow:visited,.aawp-button.aawp-button--yellow:visited{color:#333!important}.aawp .aawp-button.aawp-button--yellow:focus,.aawp .aawp-button.aawp-button--yellow:hover,.aawp-button.aawp-button--yellow:focus,.aawp-button.aawp-button--yellow:hover{background-color:#ffdc7e;border:1px solid #ffdf88!important;color:#333!important}.aawp .aawp-button.aawp-button--orange,.aawp-button.aawp-button--orange{background-color:#f39c12;border-color:#f39c12!important;color:#fff!important}.aawp .aawp-button.aawp-button--orange:visited,.aawp-button.aawp-button--orange:visited{color:#fff!important}.aawp .aawp-button.aawp-button--orange:focus,.aawp .aawp-button.aawp-button--orange:hover,.aawp-button.aawp-button--orange:focus,.aawp-button.aawp-button--orange:hover{background-color:#ef970c;border:1px solid #f39c12!important;color:#fff!important}.aawp .aawp-button.aawp-button--dark,.aawp-button.aawp-button--dark{background-color:#363636;border-color:#363636!important;color:#fff!important}.aawp .aawp-button.aawp-button--dark:visited,.aawp-button.aawp-button--dark:visited{color:#fff!important}.aawp .aawp-button.aawp-button--dark:focus,.aawp .aawp-button.aawp-button--dark:hover,.aawp-button.aawp-button--dark:focus,.aawp-button.aawp-button--dark:hover{background-color:#313131;border:1px solid #363636!important;color:#fff!important}.aawp .aawp-button.aawp-button--icon,.aawp-button.aawp-button--icon{padding-left:32px;position:relative}.aawp .aawp-button.aawp-button--icon:before,.aawp-button.aawp-button--icon:before{background-position:9px;background-repeat:no-repeat;background-size:14px 14px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.aawp .aawp-button.aawp-button--icon-amazon-black:before,.aawp-button.aawp-button--icon-amazon-black:before{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/icon-amazon-black.svg)}.aawp .aawp-button.aawp-button--icon-black:before,.aawp-button.aawp-button--icon-black:before{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/icon-cart-black.svg)}.aawp .aawp-button.aawp-button--icon-amazon-white:before,.aawp-button.aawp-button--icon-amazon-white:before{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/icon-amazon-white.svg)}.aawp .aawp-button.aawp-button--icon-white:before,.aawp-button.aawp-button--icon-white:before{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/icon-cart-white.svg)}a.aawp-star-rating,a.aawp-star-rating:active,a.aawp-star-rating:focus,a.aawp-star-rating:hover{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp-star-rating{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v1.svg);background-size:16px 16px;display:inline-block;height:16px;position:relative;width:80px}.aawp-star-rating,.aawp-star-rating>span{background-position:0;background-repeat:repeat-x;vertical-align:middle}.aawp-star-rating>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v1-active.svg);background-size:16px 16px;bottom:0;display:block;height:16px;left:0;position:absolute;top:0;width:80px}.aawp-star-rating--medium,.aawp-star-rating--medium>span{background-size:20px 20px;height:20px;width:100px}.aawp-star-rating--large,.aawp-star-rating--large>span{background-size:30px 30px;height:30px;width:150px}.aawp-star-rating--v2{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v2.svg)}.aawp-star-rating--v2>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v2-active.svg)}.aawp-star-rating--v3{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v3.svg)}.aawp-star-rating--v3>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v3-active.svg)}.aawp-star-rating--v4{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v4.svg)}.aawp-star-rating--v4>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v4-active.svg)}.aawp-star-rating--v5{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v5.svg)}.aawp-star-rating--v5>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v5-active.svg)}.aawp-star-rating--v6{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v6.svg)}.aawp-star-rating--v6>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v6-active.svg)}.aawp-star-rating--v7{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v7.svg)}.aawp-star-rating--v7>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/v7-active.svg)}.aawp-star-rating--wayl{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/wayl.svg)}.aawp-star-rating--wayl>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/stars/wayl-active.svg)}.aawp-star-rating--wayl.aawp-star-rating--small,.aawp-star-rating--wayl.aawp-star-rating--small>span{background-size:12px 16px;height:16px;width:60px}.aawp-star-rating--wayl.aawp-star-rating--medium,.aawp-star-rating--wayl.aawp-star-rating--medium>span{background-size:15px 20px;height:20px;width:75px}.aawp-star-rating--wayl.aawp-star-rating--large,.aawp-star-rating--wayl.aawp-star-rating--large>span{background-size:23px 30px;height:30px;width:115px}.aawp-product{margin:0 0 30px;position:relative;width:100%}.aawp-product .aawp-product__title{word-wrap:break-word}.aawp-product__ribbon{font-size:12px;font-weight:400;line-height:20px;padding:0 20px;text-transform:uppercase}.aawp-product__ribbon--sale{background:#27ae60;border-bottom-left-radius:2px;color:#fff}.aawp-product__ribbon--bestseller{background:#e47911;border-bottom-right-radius:2px;color:#fff}.aawp-product__ribbon--new{background:#d9534f;border-bottom-right-radius:2px;color:#fff}.aawp.aawp-box.box--widget,.widget .aawp-box{box-sizing:border-box;margin-bottom:15px;padding:15px 10px 10px}.aawp.aawp-box.box--widget *,.aawp.aawp-box.box--widget :after,.aawp.aawp-box.box--widget :before,.widget .aawp-box *,.widget .aawp-box :after,.widget .aawp-box :before{box-sizing:border-box}.aawp.aawp-box.box--widget:last-child,.widget .aawp-box:last-child{margin-bottom:0}.aawp.aawp-box.box--widget.sale,.widget .aawp-box.sale{padding-top:30px}.aawp.aawp-box.box--widget .aawp-box__thumb,.widget .aawp-box .aawp-box__thumb{float:none;margin-bottom:10px;width:100%}.aawp.aawp-box.box--widget .aawp-box__image,.widget .aawp-box .aawp-box__image{margin-bottom:5px;max-width:120px}.aawp.aawp-box.box--widget .aawp-box__content,.widget .aawp-box .aawp-box__content{margin-left:0;padding-left:0}.aawp.aawp-box.box--widget .aawp-box__title,.widget .aawp-box .aawp-box__title{font-size:14px!important;line-height:1.3!important;text-align:center}.aawp.aawp-box.box--widget .aawp-box__footer,.widget .aawp-box .aawp-box__footer{margin-left:0;padding-left:0;text-align:center}.aawp.aawp-box.box--widget .aawp-box__footer p,.widget .aawp-box .aawp-box__footer p{margin:0}.aawp.aawp-box.box--widget .aawp-box__rating,.widget .aawp-box .aawp-box__rating{margin-left:0}.aawp.aawp-box.box--widget .aawp-box__pricing,.widget .aawp-box .aawp-box__pricing{margin:0 0 10px}.aawp.aawp-box.box--widget .aawp-box__price,.widget .aawp-box .aawp-box__price{line-height:1!important;margin-bottom:5px}.aawp.aawp-box.box--widget .aawp-box__price--old,.widget .aawp-box .aawp-box__price--old{font-size:13px!important}.aawp.aawp-box.box--widget .aawp-box__price--saved,.widget .aawp-box .aawp-box__price--saved{margin-top:0}.aawp.aawp-box.box--widget .aawp-box__price--current,.widget .aawp-box .aawp-box__price--current{display:block!important;font-size:18px!important;margin:0}.aawp.aawp-box.box--widget .aawp-box__prime,.widget .aawp-box .aawp-box__prime{margin:5px 0 0!important}.aawp.aawp-box.box--widget .aawp-box__btn,.widget .aawp-box .aawp-box__btn{margin-left:0;margin-top:5px}.aawp.aawp-box.box--widget .aawp-box__info,.widget .aawp-box .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static;text-align:center}.aawp.aawp-box.box--widget.inline-info .aawp-box__thumb,.widget .aawp-box.inline-info .aawp-box__thumb{margin-bottom:10px}.aawp.aawp-box.box--widget .aawp-box__description,.aawp.aawp-box.box--widget .aawp-box__reviews,.widget .aawp-box .aawp-box__description,.widget .aawp-box .aawp-box__reviews{display:none}.aawp .aawp-product--horizontal{zoom:1;background:#fff;border:1px solid #ececec;display:block;font-size:15px;line-height:1.6;max-width:100%;padding:20px;white-space:normal}.aawp .aawp-product--horizontal:after,.aawp .aawp-product--horizontal:before{content:" ";display:table}.aawp .aawp-product--horizontal:after{clear:both}.aawp .aawp-product--horizontal.aawp-product--ribbon{padding-top:35px}@media (min-width:769px){.aawp .aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__thumb{width:250px}.aawp .aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__content{margin-left:250px;padding-left:40px}}.aawp .aawp-product--horizontal .aawp-product__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--horizontal .aawp-product__thumb{float:none;width:100%}}.aawp .aawp-product--horizontal .aawp-product__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-height:200px;max-width:100%;width:auto}.aawp .aawp-product--horizontal .aawp-product__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--horizontal .aawp-product__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp .aawp-product--horizontal .aawp-product__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--horizontal .aawp-product__content{margin:0;padding:0}}.aawp .aawp-product--horizontal .aawp-product__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp .aawp-product--horizontal .aawp-product__title{font-size:16px;margin-bottom:5px}}.aawp .aawp-product--horizontal .aawp-product__description{margin:0}.aawp .aawp-product--horizontal .aawp-product__description>p{margin:0 0 5px}.aawp .aawp-product--horizontal .aawp-product__description>p:empty{display:none}.aawp .aawp-product--horizontal .aawp-product__description>ul{list-style-position:outside!important;list-style-type:disc;margin:0 0 5px;padding:0 0 0 20px}.aawp .aawp-product--horizontal .aawp-product__description>ul li{word-wrap:break-word;background:none;margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--horizontal .aawp-product__description{display:none}}.aawp .aawp-product--horizontal .aawp-product__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp .aawp-product--horizontal .aawp-product__footer{margin:0;padding:0}}.aawp .aawp-product--horizontal .aawp-product__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price--current:empty,.aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price--old:empty,.aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price:empty,.aawp .aawp-product--horizontal .aawp-product__pricing:empty{display:none;margin:0}.aawp .aawp-product--horizontal .aawp-product__pricing span+span{margin-left:15px}.aawp .aawp-product--horizontal .aawp-product__pricing span+span.aawp-check-premium,.aawp .aawp-product--horizontal .aawp-product__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--horizontal .aawp-product__pricing{margin-bottom:0}}.aawp .aawp-product--horizontal .aawp-product__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--horizontal .aawp-product__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--horizontal .aawp-product__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp .aawp-product--horizontal .aawp-product__price--current{font-size:16px}}.aawp .aawp-product--horizontal .aawp-product__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp .aawp-product--horizontal .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--horizontal .aawp-product__ribbon{padding:0 15px;position:absolute}.aawp .aawp-product--horizontal .aawp-product__ribbon--bestseller,.aawp .aawp-product--horizontal .aawp-product__ribbon--new{left:-1px;top:-1px}.aawp .aawp-product--horizontal .aawp-product__ribbon--sale{right:-1px;top:-1px}.aawp .aawp-product--horizontal .aawp-product__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp .aawp-product--horizontal .aawp-product__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp .aawp-product--horizontal.aawp-product--inline-info .aawp-product__thumb{margin-bottom:30px}}.aawp .aawp-product--horizontal.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp .aawp-product--horizontal.aawp-product--style-dark{background:#232f3e;color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__teaser,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__info,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__reviews{color:#ccc}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--horizontal.aawp-product--style-wayl{background:#96281b;color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__teaser,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__info,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__reviews{color:#ccc}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--widget-vertical{zoom:1;background:#fff;border:1px solid #ececec;color:inherit;display:block;font-size:15px;line-height:1.6;margin:0 0 20px;max-width:100%;min-width:100%;padding:15px;position:relative;white-space:normal}.aawp .aawp-product--widget-vertical:after,.aawp .aawp-product--widget-vertical:before{content:" ";display:table}.aawp .aawp-product--widget-vertical:after{clear:both}@media (max-width:480px){.aawp .aawp-product--widget-vertical{margin-bottom:15px}}.aawp .aawp-product--widget-vertical.ribbon{padding-top:35px}.aawp .aawp-product--widget-vertical .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--widget-vertical .aawp-box__thumb{float:none;width:100%}}.aawp .aawp-product--widget-vertical .aawp-box__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-width:100%}.aawp .aawp-product--widget-vertical .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--widget-vertical .aawp-box__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp .aawp-product--widget-vertical .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--widget-vertical .aawp-box__content{margin:0;padding:0}}.aawp .aawp-product--widget-vertical .aawp-box__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp .aawp-product--widget-vertical .aawp-box__title{font-size:16px;margin-bottom:5px}}.aawp .aawp-product--widget-vertical .aawp-box__description{margin:0}.aawp .aawp-product--widget-vertical .aawp-box__description>p{margin:0 0 5px}.aawp .aawp-product--widget-vertical .aawp-box__description>p:empty{display:none}.aawp .aawp-product--widget-vertical .aawp-box__description>ul{list-style-position:outside!important;margin:0 0 5px;padding:0 0 0 20px}.aawp .aawp-product--widget-vertical .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--widget-vertical .aawp-box__description{display:none}}.aawp .aawp-product--widget-vertical .aawp-box__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp .aawp-product--widget-vertical .aawp-box__footer{margin:0;padding:0}}.aawp .aawp-product--widget-vertical .aawp-box__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--widget-vertical .aawp-box__pricing:empty{display:none}.aawp .aawp-product--widget-vertical .aawp-box__pricing span+span{margin-left:15px}.aawp .aawp-product--widget-vertical .aawp-box__pricing span+span.aawp-check-premium,.aawp .aawp-product--widget-vertical .aawp-box__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--widget-vertical .aawp-box__pricing{margin-bottom:0}}.aawp .aawp-product--widget-vertical .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--widget-vertical .aawp-box__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--widget-vertical .aawp-box__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp .aawp-product--widget-vertical .aawp-box__price--current{font-size:16px}}.aawp .aawp-product--widget-vertical .aawp-box__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp .aawp-product--widget-vertical .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--widget-vertical .aawp-box__ribbon{color:#fff;font-size:12px;font-weight:400;line-height:20px;padding:0 15px;position:absolute;text-transform:uppercase}.aawp .aawp-product--widget-vertical .aawp-box__bestseller{background:#e47911;background:rgba(228,121,17,.8);border-bottom-right-radius:2px;left:-1px;top:-1px}.aawp .aawp-product--widget-vertical .aawp-box__sale{background:#27ae60;background:rgba(39,174,96,.8);border-bottom-left-radius:2px;right:-1px;top:-1px}.aawp .aawp-product--widget-vertical .aawp-box__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp .aawp-product--widget-vertical .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp .aawp-product--widget-vertical.inline-info .aawp-box__thumb{margin-bottom:30px}}.aawp .aawp-product--widget-vertical.aawp-product--ribbon{padding-top:25px}.aawp .aawp-product--widget-vertical .aawp-product__ribbon{padding:0 10px}.aawp .aawp-product--widget-vertical .aawp-product__ribbon--sale{position:absolute;right:-1px;top:-1px}.aawp .aawp-product--widget-vertical .aawp-product__ribbon--bestseller,.aawp .aawp-product--widget-vertical .aawp-product__ribbon--new{left:-1px;position:absolute;top:-1px}.aawp .aawp-product--widget-vertical .aawp-product__image-link{border:none;box-shadow:none;margin:0;outline:none;text-decoration:none}.aawp .aawp-product--widget-vertical .aawp-product__image-link:active,.aawp .aawp-product--widget-vertical .aawp-product__image-link:focus,.aawp .aawp-product--widget-vertical .aawp-product__image-link:hover{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-product--widget-vertical .aawp-product__image{display:block;height:auto;margin:0 auto;max-height:200px;max-width:100%;-o-object-fit:contain;object-fit:contain;width:100%\9}.aawp .aawp-product--widget-vertical .aawp-product__content{position:relative}.aawp .aawp-product--widget-vertical .aawp-product__title{border:none;box-shadow:none;display:block;font-size:14px;font-weight:700;line-height:1.3;margin-top:10px;outline:none;text-align:center;text-decoration:none}.aawp .aawp-product--widget-vertical .aawp-product__meta{margin-top:5px;text-align:center}.aawp .aawp-product--widget-vertical .aawp-product__meta .aawp-check-prime,.aawp .aawp-product--widget-vertical .aawp-product__meta .aawp-star-rating{margin:0 5px}.aawp .aawp-product--widget-vertical .aawp-product__reviews{color:#666;display:inline-block;font-size:14px;line-height:14px;vertical-align:-10%}.aawp .aawp-product--widget-vertical .aawp-product__footer{text-align:center}.aawp .aawp-product--widget-vertical .aawp-product__footer .aawp-button{margin-top:10px}.aawp .aawp-product--widget-vertical .aawp-product__pricing{margin-top:10px;width:100%}.aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-check-prime{display:block;margin:7px auto 0}.aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price--current:empty,.aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price--old:empty,.aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price:empty,.aawp .aawp-product--widget-vertical .aawp-product__pricing:empty{display:none;margin:0}.aawp .aawp-product--widget-vertical .aawp-product__price{line-height:18px;margin:0 5px}.aawp .aawp-product--widget-vertical .aawp-product__price--old{color:#666;font-size:13px;text-decoration:line-through}.aawp .aawp-product--widget-vertical .aawp-product__price--current{font-size:18px;font-weight:700}.aawp .aawp-product--widget-vertical .aawp-product__info{color:#666;display:block;font-size:11px;margin-top:10px;text-align:center}.aawp .aawp-product--widget-vertical.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp .aawp-product--widget-vertical.aawp-product--style-dark{background:#232f3e;color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__teaser,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__info,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__reviews{color:#ccc}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--current{color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl{background:#96281b;color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__teaser,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__info,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__reviews{color:#ccc}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--current{color:#e2e2e2}.thrv_wrapper div.aawp,.thrv_wrapper div.aawp div{box-sizing:border-box}.thrv_wrapper .aawp .aawp-product--vertical{min-width:auto}.foo-table tbody tr td a.aawp-button{padding-bottom:inherit;padding-right:inherit;padding-top:inherit}.aawp,.aawp *,.aawp :after,.aawp :before,.aawp div,.aawp div *,.aawp div :after,.aawp div :before,.aawp span,.aawp span *,.aawp span :after,.aawp span :before{box-sizing:border-box}.aawp-credits,.aawp-disclaimer{font-size:12px}.aawp a.aawp-check-premium,.aawp a.aawp-check-premium:active,.aawp a.aawp-check-premium:focus,.aawp a.aawp-check-premium:hover,.aawp a.aawp-check-premium:visited,.aawp a.aawp-check-prime,.aawp a.aawp-check-prime:active,.aawp a.aawp-check-prime:focus,.aawp a.aawp-check-prime:hover,.aawp a.aawp-check-prime:visited,a.aawp-check-premium,a.aawp-check-premium:active,a.aawp-check-premium:focus,a.aawp-check-premium:hover,a.aawp-check-premium:visited,a.aawp-check-prime,a.aawp-check-prime:active,a.aawp-check-prime:focus,a.aawp-check-prime:hover,a.aawp-check-prime:visited{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-check-premium,.aawp-check-premium{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/icon-check-premium.png);display:inline-block;height:16px;vertical-align:middle;width:75px}.aawp-link{position:relative}.aawp-link-icon-container{border:none;box-shadow:none;display:inline-block;height:16px;outline:none;overflow:visible;position:relative;text-decoration:none;width:16px}.aawp-link-icon-container--large{width:66px}.aawp-link-icon{background-position:50%;background-repeat:no-repeat;background-size:100%;bottom:-2px;display:block;height:16px;left:0;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:absolute;transition:all .5s;width:16px}.aawp-link-icon.amazon{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/icon-amazon.svg)}.aawp-link-icon.cart{background-color:#fff;background-color:hsla(0,0%,100%,.8);background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/icon-cart-black.svg)}.aawp-link-icon.amazon-logo{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/icon-amazon-logo.png);bottom:-5px;height:20px;width:66px}.aawp-link-icon-container:hover .aawp-link-icon,.aawp-link:hover+.aawp-link-icon-container .aawp-link-icon{height:30px;width:30px}.aawp-link-icon-container:hover .aawp-link-icon.amazon-logo,.aawp-link:hover+.aawp-link-icon-container .aawp-link-icon.amazon-logo{height:30px;width:99px}.aawp.aawp-box{zoom:1;background:#fff;border:1px solid #ececec;display:block;font-size:15px;line-height:1.6;margin:0 0 20px;max-width:100%;padding:20px;position:relative;white-space:normal}.aawp.aawp-box,.aawp.aawp-box *,.aawp.aawp-box :after,.aawp.aawp-box :before{box-sizing:border-box}.aawp.aawp-box:after,.aawp.aawp-box:before{content:" ";display:table}.aawp.aawp-box:after{clear:both}@media (max-width:480px){.aawp.aawp-box{margin-bottom:15px}}.aawp.aawp-box.ribbon{padding-top:35px}.aawp.aawp-box .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp.aawp-box .aawp-box__thumb{float:none;width:100%}}.aawp.aawp-box .aawp-box__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-width:100%}.aawp.aawp-box .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp.aawp-box .aawp-box__rating .aawp-star-rating,.aawp.aawp-box .aawp-box__rating .aawp-star-rating:active,.aawp.aawp-box .aawp-box__rating .aawp-star-rating:focus,.aawp.aawp-box .aawp-box__rating .aawp-star-rating:hover{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp.aawp-box .aawp-box__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp.aawp-box .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp.aawp-box .aawp-box__content{margin:0;padding:0}}.aawp.aawp-box .aawp-box__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp.aawp-box .aawp-box__title{font-size:16px;margin-bottom:5px}}.aawp.aawp-box .aawp-box__description{margin:0}.aawp.aawp-box .aawp-box__description>p{margin:0 0 5px}.aawp.aawp-box .aawp-box__description>p:empty{display:none}.aawp.aawp-box .aawp-box__description>ul{list-style-position:outside!important;margin:0 0 5px;padding:0 0 0 20px}.aawp.aawp-box .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp.aawp-box .aawp-box__description{display:none}}.aawp.aawp-box .aawp-box__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp.aawp-box .aawp-box__footer{margin:0;padding:0}}.aawp.aawp-box .aawp-box__pricing{display:block;margin-bottom:5px}.aawp.aawp-box .aawp-box__pricing:empty{display:none}.aawp.aawp-box .aawp-box__pricing span+span{margin-left:15px}.aawp.aawp-box .aawp-box__pricing span+span.aawp-check-premium,.aawp.aawp-box .aawp-box__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp.aawp-box .aawp-box__pricing{margin-bottom:0}}.aawp.aawp-box .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp.aawp-box .aawp-box__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp.aawp-box .aawp-box__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp.aawp-box .aawp-box__price--current{font-size:16px}}.aawp.aawp-box .aawp-box__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp.aawp-box .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp.aawp-box .aawp-box__ribbon{color:#fff;font-size:12px;font-weight:400;line-height:20px;padding:0 15px;position:absolute;text-transform:uppercase}.aawp.aawp-box .aawp-box__bestseller{background:#e47911;background:rgba(228,121,17,.8);border-bottom-right-radius:2px;left:-1px;top:-1px}.aawp.aawp-box .aawp-box__sale{background:#27ae60;background:rgba(39,174,96,.8);border-bottom-left-radius:2px;right:-1px;top:-1px}.aawp.aawp-box .aawp-box__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp.aawp-box .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp.aawp-box.inline-info .aawp-box__thumb{margin-bottom:30px}}.aawp.aawp-responsive-table{-webkit-overflow-scrolling:touch;overflow-y:scroll}@media (min-width:768px){.aawp.aawp-responsive-table{overflow:visible}}.aawp.aawp-table{border:none;border-collapse:collapse;border-spacing:0;box-sizing:border-box;font-size:14px;line-height:1.4;margin:0 0 30px;table-layout:auto;width:100%}.aawp.aawp-table tr{border:none}.aawp.aawp-table td,.aawp.aawp-table th{padding:5px;vertical-align:top}.aawp.aawp-table th{border:none;border-bottom:2px solid #ccc;font-size:16px;text-align:center;white-space:nowrap}.aawp.aawp-table td{border:none;border-bottom:1px solid #ccc;text-align:center;vertical-align:middle}.aawp.aawp-table a{text-decoration:none}.aawp.aawp-table .position{font-weight:700;max-width:30px}.aawp.aawp-table .thumb img{display:block;height:auto;margin:0 auto;max-width:100%;width:100%\9}.aawp.aawp-table .title{min-width:150px;text-align:left}.aawp.aawp-table .description ul{margin:0;padding:0}.aawp.aawp-table .links{white-space:nowrap}.aawp-responsive-table-note{color:#666;font-size:14px}@media (min-width:768px){.aawp-responsive-table-note{display:none}}.aawp-box{zoom:1;background:#fff;border:1px solid #ececec;color:inherit;display:block;font-size:15px;line-height:1.6;margin:0 0 20px;max-width:100%;padding:20px;position:relative;white-space:normal}.aawp-box:after,.aawp-box:before{content:" ";display:table}.aawp-box:after{clear:both}@media (max-width:480px){.aawp-box{margin-bottom:15px}}.aawp-box.ribbon{padding-top:35px}.aawp-box .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp-box .aawp-box__thumb{float:none;width:100%}}.aawp-box .aawp-box__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-width:100%}.aawp-box .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp-box .aawp-box__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp-box .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp-box .aawp-box__content{margin:0;padding:0}}.aawp-box .aawp-box__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp-box .aawp-box__title{font-size:16px;margin-bottom:5px}}.aawp-box .aawp-box__description{margin:0}.aawp-box .aawp-box__description>p{margin:0 0 5px}.aawp-box .aawp-box__description>p:empty{display:none}.aawp-box .aawp-box__description>ul{list-style-position:outside!important;margin:0 0 5px;padding:0 0 0 20px}.aawp-box .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp-box .aawp-box__description{display:none}}.aawp-box .aawp-box__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp-box .aawp-box__footer{margin:0;padding:0}}.aawp-box .aawp-box__pricing{display:block;margin-bottom:5px}.aawp-box .aawp-box__pricing:empty{display:none}.aawp-box .aawp-box__pricing span+span{margin-left:15px}.aawp-box .aawp-box__pricing span+span.aawp-check-premium,.aawp-box .aawp-box__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp-box .aawp-box__pricing{margin-bottom:0}}.aawp-box .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp-box .aawp-box__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp-box .aawp-box__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp-box .aawp-box__price--current{font-size:16px}}.aawp-box .aawp-box__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp-box .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp-box .aawp-box__ribbon{color:#fff;font-size:12px;font-weight:400;line-height:20px;padding:0 15px;position:absolute;text-transform:uppercase}.aawp-box .aawp-box__bestseller{background:#e47911;background:rgba(228,121,17,.8);border-bottom-right-radius:2px;left:-1px;top:-1px}.aawp-box .aawp-box__sale{background:#27ae60;background:rgba(39,174,96,.8);border-bottom-left-radius:2px;right:-1px;top:-1px}.aawp-box .aawp-box__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp-box .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp-box.inline-info .aawp-box__thumb{margin-bottom:30px}}.aawp-not-available-info,.aawp-not-available-notice{font-size:80%}.aawp-not-available-info{color:#4189a5}.aawp-not-available-notice{color:#f0ad4e}.aawp.aawp-box.light{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp.aawp-box.dark{background:#232f3e;color:#f2f2f2}.aawp.aawp-box.dark .aawp-box__title,.aawp.aawp-box.dark .aawp-box__title:visited{color:#fff}.aawp.aawp-box.dark .aawp-box__title:focus,.aawp.aawp-box.dark .aawp-box__title:hover{color:#f2f2f2}.aawp.aawp-box.dark .aawp-box__price--current{color:#fff}.aawp.aawp-box.dark .aawp-box__info,.aawp.aawp-box.dark .aawp-box__price--old,.aawp.aawp-box.dark .aawp-box__reviews{color:#ccc}.aawp.aawp-box.dark .aawp-box__bestseller{left:0;top:0}.aawp.aawp-box.dark .aawp-box__sale{right:0;top:0}.aawp-grid{display:flex;flex-flow:row wrap;justify-content:flex-start;margin:0 -2%}.aawp-grid__item{margin:0 2%;width:100%}@media (min-width:481px){.aawp-grid__item{display:flex}.aawp-grid__item>*{max-width:100%}}@media (min-width:601px){.aawp-grid--col-2 .aawp-grid__item{width:46%}.aawp-grid--col-3 .aawp-grid__item{width:29.33333333%}.aawp-grid--col-4 .aawp-grid__item{width:21%}.aawp-grid--col-5 .aawp-grid__item{width:16%}.aawp-grid--col-6 .aawp-grid__item{width:12.66666667%}}@media (min-width:601px) and (max-width:1024px){.aawp-grid--col-3 .aawp-grid__item,.aawp-grid--col-4 .aawp-grid__item,.aawp-grid--col-5 .aawp-grid__item,.aawp-grid--col-6 .aawp-grid__item{width:46%}}.aawp table.aawp-table{border:none;border-collapse:collapse;border-spacing:0;display:block;font-size:16px;margin:10px 0 30px}.aawp table.aawp-table,.aawp table.aawp-table tbody,.aawp table.aawp-table td,.aawp table.aawp-table th,.aawp table.aawp-table thead,.aawp table.aawp-table tr{border:none;display:block}.aawp table.aawp-table thead tr{left:-9999px;position:absolute;top:-9999px}.aawp table.aawp-table tr{margin-bottom:20px}.aawp table.aawp-table tr:nth-child(odd){background-color:#fafafa}.aawp table.aawp-table th{border:none}.aawp table.aawp-table td{border:1px solid #ededed;border-bottom:none;padding:10px}.aawp table.aawp-table td:last-child{border-bottom:1px solid #ededed}.aawp table.aawp-table td:before{content:attr(data-label) ": ";display:inline-block;font-weight:700;width:125px}.aawp table.aawp-table td img{display:inline-block;height:auto;margin:0 auto;max-height:200px;max-width:100%;width:100%\9}.aawp table.aawp-table td.aawp-table__td-position{font-weight:700;text-align:center}.aawp table.aawp-table td.aawp-table__td-position:before{content:attr(data-label) "";margin-right:5px;width:auto}.aawp table.aawp-table td.aawp-table__td-links,.aawp table.aawp-table td.aawp-table__td-thumb,.aawp table.aawp-table td.aawp-table__td-title{text-align:center}.aawp table.aawp-table td .aawp-product__reviews,.aawp table.aawp-table td.aawp-table__td-links:before,.aawp table.aawp-table td.aawp-table__td-thumb:before,.aawp table.aawp-table td.aawp-table__td-title:before{display:none}.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price{display:inline-block;margin-right:10px;vertical-align:middle}.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price--old{color:#666;font-size:11.2px;text-decoration:line-through}@media (min-width:800px){.aawp table.aawp-table{border:1px solid #ededed;display:table;font-size:14px;line-height:1.4;table-layout:auto;width:100%}.aawp table.aawp-table thead{display:table-header-group}.aawp table.aawp-table thead tr{left:auto;position:static;top:auto}.aawp table.aawp-table tbody{display:table-row-group}.aawp table.aawp-table tr{display:table-row}.aawp table.aawp-table td,.aawp table.aawp-table th{display:table-cell;padding:10px 12px;text-align:left}.aawp table.aawp-table td:before{content:"";display:none;width:auto}.aawp table.aawp-table thead{background:#fafafa}.aawp table.aawp-table tr:nth-child(odd){background:none}.aawp table.aawp-table td,.aawp table.aawp-table th{vertical-align:middle}.aawp table.aawp-table td.aawp-table__td-position,.aawp table.aawp-table td.aawp-table__th-position,.aawp table.aawp-table th.aawp-table__td-position,.aawp table.aawp-table th.aawp-table__th-position{font-weight:700;max-width:50px;white-space:nowrap}.aawp table.aawp-table td.aawp-table__td-thumb img,.aawp table.aawp-table td.aawp-table__th-thumb img,.aawp table.aawp-table th.aawp-table__td-thumb img,.aawp table.aawp-table th.aawp-table__th-thumb img{display:block;height:auto;margin:0 auto;max-height:100px;max-width:100%;max-width:65px;width:100%\9}.aawp table.aawp-table td.aawp-table__td-title,.aawp table.aawp-table td.aawp-table__th-title,.aawp table.aawp-table th.aawp-table__td-title,.aawp table.aawp-table th.aawp-table__th-title{min-width:150px;text-align:left}.aawp table.aawp-table td.aawp-table__td-rating .aawp-product__reviews,.aawp table.aawp-table td.aawp-table__th-rating .aawp-product__reviews,.aawp table.aawp-table th.aawp-table__td-rating .aawp-product__reviews,.aawp table.aawp-table th.aawp-table__th-rating .aawp-product__reviews{color:#666;display:block;font-size:12px;margin-top:5px;white-space:nowrap}.aawp table.aawp-table td.aawp-table__td-pricing,.aawp table.aawp-table td.aawp-table__th-pricing,.aawp table.aawp-table th.aawp-table__td-pricing,.aawp table.aawp-table th.aawp-table__th-pricing{white-space:nowrap}.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price,.aawp table.aawp-table td.aawp-table__th-pricing .aawp-product__price,.aawp table.aawp-table th.aawp-table__td-pricing .aawp-product__price,.aawp table.aawp-table th.aawp-table__th-pricing .aawp-product__price{display:block;font-weight:700}.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price--old,.aawp table.aawp-table td.aawp-table__th-pricing .aawp-product__price--old,.aawp table.aawp-table th.aawp-table__td-pricing .aawp-product__price--old,.aawp table.aawp-table th.aawp-table__th-pricing .aawp-product__price--old{font-weight:400}.aawp table.aawp-table td.aawp-table__td-pricing .aawp-check-prime,.aawp table.aawp-table td.aawp-table__th-pricing .aawp-check-prime,.aawp table.aawp-table th.aawp-table__td-pricing .aawp-check-prime,.aawp table.aawp-table th.aawp-table__th-pricing .aawp-check-prime{margin-top:5px}.aawp table.aawp-table td.aawp-table__td-links,.aawp table.aawp-table td.aawp-table__th-links,.aawp table.aawp-table th.aawp-table__td-links,.aawp table.aawp-table th.aawp-table__th-links{white-space:nowrap}.aawp table.aawp-table td.aawp-table__td-links .aawp-button,.aawp table.aawp-table td.aawp-table__th-links .aawp-button,.aawp table.aawp-table th.aawp-table__td-links .aawp-button,.aawp table.aawp-table th.aawp-table__th-links .aawp-button{word-break:break-all}.aawp table.aawp-table tr th{font-weight:700;text-align:left}.aawp table.aawp-table tr td{border-left:none;border-right:none}.aawp table.aawp-table a{border:none;box-shadow:none;outline:none;text-decoration:none}}.aawp table.aawp-comparison-table{border:none;border-collapse:separate;border-spacing:0;font-size:16px;margin:10px 0 30px}.aawp table.aawp-comparison-table,.aawp table.aawp-comparison-table tbody,.aawp table.aawp-comparison-table td,.aawp table.aawp-comparison-table th,.aawp table.aawp-comparison-table thead,.aawp table.aawp-comparison-table tr{border:none;display:block;overflow:hidden}.aawp table.aawp-comparison-table thead tr{left:-9999px;position:absolute;top:-9999px}.aawp table.aawp-comparison-table tr{margin-bottom:20px}.aawp table.aawp-comparison-table tr:nth-child(odd){background-color:#fafafa}.aawp table.aawp-comparison-table td,.aawp table.aawp-comparison-table th{border-bottom:1px solid #ededed;border-right:1px solid #ededed}.aawp table.aawp-comparison-table td{padding:10px}.aawp table.aawp-comparison-table td:before{content:attr(data-label) ": ";display:inline-block;font-weight:700;width:125px}.aawp table.aawp-comparison-table td img{display:inline-block;height:auto;max-width:100%;width:100%\9}.aawp table.aawp-comparison-table td.position{font-weight:700;text-align:center}.aawp table.aawp-comparison-table td.position:before{content:attr(data-label) "";width:auto}.aawp table.aawp-comparison-table td.links,.aawp table.aawp-comparison-table td.thumb,.aawp table.aawp-comparison-table td.title{text-align:center}.aawp table.aawp-comparison-table td.links:before,.aawp table.aawp-comparison-table td.thumb:before,.aawp table.aawp-comparison-table td.title:before{display:none}.aawp table.aawp-comparison-table td.pricing .price{display:block;line-height:20px;min-height:20px}.aawp table.aawp-comparison-table td.pricing .price--current{font-size:16px;font-weight:700}.aawp table.aawp-comparison-table td.pricing .price--old{color:#666;font-size:12px;text-decoration:line-through}@media (min-width:800px){.aawp table.aawp-comparison-table{background:#fff;border-left:1px solid #ededed;border-top:1px solid #ededed;display:table;font-size:14px;line-height:1.4;table-layout:fixed;width:100%}.aawp table.aawp-comparison-table thead{display:table-header-group}.aawp table.aawp-comparison-table thead tr{left:auto;position:static;top:auto}.aawp table.aawp-comparison-table tbody{display:table-row-group}.aawp table.aawp-comparison-table tr{display:table-row}.aawp table.aawp-comparison-table td,.aawp table.aawp-comparison-table th{display:table-cell;padding:10px 12px;text-align:left}.aawp table.aawp-comparison-table td:before{content:"";display:none;width:auto}.aawp table.aawp-comparison-table tr:nth-child(odd){background:none}.aawp table.aawp-comparison-table tr:nth-child(2n){background:#fafafa}.aawp table.aawp-comparison-table th{font-weight:700;text-align:left}.aawp table.aawp-comparison-table td{text-align:center}.aawp table.aawp-comparison-table td.thumb img{height:auto;margin:0 auto;max-height:115px;max-width:100%;width:auto}.aawp table.aawp-comparison-table td.rating .reviews{color:#666;display:block;font-size:12px;margin-top:5px;white-space:nowrap}.aawp table.aawp-comparison-table td.pricing .price{display:block;font-weight:700}.aawp table.aawp-comparison-table td.pricing .aawp-check-prime{margin-top:5px}.aawp table.aawp-comparison-table a{border:none;box-shadow:none;outline:none;text-decoration:none}}.aawp-icon-globe{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/icon-globe.svg)}.aawp-icon-globe,.aawp-icon-yes{background-position:50%;background-repeat:no-repeat;background-size:16px;display:inline-block;height:16px;vertical-align:-15%;width:16px}.aawp-icon-yes{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/icon-yes.svg)}.aawp-icon-no{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/img/icon-no.svg);background-position:50%;background-repeat:no-repeat;background-size:16px;display:inline-block;height:16px;vertical-align:-15%;width:16px}.aawp-tb{border-collapse:collapse;border-spacing:1px;color:#444;font-size:13px;line-height:20px;margin:20px 0 0;table-layout:fixed}.aawp-tb__data,.aawp-tb__head{background-clip:padding-box;border:1px solid #d7d7d7;padding:10px 9px;position:relative;text-align:center}.aawp-tb__head{font-weight:700;text-align:left}.aawp-tb__data,.aawp-tb__head{vertical-align:middle}.aawp-tb-ribbon{background:transparent;color:#fff;display:none;font-size:13px;line-height:20px;padding:10px 5px;text-align:center}.aawp-tb-thumb{display:block;margin:10px}.aawp-tb-thumb img{background-color:transparent;box-shadow:none;display:block;float:none;height:150px;max-width:100%;-o-object-fit:contain;object-fit:contain;opacity:1;width:150px}.aawp-tb__data--highlight .aawp-tb-thumb img,.aawp-tb__row--highlight .aawp-tb-thumb img{border:none;box-shadow:none}.aawp-tb--desktop{display:table;margin-bottom:1.75em;width:100%}@media (max-width:767px){.aawp-tb--desktop{display:none}}.aawp-tb--desktop .aawp-tb__row{display:table-row}.aawp-tb--desktop .aawp-tb__row:not(.aawp-tb__row--highlight):nth-child(2n+2) .aawp-tb__data:not(.aawp-tb__data--highlight),.aawp-tb--desktop .aawp-tb__row:not(.aawp-tb__row--highlight):nth-child(2n+2) .aawp-tb__head{background-color:#f5f5f5}.aawp-tb--desktop .aawp-tb__data,.aawp-tb--desktop .aawp-tb__head{display:table-cell}.aawp-tb--desktop .aawp-tb__data,.aawp-tb--desktop .aawp-tb__data--highlight{position:relative}.aawp-tb--desktop .aawp-tb__data--highlight:after{border-left:1px solid transparent;bottom:0;content:"";display:block;left:-1px;position:absolute;top:-1px;width:0}.aawp-tb--desktop .aawp-tb-ribbon{left:-1px;position:absolute;right:0;top:-1px}.aawp-tb--desktop.aawp-tb--hide-desktop-labels .aawp-tb__head,.aawp-tb--desktop.aawp-tb--hide-labels .aawp-tb__head{display:none}.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__data,.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__head{padding-top:52px}.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb-ribbon{display:block}.aawp-tb--desktop.aawp-tb--cols-1 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-1 .aawp-tb__head{width:100%}.aawp-tb--desktop.aawp-tb--cols-2 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-2 .aawp-tb__head{width:50%}.aawp-tb--desktop.aawp-tb--cols-3 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-3 .aawp-tb__head{width:33.33333333%}.aawp-tb--desktop.aawp-tb--cols-4 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-4 .aawp-tb__head{width:25%}.aawp-tb--desktop.aawp-tb--cols-5 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-5 .aawp-tb__head{width:20%}.aawp-tb--desktop.aawp-tb--cols-6 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-6 .aawp-tb__head{width:16.66666667%}.aawp-tb--desktop.aawp-tb--cols-7 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-7 .aawp-tb__head{width:14.28571429%}@media (max-width:1200px){.aawp-tb--desktop .aawp-tb__data:nth-child(7){display:none}}@media (max-width:1100px){.aawp-tb--desktop .aawp-tb__data:nth-child(6){display:none}}@media (max-width:1000px){.aawp-tb--desktop .aawp-tb__data:nth-child(5){display:none}}.aawp-tb--mobile{display:none}@media (max-width:767px){.aawp-tb--mobile{display:block}}.aawp-tb--mobile .aawp-tb__product{border:1px solid transparent;margin:0 0 30px;position:relative}.aawp-tb--mobile .aawp-tb__row{display:table;width:100%}.aawp-tb--mobile .aawp-tb__row:not(.aawp-tb__row--highlight):nth-of-type(2n) .aawp-tb__data,.aawp-tb--mobile .aawp-tb__row:not(.aawp-tb__row--highlight):nth-of-type(2n) .aawp-tb__head{background-color:#f5f5f5}.aawp-tb--mobile .aawp-tb__data,.aawp-tb--mobile .aawp-tb__head{display:table-cell}.aawp-tb--mobile .aawp-tb__data,.aawp-tb--mobile .aawp-tb__head{width:50%}.aawp-tb--mobile .aawp-tb__product--highlight .aawp-tb-ribbon{display:block}.aawp-tb--mobile.aawp-tb--hide-labels .aawp-tb__head,.aawp-tb--mobile.aawp-tb--hide-mobile-labels .aawp-tb__head{display:none}.aawp-tb--mobile.aawp-tb--hide-labels .aawp-tb__data,.aawp-tb--mobile.aawp-tb--hide-mobile-labels .aawp-tb__data{width:100%}.aawp-tb--mobile .aawp-tb-product-data-thumb img{background:transparent}.aawp-tb-product-data-thumb img{display:block;margin:0 auto}.aawp .aawp-product--vertical{zoom:1;background:#fff;border:1px solid #ececec;color:inherit;display:block;font-size:15px;line-height:1.6;margin:0 0 20px;max-width:100%;min-width:100%;padding:25px 15px 15px;position:relative;white-space:normal}.aawp .aawp-product--vertical:after,.aawp .aawp-product--vertical:before{content:" ";display:table}.aawp .aawp-product--vertical:after{clear:both}@media (max-width:480px){.aawp .aawp-product--vertical{margin-bottom:15px}}.aawp .aawp-product--vertical.ribbon{padding-top:35px}.aawp .aawp-product--vertical .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--vertical .aawp-box__thumb{float:none;width:100%}}.aawp .aawp-product--vertical .aawp-box__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-width:100%}.aawp .aawp-product--vertical .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--vertical .aawp-box__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp .aawp-product--vertical .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--vertical .aawp-box__content{margin:0;padding:0}}.aawp .aawp-product--vertical .aawp-box__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp .aawp-product--vertical .aawp-box__title{font-size:16px;margin-bottom:5px}}.aawp .aawp-product--vertical .aawp-box__description{margin:0}.aawp .aawp-product--vertical .aawp-box__description>p{margin:0 0 5px}.aawp .aawp-product--vertical .aawp-box__description>p:empty{display:none}.aawp .aawp-product--vertical .aawp-box__description>ul{list-style-position:outside!important;margin:0 0 5px;padding:0 0 0 20px}.aawp .aawp-product--vertical .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--vertical .aawp-box__description{display:none}}.aawp .aawp-product--vertical .aawp-box__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp .aawp-product--vertical .aawp-box__footer{margin:0;padding:0}}.aawp .aawp-product--vertical .aawp-box__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--vertical .aawp-box__pricing:empty{display:none}.aawp .aawp-product--vertical .aawp-box__pricing span+span{margin-left:15px}.aawp .aawp-product--vertical .aawp-box__pricing span+span.aawp-check-premium,.aawp .aawp-product--vertical .aawp-box__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--vertical .aawp-box__pricing{margin-bottom:0}}.aawp .aawp-product--vertical .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--vertical .aawp-box__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--vertical .aawp-box__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp .aawp-product--vertical .aawp-box__price--current{font-size:16px}}.aawp .aawp-product--vertical .aawp-box__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp .aawp-product--vertical .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--vertical .aawp-box__ribbon{color:#fff;font-size:12px;font-weight:400;line-height:20px;padding:0 15px;position:absolute;text-transform:uppercase}.aawp .aawp-product--vertical .aawp-box__bestseller{background:#e47911;background:rgba(228,121,17,.8);border-bottom-right-radius:2px;left:-1px;top:-1px}.aawp .aawp-product--vertical .aawp-box__sale{background:#27ae60;background:rgba(39,174,96,.8);border-bottom-left-radius:2px;right:-1px;top:-1px}.aawp .aawp-product--vertical .aawp-box__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp .aawp-product--vertical .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp .aawp-product--vertical.inline-info .aawp-box__thumb{margin-bottom:30px}}.aawp .aawp-product--vertical .aawp-product__ribbon{padding:0 10px}.aawp .aawp-product--vertical .aawp-product__ribbon--sale{position:absolute;right:-1px;top:-1px}.aawp .aawp-product--vertical .aawp-product__ribbon--bestseller,.aawp .aawp-product--vertical .aawp-product__ribbon--new{left:-1px;position:absolute;top:-1px}.aawp .aawp-product--vertical .aawp-product__image{border:none;box-shadow:none;display:block;height:250px;margin:0 auto;max-width:100%;-o-object-fit:contain;object-fit:contain;width:250px}.aawp .aawp-product--vertical.aawp-product--bestseller .aawp-product__image,.aawp .aawp-product--vertical.aawp-product--new .aawp-product__image{margin-top:3px}.aawp .aawp-product--vertical .aawp-product__content{min-height:75px;position:relative}.aawp .aawp-product--vertical .aawp-product__title{border:none;box-shadow:none;display:block;font-size:16px;font-weight:700;height:40px;line-height:20px;margin-top:10px;outline:none;overflow:hidden;text-decoration:none;text-overflow:ellipsis}.aawp .aawp-product--vertical .aawp-product__meta{display:inline-block;display:block;margin-top:5px}.aawp .aawp-product--vertical .aawp-product__meta .aawp-check-prime{float:right;margin-top:7px}.aawp .aawp-product--vertical .aawp-product__reviews{color:#666;display:inline-block;font-size:14px;line-height:14px;vertical-align:-10%}.aawp .aawp-product--vertical .aawp-product__footer{text-align:right}.aawp .aawp-product--vertical .aawp-product__footer .aawp-check-prime{margin-bottom:5px}.aawp .aawp-product--vertical .aawp-product__footer .aawp-button{display:block;margin:0;width:100%}.aawp .aawp-product--vertical .aawp-product__footer .aawp-button+.aawp-button{margin-top:10px}.aawp .aawp-product--vertical .aawp-product__pricing{display:inline-block;margin-top:10px;width:100%}.aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price--current:empty,.aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price--old:empty,.aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price:empty,.aawp .aawp-product--vertical .aawp-product__pricing:empty{display:none;margin:0}.aawp .aawp-product--vertical .aawp-product__price{line-height:18px}.aawp .aawp-product--vertical .aawp-product__price--old{color:#666;float:left;font-size:14px;text-decoration:line-through}.aawp .aawp-product--vertical .aawp-product__price--current{float:right;font-size:18px;font-weight:700}.aawp .aawp-product--vertical .aawp-product__info{color:#666;display:block;font-size:11px;margin-top:10px;text-align:center}.aawp .aawp-product--vertical.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp .aawp-product--vertical.aawp-product--style-dark{background:#232f3e;color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__teaser,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__info,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__reviews{color:#ccc}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--vertical.aawp-product--style-wayl{background:#96281b;color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__teaser,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__info,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__reviews{color:#ccc}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--list{zoom:1;background:#fff;border:1px solid #ececec;color:inherit;display:block;font-size:15px;line-height:1.6;margin:0 0 20px;max-width:100%;min-width:100%;padding:10px;position:relative;white-space:normal}.aawp .aawp-product--list:after,.aawp .aawp-product--list:before{content:" ";display:table}.aawp .aawp-product--list:after{clear:both}@media (max-width:480px){.aawp .aawp-product--list{margin-bottom:15px}}.aawp .aawp-product--list.ribbon{padding-top:35px}.aawp .aawp-product--list .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--list .aawp-box__thumb{float:none;width:100%}}.aawp .aawp-product--list .aawp-box__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-width:100%}.aawp .aawp-product--list .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--list .aawp-box__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp .aawp-product--list .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--list .aawp-box__content{margin:0;padding:0}}.aawp .aawp-product--list .aawp-box__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp .aawp-product--list .aawp-box__title{font-size:16px;margin-bottom:5px}}.aawp .aawp-product--list .aawp-box__description{margin:0}.aawp .aawp-product--list .aawp-box__description>p{margin:0 0 5px}.aawp .aawp-product--list .aawp-box__description>p:empty{display:none}.aawp .aawp-product--list .aawp-box__description>ul{list-style-position:outside!important;margin:0 0 5px;padding:0 0 0 20px}.aawp .aawp-product--list .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--list .aawp-box__description{display:none}}.aawp .aawp-product--list .aawp-box__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp .aawp-product--list .aawp-box__footer{margin:0;padding:0}}.aawp .aawp-product--list .aawp-box__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--list .aawp-box__pricing:empty{display:none}.aawp .aawp-product--list .aawp-box__pricing span+span{margin-left:15px}.aawp .aawp-product--list .aawp-box__pricing span+span.aawp-check-premium,.aawp .aawp-product--list .aawp-box__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--list .aawp-box__pricing{margin-bottom:0}}.aawp .aawp-product--list .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--list .aawp-box__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--list .aawp-box__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp .aawp-product--list .aawp-box__price--current{font-size:16px}}.aawp .aawp-product--list .aawp-box__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp .aawp-product--list .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--list .aawp-box__ribbon{color:#fff;font-size:12px;font-weight:400;line-height:20px;padding:0 15px;position:absolute;text-transform:uppercase}.aawp .aawp-product--list .aawp-box__bestseller{background:#e47911;background:rgba(228,121,17,.8);border-bottom-right-radius:2px;left:-1px;top:-1px}.aawp .aawp-product--list .aawp-box__sale{background:#27ae60;background:rgba(39,174,96,.8);border-bottom-left-radius:2px;right:-1px;top:-1px}.aawp .aawp-product--list .aawp-box__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp .aawp-product--list .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp .aawp-product--list.inline-info .aawp-box__thumb{margin-bottom:30px}}.aawp .aawp-product--list:first-child.aawp-product--ribbon{margin-top:10px}.aawp .aawp-product--list.aawp-product--bestseller,.aawp .aawp-product--list.aawp-product--new{padding-top:20px}.aawp .aawp-product--list .aawp-product__ribbon{font-size:11px;line-height:18px;padding:0 20px;z-index:10}.aawp .aawp-product--list .aawp-product__ribbon--sale{border-radius:0;position:absolute;right:-5px;top:-10px}.aawp .aawp-product--list .aawp-product__ribbon--bestseller,.aawp .aawp-product--list .aawp-product__ribbon--new{left:-5px;position:absolute;top:-10px}.aawp .aawp-product--list .aawp-product__inner{display:block;position:relative}.aawp .aawp-product--list .aawp-product__image-link,.aawp .aawp-product--list .aawp-product__image-link:active,.aawp .aawp-product--list .aawp-product__image-link:focus,.aawp .aawp-product--list .aawp-product__image-link:hover{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-product--list .aawp-product__image{bottom:0;display:block;height:75px;left:0;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:75px;z-index:5}.aawp .aawp-product--list .aawp-product__content{display:block;margin-left:75px;min-height:75px;padding:3px 10px 5px}.aawp .aawp-product--list .aawp-product__title{border:none;box-shadow:none;display:block;font-size:16px;font-weight:700;line-height:20px;margin-top:5px;outline:none;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}@media (min-width:769px){.aawp .aawp-product--list .aawp-product__title{width:100%}}.aawp .aawp-product--list .aawp-product__teaser{color:#666;font-size:14px;line-height:18px;margin:5px 0 0}.aawp .aawp-product--list .aawp-product__meta{zoom:1}.aawp .aawp-product--list .aawp-product__meta:after,.aawp .aawp-product--list .aawp-product__meta:before{content:" ";display:table}.aawp .aawp-product--list .aawp-product__meta:after{clear:both}.aawp .aawp-product--list .aawp-product__price,.aawp .aawp-product--list .aawp-star-rating{margin-bottom:0}.aawp .aawp-product--list .aawp-star-rating{margin-right:10px;margin-top:-1px}.aawp .aawp-product--list .aawp-product__price{color:inherit;display:inline-block;font-size:15px;line-height:20px;margin-right:10px;vertical-align:middle}.aawp .aawp-product--list .aawp-product__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--list .aawp-product__price--current{font-weight:700}.aawp .aawp-product--list .aawp-product__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;padding:4px 6px}.aawp .aawp-product--list.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp .aawp-product--list.aawp-product--style-dark{background:#232f3e;color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__teaser,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__info,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__reviews{color:#ccc}.aawp .aawp-product--list.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--list.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--list.aawp-product--style-wayl{background:#96281b;color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__teaser,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__info,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__reviews{color:#ccc}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--widget-small{zoom:1;background:#fff;border:1px solid #ececec;color:inherit;display:block;font-size:15px;line-height:1.6;margin:0 0 20px;max-width:100%;min-width:100%;padding:5px;position:relative;white-space:normal}.aawp .aawp-product--widget-small:after,.aawp .aawp-product--widget-small:before{content:" ";display:table}.aawp .aawp-product--widget-small:after{clear:both}@media (max-width:480px){.aawp .aawp-product--widget-small{margin-bottom:15px}}.aawp .aawp-product--widget-small.ribbon{padding-top:35px}.aawp .aawp-product--widget-small .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--widget-small .aawp-box__thumb{float:none;width:100%}}.aawp .aawp-product--widget-small .aawp-box__image{border:none;box-shadow:none;display:block;height:auto;margin:0 auto 15px;max-width:100%}.aawp .aawp-product--widget-small .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--widget-small .aawp-box__reviews{color:#666;font-size:12px;margin-top:5px;text-align:center}.aawp .aawp-product--widget-small .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--widget-small .aawp-box__content{margin:0;padding:0}}.aawp .aawp-product--widget-small .aawp-box__title{display:block;font-size:18px;font-weight:700;margin:0 0 15px}@media (max-width:480px){.aawp .aawp-product--widget-small .aawp-box__title{font-size:16px;margin-bottom:5px}}.aawp .aawp-product--widget-small .aawp-box__description{margin:0}.aawp .aawp-product--widget-small .aawp-box__description>p{margin:0 0 5px}.aawp .aawp-product--widget-small .aawp-box__description>p:empty{display:none}.aawp .aawp-product--widget-small .aawp-box__description>ul{list-style-position:outside!important;margin:0 0 5px;padding:0 0 0 20px}.aawp .aawp-product--widget-small .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--widget-small .aawp-box__description{display:none}}.aawp .aawp-product--widget-small .aawp-box__footer{margin-left:160px;padding-left:20px;text-align:right}@media (max-width:768px){.aawp .aawp-product--widget-small .aawp-box__footer{margin:0;padding:0}}.aawp .aawp-product--widget-small .aawp-box__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--widget-small .aawp-box__pricing:empty{display:none}.aawp .aawp-product--widget-small .aawp-box__pricing span+span{margin-left:15px}.aawp .aawp-product--widget-small .aawp-box__pricing span+span.aawp-check-premium,.aawp .aawp-product--widget-small .aawp-box__pricing span+span.aawp-check-prime{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--widget-small .aawp-box__pricing{margin-bottom:0}}.aawp .aawp-product--widget-small .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--widget-small .aawp-box__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--widget-small .aawp-box__price--current{font-size:20px;font-weight:700}@media (max-width:480px){.aawp .aawp-product--widget-small .aawp-box__price--current{font-size:16px}}.aawp .aawp-product--widget-small .aawp-box__price--saved{background:#27ae60;background:rgba(39,174,96,.8);border-radius:2px;color:#fff;font-size:12px;line-height:12px;margin-bottom:11px;margin-top:11px;padding:4px 6px}.aawp .aawp-product--widget-small .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--widget-small .aawp-box__ribbon{color:#fff;font-size:12px;font-weight:400;line-height:20px;padding:0 15px;position:absolute;text-transform:uppercase}.aawp .aawp-product--widget-small .aawp-box__bestseller{background:#e47911;background:rgba(228,121,17,.8);border-bottom-right-radius:2px;left:-1px;top:-1px}.aawp .aawp-product--widget-small .aawp-box__sale{background:#27ae60;background:rgba(39,174,96,.8);border-bottom-left-radius:2px;right:-1px;top:-1px}.aawp .aawp-product--widget-small .aawp-box__info{bottom:10px;color:#666;font-size:11px;left:15px;max-width:225px;position:absolute;text-align:left}@media (max-width:768px){.aawp .aawp-product--widget-small .aawp-box__info{display:block;margin-top:10px;max-width:100%;position:static}}@media (min-width:768px){.aawp .aawp-product--widget-small.inline-info .aawp-box__thumb{margin-bottom:30px}}.aawp .aawp-product--widget-small:first-child.aawp-product--ribbon{margin-top:10px}.aawp .aawp-product--widget-small.aawp-product--bestseller,.aawp .aawp-product--widget-small.aawp-product--new{padding-top:15px}.aawp .aawp-product--widget-small .aawp-product__ribbon{font-size:11px;line-height:18px;padding:0 10px;z-index:10}.aawp .aawp-product--widget-small .aawp-product__ribbon--sale{border-radius:0;position:absolute;right:-5px;top:-10px}.aawp .aawp-product--widget-small .aawp-product__ribbon--bestseller,.aawp .aawp-product--widget-small .aawp-product__ribbon--new{left:-5px;position:absolute;top:-10px}.aawp .aawp-product--widget-small .aawp-product__inner{display:block;position:relative}.aawp .aawp-product--widget-small .aawp-product__image-link,.aawp .aawp-product--widget-small .aawp-product__image-link:active,.aawp .aawp-product--widget-small .aawp-product__image-link:focus,.aawp .aawp-product--widget-small .aawp-product__image-link:hover{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-product--widget-small .aawp-product__image{bottom:0;display:block;height:75px;left:0;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:75px;z-index:5}.aawp .aawp-product--widget-small .aawp-product__content{display:block;margin-left:75px;min-height:75px;padding:3px 10px 5px}.aawp .aawp-product--widget-small .aawp-product__title{border:none;box-shadow:none;display:block;font-size:14px;font-weight:700;line-height:20px;margin-top:5px;outline:none;overflow:hidden;text-decoration:none;text-overflow:ellipsis}@media (min-width:769px){.aawp .aawp-product--widget-small .aawp-product__title{height:40px}}.aawp .aawp-product--widget-small .aawp-product__meta{zoom:1;margin-top:5px}.aawp .aawp-product--widget-small .aawp-product__meta:after,.aawp .aawp-product--widget-small .aawp-product__meta:before{content:" ";display:table}.aawp .aawp-product--widget-small .aawp-product__meta:after{clear:both}.aawp .aawp-product--widget-small .aawp-product__price,.aawp .aawp-product--widget-small .aawp-star-rating{margin-bottom:0}.aawp .aawp-product--widget-small .aawp-star-rating{margin-right:5px}.aawp .aawp-product--widget-small .aawp-product__price{color:inherit;display:inline-block;font-size:15px;font-weight:700;line-height:1;vertical-align:middle}.aawp .aawp-product--widget-small.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)}.aawp .aawp-product--widget-small.aawp-product--style-dark{background:#232f3e;color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__teaser,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__info,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__reviews{color:#ccc}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--current{color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-wayl{background:#96281b;color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__teaser,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:hover{color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__info,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__reviews{color:#ccc}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted.svg)}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url(//www.viaggiafree.it/wp-content/plugins/aawp/assets/dist/css/img/stars/wayl-inverted-active.svg)}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--current{color:#e2e2e2}.aawp-floating-wrapper,div.aawp-floating-wrapper{box-sizing:border-box}@media (min-width:601px){.aawp-floating-wrapper--left,.aawp-floating-wrapper--right{max-width:250px}.aawp-floating-wrapper--left{float:left;margin:0 1em 1em 0}.aawp-floating-wrapper--right{float:right;margin:0 0 1em 1em}}
 *,.kc-col-container,.kc-container,.kc-elm{box-sizing:border-box}.kc-off-notice a,.kc_twitter_feed a:hover{text-decoration:underline}.kc_google_maps[data-wheel=disable] iframe,.kc_wrap-video-bg{pointer-events:none}.fb-line-1 .likes,.fb-line-1 .username,.kc-owl-post-carousel .owl-item .title{text-overflow:ellipsis;white-space:nowrap}.back i,.front i{display:inline-block}div{display:block}.kc-elm{float:left;width:100%}.kc_col-sm-1{width:8.33333%}.kc_col-sm-2{width:16.6667%}div.kc_col-of-5{width:20%;float:left}.kc_col-sm-3{width:25%}.kc_col-sm-4{width:33.3333%}.kc_col-sm-5{width:41.6667%}.kc_col-sm-6{width:50%}.kc_col-sm-7{width:58.3333%}.kc_col-sm-8{width:66.6667%}.kc_col-sm-9{width:75%}.kc_col-sm-10{width:83.3333%}.kc_col-sm-11{width:91.6667%}.kc_col-sm-12{width:100%}.kc-container{width:100%;max-width:1170px;margin:0 auto;padding-left:15px;padding-right:15px}.kc-row-container:not(.kc-container){padding-left:0;padding-right:0;width:100%;max-width:100%}.kc_wrap-video-bg{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.kc_single_image img{max-width:100%;display:inline-block}.kc-video-bg .kc_column{position:relative}.kc-infinite-loop{text-align:center;padding:50px;font-size:18px;color:red;width:100%;display:inline-block}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.kc_row:not(.kc_row_inner){clear:both;float:left;width:100%}.kc-row-container.kc-container .kc-wrap-columns,.kc_row_inner{margin-left:-15px;margin-right:-15px;clear:both}.kc_row.kc_row_inner{width:calc(100% + 30px)}.kc_tab_content>.kc_row_inner{width:100%;margin:0}.kc_column,.kc_column_inner{min-height:1px;position:relative;padding-right:15px;padding-left:15px;float:left}.kc_column>.kc-col-container,.kc_column_inner>.kc-col-inner-container{height:100%}.kingcomposer div.kc_column,.kingcomposer div.kc_column_inner{clear:none}.kc_row_inner>div.kc_column_inner:only-child{width:100%}.kc_clfw{width:100%!important;clear:both!important;display:block!important;height:0!important;padding:0!important;margin:0!important}.kc-col-container{clear:both;display:block;width:100%}section[data-kc-fullheight]{min-height:100vh}html body section[data-kc-parallax=true]{background-position:50% 0;background-repeat:no-repeat!important;background-attachment:fixed!important}section[data-kc-fullwidth]{margin-left:0!important;margin-right:0!important;position:relative;box-sizing:content-box}.kc_text_block{display:inline-block;clear:both;width:100%}body section[data-kc-equalheight=true],body section[data-kc-equalheight=true]>.kc-container,body section[data-kc-equalheight=true]>.kc-container .kc-wrap-columns{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;width:100%}body div.kc_row_inner[data-kc-equalheight=true]{width:calc(100% + 30px);flex-wrap:wrap}body div[data-kc-equalheight-align=middle]>.kc_column_inner>.kc_wrapper,body div[data-kc-equalheight-align=bottom]>.kc_column_inner>.kc_wrapper,body section[data-kc-equalheight-align=middle]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=middle]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=bottom]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;flex-wrap:wrap;height:100%;width:100%}body div.kc_row_inner[data-kc-equalheight=true]>.kc_column_inner>.kc_wrapper.kc_row_inner{height:100%}body div[data-kc-equalheight-align=middle]>.kc_column_inner>.kc_wrapper,body section[data-kc-equalheight-align=middle]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=middle]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container{align-content:center;justify-content:center;align-items:center}body div[data-kc-equalheight-align=bottom]>.kc_column_inner>.kc_wrapper,body section[data-kc-equalheight-align=bottom]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=bottom]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container{align-content:flex-end;align-items:flex-end}body section[data-kc-fullheight=middle-content],body section[data-kc-fullheight=middle-content]>.kc-container,body section[data-kc-fullheight=middle-content]>.kc-row-container{display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;align-content:center}body section[data-kc-equalheight=true]>.kc-container .kc-wrap-columns{flex-wrap:wrap;margin-left:initial;margin-right:initial}.kc-off-notice{width:100%;padding:10px;text-align:left;background-color:#e9e385;color:#333;font-size:14px}.kc-off-notice a{text-transform:capitalize}@media screen and (min-width:999px){.kc-row-container .kc-wrap-columns,.kc_row_inner{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;flex-wrap:wrap}.kc-row-container.kc-container .kc-wrap-columns,.kc_row_inner{width:calc(100% + 30px)}}@media screen and (max-width:767px){body.kc-css-system .kc_column,body.kc-css-system .kc_column_inner{width:100%}div.kc_row{display:block}}.kc_shortcode .kc-widget-title,.kc_shortcode .kc_title{margin-bottom:20px}.kc_shortcode ul{margin:0;padding:0}.kc_shortcode ul li{list-style:none}.kc_shortcode h3,.kc_shortcode h4,.kc_shortcode h5{font-size:18px;margin:0;padding:0;font-weight:600}.kc_shortcode h4{font-size:16px;line-height:26px;margin-bottom:15px}.kc_shortcode h5{font-size:16px}.kc_accordion_wrapper,.kc_tabs{margin-bottom:24px}.kc_tabs .kc_tabs{margin-bottom:0}.kc_tabs{display:inline-block;width:100%}.kc_wrapper.ui-tabs{width:100%;display:inline-block}.kc_vertical_tabs>.kc_wrapper.ui-tabs{border:none}.kc_tabs.kc-tabs-slider ul.kc-tabs-slider-nav{margin:0}ul.kc-tabs-slider-nav li{display:inline-block;cursor:pointer;padding:8px 15px}ul.kc-tabs-slider-nav li.kc-title-active{background:#ddd}.kc_tabs_nav,.nav-pills{line-height:45px;margin:0;padding:0}.kc_tabs_nav:after,.kc_tabs_nav:before,.nav-pills:after,.nav-pills:before{display:table;line-height:0;content:""}.kc_tabs_nav:after,.nav-pills:after{clear:both}.kc_tabs_nav~.kc_tab{overflow:hidden;float:left;width:100%;height:0}html body.kc-css-system .kc_tabs_nav~.kc_tab:not(.ui-tabs-body-active){margin:0!important;padding:0!important}.kc_tabs_nav~.kc_tab.ui-tabs-body-active{height:inherit!important;background:#ddd}.kc_tabs_nav~.kc_tab .kc_tab_content{padding:30px 30px 15px}.kc_tabs_nav>li,.nav-pills>li{float:left}.kc_tabs_nav>li>a,.nav-pills>li>a{padding:0 30px;text-decoration:none;outline:0;display:block;line-height:50px;color:#6b6b6b}.kc_tabs>.kc_wrapper>.kc_tabs_nav{background:#eee;float:left;min-height:50px;margin:0;width:100%}.kc_tabs_nav{border-right:0!important;border-bottom:0!important;border-top:0!important}.kc_tabs_nav>li{list-style:none;border-right:1px solid #fff;border-left:none!important;border-bottom:none!important;margin:0;float:left;color:#333;box-shadow:none;cursor:pointer}.kc_tabs_nav>.ui-tabs-active>a,.kc_tabs_nav>li:hover,.kc_tabs_nav>li>a:hover{background-color:#ddd;color:#333}.kc_tabs_nav>.ui-tabs-active,.kc_tabs_nav>.ui-tabs-active:hover,.kc_tabs_nav>.ui-tabs-active>a,.kc_tabs_nav>.ui-tabs-active>a:hover{color:#555;display:block}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav{float:left;margin:0;padding:0;position:relative;width:25%;z-index:10;right:0}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav{border-right:none;right:0;left:0}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab{float:left;width:75%;height:0;overflow:hidden}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab.ui-tabs-body-active{height:inherit;border:1px solid #ddd}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab{list-style:none}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li{list-style:none;border:1px solid #ddd}.kc_wrapper>ul.ui-tabs-nav>li{overflow:hidden}.kc_vertical_tabs:not(.tabs_right)>.kc_wrapper>ul.ui-tabs-nav>li{border-right:0!important}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav>li{border-left:0!important}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li:not(:last-child){border-bottom:0!important}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a,.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a:hover,.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a:hover{border:none;background:#f7f7f7;margin-left:0;color:#333}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a{display:block;padding:12px 0 12px 20px;outline:0;text-decoration:none}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav{float:right}.kc-video-inner iframe{margin-bottom:0}.kc_accordion_content{padding-bottom:0;border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;color:#727272;display:none}.kc_accordion_content.ui-state-body-active{height:inherit!important}.kc_accordion_section>.kc_accordion_header{position:relative;cursor:pointer;min-height:30px;line-height:30px;font-weight:700;font-size:inherit;margin-top:0;margin-bottom:-1px;float:left;width:100%;border:1px solid #e0e0e0}.kc_accordion_section>.ui-state-active{border-bottom-left-radius:0;border-bottom-right-radius:0;margin:0}.kc_accordion_header>span.ui-accordion-header-icon{float:right;font-family:simple-line-icons;margin:17px;color:#aaa;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.kc_accordion_header>span.ui-accordion-header-icon:before{content:"\e604"}.kc-section-active .kc_accordion_header.ui-state-active>span.ui-accordion-header-icon:before{content:"\e607"}.kc_accordion_header>a{display:block;font-size:15px;padding:10px 15px;text-decoration:none;outline:0;font-weight:400;border:none;cursor:pointer}.kc_accordion_content .kc-panel-body{padding:15px;float:left;width:100%}body div.dark_rounded .pp_loaderIcon{animation:2s cubic-bezier(.63,.045,.34,1) 0s normal none infinite kc-spinner;display:block;height:50px;left:50%;margin:-25px 0 0 -25px;position:absolute;top:50%;width:50px;background:url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/frontend/images/loader.png) center center no-repeat;background-size:50px 50px}body div.dark_rounded .pp_content,body div.dark_rounded .pp_content_container .pp_left,body div.dark_rounded .pp_content_container .pp_right{background:0 0}body div.dark_rounded .pp_close{background:0 0;text-indent:0;text-align:right;color:#fff;font-size:24px}body div.dark_rounded .pp_close:hover{color:#aaa}body div.dark_rounded a.pp_next,body div.dark_rounded a.pp_previous{position:fixed;-webkit-transform:translateZ(0);text-indent:0!important;top:50%;margin-top:-20px;font-size:25px;z-index:1000001;color:#fff;width:50px;height:50px;-webkit-backface-visibility:hidden;cursor:pointer}body div.dark_rounded a.pp_next{right:0;background:0 0}body div.dark_rounded a.pp_previous{left:25px}body div.dark_rounded a.pp_next:hover,body div.dark_rounded a.pp_previous:hover{background:0 0;color:#aaa}body .div.dark_rounded .pp_details{position:relative;text-align:center}body .div.dark_rounded .pp_content_container .pp_details{float:left;margin:10px 0 2px}body div.dark_rounded .pp_nav{font-size:14px;margin:0 10px 0 0;clear:right;float:left}body .pp_nav p{float:left;margin:0 4px}body div.dark_rounded .pp_nav .pp_play,body div.ppt{display:none!important}.kc_google_maps{position:relative;overflow:hidden;width:100%;min-height:100px}.kc_google_maps img{max-width:inherit;max-height:inherit}.kc_google_maps .map_popup_contact_form{position:absolute;z-index:999;top:0;overflow-y:auto;padding:50px 60px 0;height:100%;transform:translate(0,0);transition:transform .4s ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.map_popup_contact_form input[type=text],.map_popup_contact_form input[type=email],.map_popup_contact_form textarea{width:100%;border:1px solid #999;background:0 0;color:#FFF}.map_popup_contact_form textarea{height:100px}.map_popup_contact_form p{margin-bottom:10px}.map_popup_contact_form .close{position:absolute;top:10px;right:10px}.map_popup_contact_form .wpcf7-submit{text-transform:uppercase;width:100%;padding:15px 0;box-shadow:inset 0 0 1px 0 rgba(255,255,255,1)}.kc_google_maps .show_contact_form{position:absolute;left:10px;top:110px;z-index:99;font-size:20px;height:33px;line-height:20px;color:#F75850;display:none;background:#FFF;padding:0 10px;border-radius:3px;box-shadow:0 1px 1px #BEBEBE;transition:all .2s ease}.kc_google_maps .show_contact_form i{margin-top:7px}.kc_google_maps .show_contact_form:hover{background:#EBEBEB;color:#000}.map_popup_contact_form.left.hidden{transform:translate(-100%,0)!important}.map_popup_contact_form.right.hidden{transform:translate(100%,0)!important}.map_popup_contact_form.right{float:right;right:0}.map_popup_contact_form.right+a{right:10px;float:right;left:auto;top:50px}.map_popup_contact_form .close{text-decoration:none;box-shadow:none;color:#FFF}.kc-fb-layout-2,.kc-pricing-layout-1,.kc-pricing-layout-2,.kc-pricing-layout-4,.kc-testi-layout-3{box-shadow:0 1px 21px rgba(0,0,0,.21)}.map_popup_contact_form .close i{font-weight:100;font-size:25px}.kc_image_gallery.kc-grid{width:100%}.kc_image_gallery.kc-grid .item-grid{float:left;position:relative;width:25%}.kc_image_gallery.kc-grid .item-grid .kc-image-overlay{background:rgba(0,0,0,.2)}.kc_image_gallery.kc-grid .item-grid:hover .kc-image-overlay{opacity:1}.kc_image_gallery.kc-grid .item-grid img{display:block;max-width:100%;border-image-width:0}.kc-countdown-timer span.group,.kc_button{padding:10px 20px;color:#FFF;display:inline-block}.kc_image_gallery.kc-grid .item-grid.grid-2{width:50%}.kc_image_gallery.kc-grid .item-grid.grid-3{width:32.7%}.kc_image_gallery.kc-grid .item-grid.grid-4{width:25%}.kc_image_gallery.kc-grid.masonry .item-grid.grid-4{width:24.8%}.kc_image_gallery.kc-grid .item-grid.grid-5{width:20%}.kc_image_gallery.kc-grid .item-grid.grid-6{width:16.66666666666666%}.kc-countdown-timer .countdown-style2 .timer,.kc-countdown-timer .countdown-style2 .unit,.kc-ui-progress-bar{width:100%;float:left}.kc_image_gallery{clear:both}.kc_button{transition:background-color .3s ease 0s,color .3s ease 0s,border-radius .3s ease 0s;white-space:nowrap;text-decoration:none;font-size:14px;background-color:#1E73BE}.kc-countdown-timer{text-align:left}.kc-countdown-timer span.group{background:#42BCE2;border-radius:5px;margin-right:10px;text-align:center}.kc-countdown-timer .group .timer{font-size:20px;font-weight:700}.kc-countdown-timer .countdown-style2 .group{padding:10px}@-webkit-keyframes animate-stripes{from{background-position:0 0}to{background-position:44px 0}}.kc_progress_bars .progress-item{float:left;width:100%;margin-bottom:20px}.kc_progress_bars div.progress-item:first-child{margin-top:0!important}.kc_progress_bars div.progress-item:last-child{margin-bottom:0!important}.kc-ui-progress-bar{position:relative;background:#e4e4e4}.kc-ui-progress{position:relative;display:block;height:10px;z-index:2;background:#42BCE2;overflow:initial!important}.kc-ui-progress-bar:after{background:#e4e4e4}.kc-ui-progress-bar2 .kc-ui-progress div.ui-label{margin-bottom:10px}.kc-ui-progress div.ui-label{text-transform:uppercase;color:#272727;position:absolute;right:0;margin-right:12px;white-space:nowrap;bottom:100%}.kc-ui-progress div.ui-label .value{display:block;color:#333}.kc_progress_bars .progress-item span.label{margin-bottom:6px;font-size:14px;padding:0;color:#333;float:left;font-weight:500;position:relative}.kc-ui-progress2 span.value{float:left;width:45px;height:26px;line-height:26px;text-align:center;background:rgba(0,0,0,.4);background-size:90%;border-radius:3px;color:#fff;font-size:12px}.kc-ui-progress2 span.value:before{content:'';position:absolute;left:50%;top:100%;border:4px solid transparent;border-top-color:rgba(0,0,0,.4);transform:translateX(-50%)}.kc-ui-progress3 div.ui-label{bottom:0;font-size:1em;height:100%;display:flex;align-items:center}.pie-chart-wrapper{text-align:center}.kc_piechart{display:inline-block;position:relative;text-align:center;width:100px}.kc_piechart .percent:after{content:"%";font-size:.8em;margin-left:.1em}.kc_piechart .percent{z-index:2;text-align:center;font-size:14px;display:block;color:#42BCE2}.kc_piechart .pie_chart_percent i{width:100%;font-size:14px}.kc_piechart .pie_chart_percent{z-index:2;top:50%;position:absolute;left:50%;text-align:center;font-size:14px;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%)}.kc_piechart canvas{left:0;position:absolute;top:0}.pie_chart_text{margin:20px 0}.kc-flip-container{perspective:1000;-webkit-perspective:1000;min-height:50px;float:left;width:100%}.kc-flip-container.flip .flipper,.kc-flip-container.hover .flipper,.kc-flip-container:hover .flipper{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.kc-flip-container.flip-vertical.flip .flipper,.kc-flip-container.flip-vertical.hover .flipper,.kc-flip-container.flip-vertical:hover .flipper{transform:rotateX(180deg) rotateY(0);-webkit-transform:rotateX(180deg) rotateY(0)}.kc-flip-container .wrap-icon{float:left;width:100%}.kc-flip-container .front{background:#f7f7f7;border:1px solid #ebebeb}.kc-flip-container .front .front-content{float:left;width:100%;padding:30px 15px;text-align:center}.kc-flip-container .front .front-content i{font-size:40px;color:#42BCE2}.kc-flip-container .front .front-content h3{margin:0 0 20px;font-size:18px;float:left;width:100%;color:#444;text-transform:uppercase}.kc-flip-container .front .front-content p{color:#666;float:left;width:100%;margin-bottom:20px}.kc-flip-container .front .front-content .button{background:#42BCE2;display:inline-block;color:#fff;border-radius:2px;text-transform:uppercase;padding:10px 16px;font-size:12px}.kc-flip-container .back{background:#fff;border:4px solid #ddd}.kc-flip-container .back .des{float:left;width:100%;padding:30px 15px;text-align:center;overflow-y:auto}.kc-flip-container .back .des i{font-size:40px;color:#C13740}.kc-flip-container .back .des h3{margin:0 0 20px;float:left;width:100%;font-size:18px;color:#444;text-transform:uppercase}.kc-flip-container .back .des p{color:#666;float:left;width:100%;margin-bottom:20px}.kc-flip-container .back .des .button{background:#C13740;display:inline-block;color:#fff;border-radius:2px;text-transform:uppercase;padding:10px 16px;font-size:12px}.kc-flip-container .flipper{transition:all .6s ease;-webkit-transition:all .6s ease;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;position:relative;height:100%;float:left;width:100%}.content-icon i,.kc-feature-boxes,.kc-feature-boxes a,.kc-pricing-tables{transition:all .3s ease 0s}.kc-flip-container .back,.kc-flip-container .front{width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;position:absolute;top:0;left:0}.kc-flip-container .front{z-index:2;transform:rotateY(0);-webkit-transform:rotateY(0);float:left;width:100%;position:relative}.kc-flip-container .front img{width:100%;float:left;max-width:100%}.kc-flip-container .back{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.kc-flip-container.flip-vertical .back{transform:rotateX(180deg) rotateY(0);-webkit-transform:rotateX(180deg) rotateY(0)}.kc_wrap_instagram{overflow:hidden;clear:both}.kc_wrap_instagram ul{margin:0;padding-left:0}.kc_wrap_instagram ul li.el-end{margin-right:0}.kc_wrap_instagram ul li.el-start{clear:left}.kc-blog-posts-3,.kc_box_wrap,.kc_video_wrapper{clear:both}.ins_mark_low_resolution,.ins_mark_standard_resolution,.ins_mark_thumbnail{padding:25px 10px}.kc_wrap_instagram ul li{background:url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/frontend/images/loading.gif) center center no-repeat;float:left;list-style:none;width:100%;margin:0 0 10px;padding:0 5px}.kc_wrap_instagram{width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}.kc_wrap_instagram ul li.loaded a{float:left;width:100%}.kc_wrap_instagram ul li.loaded img{width:100%;float:left}.kc_wrap_instagram ul li.loaded{background-image:none}.kc_ins_col_1 ul li{width:100%}.kc_ins_col_2 ul li{width:50%}.kc_ins_col_3 ul li{width:33.3333333333%}.kc_ins_col_4 ul li{width:25%}.kc_ins_col_5 ul li{width:20%}.kc_ins_col_6 ul li{width:16.6666666666666%}.kc-fb-layout-1,.kc-fb-layout-1 .content-button,.kc-fb-layout-1 .content-desc,.kc-fb-layout-1 .content-icon,.kc-fb-layout-1 .content-title,.kc-fb-layout-2 .content-image,.kc-fb-layout-3,.kc-fb-layout-3 .content-desc,.kc-fb-layout-3 .content-title,.kc-fb-layout-4,.kc-feature-boxes{width:100%;float:left}.content-icon i{display:inline-block}.kc-fb-layout-1{text-align:center}.kc-fb-layout-1 .content-icon i{font-size:55px;color:#42BCE2;text-align:center}.kc-fb-layout-1 .content-title{margin:25px 0;font-size:20px;text-transform:uppercase;font-weight:700;color:#444}.kc-fb-layout-1 .content-desc{font-weight:400;margin-bottom:25px}.kc-fb-layout-1 .content-desc p{margin:0;color:rgba(86,86,86,.8)}.kc-fb-layout-1 .content-button a{display:inline-block;padding:7px 20px;text-transform:uppercase;background:#eee;color:#666;font-size:12px}.kc-fb-layout-1 .content-button a:hover{background:#42BCE2;color:#fff}.kc-fb-layout-2{overflow:hidden;text-align:center}.kc-fb-layout-2 .content-button,.kc-fb-layout-2 .content-desc,.kc-fb-layout-2 .content-title{float:left;width:100%;padding:0 10px}.content-title{margin:25px 0 20px;font-size:20px;text-transform:uppercase;font-weight:700;color:#444}.content-desc{font-weight:400;margin-bottom:25px;color:rgba(86,86,86,.8);padding:0}.content-desc p{margin:0;color:rgba(86,86,86,.8)}.content-button a{display:inline-block;padding:7px 20px;text-transform:uppercase;background:#eee;color:#666;font-size:12px}.kc-fb-layout-2 .content-button{margin-bottom:30px}.kc-fb-layout-2 .content-button a:hover{background:#42BCE2;color:#fff}.kc-fb-layout-3{display:-webkit-flex;display:flex}.kc-fb-layout-3 .content-icon{float:left}.kc-fb-layout-3 .content-icon i{font-size:29px;text-align:center}.kc-fb-layout-4 .content-position,.kc-fb-layout-5 .content-position{font-size:11px;color:#42BCE2;text-transform:uppercase}.kc-fb-layout-3 .box-right{padding-left:25px}.kc-fb-layout-3 .content-title{margin:0 0 15px}.kc-fb-layout-4 .content-image{float:left;width:50%}.kc-fb-layout-4 .box-right .content-button,.kc-fb-layout-5,.kc-testi-layout-1,.kc-testi-layout-2,.kc-testi-layout-3,.kc-testi-layout-4,.kc-testimo .content-desc,.kc-testimo .content-image,.kc-testimo .content-position,.kc-testimo .content-title{width:100%;float:left}.kc-fb-layout-4 .content-image img{float:left}.kc-fb-layout-4 .box-right{overflow:hidden;padding:0 0 0 20px}.kc-fb-layout-4 .content-title{margin:0 0 20px}.kc-fb-layout-4 .box-right .content-button a{float:left}.kc-fb-layout-5 .content-title{margin:0 0 15px}.kc-testi-layout-1{text-align:center}.kc-testi-layout-1 .content-image img{border-radius:50%}.kc-testi-layout-1 .content-desc{margin:30px 0 27px}.kc-testi-layout-1 .content-title{margin:0;font-size:18px}.kc-testi-layout-1 .content-position{color:#999;font-size:11px}.kc-testi-layout-2{background:#eee;padding:25px 20px 30px;border-radius:4px}.kc-testi-layout-2 .content-title{margin:0;color:#42BCE2;font-size:18px}.kc-testi-layout-2 .content-position{color:#999;font-size:11px}.kc-testi-layout-2 .content-desc{margin:15px 0 0}.kc-testi-layout-3{text-align:center;padding:0 0 30px}.kc-testi-layout-3 .content-title{margin:20px 0 0;color:#42BCE2;font-size:18px;padding:0 15px}.kc-testi-layout-3 .content-position{color:#999;font-size:11px;padding:0 15px}.kc-testi-layout-3 .content-desc{margin:15px 0 0;padding:0 15px}.kc-testi-layout-4 .content-image{padding-right:20px;float:left;width:40%}.kc-testi-layout-4 .content-image img{border-radius:50%;float:left}.kc-testi-layout-4 .box-right{overflow:hidden}.kc-testi-layout-4 .content-title{margin:0;font-size:18px}.kc-testi-layout-4 .content-desc{margin-bottom:20px}.kc-testi-layout-4 .content-position{color:#42BCE2;font-size:11px}.kc-testi-layout-5{float:left;width:100%}.kc-testi-layout-5 .content-image{padding-right:20px;float:left;width:auto;max-width:40%}.kc-testi-layout-5 .content-image img{border-radius:50%}.kc-testi-layout-5 .box-right{float:left}.kc-testi-layout-5 .content-title{margin:0;font-size:18px}.kc-pricing-tables{float:left;width:100%;overflow:hidden}.kc-pricing-layout-1{border-radius:10px;overflow:hidden;background:#42BCE2}.kc-pricing-layout-1 .header-pricing{float:left;width:100%;line-height:1.4}.kc-pricing-layout-1 .header-pricing .kc-pricing-price{float:left;width:100%;text-align:center}.kc-pricing-layout-1 .kc-pricing-price .content-price{padding-bottom:30px}.kc-pricing-layout-1 .header-pricing .kc-pricing-price span{font-weight:400;color:#fff;font-size:28px}.kc-pricing-layout-1 .header-pricing .kc-pricing-price span.content-duration{font-size:16px;color:#fff}.kc-pricing-layout-1 .header-pricing .content-title{float:left;width:100%;text-align:center;font-size:20px;margin:0;font-weight:700;text-transform:uppercase;color:#fff;background:rgba(0,0,0,.1);padding:15px 0}.kc-pricing-layout-1 .content-icon-header i{font-size:80px;color:#fff;margin-top:30px}.kc-pricing-layout-1 .content-desc{float:left;width:100%;list-style:none;margin:0;text-align:center;padding:0}.kc-pricing-tables .content-desc li:last-child{margin-left:0!important;margin-top:0!important;margin-right:0!important}.kc-pricing-tables .content-desc li:first-child{margin-left:0!important;margin-bottom:0!important;margin-right:0!important}.kc-pricing-layout-1 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#173d50}.kc-pricing-tables .content-desc li{border-left:0!important;border-right:0!important;list-style:none}.kc-pricing-tables .content-desc li:not(:last-child){border-bottom:0!important}.kc-pricing-layout-1 .content-desc li:nth-of-type(2n+1){background:#F1F3F5}.kc-pricing-layout-1 .content-button{float:left;width:100%;text-align:center;background:#42BCE2}.kc-pricing-layout-1 .content-button a{display:inline-block;margin-top:25px;margin-bottom:25px;background:rgba(0,0,0,.1);color:#fff}.kc-pricing-layout-1 .content-button a:hover{background:#fff;color:#42BCE2}.kc-pricing-layout-2 .header-pricing{float:left;width:100%;line-height:1.4}.kc-pricing-layout-2 .header-pricing .kc-pricing-price{float:left;width:100%;text-align:center;border-left:0!important;border-right:0!important}.kc-pricing-layout-2 .kc-pricing-price .content-price{padding-bottom:30px}.kc-pricing-layout-2 .header-pricing .kc-pricing-price span{color:#42BCE2;font-weight:300;font-size:60px}.kc-pricing-layout-2 .header-pricing .kc-pricing-price span.content-duration{font-size:16px;color:rgba(23,61,80,.4)}.kc-pricing-layout-2 .header-pricing .content-title{float:left;width:100%;text-align:center;font-size:18px;margin:0 0 3px;font-weight:700;text-transform:uppercase;color:#173d50;padding:30px 0 0}.kc-pricing-layout-2 .content-desc{float:left;width:100%;list-style:none;text-align:center;margin:0}.kc-pricing-layout-2 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#173d50}.kc-pricing-layout-2 .content-desc li:nth-of-type(2n+1){background:rgba(23,61,80,.06)}.kc-pricing-layout-2 .content-button{float:left;width:100%;text-align:center}.kc-pricing-layout-2 .content-button a{display:inline-block;margin-bottom:25px;margin-top:25px;background:#42BCE2;color:#fff;border:2px solid #42BCE2}.kc-pricing-layout-2 .content-button a:hover{background:#fff;color:#42BCE2}.kc-pricing-layout-3{float:left;width:100%;line-height:1.4;background:#42BCE2}.kc-pricing-layout-3 .kc-pricing-price{float:left;width:100%;text-align:center;padding:10px 0;background:rgba(255,255,255,.15)}.kc-pricing-layout-3 .kc-pricing-price span{font-weight:300;color:#fff;font-size:60px}.kc-pricing-layout-3 .kc-pricing-price span.content-duration{font-size:14px}.kc-pricing-layout-3 .content-title{float:left;width:100%;text-align:center;font-size:30px;font-weight:300;color:#fff;margin:0 0 15px;padding:30px 0;background:rgba(255,255,255,.15);text-transform:uppercase}.kc-pricing-layout-3 .content-desc{float:left;width:100%;list-style:none;margin:0;text-align:center}.kc-pricing-layout-3 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#fff}.kc-pricing-layout-3 .content-button{float:left;width:100%;text-align:center}.kc-pricing-layout-3 .content-button a{display:inline-block;padding:10px 20px;font-size:16px;font-weight:300;margin-top:25px;margin-bottom:25px;background:rgba(255,255,255,.15);color:#fff}.kc-pricing-layout-3 .content-button a:hover{background:#fff;color:#42BCE2}.kc-pricing-layout-4{border-radius:10px;overflow:hidden;background:#42BCE2}.kc-pricing-layout-4 .header-pricing{float:left;width:100%;line-height:1.4}.kc-pricing-layout-4 .header-pricing .kc-pricing-price{float:left;width:100%;text-align:center;padding-bottom:30px}.kc-pricing-price span{display:inline-block}.kc-pricing-layout-4 .kc-pricing-price span{font-weight:300;color:#fff;font-size:60px;display:inline-block}.kc-pricing-layout-4 .kc-pricing-price .content-price{line-height:60px;margin:0 5px}.kc-pricing-layout-4 .kc-pricing-price .content-duration{font-size:16px;color:rgba(255,255,255,.75);text-transform:uppercase;vertical-align:bottom}.kc-pricing-layout-4 .kc-pricing-price .content-currency{font-size:16px;vertical-align:top;color:rgba(255,255,255,.75)}.kc-pricing-layout-4 .content-title{float:left;width:100%;text-align:center;font-size:22px;margin:0;font-weight:300;text-transform:uppercase;color:#fff;padding:0 0 10px}.content-icon-header{float:left;width:100%;text-align:center}.content-icon-header i{display:inline-block}.kc-pricing-layout-4 .content-icon-header i{margin:30px 0;font-size:90px;text-align:center;color:#fff;background:rgba(255,255,255,.15);border-radius:50%;width:160px;height:160px;line-height:160px}.kc-pricing-layout-4 .content-desc{float:left;width:100%;list-style:none;margin:0;background:#fff;text-align:center}.kc-pricing-layout-4 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#173d50}.kc-pricing-layout-4 .content-desc li:nth-of-type(2n+1){background:#F1F3F5}.kc-pricing-layout-4 .content-button{float:left;width:100%;background:#fff;text-align:center}.kc-pricing-layout-4 .content-button a{display:inline-block;background:#42BCE2;margin-top:25px;margin-bottom:25px;color:#fff}.kc_facebook_recent_post .list-posts{background:#e9ebee}.kc_facebook_recent_post .list-posts li{border:1px solid;border-color:#e5e6e9 #dfe0e4 #d0d1d5;background:#fff;border-radius:3px}.kc_facebook_recent_post .list-posts li:last-child{margin-bottom:0}.kc_facebook_recent_post ul li.fb_mark_cls{background:url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/frontend/images/fb_loading.gif) left 20px center no-repeat;height:60px;border:1px dashed #E6E6E6;margin-bottom:15px;z-index:2;background-size:16px}.fb-header .fb-line-1,.fb-header .fb-line-2{z-index:11;position:relative;width:100%;float:left}.kc_facebook_recent_post ul{max-height:300px;overflow-y:auto}.kc_facebook_recent_post ul li{border-bottom:1px solid #E6E6E6}.kc_facebook_recent_post .fb-post-info span{margin-right:15px}.kc_facebook_recent_post .fb-post-info a{font-size:12px;box-shadow:none;border-bottom:0;color:#7f7f7f}.kc_facebook_recent_post img{margin-bottom:10px;max-width:100%}.kc_facebook_recent_post .fb-message{margin:0;font-size:13px;font-weight:400;line-height:1.38;overflow:hidden}.kc_shortcode .fb-button-profile{background-color:#4e69a2;border-radius:2px;border:1px solid;box-shadow:0 1px 1px rgba(0,0,0,.05);margin-top:15px;display:inline-block;text-align:center;color:#FFF;padding:5px 20px;text-decoration:none}.kc_shortcode .fb-button-profile:active,.kc_shortcode .fb-button-profile:hover{background-color:#4e69a2;color:#FFF;box-shadow:0 0 1px 2px rgba(88,144,255,.75),0 1px 1px rgba(0,0,0,.15);outline:0}.kc_shortcode .fb-button-profile:visited{color:#FFF}.kc_facebook_recent_post ul{border-top:0;padding:10px}.kc_facebook_recent_post ul li{padding:10px;margin-bottom:20px}.kc_facebook_recent_post .fb-post-info{margin-top:10px;padding-top:6px;border-top:1px solid #e5e5e5;line-height:1}.kc_facebook_recent_post .fb-post-infoa span{color:#7f7f7f;font-size:12px;font-weight:700;line-height:14px;text-transform:capitalize}.kc_facebook_recent_post .fb-post-infoa span:hover{color:#333}.fb-header{width:100%;height:130px;background-size:cover;position:relative}.fb-header .fb-line-1{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.9)}.fb-header .fb-line-2{display:block}.fb-line-1 .img-profile{width:54px;height:auto;margin:7px 10px 0 7px;border:2px solid #fff;float:left}.fb-line-1 .username{font-size:18px;font-weight:500;display:inline-block;line-height:35px;overflow:hidden}.fb-line-1 .likes{font-size:12px;line-height:1.358;overflow:hidden;display:block;margin-left:65px}.fb-line-2 .like_page,.fb-line-2 .share_page{background:#f6f7f8;padding:0 10px;margin-left:10px;margin-top:30px;display:inline-block;font-size:12px;line-height:22px;color:#4e5665;border-radius:1px;text-shadow:0 1px 0 #fff;box-shadow:0 1px 1px rgba(0,0,0,.05);font-weight:700;box-sizing:content-box;text-align:center;font-family:helvetica,arial,sans-serif}.fb-line-2 .share_page{margin-right:10px;margin-left:inherit;float:right}.fb-line-2 .share_page i{font-size:13px}.fb-line-2 .like_page i{font-size:13px;color:#3A5897}.overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);z-index:10}.kc_wrap_twitter .button_follow_wrap{padding:10px 15px;background:#e1e8ed}.kc_twitter_feed .owl-item{text-align:center}.kc_twitter_feed ul li{margin-bottom:20px;padding:10px;border:1px solid #E6E6E6;border-radius:2px;background:#fff}.kc_twitter_feed ul li:last-child{margin-bottom:0}.kc_twitter_feed .kc_tweet_icon i{display:block;margin-bottom:10px}.kc_twitter_feed .twitter-footer{font-size:12px;font-style:italic;margin-top:15px}.kc_twitter_style-1 .twitter-footer.show_avatar{margin-left:58px;border-top:1px solid #e5e5e5;padding-top:10px;line-height:1;padding-bottom:6px}.kc_twitter_feed .twitter-footer>span{margin-right:25px}.kc_twitter_feed .twitter-footer>span a{color:#aab8c2}.kc_twitter_feed .twitter-footer>span a:hover{color:#1da1f2}.kc_twitter_feed .twitter-footer>span:last-child{margin-right:0}.kc_twitter_feed a{color:#02A4BC}.kc_twitter_feed .tweet_user a{position:relative;line-height:21px;color:#333;cursor:pointer;background-color:#eee;border-radius:3px;box-sizing:border-box;text-decoration:none;font-size:13px;font-weight:700;display:inline-block;border:1px solid #ccc;background-image:linear-gradient(#fff,#dedede)}.kc-blog-posts-2 .kc-list-item-2 .post-title-alt a:hover,.kc-blog-posts-3 .kc-list-item-3 .entry-meta a:hover,.kc-blog-posts-4 .kc-list-item-4 .post-meta a:hover{text-decoration:underline}.kc_twitter_feed .tweet_user a:hover{color:#333;background-color:#d9d9d9;background-image:linear-gradient(#f8f8f8,#d9d9d9);border-color:#bbb}.kc_twitter_feed .kc_tweet_icon{font-size:40px;display:block}.kc_twitter_feed .tweet_desc .user_twitter{width:48px;height:48px;display:inline-block;float:left}.kc_twitter_feed .description,.kc_twitter_feed .user_twitter span{display:block}.kc_twitter_follow i{margin-right:5px;color:#1b95e0;font-size:20px}.kc_twitter_feed .kc_twitter_follow{line-height:25px;float:right;padding:2px 5px}.tweet_reply a i,.tweet_retweet a i{font-size:17px}.kc_twitter_feed.kc_twitter_style-1 .kc_tweet_icon{float:left}.kc_twitter_feed.kc_twitter_style-1 .tweet_desc.show_avatar{margin-left:58px}.kc_twitter_feed.kc_twitter_style-1 .tweet_desc .user_twitter{margin-left:-58px}.kc_twitter_feed .user_twitter{text-align:left}.kc_twitter_feed .user_twitter img{float:left;margin-right:10px;border-radius:5px}.kc_twitter_feed .tweet_desc .name{font-weight:800}.kc_twitter_feed .tweet_desc .screen_name{color:#8899a6}.kc_twitter_feed .tweet_user{display:inline-block;width:100%;margin-bottom:0;padding-bottom:20px}.kc_counter_box h4,.kc_counter_box i{margin-bottom:15px}.kc_wrap_twitter .result_twitter_feed{overflow-y:auto;padding:20px 15px;border:1px solid #e9eaed;height:350px;background:#F5F8FA}.kc_twitter_style-2 .button_follow_wrap{display:none}.kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter{float:none;display:block;margin-right:0;text-align:center;width:100%}.kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter img{margin-right:0;float:none}.kc_twitter_feed.kc_twitter_style-2.tweet_desc span{display:block}.kc_twitter_feed.kc_twitter_style-2 .tweet_desc{text-align:center}.kc_twitter_feed.kc_twitter_style-2 .tweet_user{text-align:center;margin-top:20px;border:none}.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow{float:none}.kc-pie-chart-wrapper,.kc_counter_box{text-align:center}.kc_counter_box .counterup{display:block;font-size:40px;font-weight:700;line-height:40px}.kc_counter_box i{display:inline-block;font-size:45px}.kc_box_wrap .one-second,.kc_box_wrap .one-third,.kc_box_wrap .two-third{float:left;padding-left:15px;padding-right:15px}.kc_box_wrap .one-third{width:33.3%}.kc_box_wrap .one-second{width:50%}.kc_box_wrap .two-third{width:66.7%}.kc-owl-post-carousel .owl-item{padding-right:20px}.kc-owl-post-carousel .owl-item .kc-read-more{font-size:13px;padding:9px 30px;border-radius:25px;white-space:nowrap;border:1px solid #e3e3e3;transition:all .3s ease}.kc-owl-post-carousel .owl-item .kc-read-more:hover{background:#ccc;border:0}.kc-owl-post-carousel .owl-item .footer-button{padding:15px 0;text-align:center}.kc-owl-post-carousel .owl-item .list-item{box-shadow:0 0 0 1px rgba(224,224,224,.5) inset;text-align:center;padding-bottom:25px}.kc-owl-post-carousel .in-post-content{text-align:justify}.kc-owl-post-carousel .owl-item .image{margin-bottom:20px;position:relative}.kc-owl-post-carousel .owl-item .image .caption{background:rgba(0,0,0,.5);display:block;position:absolute;left:0;bottom:0;padding:5px 10px;margin:0;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.kc_single_image,.kc_single_image figure{position:relative}.kc-owl-post-carousel .owl-item .image .caption a{color:#FFF;font-size:16px}.kc-owl-post-carousel .owl-item .title{overflow:hidden;padding:20px 12px 0}.kc-owl-post-carousel .owl-item .in-post-content{padding:0 15px}.kc-owl-post-carousel .owl-item .kc-entry_meta{margin-bottom:10px;font-size:80%}.list-post-type .list-item{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #dbdbdb;float:left;width:100%}.list-post-type .list-item figure{float:left;width:100%;margin-bottom:25px}.list-post-type .list-item img{display:block;max-width:100%}.list-post-type .list-item h3{float:left;width:100%;margin-bottom:6px}.list-post-type .list-item h3 a{display:block;color:#272727;font-size:24px;transition:all .3s ease 0s}.list-post-type .list-item h3 a:hover{color:#42BCE2}.kc-read-more{float:left;padding:7px 30px;border:1px solid #e4e4e4;border-radius:30px;font-weight:600;color:#505050;transition:all .3s ease 0s}.kc-read-more:hover{background:#42BCE2;border-color:#42BCE2;color:#fff}.kc-entry_meta>span{margin-right:13px;font-size:12px;font-weight:500}.kc-entry_meta>span i{color:#42BCE2}.kc-entry_meta>span a{color:#7a7a7a;transition:all .3s ease 0s}.kc-entry_meta>span a:hover{color:#42BCE2}.kc-carousel-images .progressBar{width:100%;background:#EDEDED}.kc-carousel-images .progressBar .bar{width:0;max-width:100%;height:4px;background:#7fc242}.kc_accordion_section.group{padding-bottom:8px}.entry-content a{box-shadow:none}.kc_accordion_content{border-bottom:1px solid #eaeaea;border-top:none!important;float:left;width:100%}.kc_single_image{max-width:100%;width:100%;line-height:0}.kc_single_image>a{width:100%;float:left;position:relative}.kc_single_image p{margin:10px 0;float:left;width:100%}.kc_image_empty{max-width:100%}.kc-image-overlay{width:100%;height:100%;position:absolute;top:0;left:0;transition:all .6s ease;opacity:0}.kc-image-overlay i{font-size:25px;color:#fff;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:all .3s ease;border:2px solid #fff;width:50px;height:50px;text-align:center;line-height:50px}.kc-image-overlay:hover i{border-radius:10px}.kc_single_image:hover .kc-image-overlay{background:rgba(58,52,42,.7);opacity:1}.list-post-type .kc-entry_meta span.tags-links{display:inline!important}.kc-icon-wrapper i,.list-post-type .kc-read-more{display:inline-block}.kc-entry_meta{float:left;width:100%;padding-bottom:15px}.list-post-type .text{float:left;width:100%;margin-bottom:20px}.kc-entry_meta i{margin-right:5px}.kc-sync2.owl-carousel.owl-theme{margin-top:10px}.kc-sync2 .owl-item.synced .item img{border:1px solid #869791}.kc-carousel-no-images{padding:20px 0}.kc-icon-wrapper i{color:#42BCE2;font-size:16px;text-align:center;line-height:1em;transition:background-color .3s ease 0s,color .3s ease 0s,border-radius .3s ease 0s}.kc-multi-icons-wrapper i{width:1em;height:1em;text-align:center;color:#fff;font-size:20px}.kc-multi-icons-wrapper a{padding:10px;margin:3px;background:#1E73BE;line-height:1;display:inline-block;border-radius:3px}.kc-multi-icons-wrapper a:last-child{margin-right:0!important}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div{position:absolute;top:50%;width:40px;height:50px;margin-top:-25px;background:0 0;opacity:0;left:50px;color:transparent;transition:all .3s ease;padding:0;z-index:9}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next{right:50px;left:initial}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:before{content:"\e605";color:#999;transition:all .6s ease;font-family:simple-line-icons;font-size:50px;line-height:50px;font-weight:100}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"\e606"}.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div{opacity:1;left:15px}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:hover:before{color:#666}.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div.owl-next{right:15px;left:initial}.owl-nav-round.owl-theme .owl-controls .owl-buttons div{position:absolute;top:50%;width:40px;height:40px;margin-top:-25px;background:#fafafa;opacity:0;left:50px;color:transparent;transition:all .3s ease;padding:0;border:1px solid #aaa;border-radius:100%}.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next{right:50px;left:initial}.owl-nav-round.owl-theme .owl-controls .owl-buttons div:before{content:"\e605";color:#999;transition:all .6s ease;font-family:simple-line-icons;font-size:20px;line-height:40px;font-weight:100;width:40px;height:40px;text-align:left;display:block;padding-left:8px;margin-top:-1px}.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"\e606";padding-right:8px;text-align:right}.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div{opacity:1;left:15px}.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover{background:#FFF}.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover:before{color:#666}.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-next{right:15px;left:initial}@keyframes kc-spinner{0%{transform:scale(1) rotate(0)}100%{transform:scale(1) rotate(720deg)}}.kc-title-wrap{width:100%}.image_fadein_slider{display:inline-block;width:100%}.image_fadein_slider .image_fadein{display:inline-block;width:100%;position:relative}.image_fadein_slider img{position:absolute;top:0;left:0;max-width:100%;opacity:0;transition:all ease 650ms}.image_fadein_slider img.active{position:relative;opacity:1;transition:all ease 850ms}.image_fadein_slider .image_fadein.fast img{position:absolute;top:0;left:0;max-width:100%;opacity:0;transition:all ease 350ms}.image_fadein_slider .image_fadein.fast img.active{position:relative;opacity:1;transition:all ease 550ms}.image_fadein_slider .image_fadein.slow img{position:absolute;top:0;left:0;max-width:100%;opacity:0;transition:all ease 950ms}.image_fadein_slider .image_fadein.slow img.active{position:relative;opacity:1;transition:all ease 1.15s}.kc-blog-posts-4{width:calc(100% + 30px)!important;margin-left:-15px;margin-right:-15px}.kc-blog-posts-4 .kc-list-item-4{float:left;width:100%;position:relative}.kc-blog-posts-4 .item{padding:0 15px}.meta-title{position:absolute;left:0;bottom:0;background:linear-gradient(to bottom,rgba(101,100,96,0) 0,rgba(0,0,0,.35) 50%,rgba(0,0,0,.35) 100%);padding:20px}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header{float:left;width:100%}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header>a{float:left;width:100%;overflow:hidden}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header>a img{display:block}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-meta a.date-link{margin-left:7px}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-meta a.date-link:before{content:'|';margin-right:7px}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header a img{-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-ms-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.divider_line2 i,.divider_line3 .line_text{left:50%;top:50%;transform:translate(-50%,-50%)}.kc-blog-posts-4 .kc-list-item-4 .post-meta{text-transform:uppercase;font-size:12px;color:#fff;float:left;width:100%}.kc-blog-posts-4 .kc-list-item-4 .post-meta a{text-transform:capitalize;font-size:12px;color:#fff}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt{float:left;width:100%;line-height:1.4;margin:4px 0 10px;font-size:18px;font-weight:700;text-transform:uppercase}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a{color:#fff}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a:hover{color:#42BCE2}.kc-blog-posts-1 .kc-list-item-1{position:relative;min-height:200px}.kc-blog-posts-1 .kc-list-item-1 figure{width:100%;display:inline-block}.kc-blog-posts-1 .kc-list-item-1 .post-details{position:absolute;padding:40px 20px 30px;width:100%;bottom:0;text-align:left;background:rgba(255,255,255,.7)}.kc-blog-posts-1 .kc-list-item-1 .post-title-alt{margin:0 0 15px}.kc-blog-posts-1 .kc-list-item-1 .post-title-alt a{color:#000;display:block;font-size:22px;text-transform:uppercase}.kc-blog-posts-1 .kc-list-item-1 .post-title-alt a:hover{color:#555}.kc-blog-posts-1 .kc-list-item-1 .post-date{margin-bottom:10px;color:#999;font-size:12px;font-style:italic}.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author{margin-right:8px;padding-right:8px;border-right:1px solid #ddd}.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats{margin-left:8px;padding-left:8px;border-left:1px solid #ddd}.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author a,.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats a{color:#333}.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author a:hover,.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats a:hover{color:#000}.kc-blog-posts-1 .kc-list-item-1 .post-details .btn{display:inline-block;font-size:12px;padding:10px 20px;line-height:1;color:#272727;text-transform:uppercase;border:2px solid #42BCE2}.kc-blog-posts-1 .kc-list-item-1 .post-details .btn:hover{background:#42BCE2;color:#fff}.kc-blog-posts-2 .kc-list-item-2{float:left;width:100%;border:1px solid #ddd;padding:20px;margin-bottom:30px}.kc-blog-posts-2 .kc-list-item-2 .post-item-left{float:left;width:50%;padding-right:30px}.kc-blog-posts-2 .kc-list-item-2 .post-item-left>p,.kc-blog-posts-2 .kc-list-item-2 .post-item-right>p{font-size:14px;color:#666;float:left;width:100%;margin-bottom:15px}.kc-blog-posts-2 .kc-list-item-2 .post-item-right{float:left;width:50%}.kc-blog-posts-2 .kc-list-item-2 .post-title-alt{margin:0 0 20px;float:left;width:100%;font-weight:700;text-transform:uppercase;font-size:20px}.kc-blog-posts-2 .kc-list-item-2 .post-title-alt a{display:block;color:#333}.kc-blog-posts-2 .kc-list-item-2 .post-meta{float:left;width:100%;margin-bottom:20px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;line-height:38px}.kc-blog-posts-2 .kc-list-item-2 .post-meta span{float:left;margin-right:15px;font-size:12px}.kc-blog-posts-2 .kc-list-item-2 .post-meta span i{margin-right:5px;color:#42BCE2;font-size:12px}.kc-blog-posts-2 .kc-list-item-2 .post-meta span a{color:#999}.kc-blog-posts-2 .kc-list-item-2 .post-meta span a:hover{color:#000}.kc-blog-posts .kc-post-2-button{float:left;padding:10px 20px;border:1px solid #ddd;border-radius:2px;color:#000;font-size:12px;line-height:1}.kc-blog-posts .kc-post-2-button:hover{border-color:#42BCE2;background:#42BCE2;color:#fff}.kc-blog-posts-3.kc-blog-grid{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-1{width:100%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2{width:50%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3{width:33.33333333333%;padding:0 15px;float:left}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4{width:25%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-5{width:20%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-6{width:16.5%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid img{max-width:100%;transition:all .3s ease 0}.kc-blog-posts-3 .kc-list-item-3{float:left;width:100%;margin-bottom:30px}.kc-blog-posts-3 .kc-list-item-3>a{float:left;width:100%}.kc-blog-posts-3 .kc-list-item-3>a img{display:block}.kc-blog-posts-3 .kc-list-item-3 .content{float:left;width:100%;padding:26px;box-shadow:0 1px 4px 0 rgba(0,0,0,.14)}.kc-button-7 a:hover,.kc-button-9 a:hover{box-shadow:0 11px 3px -7px #ccc!important}.kc-blog-posts-3 .kc-list-item-3 .entry-thumb-link:hover img{opacity:.4}.kc-blog-posts-3 .kc-list-item-3 .entry-meta{text-transform:uppercase;font-size:12px;color:#b4b4b4;float:left;width:100%;margin:5px 0 10px}.kc-blog-posts-3 .kc-list-item-3 .entry-meta .entry-date,.kc-blog-posts-3 .kc-list-item-3 .entry-meta .kc-post-author{padding-right:7px;margin-right:7px;border-right:1px solid #e4e4e4}.kc-blog-posts-3 .kc-list-item-3 .entry-meta a{text-transform:capitalize;font-size:12px;color:#42BCE2}.kc-blog-posts-3 .kc-list-item-3 .post-title-alt{float:left;width:100%;line-height:1.4;margin:0;font-size:18px;font-weight:700;text-transform:uppercase;position:relative}.kc-blog-posts-3 .kc-list-item-3 .post-content p{color:#7a7a7a;line-height:26px;font-size:14px}.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a{color:#272727}.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a:hover{color:#42BCE2}.kc-blog-posts-3 .kc-list-item-3 .entry-excerpt p{font-size:14px;color:#888}.divider_line{float:left;width:100%;margin-top:30px;margin-bottom:30px}.divider_line .divider_inner{display:inline-block;width:100%;border-bottom:1px solid #ccc;border-top:0!important;border-left:0!important;border-right:0!important}.divider_line2{height:1px;position:relative}.divider_line2 i{color:#fff;width:27px;height:27px;border-radius:100%;background-color:#d3d3d3;text-align:center;vertical-align:middle;line-height:27px;position:absolute}.divider_line3{position:relative}.divider_line3 .line_text{text-transform:uppercase;background:#fff;padding:0 10px;position:absolute}.message-boxes i{margin-right:7px;float:left}.message-box-wrap{padding:20px;border-radius:0;border:2px solid #eee;font-size:14px}.kc-close-but{width:10px;height:10px;float:right;border:none;margin:8px;cursor:pointer;font-size:0;background:url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/frontend/images/icon-remove.png) center top no-repeat;text-indent:-9999px}button.kc-close-but:hover{background-color:rgba(51,51,51,0)}.kc-filters-alignCenter{margin-top:30px;margin-bottom:30px;text-align:center;font-size:12px;font-weight:400;line-height:21px;color:#DADADA}.kc-filter-item{color:#949494;cursor:pointer;font:400 13px/21px "Open Sans",sans-serif;padding:0 12px;transition:all .3s ease-in-out;position:relative;overflow:visible;margin:0 0 10px;display:inline-block}.kc-filter-item-active.kc-filter-item{color:#4183d7}.kc-caption-zoom{float:left;position:relative;width:640px;height:360px;margin:0 auto;overflow:hidden}.kc-caption-defaultWrap{position:absolute;top:0;left:0}.kc-caption-defaultWrap img{transition:.4s ease}.kc-caption-zoom .kc-caption:hover .kc-caption-defaultWrap img{transform:scale(1.08)}.kc-caption-activeWrap{width:100%;z-index:2;height:100%}.kc-caption-zoom .kc-caption:hover .kc-caption-activeWrap{position:absolute;opacity:1}.kc-caption-activeWrap .kc-caption-body{padding:12px 30px;text-align:center}.kc-caption-zoom .kc-caption-activeWrap .kc-caption-body{padding-top:120px}.kc-caption-body .kc-caption-title{color:#fff;font-size:16px;font-weight:400;line-height:21px}.kc-caption-body .kc-caption-desc{color:#aaa;font-size:12px;font-weight:400;line-height:16px}.kc-caption-zoom .kc-caption-activeWrap{opacity:0;top:0;background-color:rgba(0,0,0,.9);transition:opacity .8s cubic-bezier(.19,1,.22,1)}.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter{bottom:125%}.kc_tooltip{position:relative;display:inline-block;border-bottom:initial}.kc_tooltip span{background:#454545;border-radius:3px;bottom:117%;color:#fff;font-size:14px;left:50%;position:absolute;width:200px;z-index:9999;margin:0!important;padding:10px;text-align:center;transform:translateX(-50%);transition:all .3s ease-in-out 0s;opacity:0;visibility:hidden}.kc_tooltip .fati17{width:50px;height:50px;color:#fff;font-size:27px;display:inline-block;vertical-align:middle;line-height:50px;border-radius:100%;text-align:center;background-color:#181818;transition:all .3s ease 0s}.kc_tooltip[data-position=top] span:before{background:#454545;z-index:-1;bottom:-9px;content:"";left:50%;display:block;height:10px;width:10px;position:absolute;border-width:10px;margin-left:-9px;transform:rotate(45deg) translateY(-50%)}.kc_tooltip[data-position=right] span:before{background:#454545;z-index:-1;top:50%;margin:0!important;content:"";left:-8px;display:block;height:10px;width:10px;position:absolute;border-width:10px;transform:rotate(45deg) translateY(-50%)}.kc_tooltip[data-position=right] span,.kc_tooltip[data-position=left] span{bottom:initial!important;top:50%;transform:translateY(-50%)}.kc_tooltip[data-position=bottom] span:before{background:#454545;z-index:-1;content:'';left:50%;margin-left:-10px;top:0;display:block;height:10px;width:10px;position:absolute;border-width:10px;transform:rotate(45deg) translateY(-50%)}.kc_tooltip[data-position=bottom] span{transform:translateX(-50%)}.kc_tooltip[data-position=left] span:before{background:#454545;top:50%;margin:0;content:" ";right:0;display:block;height:10px;width:10px;position:absolute;border-width:10px;transform:rotate(45deg) translateY(-50%)}.but_large1{color:#fff;padding:18px 50px;background-color:'. $bg_color .';border-radius:3px;transition:all .3s ease;white-space:nowrap}.but_large1:hover{color:#fff;background-color:#2a363f}.kc_tooltip:hover span{opacity:1;visibility:visible}.content-button a{transition:all .3s ease 0s}.kc_tooltip.style2 img{display:block}.kc-image-hover-effects{position:relative;overflow:hidden}.kc-image-hover-effects>a{float:left;width:100%}.kc-image-hover-effects .overlay-effects{position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;background:rgba(0,0,0,.4);text-align:center}.kc-image-hover-effects .overlay-effects,.kc-image-hover-effects .overlay-effects .content-button a,.kc-image-hover-effects .overlay-effects .content-desc,.kc-image-hover-effects .overlay-effects .content-title,.kc-image-hover-effects a img{transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s}.kc-image-hover-effects img{float:left;max-width:100%;transition:all .3s ease 0s}.kc-image-hover-effects .overlay-effects .content-title{color:#fff;text-transform:uppercase;font-size:25px;font-weight:600;margin:20px 0 15px}.kc-image-hover-effects .overlay-effects .content-desc{color:rgba(255,255,255,.7)}.kc-img-effects-1:hover .overlay-effects{opacity:1}.kc-img-effects-1 .overlay-effects{display:-webkit-flex;display:flex;align-items:center;justify-content:center}.kc-img-effects-1 .overlay-effects .content-title{margin:0}.kc-img-effects-2 .overlay-effects{transform:scale(1.3) display: -webkit-flex;display:flex;align-items:center;justify-content:center;flex-direction:column}.kc-img-effects-2 .overlay-effects .content-title{margin:0 0 4px;font-size:20px}.kc-img-effects-2 .overlay-effects .content-desc{margin:0}.kc-img-effects-2:hover .overlay-effects{opacity:1;transform:scale(1)}.kc-img-effects-2:hover a img{transform:scale(1.2)}.kc-img-effects-3 .overlay-effects{padding:20px;text-align:left;display:-webkit-flex;display:flex;align-items:flex-end}.kc-img-effects-3 .overlay-effects .content-title{margin:0 0 7px;opacity:0;transform:translate(-40px,0)}.kc-img-effects-3 .overlay-effects .content-desc{margin:0;opacity:0;transform:translate(-40px,0);transition-delay:.15s}.kc-img-effects-3:hover .overlay-effects{opacity:1;transform:scale(1)}.kc-img-effects-3:hover .overlay-effects .content-desc,.kc-img-effects-3:hover .overlay-effects .content-title{opacity:1;transform:translate(0,0)}.kc-img-effects-4 .overlay-effects .content-desc,.kc-img-effects-4 .overlay-effects .content-title{opacity:0;transform:translate(0,-40px)}.kc-img-effects-4 .overlay-effects .content-button a{opacity:0}.kc-img-effects-4 .overlay-effects .content-desc{transition-delay:.2s}.kc-img-effects-4:hover .overlay-effects .content-desc,.kc-img-effects-4:hover .overlay-effects .content-title{opacity:1;transform:translate(0,0)}.kc-img-effects-4:hover a img{transform:scale(1.1)}.kc-img-effects-4:hover .overlay-effects,.kc-img-effects-4:hover .overlay-effects .content-button a{opacity:1}.kc-img-effects-5 .overlay-effects{padding:20px;text-align:left;display:-webkit-flex;display:flex;align-items:center;justify-content:center}.kc-button-7 a,.kc-button-8 a{line-height:40px;text-align:center}.kc-img-effects-5 .overlay-effects i{width:40px;height:40px;line-height:40px;background:rgba(255,255,255,.8);color:#333;text-align:center;font-size:14px;border-radius:50%}.kc-button-1 a,.kc-button-main a{border:2px solid #42BCE2;padding:10px 30px}.kc-img-effects-5:hover .overlay-effects{opacity:1}.kc-image-hover-effects.slide_bottom:hover img,.kc-image-hover-effects.slide_left:hover img,.kc-image-hover-effects.slide_right:hover img,.kc-image-hover-effects.slide_top:hover img{transform:none}.kc-image-hover-effects.slide_left .overlay-effects{opacity:1;background:#333;transform:translateX(-100%)}.kc-image-hover-effects.slide_right .overlay-effects{opacity:1;background:#333;transform:translateX(100%)}.kc-image-hover-effects.slide_top .overlay-effects{opacity:1;background:#333;transform:translateY(-100%)}.kc-image-hover-effects.slide_bottom .overlay-effects{opacity:1;background:#333;transform:translateY(100%)}.kc-image-hover-effects.slide_bottom:hover .overlay-effects,.kc-image-hover-effects.slide_left:hover .overlay-effects,.kc-image-hover-effects.slide_right:hover .overlay-effects,.kc-image-hover-effects.slide_top:hover .overlay-effects{transform:translate(0,0)}.kc-image-hover-effects.push_bottom .overlay-effects,.kc-image-hover-effects.push_left .overlay-effects,.kc-image-hover-effects.push_right .overlay-effects,.kc-image-hover-effects.push_top .overlay-effects{background:#333;opacity:1}.kc-image-hover-effects.push_bottom img,.kc-image-hover-effects.push_left img,.kc-image-hover-effects.push_right img,.kc-image-hover-effects.push_top img{z-index:2;position:relative}.kc-image-hover-effects.push_left:hover img{transform:translateX(100%)}.kc-image-hover-effects.push_right:hover img{transform:translateX(-100%)}.kc-image-hover-effects.push_top:hover img{transform:translateY(100%)}.kc-image-hover-effects.push_bottom:hover img{transform:translateY(-100%)}.kc-image-hover-effects.zoom_in img{transform:scale(1)}.kc-image-hover-effects.zoom_in:hover img,.kc-image-hover-effects.zoom_out img{transform:scale(1.2)}.kc-image-hover-effects.zoom_out:hover img{transform:scale(1)}.kc-image-hover-effects.tranlate{overflow:inherit}.kc-image-hover-effects.tranlate .overlay-effects{background:#333;transition:all .3s ease 0s}.kc-image-hover-effects.tranlate:hover .overlay-effects{top:15px;left:15px}.kc-image-hover-effects.overlay_scale_in .overlay-effects{transition:all .3s ease 0s;background:#333;transform:scale(.75)}.kc-image-hover-effects.overlay_scale_in:hover .overlay-effects{transform:scale(1)}.kc-image-hover-effects.overlay_scale_out .overlay-effects{transition:all .3s ease 0s;background:#333;transform:scale(1)}.kc-image-hover-effects.overlay_scale_out:hover .overlay-effects{transform:scale(.9)}.kc-pro-button a{display:inline-block;transition:all .3s;text-transform:uppercase}.kc-button-2 a:after,.kc-button-3 a:after{content:'';top:0;left:0;transition:all .3s ease 0s}.kc-button-main a{color:#fff;background:#42BCE2}.kc-button-1 a,.kc-button-main a:active,.kc-button-main a:hover{background:#fff;color:#42BCE2}.kc-button-1 a{z-index:1}.kc-button-1 a:hover{border-radius:10px;border-style:dotted;color:#42BCE2}.kc-button-2 a,.kc-button-3 a{border:2px solid #42BCE2;padding:10px 30px}.kc-button-2 a{color:#fff;background:#42BCE2;position:relative;z-index:1}.kc-button-2 a:after{position:absolute;width:0;height:100%;background:#fff;z-index:-1}.kc-button-2 a:hover{color:#42BCE2}.kc-button-2 a:active:after,.kc-button-2 a:hover:after{width:100%}.kc-button-3 a{color:#fff;background:#42BCE2;z-index:1;overflow:hidden;position:relative}.kc-button-3 a:after{position:absolute;width:100%;height:0;background:#fff;z-index:-1}.kc-button-3 a:hover{color:#42BCE2}.kc-button-3 a:hover:after{height:100%}.kc-button-4 a{border:3px solid #42BCE2;color:#fff;background:#42BCE2;z-index:1;overflow:hidden;position:relative;padding:10px 30px}.kc-button-4 a:after,.kc-button-4 a:before{width:0;position:absolute;content:'';height:100%;top:0;background:#fff;transition:all .3s ease 0s;z-index:-1}.kc-button-4 a:after{left:50%}.kc-button-4 a:before{right:50%}.kc-button-5 a,.kc-button-6 a{background:#42BCE2;padding:10px 30px}.kc-button-4 a:hover{color:#42BCE2}.kc-button-4 a:hover:after,.kc-button-4 a:hover:before{width:100%}.kc-button-5 a{color:#fff}.kc-button-5 a:hover{color:#fff;animation-name:pulse;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:1}.creative_icon_right{margin:0 0 0 4px}.creative_icon_left,.kc-button-6 a .creative_icon_left i{margin:0 4px 0 0}.kc-button-6 a,.kc-button-6 a:hover{color:#fff}.kc-button-6 a .creative_icon_right i{margin:0 0 0 4px}.kc-button-6 a:hover span i{color:#fff;animation-name:bounce;animation-duration:.6s;animation-timing-function:linear}.kc-button-7 a{color:#fff;position:relative;background-color:#3fa962;border:1px solid rgba(255,255,255,.15);letter-spacing:.2px;min-height:40px;overflow:visible;display:inline-block;transition:all .25s ease-in-out;padding:3px 25px}.kc-button-10 a,.kc-team,.kc-team-2 .box-right,.kc-team-3{overflow:hidden}.kc-button-7 a:after,.kc-button-7 a:before{content:"";display:block;position:absolute;width:20%;height:30%;transition:all .3s ease 0s}.kc-button-7 a:before{border-top:2px solid rgba(255,255,255,.8);border-left:2px solid rgba(255,255,255,.8);left:5px;top:5px}.kc-button-7 a:after{border-bottom:2px solid rgba(255,255,255,.8);border-right:2px solid rgba(255,255,255,.8);bottom:5px;right:5px}.kc-button-7 a i{margin-left:6px}.kc-button-7 a .creative_icon_left i{margin:0 6px 0 0}.kc-button-7 a:hover{color:#fff}.kc-button-7 a:hover:after,.kc-button-7 a:hover:before{width:calc(100% - 10px);height:calc(100% - 10px)}.kc-button-8 a{color:#fff;position:relative;background-color:#42BCE2;letter-spacing:.2px;min-height:40px;display:inline-block;transition:all .25s ease-in-out;padding:8px 34px;border-radius:30px;text-transform:capitalize}.kc-button-8 a .creative_title,.kc-button-8 a i,.kc-button-9 a{transition:all .3s ease 0s}.kc-button-8 a .creative_icon_right i{margin:0 0 0 4px}.kc-button-8 a:hover .creative_icon_right i{margin:0 0 0 15px}.kc-button-8 a .creative_icon_left i{margin:0 4px 0 0}.kc-button-8 a:hover .creative_icon_left i{margin:0 15px 0 0}.kc-button-8 a:hover .creative_title,.kc-button-8 a:hover i{color:#fff}.kc-button-9 a{padding:10px 30px;color:#fff;position:relative;background:#42BCE2;transform-style:preserve-3d}.kc-button-9 a:hover,.kc-button-9 a:hover:before{transform:translateY(-5px)}.kc-button-9 a:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);transition-property:transform,opacity}.kc-button-9 a:hover{color:#fff}.kc-button-10 a{padding:10px 30px;color:#fff;position:relative;background:#42BCE2;transition:all .3s ease 0s}.kc-button-10 a:after{background:#fff;content:"";height:155px;left:-75px;opacity:.2;position:absolute;top:-50px;transform:rotate(35deg);transition:all 550ms cubic-bezier(.19,1,.22,1);width:50px}.kc-team-3,.kc-video-bg{position:relative}.kc-button-10 a:hover{color:#fff}.kc-button-10 a:hover:after{left:120%;transition:all 550ms cubic-bezier(.19,1,.22,1)}.kc-infobox-default{float:left;padding:60px 60px 80px;text-align:left;background-color:#fff;border:1px solid #eee;transition:all .3s ease;width:100%}.kc-infobox-default i{font-size:30px;color:#272727;padding-bottom:32px}.kc-infobox-1 h3,.kc-infobox-default h3{font-size:16px;font-style:normal;line-height:23px}.kc-infobox-default h3{margin-bottom:20px;font-weight:600}.kc-infobox-default.active,.kc-infobox-default:hover{background-color:#42BCE2;transition:all .3s ease}.kc-infobox-default.active,.kc-infobox-default.active h5,.kc-infobox-default.active i,.kc-infobox-default:hover,.kc-infobox-default:hover h5,.kc-infobox-default:hover i{color:#fff}.kc-infobox-1 h3{font-weight:700;text-align:left;text-transform:uppercase;margin-bottom:12px;display:inline-block}.kc-infobox-1 i{color:#42BCE2;font-size:22px;padding-right:16px;padding-top:2px;float:left}.kc-infobox-1 p{float:left;margin:8px 0 16px;width:100%}.kc-infobox-1 .kc-infobox-button1{color:#272727;font-size:12px;font-weight:400;text-transform:uppercase;transition:all .3s ease;float:left}.kc-infobox-1 .kc-infobox-button1:hover{color:#727272}.kc-dropcaps .dropcaps-text{position:relative;display:inline-block;float:left;height:45px;width:45px;line-height:45px;font-size:40px;background:#42BCE2;color:#fff;font-weight:700;text-align:center;margin:5px 18px 0 0}.kc-call-to-action{background:#fafafa;padding:30px 50px;display:table;width:100%}.kc-call-to-action .kc-cta-desc h2,.kc-call-to-action .kc-cta-text{margin:0 0 20px}.kc-call-to-action .kc-cta-button a{background:#34495e;text-transform:uppercase;color:#fff;float:right;padding:10px 25px;transition:all .3s ease 0s}.kc-call-to-action .kc-cta-button a:hover{background-color:#ff2a40}.kc-call-to-action.kc-cta-2 .kc-cta-button a{float:none;display:inline-block}.kc-cta-3.kc-is-button .kc-cta-desc{width:75%;display:table-cell;vertical-align:middle}.kc-cta-3 .kc-cta-text p{margin:0}.kc-cta-3 .kc-cta-button{width:25%;display:table-cell;vertical-align:middle}.kc-cta-1,.kc-cta-2,.kc-image-hover-effects,.kc-team{width:100%;float:left}.kc-cta-3 .kc-cta-button a{display:inline-block}.kc-cta-1 .kc-cta-button{float:left}.kc-cta-1 .kc-cta-button a{display:block}.kc-cta-2{text-align:center}.kc-team{text-align:center;transition:all .3s ease 0s}.kc-team .content-socials a{text-align:center;display:inline-block;margin:0 5px 25px;width:35px;height:35px;font-size:18px;color:#fff;border:1px solid #42BCE2;background-color:#42BCE2;border-radius:2px;line-height:35px}.kc-team .content-socials{float:left;width:100%}.kc-team.kc-team-3 .content-socials{margin-top:25px}.content-subtitle{float:left;width:100%}.kc-team .content-desc{margin:0 0 20px;float:left;width:100%}.kc-team-2{text-align:left}.kc-team-2 .content-title{margin:0;float:left;width:100%}.kc-team-2 .content-image{float:left;max-width:35%;padding-right:20px}.kc-team-3 .content-image img{float:left}.kc-team-2 .content-desc{margin:13px 0 20px}.kc-team-3:hover .overlay{transform:translateY(0);opacity:1}.kc-team-3 .overlay{width:100%;height:100%;padding-top:30px;opacity:0;transition:all .3s ease 0s;transform:translateY(100%);background:rgba(0,0,0,.4)}.kc-team-3 .content-subtitle,.kc-team-3 .content-title{color:#fff}.kc-team-3 .content-desc{margin:0 0 25px;color:rgba(255,255,255,.8)}@media only screen and (max-width:479px){.kc-blog-posts-2 .kc-list-item-2 .post-item-left,.kc-blog-posts-2 .kc-list-item-2 .post-item-right,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4{width:100%}div.dark_rounded .pp_content_container .pp_left,div.dark_rounded .pp_content_container .pp_right{padding:0}div.pp_pic_holder{width:85%!important;left:7.5%!important}div.dark_rounded .pp_content,div.pp_pic_holder img{width:100%!important;height:auto!important}}@media only screen and (min-width:480px) and (max-width:999px){.kc-blog-posts-2 .kc-list-item-2 .post-item-left,.kc-blog-posts-2 .kc-list-item-2 .post-item-right,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4{width:50%}}
 @media screen and (min-width: 768px){ 
.kc-animated{opacity:0;}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}}@font-face {
font-family: 'simple-line-icons';
src:url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.eot?-i3a2kk);
src:url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.eot?#iefix-i3a2kk) format('embedded-opentype'),
url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.ttf) format('truetype'),
url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.woff) format('woff'),
url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.svg?#simple-line-icons) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'et-line';
src:url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.eot);
src:url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.eot?#iefix) format('embedded-opentype'),
url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.woff) format('woff'),
url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.ttf) format('truetype'),
url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.svg#et-line) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FontAwesome';
src: url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.eot);
src: url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff2) format("woff2"), url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff) format("woff"), url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.ttf) format("truetype"), url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.svg#fontawesome) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FontAwesomeBrands';
font-style: normal;
font-weight: normal;
src: url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.eot);
src: url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.woff2) format("woff2"), url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.woff) format("woff"), url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.ttf) format("truetype"), url(//www.viaggiafree.it/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.svg#fontawesome) format("svg"); 
}     [class^="et-"], [class*=" et-"], [class^="et-"]:before, [class*=" et-"]:before {
font-family: 'et-line';
font-style: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display:inline-block;
text-rendering: auto;
speak: none;
font-weight: normal;
}
.et-mobile:before{content:"\e000"}.et-laptop:before{content:"\e001"}.et-desktop:before{content:"\e002"}.et-tablet:before{content:"\e003"}.et-phone:before{content:"\e004"}.et-document:before{content:"\e005"}.et-documents:before{content:"\e006"}.et-search:before{content:"\e007"}.et-clipboard:before{content:"\e008"}.et-newspaper:before{content:"\e009"}.et-notebook:before{content:"\e00a"}.et-book-open:before{content:"\e00b"}.et-browser:before{content:"\e00c"}.et-calendar:before{content:"\e00d"}.et-presentation:before{content:"\e00e"}.et-picture:before{content:"\e00f"}.et-pictures:before{content:"\e010"}.et-video:before{content:"\e011"}.et-camera:before{content:"\e012"}.et-printer:before{content:"\e013"}.et-toolbox:before{content:"\e014"}.et-briefcase:before{content:"\e015"}.et-wallet:before{content:"\e016"}.et-gift:before{content:"\e017"}.et-bargraph:before{content:"\e018"}.et-grid:before{content:"\e019"}.et-expand:before{content:"\e01a"}.et-focus:before{content:"\e01b"}.et-edit:before{content:"\e01c"}.et-adjustments:before{content:"\e01d"}.et-ribbon:before{content:"\e01e"}.et-hourglass:before{content:"\e01f"}.et-lock:before{content:"\e020"}.et-megaphone:before{content:"\e021"}.et-shield:before{content:"\e022"}.et-trophy:before{content:"\e023"}.et-flag:before{content:"\e024"}.et-map:before{content:"\e025"}.et-puzzle:before{content:"\e026"}.et-basket:before{content:"\e027"}.et-envelope:before{content:"\e028"}.et-streetsign:before{content:"\e029"}.et-telescope:before{content:"\e02a"}.et-gears:before{content:"\e02b"}.et-key:before{content:"\e02c"}.et-paperclip:before{content:"\e02d"}.et-attachment:before{content:"\e02e"}.et-pricetags:before{content:"\e02f"}.et-lightbulb:before{content:"\e030"}.et-layers:before{content:"\e031"}.et-pencil:before{content:"\e032"}.et-tools:before{content:"\e033"}.et-tools-2:before{content:"\e034"}.et-scissors:before{content:"\e035"}.et-paintbrush:before{content:"\e036"}.et-magnifying-glass:before{content:"\e037"}.et-circle-compass:before{content:"\e038"}.et-linegraph:before{content:"\e039"}.et-mic:before{content:"\e03a"}.et-strategy:before{content:"\e03b"}.et-beaker:before{content:"\e03c"}.et-caution:before{content:"\e03d"}.et-recycle:before{content:"\e03e"}.et-anchor:before{content:"\e03f"}.et-profile-male:before{content:"\e040"}.et-profile-female:before{content:"\e041"}.et-bike:before{content:"\e042"}.et-wine:before{content:"\e043"}.et-hotairballoon:before{content:"\e044"}.et-globe:before{content:"\e045"}.et-genius:before{content:"\e046"}.et-map-pin:before{content:"\e047"}.et-dial:before{content:"\e048"}.et-chat:before{content:"\e049"}.et-heart:before{content:"\e04a"}.et-cloud:before{content:"\e04b"}.et-upload:before{content:"\e04c"}.et-download:before{content:"\e04d"}.et-target:before{content:"\e04e"}.et-hazardous:before{content:"\e04f"}.et-piechart:before{content:"\e050"}.et-speedometer:before{content:"\e051"}.et-global:before{content:"\e052"}.et-compass:before{content:"\e053"}.et-lifesaver:before{content:"\e054"}.et-clock:before{content:"\e055"}.et-aperture:before{content:"\e056"}.et-quote:before{content:"\e057"}.et-scope:before{content:"\e058"}.et-alarmclock:before{content:"\e059"}.et-refresh:before{content:"\e05a"}.et-happy:before{content:"\e05b"}.et-sad:before{content:"\e05c"}.et-facebook:before{content:"\e05d"}.et-twitter:before{content:"\e05e"}.et-googleplus:before{content:"\e05f"}.et-rss:before{content:"\e060"}.et-tumblr:before{content:"\e061"}.et-linkedin:before{content:"\e062"}.et-dribbble:before{content:"\e063"} [class^="sl-"], [class*=" sl-"], [class^="sl-"]:before, [class*=" sl-"]:before {
font-family: 'simple-line-icons';
font-style: inherit; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: auto;
speak: none;
font-weight: normal;
}
.sl-user:before{content:"\e005"}.sl-people:before{content:"\e001"}.sl-user-female:before{content:"\e000"}.sl-user-follow:before{content:"\e002"}.sl-user-following:before{content:"\e003"}.sl-user-unfollow:before{content:"\e004"}.sl-login:before{content:"\e066"}.sl-logout:before{content:"\e065"}.sl-emotsmile:before{content:"\e021"}.sl-phone:before{content:"\e600"}.sl-call-end:before{content:"\e048"}.sl-call-in:before{content:"\e047"}.sl-call-out:before{content:"\e046"}.sl-map:before{content:"\e033"}.sl-location-pin:before{content:"\e096"}.sl-direction:before{content:"\e042"}.sl-directions:before{content:"\e041"}.sl-compass:before{content:"\e045"}.sl-layers:before{content:"\e034"}.sl-menu:before{content:"\e601"}.sl-list:before{content:"\e067"}.sl-options-vertical:before{content:"\e602"}.sl-options:before{content:"\e603"}.sl-arrow-down:before{content:"\e604"}.sl-arrow-left:before{content:"\e605"}.sl-arrow-right:before{content:"\e606"}.sl-arrow-up:before{content:"\e607"}.sl-arrow-up-circle:before{content:"\e078"}.sl-arrow-left-circle:before{content:"\e07a"}.sl-arrow-right-circle:before{content:"\e079"}.sl-arrow-down-circle:before{content:"\e07b"}.sl-check:before{content:"\e080"}.sl-clock:before{content:"\e081"}.sl-plus:before{content:"\e095"}.sl-close:before{content:"\e082"}.sl-trophy:before{content:"\e006"}.sl-screen-smartphone:before{content:"\e010"}.sl-screen-desktop:before{content:"\e011"}.sl-plane:before{content:"\e012"}.sl-notebook:before{content:"\e013"}.sl-mustache:before{content:"\e014"}.sl-mouse:before{content:"\e015"}.sl-magnet:before{content:"\e016"}.sl-energy:before{content:"\e020"}.sl-disc:before{content:"\e022"}.sl-cursor:before{content:"\e06e"}.sl-cursor-move:before{content:"\e023"}.sl-crop:before{content:"\e024"}.sl-chemistry:before{content:"\e026"}.sl-speedometer:before{content:"\e007"}.sl-shield:before{content:"\e00e"}.sl-screen-tablet:before{content:"\e00f"}.sl-magic-wand:before{content:"\e017"}.sl-hourglass:before{content:"\e018"}.sl-graduation:before{content:"\e019"}.sl-ghost:before{content:"\e01a"}.sl-game-controller:before{content:"\e01b"}.sl-fire:before{content:"\e01c"}.sl-eyeglass:before{content:"\e01d"}.sl-envelope-open:before{content:"\e01e"}.sl-envolope-letter:before{content:"\e01f"}.sl-bell:before{content:"\e027"}.sl-badge:before{content:"\e028"}.sl-anchor:before{content:"\e029"}.sl-wallet:before{content:"\e02a"}.sl-vector:before{content:"\e02b"}.sl-speech:before{content:"\e02c"}.sl-puzzle:before{content:"\e02d"}.sl-printer:before{content:"\e02e"}.sl-present:before{content:"\e02f"}.sl-playlist:before{content:"\e030"}.sl-pin:before{content:"\e031"}.sl-picture:before{content:"\e032"}.sl-handbag:before{content:"\e035"}.sl-globe-alt:before{content:"\e036"}.sl-globe:before{content:"\e037"}.sl-folder-alt:before{content:"\e039"}.sl-folder:before{content:"\e089"}.sl-film:before{content:"\e03a"}.sl-feed:before{content:"\e03b"}.sl-drop:before{content:"\e03e"}.sl-drawar:before{content:"\e03f"}.sl-docs:before{content:"\e040"}.sl-doc:before{content:"\e085"}.sl-diamond:before{content:"\e043"}.sl-cup:before{content:"\e044"}.sl-calculator:before{content:"\e049"}.sl-bubbles:before{content:"\e04a"}.sl-briefcase:before{content:"\e04b"}.sl-book-open:before{content:"\e04c"}.sl-basket-loaded:before{content:"\e04d"}.sl-basket:before{content:"\e04e"}.sl-bag:before{content:"\e04f"}.sl-action-undo:before{content:"\e050"}.sl-action-redo:before{content:"\e051"}.sl-wrench:before{content:"\e052"}.sl-umbrella:before{content:"\e053"}.sl-trash:before{content:"\e054"}.sl-tag:before{content:"\e055"}.sl-support:before{content:"\e056"}.sl-frame:before{content:"\e038"}.sl-size-fullscreen:before{content:"\e057"}.sl-size-actual:before{content:"\e058"}.sl-shuffle:before{content:"\e059"}.sl-share-alt:before{content:"\e05a"}.sl-share:before{content:"\e05b"}.sl-rocket:before{content:"\e05c"}.sl-question:before{content:"\e05d"}.sl-pie-chart:before{content:"\e05e"}.sl-pencil:before{content:"\e05f"}.sl-note:before{content:"\e060"}.sl-loop:before{content:"\e064"}.sl-home:before{content:"\e069"}.sl-grid:before{content:"\e06a"}.sl-graph:before{content:"\e06b"}.sl-microphone:before{content:"\e063"}.sl-music-tone-alt:before{content:"\e061"}.sl-music-tone:before{content:"\e062"}.sl-earphones-alt:before{content:"\e03c"}.sl-earphones:before{content:"\e03d"}.sl-equalizer:before{content:"\e06c"}.sl-like:before{content:"\e068"}.sl-dislike:before{content:"\e06d"}.sl-control-start:before{content:"\e06f"}.sl-control-rewind:before{content:"\e070"}.sl-control-play:before{content:"\e071"}.sl-control-pause:before{content:"\e072"}.sl-control-forward:before{content:"\e073"}.sl-control-end:before{content:"\e074"}.sl-volume-1:before{content:"\e09f"}.sl-volume-2:before{content:"\e0a0"}.sl-volume-off:before{content:"\e0a1"}.sl-calender:before{content:"\e075"}.sl-bulb:before{content:"\e076"}.sl-chart:before{content:"\e077"}.sl-ban:before{content:"\e07c"}.sl-bubble:before{content:"\e07d"}.sl-camrecorder:before{content:"\e07e"}.sl-camera:before{content:"\e07f"}.sl-cloud-download:before{content:"\e083"}.sl-cloud-upload:before{content:"\e084"}.sl-envolope:before{content:"\e086"}.sl-eye:before{content:"\e087"}.sl-flag:before{content:"\e088"}.sl-heart:before{content:"\e08a"}.sl-info:before{content:"\e08b"}.sl-key:before{content:"\e08c"}.sl-link:before{content:"\e08d"}.sl-lock:before{content:"\e08e"}.sl-lock-open:before{content:"\e08f"}.sl-magnifier:before{content:"\e090"}.sl-magnifier-add:before{content:"\e091"}.sl-magnifier-remove:before{content:"\e092"}.sl-paper-clip:before{content:"\e093"}.sl-paper-plane:before{content:"\e094"}.sl-power:before{content:"\e097"}.sl-refresh:before{content:"\e098"}.sl-reload:before{content:"\e099"}.sl-settings:before{content:"\e09a"}.sl-star:before{content:"\e09b"}.sl-symble-female:before{content:"\e09c"}.sl-symbol-male:before{content:"\e09d"}.sl-target:before{content:"\e09e"}.sl-credit-card:before{content:"\e025"}.sl-paypal:before{content:"\e608"}.sl-social-tumblr:before{content:"\e00a"}.sl-social-twitter:before{content:"\e009"}.sl-social-facebook:before{content:"\e00b"}.sl-social-instagram:before{content:"\e609"}.sl-social-linkedin:before{content:"\e60a"}.sl-social-pintarest:before{content:"\e60b"}.sl-social-github:before{content:"\e60c"}.sl-social-gplus:before{content:"\e60d"}.sl-social-reddit:before{content:"\e60e"}.sl-social-skype:before{content:"\e60f"}.sl-social-dribbble:before{content:"\e00d"}.sl-social-behance:before{content:"\e610"}.sl-social-foursqare:before{content:"\e611"}.sl-social-soundcloud:before{content:"\e612"}.sl-social-spotify:before{content:"\e613"}.sl-social-stumbleupon:before{content:"\e614"}.sl-social-youtube:before{content:"\e008"}.sl-social-dropbox:before{content:"\e00c"}  [class^="fa-"], [class*=" fa-"], [class^="fa-"]:before, [class*=" fa-"]:before,
[class^="fab-"], [class*=" fab-"], [class^="fab-"]:before, [class*=" fab-"]:before {
font-family: 'FontAwesome';
font-style: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display:inline-block;
text-rendering: auto;
speak: none;
font-weight: normal;
}
[class^="fab-"], [class*=" fab-"], [class^="fab-"]:before, [class*=" fab-"]:before {
font-family: 'FontAwesomeBrands';
} .fa-fw,.fa-li{text-align:center}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fab-accessible-icon:before{content:"\f368"}.fab-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fab-adn:before{content:"\f170"}.fab-adversal:before{content:"\f36a"}.fab-affiliatetheme:before{content:"\f36b"}.fab-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fab-amazon:before{content:"\f270"}.fab-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fab-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fab-android:before{content:"\f17b"}.fab-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fab-angrycreative:before{content:"\f36e"}.fab-angular:before{content:"\f420"}.fab-app-store:before{content:"\f36f"}.fab-app-store-ios:before{content:"\f370"}.fab-apper:before{content:"\f371"}.fab-apple:before{content:"\f179"}.fab-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fab-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fab-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fab-autoprefixer:before{content:"\f41c"}.fab-avianex:before{content:"\f374"}.fab-aviato:before{content:"\f421"}.fab-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fab-behance:before{content:"\f1b4"}.fab-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fab-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fab-bitbucket:before{content:"\f171"}.fab-bitcoin:before{content:"\f379"}.fab-bity:before{content:"\f37a"}.fab-black-tie:before{content:"\f27e"}.fab-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fab-blogger:before{content:"\f37c"}.fab-blogger-b:before{content:"\f37d"}.fab-bluetooth:before{content:"\f293"}.fab-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fab-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fab-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fab-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fab-cc-amazon-pay:before{content:"\f42d"}.fab-cc-amex:before{content:"\f1f3"}.fab-cc-apple-pay:before{content:"\f416"}.fab-cc-diners-club:before{content:"\f24c"}.fab-cc-discover:before{content:"\f1f2"}.fab-cc-jcb:before{content:"\f24b"}.fab-cc-mastercard:before{content:"\f1f1"}.fab-cc-paypal:before{content:"\f1f4"}.fab-cc-stripe:before{content:"\f1f5"}.fab-cc-visa:before{content:"\f1f0"}.fab-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fab-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fab-cloudscale:before{content:"\f383"}.fab-cloudsmith:before{content:"\f384"}.fab-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fab-codepen:before{content:"\f1cb"}.fab-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fab-connectdevelop:before{content:"\f20e"}.fab-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fab-cpanel:before{content:"\f388"}.fab-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fab-css3:before{content:"\f13c"}.fab-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fab-cuttlefish:before{content:"\f38c"}.fab-d-and-d:before{content:"\f38d"}.fab-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fab-delicious:before{content:"\f1a5"}.fab-deploydog:before{content:"\f38e"}.fab-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fab-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fab-digg:before{content:"\f1a6"}.fab-digital-ocean:before{content:"\f391"}.fab-discord:before{content:"\f392"}.fab-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fab-dochub:before{content:"\f394"}.fab-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fab-draft2digital:before{content:"\f396"}.fab-dribbble:before{content:"\f17d"}.fab-dribbble-square:before{content:"\f397"}.fab-dropbox:before{content:"\f16b"}.fab-drupal:before{content:"\f1a9"}.fab-dyalog:before{content:"\f399"}.fab-earlybirds:before{content:"\f39a"}.fab-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fab-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fab-ember:before{content:"\f423"}.fab-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fab-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fab-ethereum:before{content:"\f42e"}.fab-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fab-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fab-facebook:before{content:"\f09a"}.fab-facebook-f:before{content:"\f39e"}.fab-facebook-messenger:before{content:"\f39f"}.fab-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fab-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fab-first-order:before{content:"\f2b0"}.fab-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fab-flickr:before{content:"\f16e"}.fab-flipboard:before{content:"\f44d"}.fab-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fab-font-awesome:before{content:"\f2b4"}.fab-font-awesome-alt:before{content:"\f35c"}.fab-font-awesome-flag:before{content:"\f425"}.fab-fonticons:before{content:"\f280"}.fab-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fab-fort-awesome:before{content:"\f286"}.fab-fort-awesome-alt:before{content:"\f3a3"}.fab-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fab-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fab-get-pocket:before{content:"\f265"}.fab-gg:before{content:"\f260"}.fab-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fab-git:before{content:"\f1d3"}.fab-git-square:before{content:"\f1d2"}.fab-github:before{content:"\f09b"}.fab-github-alt:before{content:"\f113"}.fab-github-square:before{content:"\f092"}.fab-gitkraken:before{content:"\f3a6"}.fab-gitlab:before{content:"\f296"}.fab-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fab-glide:before{content:"\f2a5"}.fab-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fab-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fab-goodreads:before{content:"\f3a8"}.fab-goodreads-g:before{content:"\f3a9"}.fab-google:before{content:"\f1a0"}.fab-google-drive:before{content:"\f3aa"}.fab-google-play:before{content:"\f3ab"}.fab-google-plus:before{content:"\f2b3"}.fab-google-plus-g:before{content:"\f0d5"}.fab-google-plus-square:before{content:"\f0d4"}.fab-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fab-gratipay:before{content:"\f184"}.fab-grav:before{content:"\f2d6"}.fab-gripfire:before{content:"\f3ac"}.fab-grunt:before{content:"\f3ad"}.fab-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fab-hacker-news:before{content:"\f1d4"}.fab-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fab-hips:before{content:"\f452"}.fab-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fab-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fab-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fab-houzz:before{content:"\f27c"}.fab-html5:before{content:"\f13b"}.fab-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fab-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fab-instagram:before{content:"\f16d"}.fab-internet-explorer:before{content:"\f26b"}.fab-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fab-itunes:before{content:"\f3b4"}.fab-itunes-note:before{content:"\f3b5"}.fab-java:before{content:"\f4e4"}.fab-jenkins:before{content:"\f3b6"}.fab-joget:before{content:"\f3b7"}.fab-joomla:before{content:"\f1aa"}.fab-js:before{content:"\f3b8"}.fab-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fab-keycdn:before{content:"\f3ba"}.fab-kickstarter:before{content:"\f3bb"}.fab-kickstarter-k:before{content:"\f3bc"}.fab-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fab-laravel:before{content:"\f3bd"}.fab-lastfm:before{content:"\f202"}.fab-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fab-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fab-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fab-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fab-linkedin:before{content:"\f08c"}.fab-linkedin-in:before{content:"\f0e1"}.fab-linode:before{content:"\f2b8"}.fab-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fab-lyft:before{content:"\f3c3"}.fab-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fab-maxcdn:before{content:"\f136"}.fab-medapps:before{content:"\f3c6"}.fab-medium:before{content:"\f23a"}.fab-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fab-medrt:before{content:"\f3c8"}.fab-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fab-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fab-mix:before{content:"\f3cb"}.fab-mixcloud:before{content:"\f289"}.fab-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fab-modx:before{content:"\f285"}.fab-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fab-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fab-node:before{content:"\f419"}.fab-node-js:before{content:"\f3d3"}.fa-notes-medical:before{content:"\f481"}.fab-npm:before{content:"\f3d4"}.fab-ns8:before{content:"\f3d5"}.fab-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fab-odnoklassniki:before{content:"\f263"}.fab-odnoklassniki-square:before{content:"\f264"}.fab-opencart:before{content:"\f23d"}.fab-openid:before{content:"\f19b"}.fab-opera:before{content:"\f26a"}.fab-optin-monster:before{content:"\f23c"}.fab-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fab-page4:before{content:"\f3d7"}.fab-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fab-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fab-periscope:before{content:"\f3da"}.fab-phabricator:before{content:"\f3db"}.fab-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fab-php:before{content:"\f457"}.fab-pied-piper:before{content:"\f2ae"}.fab-pied-piper-alt:before{content:"\f1a8"}.fab-pied-piper-hat:before{content:"\f4e5"}.fab-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fab-pinterest:before{content:"\f0d2"}.fab-pinterest-p:before{content:"\f231"}.fab-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fab-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fab-product-hunt:before{content:"\f288"}.fab-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fab-python:before{content:"\f3e2"}.fab-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fab-quinscape:before{content:"\f459"}.fab-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fab-ravelry:before{content:"\f2d9"}.fab-react:before{content:"\f41b"}.fab-readme:before{content:"\f4d5"}.fab-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fab-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fab-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fab-rendact:before{content:"\f3e4"}.fab-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fab-replyd:before{content:"\f3e6"}.fab-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fab-rocketchat:before{content:"\f3e8"}.fab-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fab-safari:before{content:"\f267"}.fab-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fab-schlix:before{content:"\f3ea"}.fab-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fab-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fab-sellcast:before{content:"\f2da"}.fab-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fab-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fab-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fab-simplybuilt:before{content:"\f215"}.fab-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fab-skyatlas:before{content:"\f216"}.fab-skype:before{content:"\f17e"}.fab-slack:before{content:"\f198"}.fab-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fab-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smoking:before{content:"\f48d"}.fa-snapchat:before{content:"\f2ab"}.fab-snapchat-ghost:before{content:"\f2ac"}.fab-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fab-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fab-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fab-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fab-stack-exchange:before{content:"\f18d"}.fab-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fab-staylinked:before{content:"\f3f5"}.fab-steam:before{content:"\f1b6"}.fab-steam-square:before{content:"\f1b7"}.fab-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fab-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fab-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fab-stripe:before{content:"\f429"}.fab-stripe-s:before{content:"\f42a"}.fab-studiovinari:before{content:"\f3f8"}.fab-stumbleupon:before{content:"\f1a4"}.fab-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fab-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fab-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fab-telegram:before{content:"\f2c6"}.fab-telegram-plane:before{content:"\f3fe"}.fab-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fab-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fab-trello:before{content:"\f181"}.fab-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tty:before{content:"\f1e4"}.fab-tumblr:before{content:"\f173"}.fab-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fab-twitch:before{content:"\f1e8"}.fab-twitter:before{content:"\f099"}.fab-twitter-square:before{content:"\f081"}.fab-typo3:before{content:"\f42b"}.fab-uber:before{content:"\f402"}.fab-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fab-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fab-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fab-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fab-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fab-viacoin:before{content:"\f237"}.fab-viadeo:before{content:"\f2a9"}.fab-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fab-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fab-vimeo:before{content:"\f40a"}.fab-vimeo-square:before{content:"\f194"}.fab-vimeo-v:before{content:"\f27d"}.fab-vine:before{content:"\f1ca"}.fab-vk:before{content:"\f189"}.fab-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fab-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fab-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fab-weixin:before{content:"\f1d7"}.fab-whatsapp:before{content:"\f232"}.fab-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fab-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fab-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fab-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-won-sign:before{content:"\f159"}.fab-wordpress:before{content:"\f19a"}.fab-wordpress-simple:before{content:"\f411"}.fab-wpbeginner:before{content:"\f297"}.fab-wpexplorer:before{content:"\f2de"}.fab-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fab-xbox:before{content:"\f412"}.fab-xing:before{content:"\f168"}.fab-xing-square:before{content:"\f169"}.fab-y-combinator:before{content:"\f23b"}.fab-yahoo:before{content:"\f19e"}.fab-yandex:before{content:"\f413"}.fab-yandex-international:before{content:"\f414"}.fab-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fab-yoast:before{content:"\f2b1"}.fab-youtube:before{content:"\f167"}.fab-youtube-square:before{content:"\f431"}