:root {
--primary-color: #9cbe9c;
--primary-color-rgb: 156, 190, 156;
--font-color: #585656;
--font-color-rgb: 88, 86, 86;
--primary-font: 'Nunito Sans', sans-serif;
--secondary-font: 'Marcellusx', sans-serif;
}    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;
} body,
button,
input,
select,
optgroup,
textarea {
color: var(--font-color);
font-family: var(--primary-font);
font-size: 18px;
line-height: 1.8;
font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 700;
color: #262525;
margin: 1em 0 0.6666em 0;
line-height: 1.3;
font-family: var(--secondary-font);
}
h1 {
font-size: 2.7223em;
}
h2 {
font-size: 2.1665em;
}
h3 {
font-size: 1.7223em;
}
h4 {
font-size: 1.3888em;
}
h5 {
font-size: 1.112em;
}
h6 {
font-size: 0.8888em;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
q {
border-left: 3px solid var(--primary-color);
display: inline-block;
padding-left: 25px;
font-style: italic;
color: #262525;
margin-bottom: 0;
margin-right: 20px;
font-size: 1.2223em;
font-weight: 700;
float: left;
width: 40%;
line-height: 1.5;
}
blockquote {
margin: 30px 4%;
text-align: center;
font-size: 1.2223em;
font-weight: 700;
font-style: italic;
color: #262525;
position: relative;
line-height: 1.6;
padding-top: 90px;
}
blockquote::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 24"><path fill="%239cbe9c" d="M33.54,28.5a8,8,0,1,1-8.04,8,16,16,0,0,1,16-16A15.724,15.724,0,0,0,33.54,28.5Zm-12.04,8a8,8,0,0,1-16,0h0a16,16,0,0,1,16-16,15.724,15.724,0,0,0-7.96,8A7.989,7.989,0,0,1,21.5,36.5Z" transform="translate(-5.5 -20.5)"/></svg>');
background-repeat: no-repeat;
background-position: center;
background-size: 24px;
width: 65px;
height: 65px;
border: 3px solid rgba(var(--primary-color-rgb), 0.5);
position: absolute;
border-radius: 100%;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
top: 0;
left: 0;
right: 0;
margin: 0 auto;
}
blockquote p+span {
font-size: 0.8182em;
color: #999596;
font-weight: 400;
font-style: normal;
}
blockquote p,
q p {
margin-top: 0;
margin-bottom: 20px;
}
blockquote p:last-child,
q p:last-child {
margin-bottom: 0;
}
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: #E6E6E6;
border: 0;
height: 1px;
margin-bottom: 2em;
width: 100%;
clear: both;
margin-top: 2em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; vertical-align: top;
}
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: #212127;
padding: 10px 15px;
border-bottom: 2px solid #EBEBEB;
}
table tr td {
color: #262525;
padding: 10px 15px;
}
.site-footer table tr td {
color: #fff;
}
table tbody tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.035);
}
.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"] {
display: inline-block;
background: var(--primary-color);
border: 1px solid var(--primary-color);
color: #fff;
font-weight: 700;
font-size: 0.6666em;
border-radius: 40px;
padding: 12px 25px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
outline: none;
-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 {
background: none;
color: var(--primary-color);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: thin dotted #000;
}
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 {
color: #000;
border: 1px solid #E6E6E6;
border-radius: 5px;
padding: 5px 15px;
width: 100%;
height: 50px;
font-size: 0.888em;
font-weight: 400;
outline: none;
}
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: #000;
}
select {
border: 1px solid #E6E6E6;
height: 45px;
padding: 5px 10px;
width: 100%;
}
textarea {
width: 100%;
height: 100px;
}  a {
color: var(--primary-color);
text-decoration: none;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
a:visited,
a:focus,
a:active {
color: inherit;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
a:hover {
color: var(--primary-color);
text-decoration: underline;
} .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%;
padding-right: 20px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
padding-left: 20px;
}  .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;
margin-top: 0;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
margin-top: 0;
}
.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,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.container:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 60px 0; }
#secondary .widget:last-child {
margin-bottom: 0;
}
.widget select {
max-width: 100%;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1em 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%;
position: relative;
border-radius: 5px;
overflow: hidden;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
line-height: initial;
font-size: 0.7778em;
color: #999999;
}
.alignright .wp-caption-text,
.alignleft .wp-caption-text {
text-align: left;
margin-bottom: 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.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;
} .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;
text-decoration: none;
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;
color: #000;
text-decoration: none;
}
.archive .site-main .woocommerce-products-header {
display: none;
}
.portfolio-item-inner:focus-within .portfolio-text-holder {
padding-top: 30px;
padding-bottom: 30px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
position: relative;
overflow: hidden;
}
.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap input[type="checkbox"] {
display: block;
position: absolute;
top: 3px;
left: 0;
opacity: 0;
visibility: hidden;
}
.blossomthemes-email-newsletter-wrapper form label .text {
flex: initial;
max-width: calc(100% - 24px);
}
body.custom-background #page {
max-width: 1300px;
background: #fff;
margin-left: auto;
margin-right: auto;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.container {
max-width: 1170px;
margin: 0 auto;
}
.mfp-wrap,
.mfp-bg {
z-index: 999999;
}
.responsive-nav {
display: none;
}
.page-template-default .site-main .entry-content {
margin-top: 0;
}
a.btn-readmore,
a.btn-cta {
font-size: 0.6666em;
font-weight: 700;
background: var(--primary-color);
color: #fff;
border-radius: 50px;
padding: 12px 50px 12px 30px;
display: inline-block;
letter-spacing: 1px;
text-decoration: none;
position: relative;
border: 2px solid var(--primary-color);
text-align: center;
}
a.btn-readmore:before,
.btn-cta:before,
a.btn-readmore:after,
.btn-cta:after {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
background-repeat: no-repeat;
width: 13px;
height: 20px;
position: absolute;
right: 30px;
top: 13px;
vertical-align: middle;
background-position: center;
}
a.btn-readmore:hover:before,
.btn-cta:hover:before,
a.btn-readmore:hover:after,
.btn-cta:hover:after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%239cbe9c" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
}
a.btn-readmore:hover,
.btn-cta:hover {
background-color: transparent;
color: var(--primary-color);
}
a.btn {
display: inline-block;
vertical-align: middle;
font-size: 0.6666em;
font-weight: 700;
color: #fff;
background: var(--primary-color);
padding: 15px 30px;
border: 2px solid var(--primary-color);
border-radius: 50px;
letter-spacing: 1px;
text-decoration: none;
text-align: center;
}
a.btn:hover {
background: transparent;
color: var(--primary-color);
}
a.btn.btn-transparent {
background: transparent;
color: var(--primary-color);
}
a.btn.btn-transparent:hover {
background: var(--primary-color);
color: #fff;
}
a.btn svg {
margin-left: 10px;
font-size: 1.112em;
vertical-align: middle;
}
a.btn+a.btn {
margin-left: 20px;
}
.sub-title {
display: block;
font-size: 0.778em;
font-weight: 600;
color: var(--primary-color);
}
#secondary span.sub-title,
.site-footer span.sub-title {
display: none;
}
.page-header .sub-title {
color: #fff;
letter-spacing: 1px;
margin-bottom: 15px;
}
.sub-title:empty,
.widget_text .textwidget:empty {
display: none;
}
.section-title,
section[class*="-section"] .widget_text .widget-title {
margin-top: 0;
margin-bottom: 0;
padding-bottom: 0;
font-size: 2em;
font-family: var(--secondary-font);
font-weight: 400;
}
section[class*="-section"] .widget_text .widget-title:after {
display: none;
}
section[class*="-section"] .section-desc,
section[class*="-section"] .widget_text .textwidget {
font-size: 1.112em;
max-width: 700px;
margin: 20px auto 0 auto;
}
.entry-meta {
font-size: 0.6666em;
text-transform: uppercase;
font-weight: 600;
margin-top: 10px;
}
.entry-meta>span {
display: inline-block;
vertical-align: middle;
position: relative;
margin-right: 35px;
}
.entry-meta>span:last-child {
margin-right: 0;
}
.entry-meta>span::after {
content: "";
background: #F0F0F0;
position: absolute;
top: 6px;
right: -22px;
width: 6px;
height: 6px;
border-radius: 100%;
}
.entry-meta>span:last-child::after {
display: none;
}
.entry-meta>span svg {
width: 18px;
height: 18px;
vertical-align: middle;
margin-right: 5px;
}
.entry-meta>span a {
color: #999596;
display: inline-block;
vertical-align: middle;
}
.entry-meta>span a:hover {
color: var(--primary-color);
}
.entry-content p {
margin-top: 0;
margin-bottom: 20px; }
.entry-content p:last-child {
margin-bottom: 0;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
margin-top: 0;
}
header.page-header {
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding-top: 90px;
padding-bottom: 60px;
margin-bottom: 80px;
z-index: 1;
text-align: center;
}
header.page-header::after {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.page-header .page-title {
color: #fff;
font-size: 2.6665em;
font-family: var(--secondary-font);
font-weight: 400;
margin-top: 0;
margin-bottom: 20px;
}
.archive .page-header .archive-description {
color: rgba(255, 255, 255, 0.8);
max-width: 768px;
margin: 0 auto;
}
.archive .page-header .archive-description p {
margin-bottom: 0;
margin-top: 20px;
}
#crumbs {
font-size: 0.7778em;
color: #fff;
}
#crumbs a {
color: #fff;
margin-right: 5px;
-webkit-transition: ease 0.2s;
transition: ease 0.2s;
}
#crumbs a:hover {
text-decoration: none;
color: var(--primary-color);
}
#crumbs .separator {
margin-right: 5px;
line-height: 1;
display: inline-block;
vertical-align: middle;
}
#crumbs .current a {
color: var(--primary-color);
pointer-events: none;
}
.showing-result {
font-size: 0.7778em;
font-weight: 600;
color: #999596;
margin-bottom: 20px;
}
.cat-tags h5 {
margin: 0 0 5px 0;
font-size: 0.5556em;
color: var(--primary-color);
letter-spacing: 1px;
font-weight: 600;
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
}
.cat-tags a {
display: inline-block;
vertical-align: middle;
font-weight: 700;
margin: 0 0 5px 3px;
letter-spacing: 1px;
font-size: 0.5556em;
text-transform: uppercase;
color: #fff;
background: #262525;
border-radius: 3px;
padding: 2px 7px;
text-decoration: none;
}
.cat-tags a:hover {
background: var(--primary-color);
color: #fff;
}
.entry-footer>span {
display: inline-block;
vertical-align: middle;
}
.entry-footer span+.edit-link {
margin-left: 20px;
}
.edit-link a {
text-transform: uppercase;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
background: var(--primary-color);
color: #fff;
padding: 0px 10px;
display: inline-block;
vertical-align: middle;
border-radius: 4px;
border: 1px solid var(--primary-color);
text-decoration: none;
}
.entry-footer span.cat-tags+.edit-link a {
margin-bottom: 5px;
}
.edit-link a:hover {
background: none;
color: var(--primary-color);
}
.edit-link a:focus {
outline-color: #000;
}
.widget .widget-title {
margin-top: 0;
font-size: 1em;
font-family: 'Marcellus';
font-weight: 400;
position: relative;
margin-bottom: 20px;
padding-bottom: 10px;
}
#secondary .widget .widget-title {
text-align: left;
}
.widget .widget-title::after {
content: "";
background: -webkit-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent 50%);
background: -moz-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent 50%);
background: -ms-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent 50%);
background: -o-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent 50%);
background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent 50%);
height: 2px;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul ul {
margin-top: 12px;
margin-left: 15px;
}
.widget ul li a {
color: var(--font-color);
text-decoration: none;
}
.widget ul li a:hover {
color: var(--primary-color);
}
.widget_rss .widget-title a.rsswidget {
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.woocommerce .site-content .page-header .container {
display: flex;
flex: 1;
flex-direction: column;
}
.woocommerce .site-content .page-header .archive-description {
order: 2;
color: rgba(255, 255, 255, 0.75);
}
.woocommerce .site-content .page-header .archive-description p {
margin-top: 0;
margin-bottom: 20px;
}
.woocommerce .site-content .page-header .archive-description p:last-child {
margin-bottom: 0;
}
.home.page .page-header {
display: none;
}
.home.page #primary,
.home.page #secondary {
margin-top: 60px;
}
.fallback-svg {
vertical-align: top;
} .sticky-t-bar .close {
background: none;
border: none;
padding: 0;
min-height: auto;
position: absolute;
top: 10px;
right: 5%;
width: 25px;
height: 25px;
z-index: 999;
cursor: pointer;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.admin-bar .sticky-t-bar .close {
top: 50px;
}
.admin-bar .sticky-t-bar:not(.active) .close {
top: 32px;
}
.sticky-t-bar .close::before,
.sticky-t-bar .close::after {
content: "";
background: #000000;
width: 15px;
height: 2px;
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 {
background: var(--primary-color);
top: 0;
}
.sticky-t-bar:not(.active) .close::before,
.sticky-t-bar:not(.active) .close::after {
width: 10px;
left: -6px;
}
.sticky-t-bar:not(.active) .close::after {
left: 0;
right: -6px;
}
.sticky-bar-content.notification-enabled {
text-align: center;
background: var(--primary-color);
color: #fff;
padding: 10px 0;
}
.sticky-bar-content.notification-enabled a {
display: inline-block;
margin-left: 5px;
color: #fff;
text-decoration: underline;
}
.sticky-bar-content.notification-enabled a:hover {
text-decoration: none;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper {
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: 0 auto;
padding: 10px 10%;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper .text-holder {
margin-bottom: 0;
padding-right: 20px;
text-align: right;
display: flex;
flex-direction: column;
flex: 1;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper h3 {
font-size: 1.1112em;
margin-top: 0;
margin-bottom: 0;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper .text-holder span {
font-size: 0.8888em;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form {
display: flex;
flex-wrap: wrap;
text-align: left;
flex: 1.5;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input {
width: auto;
margin-bottom: 0;
margin-top: 0;
height: 40px;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="text"] {
border: none;
margin-right: 5px;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
width: 60%;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"]+input[name="subscribe-email"] {
width: auto;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form label {
width: 100%;
order: 5;
margin-top: 10px;
}
.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
flex: 1;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="checkbox"] {
width: auto;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form label .text {
text-align: left;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
margin-top: 0 !important;
min-height: 40px;
padding: 5px 20px;
border-radius: 5px;
background: #fff;
border: 1px solid #fff;
box-shadow: none;
color: #333;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover {
background: none;
color: #fff;
} .comments-area {
margin-top: 60px;
padding-top: 60px;
border-top: 1px solid #F0F0F0;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
margin-top: 0;
margin-bottom: 30px;
font-size: 1.112em;
font-family: 'Marcellus';
font-weight: 400;
text-transform: uppercase;
}
.comments-area .comments-title span,
.comment-respond .comment-reply-title span {
display: inline-block;
position: relative;
padding-bottom: 10px;
}
.comments-area .comments-title span:after,
.comment-respond .comment-reply-title span::after {
content: "";
background: -webkit-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: -moz-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: -ms-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: -o-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
width: 100%;
height: 2px;
position: absolute;
top: 100%;
left: 0;
}
.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 #F0F0F0;
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 .comment-body .comment-author::before {
content: "";
border: 3px solid rgba(240, 240, 240, 0.75);
top: 5px;
left: 0;
position: absolute;
width: 50px;
height: 50px;
border-radius: 100%;
z-index: 1;
}
.comments-area .bypostauthor>.comment-body .comment-author::after {
content: "";
background: url(//www.amanda.med.br/wp-content/themes/blossom-spa-pro/images/check-mark.svg) no-repeat;
position: absolute;
top: 37px;
left: 32px;
width: 20px;
height: 21px;
z-index: 1;
}
.comment-body img.avatar {
position: absolute;
top: 5px;
left: 0;
width: 50px;
height: 50px;
border-radius: 100%;
}
.comment-body b.fn {
font-weight: 700;
font-size: 0.8888em;
text-transform: capitalize;
margin-bottom: 0;
display: block;
}
.comment-author a {
text-decoration: none;
color: #262525;
}
.comment-author a:hover {
color: var(--primary-color);
}
.comment-body b.fn span.says {
display: none;
}
.comment-body .comment-metadata {
font-size: 0.6666em;
color: #999;
}
.comment-metadata a {
color: #999596;
}
.comment-metadata a:hover {
color: var(--primary-color);
}
.comment-body .comment-awaiting-moderation {
font-size: 0.7778em;
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: #212127;
font-size: 0.7778em;
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" viewBox="0 0 512 512"><path fill="%23000" d="M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z"></path></svg>');
background-repeat: no-repeat;
width: 15px;
height: 20px;
position: absolute;
top: 5px;
left: 0;
}
.comment-body .comment-content {
font-size: 0.8888em;
font-weight: 400;
}
.comment-body .comment-content p {
margin-top: 5px;
margin-bottom: 20px;
}
.comments-area .comment-list+.comment-respond,
.comments-area .comment-body+.comment-respond {
margin-top: 60px;
padding-top: 60px;
border-top: 1px solid #F0F0F0;
}
.comment-respond .comment-reply-title a {
display: inline-block;
font-size: 0.7778em;
margin-left: 10px;
color: #212127;
vertical-align: middle;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
}
.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;
}
.comment-respond .comment-form p:not(.comment-form-cookies-consent) label {
display: none;
}
.comment-respond .comment-form p.comment-form-cookies-consent {
position: relative;
}
.comment-respond .comment-form p.comment-form-cookies-consent label {
font-size: 0.888em;
color: #262525;
padding-left: 25px;
position: relative;
cursor: pointer;
display: block;
}
.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: 16px;
height: 16px;
border: 1px solid #F0F0F0;
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: 7px;
left: 0;
border-radius: 3px;
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: var(--primary-color);
background-color: var(--primary-color);
background-size: 10px;
}
.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"] {
position: absolute;
top: 11px;
left: 1px;
opacity: 0;
visibility: hidden;
}
.comment-form p.form-submit {
margin-bottom: 0;
margin-top: 30px;
} .navigation.pagination .nav-links {
text-align: center;
}
.navigation.pagination .page-numbers {
display: inline-block;
width: 48px;
height: 48px;
line-height: 44px;
text-align: center;
border: 2px solid #F0F0F0;
border-radius: 100%;
text-decoration: none;
text-transform: uppercase;
color: #000;
font-size: 0.888em;
font-weight: 600;
margin: 5px 3px;
vertical-align: middle;
letter-spacing: 1px;
}
.navigation.pagination .page-numbers.dots {
border: none;
}
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
width: auto;
border-radius: 40px;
padding-left: 30px;
padding-right: 30px;
font-size: 0.6666em;
letter-spacing: 1px;
float: left;
position: relative;
}
.navigation.pagination .page-numbers.prev {
padding-left: 55px;
}
.navigation.pagination .page-numbers.next {
float: right;
padding-right: 55px;
}
.navigation.pagination .page-numbers.prev::before,
.navigation.pagination .page-numbers.next::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="currentColor" 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>');
background-repeat: no-repeat;
width: 15px;
height: 15px;
position: absolute;
top: 14px;
left: 30px;
}
.navigation.pagination .page-numbers.next::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="currentColor" 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>');
left: auto;
right: 30px;
}
.navigation.pagination .page-numbers.prev: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>');
}
.navigation.pagination .page-numbers.next: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>');
}
.navigation.pagination .page-numbers:not(.dots):hover,
.navigation.pagination .page-numbers.current:not(.dots) {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
}
.posts-navigation .nav-links a {
display: inline-block;
vertical-align: middle;
border: 2px solid #f0f0f0;
border-radius: 40px;
padding: 12px 25px 12px 40px;
font-size: 0.6666em;
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 svg {
position: absolute;
top: 14px;
left: 20px;
font-size: 1.333em;
}
.posts-navigation .nav-links .nav-next a svg {
left: auto;
right: 20px;
}
#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: 40px;
padding: 15px 30px;
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;
}
.post-navigation {
border-top: 1px solid #F0F0F0;
padding-top: 60px;
margin-top: 60px;
margin-bottom: 0;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
content: "";
display: table;
}
.post-navigation .nav-links:after {
clear: both;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
position: relative;
}
.post-navigation .nav-previous a {
display: block;
position: relative;
padding-left: 30px;
text-decoration: none;
color: #262525;
font-family: 'Marcellus';
font-size: 1em;
font-weight: 400;
}
.post-navigation .nav-next a {
position: relative;
display: inline-block;
padding-right: 30px;
text-decoration: none;
color: #262525;
font-family: 'Marcellus';
font-size: 1em;
font-weight: 400;
}
.post-navigation .nav-links .post-img {
position: absolute;
bottom: calc(100% - 20px);
left: 30px;
background: #fff;
border-radius: 5px;
padding: 15px;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
width: 260px;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.post-navigation .nav-links .nav-next .post-img {
left: auto;
right: 30px;
}
.post-navigation .nav-links a:hover+.post-img {
bottom: 100%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.post-navigation a .meta-nav {
display: block;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
color: #CCC6C8;
font-family: var(--primary-font);
}
.post-navigation a .meta-nav svg {
font-size: 1.333em;
font-weight: 400;
vertical-align: middle;
margin-right: 10px;
position: absolute;
top: 7px;
left: 0;
width: 14px;
}
.post-navigation .nav-next a .meta-nav svg {
margin-right: 0;
margin-left: 10px;
left: auto;
right: 0;
}
.post-navigation a .post-title {
font-size: 1em;
font-weight: 400;
margin-bottom: 0; display: block;
line-height: 1.3;
margin-top: 5px;
}
.post-navigation .nav-next a .post-title {
float: right;
}
.post-navigation a:hover>.post-title {
color: var(--primary-color);
} #primary {
margin-bottom: 80px;
}
.centered #primary {
max-width: 768px;
margin-left: auto;
margin-right: auto;
}
.rightsidebar #primary {
float: left;
width: 71%;
padding-right: 64px;
}
.leftsidebar #primary {
float: right;
width: 71%;
padding-left: 64px;
}
#secondary {
float: left;
width: 29%;
margin-bottom: 80px;
} .back-to-top {
padding: 0;
font-size: 1em;
position: fixed;
bottom: 20px;
right: 0;
width: 50px;
height: 50px;
line-height: 44px;
background: #fff;
text-align: center;
border-radius: 100%;
cursor: pointer;
opacity: 0;
visibility: hidden;
z-index: 999;
border: 3px solid rgba(var(--primary-color-rgb), 0.5);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
color: #000000;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.back-to-top.show {
right: 20px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.back-to-top:hover {
background: var(--primary-color);
color: #fff;
border-color: rgba(255, 255, 255, 0.5);
} .header-main {
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: center;
justify-content: flex-end;
padding: 33px 0;
}
.header-main .site-branding {
display: flex;
flex: auto;
flex-direction: column;
align-items: flex-start;
}
.site-header .header-main .second-custom-logo-link,
.site-branding a+.site-title,
.site-branding a+.site-title+.site-description,
.sticky-header .site-branding .custom-logo-link {
display: none;
}
.site-header .site-branding.has-logo-text {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.site-header.header-six .site-branding.has-logo-text,
.site-header.header-six .site-branding.has-logo-text {
flex-direction: column;
align-items: flex-start;
text-align: center;
}
.site-header.header-six .site-branding.has-logo-text .custom-logo-link,
.site-header.header-six .site-branding.has-logo-text .custom-logo-link {
margin: 0 auto;
}
.site-header .site-branding.has-logo-text .site-title-wrap {
padding-left: 15px;
}
.site-header.header-six .site-branding.has-logo-text .site-title-wrap,
.site-header.header-seven .site-branding.has-logo-text .site-title-wrap {
padding-left: 0;
}
.site-branding .site-title {
font-family: var(--secondary-font);
font-weight: 400;
font-size: 1.6667em;
margin: 0;
}
.site-branding .site-title a {
text-decoration: none;
}
.site-branding .site-description {
margin: 0;
font-size: 0.8888em;
}
.header-contact {
display: flex;
flex: auto;
flex-direction: row;
white-space: nowrap;
align-items: center;
}
.header-main .header-contact {
justify-content: flex-end;
}
.header-contact .contact-block {
position: relative;
border-left: 1px solid rgba(0, 0, 0, 0.1);
padding-left: 75px;
margin-left: 30px;
}
.header-contact .contact-block:first-child {
border-left: none;
margin-left: 0;
padding-left: 45px;
}
.header-contact .contact-block a {
color: var(--font-color);
}
.header-contact .contact-block>svg {
width: 36px;
position: absolute;
top: 60%;
left: 30px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.header-contact .contact-block:first-child>svg {
left: 0;
}
.header-contact .contact-block .title {
font-size: 0.6666em;
font-weight: 600;
color: #999596;
}
.header-contact .contact-block .content {
margin: 0;
font-size: 0.8888em;
font-weight: 700;
line-height: 1.3;
}
.site-header .cart a {
font-size: 0.8888em;
color: #fff;
position: relative;
width: 45px;
height: 45px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.site-header .header-social+.cart a {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.site-header .cart a:hover {
background: rgba(255, 255, 255, 0.1);
}
.site-header .cart a .count {
position: absolute;
top: 7px;
right: 7px;
width: 15px;
height: 15px;
background: #fff;
color: initial;
text-align: center;
line-height: 14px;
border-radius: 100%;
font-size: 0.6666em;
font-weight: 700;
border: 1px solid var(--primary-color);
} header.site-header>.container {
position: relative;
padding-bottom: 34px;
}
.nav-wrap {
background: var(--primary-color);
border-radius: 5px;
padding: 10px;
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: flex-end;
position: absolute;
top: calc(100% - 34px);
left: 0;
right: 0;
z-index: 999;
}
.nav-wrap .main-navigation {
display: flex;
flex: auto;
align-items: center;
}
.main-navigation button.toggle-btn {
display: none;
}
.nav-wrap ul {
margin: 0;
padding: 0;
list-style: none;
}
.main-navigation ul li {
display: inline-block;
vertical-align: middle;
font-size: 0.778em;
text-transform: uppercase;
font-weight: 600;
position: relative;
margin-right: 20px;
margin-left: 20px;
}
.main-navigation ul li a {
color: #fff;
display: inline-block;
border-bottom: 3px solid transparent;
text-decoration: none;
}
.main-navigation ul li a:after {
content: "";
background: rgba(255, 255, 255, 0.5);
width: 0%;
height: 3px;
position: absolute;
top: 100%;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.main-navigation ul li:hover>a:after,
.main-navigation ul li.current-menu-item>a:after,
.main-navigation ul li.current_page_items a:after {
width: 100%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.main-navigation ul li ul {
position: absolute;
top: calc(100% + 10px);
left: 0;
background: #fff;
width: 230px;
opacity: 0;
clip: rect(1px, 1px, 1px, 1px);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
z-index: 9999;
}
.main-navigation ul li ul ul {
left: 100%;
top: 10px;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focused>ul {
top: calc(100% + 3px);
opacity: 1;
filter: alpha(opacity=100);
clip: unset;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focused>ul {
top: 0;
}
.main-navigation ul ul li {
font-size: 1em;
font-weight: 700;
display: block;
margin-right: 0;
margin-left: 0;
}
.main-navigation ul ul li a {
padding: 15px 20px;
margin: 0;
border-bottom: 1px solid #E0E0E0;
width: 100%;
color: #262525;
}
.main-navigation ul ul li:last-child>a {
border-bottom: none;
}
.main-navigation ul ul li:hover>a,
.main-navigation ul ul li.current-menu-item>a,
.main-navigation ul ul li.current_page_items a {
background: var(--primary-color);
color: #fff;
}
.main-navigation ul ul li a:after {
display: none;
}
.main-navigation ul li.menu-item-has-children {
padding-right: 15px;
}
.main-navigation ul ul li.menu-item-has-children {
padding-right: 0;
}
.main-navigation ul ul li.menu-item-has-children>a {
padding-right: 30px;
}
.main-navigation ul li span {
position: absolute;
top: 5px;
right: 0;
color: #fff;
font-size: 0.6666em;
}
.main-navigation ul ul li span {
color: #262525;
font-size: 0.888em;
top: 19px;
width: 20px;
display: block;
text-align: center;
height: 20px;
line-height: 20px;
right: 5px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.main-navigation ul ul li:hover>span,
.main-navigation ul ul li.current-menu-item>span,
.main-navigation ul ul li.current_page_items span {
color: #fff;
}
.social-list li {
display: inline-block;
vertical-align: middle;
font-size: 0.8888em;
}
.header-social .social-list li a {
color: var(--font-color);
border-left: 1px solid rgba(255, 255, 255, 0.1);
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
}
.nav-wrap .header-social .social-list li a {
color: #fff;
}
.nav-wrap .header-social .social-list li a:hover,
.nav-wrap .header-search:hover {
background: rgba(255, 255, 255, 0.1);
}
.header-search {
display: inline-block;
vertical-align: middle;
line-height: 0;
padding: 0;
box-shadow: none;
border-radius: 0;
background: none;
border: none;
}
.nav-wrap .nav-right {
display: flex;
flex: 1;
white-space: nowrap;
justify-content: flex-end;
align-items: center;
}
.header-search>svg {
width: 45px;
height: 45px;
text-align: center;
line-height: 35px;
border-left: 1px solid rgba(255, 255, 255, 0.2);
padding: 0px 15px;
cursor: pointer;
}
.site-header {
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.search-active .site-header {
margin-top: 55px;
}
.search-form-wrap {
background: var(--primary-color);
padding: 5px 0;
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
}
.site-header.header-three .search-form-wrap {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.admin-bar.search-active .search-form-wrap {
top: 32px;
}
.search-form-wrap .search-form-inner {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
position: relative;
padding-right: 40px;
}
.search-form-wrap .search-form input[type="search"] {
background: none;
border-radius: 0;
border: none;
color: #fff;
text-transform: uppercase;
font-size: 0.778em;
font-weight: 700;
letter-spacing: 1px;
}
.search-form-wrap .search-form input[type="search"]::-webkit-input-placeholder { color: #fff;
}
.search-form-wrap .search-form input[type="search"]::-moz-placeholder { color: #fff;
}
.search-form-wrap .search-form input[type="search"]:-ms-input-placeholder { color: #fff;
}
.search-form-wrap .search-form input[type="search"]:-moz-placeholder { color: #fff;
}
.search-form-wrap .search-form input[type="submit"] {
display: none;
}
.search-form-wrap .close {
position: absolute;
top: 15px;
right: 0;
}
.close {
display: inline-block;
width: 15px;
height: 15px;
position: relative;
cursor: pointer;
background: none;
border: none;
border-radius: 0;
box-shadow: none;
padding: 0;
}
.close:before,
.close:after {
content: "";
background: #fff;
width: 100%;
height: 2px;
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;
}
.close:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.close:hover:before,
.close:hover:after {
background: #f00;
} .header-two .header-t {
border-bottom: 1px solid #F0F0F0;
padding: 10px 0;
}
.header-two .header-t .container,
.header-three .header-t .container,
.header-four .header-t .container,
.header-five .header-t .container {
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: center;
}
.header-two .header-contact .contact-block svg,
.header-three .header-contact .contact-block svg,
.header-four .header-contact .contact-block svg,
.header-five .header-contact .contact-block svg {
position: static;
width: 16px;
float: left;
margin-right: 7px;
display: inline-block;
vertical-align: middle;
margin-top: 10px;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
.header-two .header-contact .contact-block:first-child {
padding-left: 0;
}
.header-two .header-contact .contact-block {
padding-left: 30px;
margin-left: 0;
padding-right: 30px;
display: inline-block;
vertical-align: middle;
}
.header-two .header-contact .contact-block .title {
font-size: 0.7222em;
vertical-align: middle;
}
.header-two .header-contact .contact-block .content,
.header-three .header-contact .contact-block .content {
font-size: 0.7778em;
}
.header-two .header-contact .contact-block svg path.phb,
.header-two .header-contact .contact-block svg path.emb,
.header-two .header-contact .contact-block svg path.clkb {
fill: var(--primary-color);
}
.header-two .header-contact {
display: block;
white-space: normal;
}
ul.social-list {
margin: 0;
padding: 0;
list-style: none;
}
.header-two .header-social .social-list li,
.header-three .header-social .social-list li,
.header-four .header-social .social-list li,
.header-five .header-social .social-list li {
font-size: 0.888em;
}
.header-two .header-social .social-list li a,
.header-three .header-social .social-list li a,
.header-four .header-social .social-list li a,
.header-five .header-social .social-list li a {
width: auto;
height: auto;
line-height: normal;
padding-left: 15px;
border-left: none;
}
.header-two .header-social .social-list li a:hover {
color: var(--primary-color);
}
.site-header.header-two .cart a {
width: auto;
height: auto;
color: inherit;
padding-top: 0px;
padding-right: 10px;
display: inline-block;
}
.site-header.header-two .header-social+.cart a {
border-left-color: rgba(0, 0, 0, 0.1);
padding-left: 10px;
margin-left: 10px;
}
.site-header.header-two .cart a:hover {
background: none;
color: var(--primary-color);
}
.site-header.header-two .cart a .count {
top: 0;
right: 0;
}
.header-two .header-main .nav-wrap {
position: static;
background: none;
border-radius: 0;
padding: 0;
flex: auto;
}
.header-two .header-main .container {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: flex-end;
}
.header-two .nav-wrap .main-navigation {
justify-content: flex-end;
}
.header-two .main-navigation ul.nav-menu>li:last-child ul,
.header-two .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul,
.header-two .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul {
left: auto;
right: 0;
}
.header-two .main-navigation ul.nav-menu>li:last-child ul ul,
.header-two .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul ul,
.header-two .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul ul {
left: auto;
right: 100%;
}
.header-two .main-navigation ul li a,
.header-two .main-navigation ul li span {
color: #262525;
}
.header-two .main-navigation ul li a:after {
background: var(--primary-color);
top: -47px;
}
.header-two .header-search>svg {
border-left-color: rgba(0, 0, 0, 0.1);
height: 30px;
line-height: 30px;
}
.header-two .header-search>svg path.sea {
fill: #262525;
} .search-form-wrap.active+.header-three .header-t {
border-top: 1px solid #fff;
}
.header-three .header-t {
background: var(--primary-color);
padding: 10px 0;
}
.header-three .header-contact .contact-block,
.header-four .header-contact .contact-block,
.header-five .header-contact .contact-block {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
justify-self: center;
padding-left: 0;
border-left: none;
}
.header-three .header-contact .contact-block a {
color: #fff;
}
.header-three .header-contact .contact-block svg,
.header-four .header-contact .contact-block svg {
width: 20px;
margin-top: 0;
}
.header-three .header-contact .contact-block svg path.phb,
.header-three .header-contact .contact-block svg path.emb,
.header-three .header-contact .contact-block svg path.clkb {
fill: #fff;
}
.header-three .header-contact .contact-block .content,
.header-four .header-contact .contact-block .content,
.header-five .header-contact .contact-block .content {
line-height: 1.8;
color: #fff;
font-weight: 400;
}
.header-three .header-social .social-list li a {
color: #fff;
border-left: none;
}
.header-three .header-social .social-list li a:hover {
color: rgba(255, 255, 255, 0.65);
}
.site-header.header-three .cart a {
width: auto;
height: auto;
padding-top: 0px;
padding-right: 10px;
display: inline-block;
}
.site-header.header-three .header-social+.cart a {
padding-left: 10px;
margin-left: 10px;
}
.site-header.header-three .cart a:hover {
background: none;
color: rgba(255, 255, 255, 0.65);
}
.site-header.header-three .cart a .count {
top: 0;
right: 0;
}
.site-header.header-three .cart a:hover .count {
background: rgba(255, 255, 255, 0.7);
}
.header-three .header-main .site-branding {
text-align: center;
}
.header-three .main-navigation ul li a:after {
background: var(--primary-color);
top: auto;
bottom: 0;
}
.header-three .nav-wrap {
position: static;
padding: 0;
border-radius: 0;
background: none;
border-top: 1px solid rgba(0, 0, 0, 0.1);
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-three .nav-wrap .container {
text-align: center;
}
.header-three .nav-wrap .main-navigation,
.header-three .nav-wrap .nav-right {
display: inline-block;
}
.header-three .main-navigation ul.nav-menu>li:last-child ul,
.header-three .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul,
.header-three .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul {
left: auto;
right: 0;
}
.header-three .main-navigation ul.nav-menu>li:last-child ul ul,
.header-three .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul ul,
.header-three .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul ul {
left: auto;
right: 100%;
}
.header-three .main-navigation ul.nav-menu>li>a {
color: #262525;
padding: 20px 0;
}
.header-three .main-navigation ul li span {
color: #262525;
top: 24px;
}
.header-three .main-navigation ul ul li span {
top: 20px;
}
.header-three .main-navigation ul li ul {
top: 100%;
text-align: left;
}
.header-three .header-search>svg {
border-left-color: rgba(0, 0, 0, 0.1);
padding: 0 14px;
}
.header-three .header-search:hover>svg path.sea {
fill: var(--primary-color);
}
.header-three .header-search>svg path.sea {
fill: #262525;
} .header-four .header-t,
.header-five .header-t {
background: #F0F0F0;
padding: 10px 0;
}
.header-four .header-contact .contact-block .content {
color: var(--font-color);
}
.header-four .header-contact .contact-block svg path.phb,
.header-four .header-contact .contact-block svg path.emb,
.header-four .header-contact .contact-block svg path.clkb,
.header-five .header-contact .contact-block svg path.phb,
.header-five .header-contact .contact-block svg path.emb,
.header-five .header-contact .contact-block svg path.clkb {
fill: var(--font-color);
}
.header-four .header-social .social-list li a:hover,
.header-five .header-social .social-list li a:hover {
color: var(--primary-color);
}
.site-header.header-four .cart a {
width: auto;
height: auto;
display: inline-block;
padding-right: 10px;
color: inherit;
}
.site-header.header-four .header-social+.cart a {
padding-left: 10px;
margin-left: 10px;
border-left-color: rgba(0, 0, 0, 0.1);
}
.site-header.header-four .cart a:hover {
background: none;
color: var(--primary-color);
}
.site-header.header-four .cart a .count {
top: 0;
right: 0;
border-color: rgba(0, 0, 0, 0.3);
background: #F0F0F0;
}
.header-four .header-main .container {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: flex-end;
align-items: center;
}
.header-four .header-main .nav-wrap {
position: static;
flex: auto;
padding: 0;
border-radius: 0;
background: none;
}
.header-four .main-navigation ul li {
margin-left: 15px;
margin-right: 15px;
}
.header-four .main-navigation ul.nav-menu>li:last-child ul,
.header-four .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul,
.header-four .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul {
left: auto;
right: 0;
}
.header-four .main-navigation ul.nav-menu>li:last-child ul ul,
.header-four .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul ul,
.header-four .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul ul {
left: auto;
right: 100%;
}
.header-four .main-navigation ul ul li {
margin-left: 0;
margin-right: 0;
}
.header-four .main-navigation ul li a {
color: #262525;
padding-left: 5px;
padding-right: 5px;
}
.header-four .main-navigation ul ul li a {
padding-left: 20px;
padding-right: 20px;
}
.header-four .main-navigation ul li a:after {
background: rgba(0, 0, 0, 0.1);
opacity: 1;
visibility: visible;
width: 100%;
}
.header-four .main-navigation ul li:hover>a:after,
.header-four .main-navigation ul li.current-menu-item>a:after,
.header-four .main-navigation ul li.current_page_items a:after {
background: var(--primary-color);
}
.header-four .header-search>svg {
border-left-color: rgba(0, 0, 0, 0.1);
padding-left: 20px;
padding-right: 0;
line-height: 30px;
height: 40px;
width: 40px;
}
.header-four .header-search>svg path.sea {
fill: #262525;
}
.header-four .header-search:hover>svg path.sea {
fill: var(--primary-color);
}
.header-four .nav-wrap .main-navigation {
justify-content: flex-end;
}
.header-four .main-navigation ul li span {
color: #262525;
font-size: 0.888em;
line-height: 2;
top: 0;
}
.header-four .main-navigation ul ul li span {
top: 18px;
} .header-five .header-contact .contact-block {
align-items: center;
}
.header-five .header-contact .contact-block svg {
width: 20px;
margin-top: 0;
}
.header-five .header-contact .contact-block .content {
font-size: 0.7778em;
font-weight: 600;
color: var(--font-color);
}
.site-header.header-five .cart a {
width: auto;
height: auto;
display: inline-block;
padding-right: 10px;
color: inherit;
}
.site-header.header-five .header-social+.cart a {
padding-left: 10px;
margin-left: 10px;
border-left-color: rgba(0, 0, 0, 0.1);
}
.site-header.header-five .cart a:hover {
background: none;
color: var(--primary-color);
}
.site-header.header-five .cart a .count {
top: 0;
right: 0;
border-color: rgba(0, 0, 0, 0.3);
background: #F0F0F0;
}
.header-five .nav-wrap {
position: static;
border-radius: 0;
padding: 0;
}
.header-five .nav-wrap .main-navigation {
display: inline-block;
vertical-align: middle;
}
.header-five .nav-wrap .nav-right {
display: inline-block;
vertical-align: middle;
}
.header-five .main-navigation ul li {
margin-left: 10px;
margin-right: 10px;
}
.header-five .main-navigation ul.nav-menu>li:last-child ul,
.header-five .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul,
.header-five .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul {
left: auto;
right: 0;
}
.header-five .main-navigation ul.nav-menu>li:last-child ul ul,
.header-five .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul ul,
.header-five .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul ul {
left: auto;
right: 100%;
}
.header-five .main-navigation ul li.menu-item-has-children {
padding-right: 5px;
}
.header-five .main-navigation ul ul li.menu-item-has-children {
padding-right: 0;
}
.header-five .main-navigation ul li a {
height: 60px;
text-align: center;
display: flex;
align-items: center;
padding-left: 10px;
padding-right: 10px;
}
.header-five .main-navigation ul li span {
line-height: 60px;
top: 0;
}
.header-five .main-navigation ul li:hover>ul {
top: 100%;
}
.header-five .main-navigation ul ul li:hover>ul {
top: 0;
}
.header-five .main-navigation ul ul li {
margin-left: 0;
margin-right: 0;
}
.header-five .main-navigation ul ul li span {
line-height: 20px;
top: 20px;
}
.header-five .main-navigation ul li a:after {
top: auto;
bottom: 0;
}
.header-five .nav-right .header-search:hover {
background: none;
opacity: 0.7;
filter: alpha(opacity=70);
}
.header-five .nav-right .header-search>svg {
height: 35px;
padding-left: 27px;
padding-right: 0;
} .search-form-wrap.active+.header-six,
.search-form-wrap.active+.header-seven {
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header-six .header-t,
.header-seven .header-t {
background: var(--primary-color);
padding: 10px 0;
}
.header-six .header-t .container,
.header-seven .header-t .container {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: flex-end;
}
.header-six .header-contact .contact-block,
.header-seven .header-contact .contact-block {
padding-left: 0;
color: #FFF;
border-left: none;
}
.header-six .header-contact .contact-block a,
.header-seven .header-contact .contact-block a {
color: #fff;
}
.header-six .header-contact .contact-block svg,
.header-seven .header-contact .contact-block svg {
position: static;
transform: none;
width: 25px;
display: inline-block;
vertical-align: middle;
}
.header-six .header-contact .contact-block svg .phb,
.header-six .header-contact .contact-block svg .emb,
.header-six .header-contact .contact-block svg .clkb,
.header-seven .header-contact .contact-block svg .phb,
.header-seven .header-contact .contact-block svg .emb,
.header-seven .header-contact .contact-block svg .clkb {
fill: rgba(255, 255, 255, 0.7);
}
.header-six .header-contact .contact-block .content,
.header-seven .header-contact .contact-block .content {
font-size: 0.7778em;
font-weight: 400;
display: inline-block;
vertical-align: middle;
}
.header-six .header-t .nav-right,
.header-seven .header-t .nav-right {
display: flex;
flex: auto;
justify-content: flex-end;
}
.header-six .header-t .header-social,
.header-seven .header-t .header-social {
display: inline-block;
vertical-align: middle;
}
.header-six .header-social .social-list li a,
.header-seven .header-social .social-list li a {
color: #fff;
border-left: none;
width: 40px;
height: 25px;
line-height: 25px;
}
.header-six .header-social .social-list li a:hover,
.header-seven .header-social .social-list li a:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}
.header-six .header-t .social-list li,
.header-seven .header-t .social-list li {
font-size: 0.8888em;
}
.header-six .header-t .header-search>svg,
.header-seven .header-t .header-search>svg {
height: 25px;
line-height: 25px;
padding-right: 0;
padding-left: 15px;
width: 33px;
}
.header-six .header-t .header-search:hover>svg,
.header-seven .header-t .header-search:hover>svg {
opacity: 0.7;
filter: alpha(opacity=70);
}
.site-header.header-six .cart a {
display: inline-block;
width: auto;
height: auto;
padding-right: 10px;
}
.site-header.header-six .header-search-wrap+.cart a,
.site-header.header-six .header-social+.cart a {
border-left: 1px solid rgba(255, 255, 255, 0.2);
padding-left: 15px;
margin-left: 15px;
}
.site-header.header-six .cart a:hover {
background: none;
color: rgba(255, 255, 255, 0.7);
}
.site-header.header-six .cart a .count {
top: 0;
right: 0;
}
.site-header.header-six .cart a:hover .count {
background: rgba(255, 255, 255, 0.7);
}
.header-six .header-main {
position: relative;
padding-bottom: 62px;
}
.header-six .header-main .nav-wrap {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
display: block;
border-radius: 50px;
padding: 0 30px;
top: calc(100% - 31px);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.header-six .header-main .main-navigation {
display: block;
text-align: center;
}
.header-six .header-main .main-navigation a {
height: 65px;
display: flex;
flex: 1;
align-items: center;
padding-left: 20px;
padding-right: 20px;
}
.header-six .nav-wrap .main-navigation ul li a:after {
display: none;
}
.header-six .main-navigation ul li {
margin-left: 0;
margin-right: 0;
padding-right: 0;
}
.header-six .main-navigation ul.nav-menu>li:last-child ul,
.header-six .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul,
.header-six .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul {
left: auto;
right: 0;
}
.header-six .main-navigation ul.nav-menu>li:last-child ul ul,
.header-six .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul ul,
.header-six .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul ul {
left: auto;
right: 100%;
}
.header-six .main-navigation ul li span {
line-height: 50px;
right: 22px;
font-size: 0.778em;
}
.header-six .header-main .main-navigation li.menu-item-has-children>a {
padding-right: 40px;
}
.header-six .header-main .main-navigation li:hover>a,
.header-six .header-main .main-navigation li.current-menu-item>a,
.header-six .header-main .main-navigation li.current_page_item>a {
background: #fff;
color: #252626;
}
.header-six .header-main .main-navigation li:hover>span,
.header-six .header-main .main-navigation li.current-menu-item>span,
.header-six .header-main .main-navigation li.current_page_item>span {
color: #252626;
}
.header-six .nav-wrap .main-navigation ul li ul {
top: 100%;
}
.header-six .nav-wrap .main-navigation ul li ul ul {
top: 0;
}
.header-six .main-navigation ul ul li>span {
line-height: 20px;
right: 0;
top: 23px;
}
.header-six .header-main .main-navigation ul ul li:hover>a,
.header-six .header-main .main-navigation ul ul li.current-menu-item>a,
.header-six .header-main .main-navigation ul ul li.current_page_item>a {
background: var(--primary-color);
color: #fff;
}
.header-six .header-main .main-navigation ul ul li:hover>span,
.header-six .header-main .main-navigation ul ul li.current-menu-item>span,
.header-six .header-main .main-navigation ul ul li.current_page_item>span {
color: #fff;
} .site-header.header-seven .cart a {
display: inline-block;
width: auto;
height: auto;
padding-right: 10px;
}
.site-header.header-seven .header-search-wrap+.cart a,
.site-header.header-seven .header-social+.cart a {
border-left: 1px solid rgba(255, 255, 255, 0.2);
padding-left: 15px;
margin-left: 15px;
}
.site-header.header-seven .cart a:hover {
background: none;
color: rgba(255, 255, 255, 0.7);
}
.site-header.header-seven .cart a .count {
top: 0;
right: 0;
}
.site-header.header-seven .cart a:hover .count {
background: rgba(255, 255, 255, 0.7);
}
.header-seven .header-main {
display: block;
padding-top: 40px;
padding-bottom: 40px;
}
.header-seven .nav-wrap {
background: none;
border-radius: 0;
padding: 0;
position: static;
flex: auto;
}
.header-seven .header-main .container {
display: flex;
flex: 1;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}
.header-seven .header-main .site-branding {
display: inline-block;
vertical-align: middle;
padding: 0 40px;
}
.header-seven .nav-wrap .main-navigation {
display: block;
text-align: center;
}
.header-seven .main-navigation ul li:last-child {
margin-right: 0;
}
.header-seven .main-navigation ul.nav-menu>li:last-child ul,
.header-seven .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul,
.header-seven .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul {
left: auto;
right: 0;
}
.header-seven .main-navigation ul.nav-menu>li:last-child ul ul,
.header-seven .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul ul,
.header-seven .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul ul {
left: auto;
right: 100%;
}
.header-seven .nav-wrap .main-navigation ul li a {
color: #252626;
}
.header-seven .main-navigation ul li a:after {
background: var(--primary-color);
}
.header-seven .main-navigation ul ul {
text-align: left;
}
.header-seven .main-navigation ul ul li:hover>a,
.header-seven .main-navigation ul ul li.current-menu-item>a,
.header-seven .main-navigation ul ul li.current_page_items a {
color: #fff;
}
.header-seven .nav-wrap .main-navigation ul li span {
color: #252626;
}
.header-seven .main-navigation ul ul li:hover>span,
.header-seven .main-navigation ul ul li.current-menu-item>span,
.header-seven .main-navigation ul ul li.current_page_items span {
color: #fff;
} header.site-header.header-eight {
background: var(--primary-color);
}
.header-eight .header-t {
background: #fff;
padding: 10px 0;
}
.header-eight .header-t .container {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: flex-end;
align-items: center;
}
.header-eight .header-t .header-social {
display: flex;
flex: auto;
}
.header-eight .header-t .social-list li {
font-size: 0.8888em;
}
.header-eight .header-t .social-list li a {
border-right: none;
width: 30px;
height: 30px;
line-height: 30px;
text-align: left;
}
.header-eight .header-t .social-list li a:hover {
color: var(--primary-color);
}
.site-header.header-eight .cart+.header-social {
padding-left: 10px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header.header-eight .cart a {
width: auto;
height: auto;
display: inline-block;
padding-right: 20px;
color: inherit;
}
.site-header.header-eight .cart a:hover {
background: none;
color: var(--primary-color);
}
.site-header.header-eight .cart a .count {
top: 0;
right: 10px;
border-color: rgba(0, 0, 0, 0.3);
}
.header-eight .header-t .header-search {
display: flex;
flex: auto;
text-align: right;
justify-content: flex-end;
}
.header-eight .header-t form.search-form {
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.header-eight .header-t form.search-form input.search-submit {
width: 40px;
padding: 0;
height: 30px;
line-height: 35px;
float: left;
border-radius: 0;
border: none;
background: url(//www.amanda.med.br/wp-content/themes/blossom-spa-pro/images/search-blk.svg) no-repeat;
text-indent: 40px;
overflow: hidden;
background-size: 16px;
background-position: center right;
box-shadow: none;
opacity: 0.5;
filter: alpha(opacity=50);
}
.header-eight .header-t form.search-form input.search-submit:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.header-eight .header-t form.search-form label {
width: calc(100% - 40px);
float: left;
}
.header-eight .header-t form.search-form input.search-field {
border: none;
height: 30px;
border-radius: 0;
padding-left: 0;
}
.header-eight .header-main {
padding-top: 30px;
padding-bottom: 35px;
}
.header-eight .site-branding .site-title a {
color: #fff;
}
.header-eight .site-branding .site-description {
color: rgba(255, 255, 255, 0.75);
}
.header-eight .nav-wrap {
background: none;
padding: 0;
top: calc(100% - 37px);
border-radius: 0;
}
.header-eight .nav-wrap .main-navigation ul.nav-menu {
display: flex;
justify-content: center;
flex: 1;
flex-wrap: wrap;
}
.header-eight .nav-wrap .main-navigation ul li {
margin: 0;
font-weight: 700;
padding-right: 0;
}
.header-eight .main-navigation ul.nav-menu>li:last-child ul,
.header-eight .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul,
.header-eight .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul {
left: auto;
right: 0;
}
.header-eight .main-navigation ul.nav-menu>li:last-child ul ul,
.header-eight .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul ul,
.header-eight .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul ul {
left: auto;
right: 100%;
}
.header-eight .nav-wrap .main-navigation ul.nav-menu>li>a {
color: #252626;
height: 75px;
padding-left: 55px;
padding-right: 55px;
display: flex;
flex: auto;
align-items: center;
justify-content: center;
border-right: 1px solid rgba(0, 0, 0, 0.1);
background: #fff;
overflow: hidden;
border-bottom: 5px solid transparent;
}
.header-eight .nav-wrap .main-navigation ul.nav-menu>li:first-child>a {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.header-eight .nav-wrap .main-navigation ul.nav-menu>li:last-child>a {
border-right: none;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.header-eight .nav-wrap .main-navigation {
display: block;
text-align: center;
}
.header-eight .nav-wrap .main-navigation ul li span {
color: #252626;
line-height: 55px;
right: 32px;
font-size: 0.8888em;
}
.header-eight .nav-wrap .main-navigation ul ul li:hover>span,
.header-eight .nav-wrap .main-navigation ul ul li.current-menu-item>span,
.header-eight .nav-wrap .main-navigation ul ul li.current_page_items span {
color: #fff;
}
.header-eight .nav-wrap .main-navigation ul li:hover>a,
.header-eight .nav-wrap .main-navigation ul li.current-menu-item>a,
.header-eight .nav-wrap .main-navigation ul li.current_page_item>a {
background: #f0f0f0;
border-bottom-color: var(--primary-color);
}
.header-eight .nav-wrap .main-navigation ul li a:after {
display: none;
}
.header-eight .nav-wrap .main-navigation ul li ul {
text-align: left;
}
.header-eight .nav-wrap .main-navigation ul ul li {
float: none;
}
.header-eight .nav-wrap .main-navigation ul ul li a {
height: auto;
padding: 20px;
}
.header-eight .nav-wrap .main-navigation ul ul li:hover>a,
.header-eight .nav-wrap .main-navigation ul ul li.current-menu-item>a,
.header-eight .nav-wrap .main-navigation ul ul li.current_page_item>a {
background: var(--primary-color);
border-bottom-width: 1px;
}
.header-eight .main-navigation ul ul li>span {
right: 5px;
line-height: 20px;
top: 22px;
}
.header-eight .nav-wrap .main-navigation ul li:hover>ul {
top: 100%;
}
.header-eight .nav-wrap .main-navigation ul ul li:hover>ul {
top: 0;
}
.header-eight .header-contact .contact-block {
border-left-color: rgba(255, 255, 255, 0.2);
}
.header-eight .header-contact .contact-block a {
color: #fff;
}
.header-eight .header-contact .contact-block svg path.phb,
.header-eight .header-contact .contact-block svg path.emb,
.header-eight .header-contact .contact-block svg path.clkb {
fill: rgba(255, 255, 255, 0.7);
}
.header-eight .header-contact .contact-block .title {
color: rgba(255, 255, 255, 0.7);
}
.header-eight .header-contact .contact-block .content {
color: #fff;
} .customize-partial-edit-shortcut button svg {
margin: auto !important;
}
.sticky-header {
background: var(--primary-color);
position: fixed;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
flex: 1;
flex-flow: row wrap;
padding: 10px 5%;
z-index: 9999;
border-bottom: 1px solid #fff;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.search-active .sticky-header {
padding-top: 65px;
}
.custom-background .sticky-header {
width: 1300px;
margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}
.header-sticky .search-form-wrap.active+.site-header .sticky-header {
top: 61px;
}
.admin-bar .sticky-header {
top: 32px;
}
.header-sticky .sticky-header {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
visibility: visible;
}
.header-sticky .search-form-wrap {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 99999;
border-bottom: 1px solid #fff;
}
.admin-bar.header-sticky .search-form-wrap {
top: 32px;
}
.sticky-header .site-branding { display: flex;
flex: 1;
}
.header-sticky .site-branding .site-title a {
color: #fff;
}
.header-sticky .site-branding .site-description {
color: rgba(255, 255, 255, 0.75);
}
.sticky-header .main-navigation { text-align: center;
display: flex;
flex: 2;
justify-content: center;
}
.sticky-header .main-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.sticky-header .main-navigation ul li {
line-height: 1.2;
}
.sticky-header .main-navigation ul li a {
padding-top: 15px;
padding-bottom: 15px;
}
.sticky-header .main-navigation ul li span {
line-height: 5;
top: 0;
}
.sticky-header .main-navigation ul ul {
text-align: left;
}
.sticky-header .main-navigation ul ul li {
line-height: 1.8;
}
.sticky-header .main-navigation ul ul li span {
line-height: 1.8;
top: 19px;
}
.sticky-header .nav-right { text-align: right;
display: flex;
flex: 1;
justify-content: flex-end;
}
.sticky-header .header-social,
.sticky-header .header-search {
display: inline-block;
vertical-align: middle;
}
.sticky-header .header-social .social-list li a {
color: #fff;
}
.sticky-header .header-social .social-list li a:hover,
.sticky-header .header-search:hover {
background: rgba(0, 0, 0, 0.05);
} .header-two .sticky-header .main-navigation ul li a,
.header-two .sticky-header .main-navigation ul li span,
.header-four .sticky-header .main-navigation ul li a,
.header-four .sticky-header .main-navigation ul li span {
color: #fff;
} .header-two .sticky-header .main-navigation ul li a::after {
background: rgba(255, 255, 255, 0.5);
top: 100%;
}
.header-two .sticky-header .main-navigation ul ul li a,
.header-two .sticky-header .main-navigation ul ul li span,
.header-four .sticky-header .main-navigation ul ul li a,
.header-four .sticky-header .main-navigation ul ul li span {
color: #262525;
}
.header-two .sticky-header .main-navigation ul ul li:hover>a,
.header-two .sticky-header .main-navigation ul ul li.current-menu-item>a,
.header-two .sticky-header .main-navigation ul ul li.current_page_item>a,
.header-two .sticky-header .main-navigation ul ul li:hover>span,
.header-two .sticky-header .main-navigation ul ul li.current-menu-item>span,
.header-two .sticky-header .main-navigation ul ul li.current_page_item>span,
.header-three .sticky-header .main-navigation ul ul li:hover>span,
.header-three .sticky-header .main-navigation ul ul li.current-menu-item>span,
.header-three .sticky-header .main-navigation ul ul li.current_page_item>span,
.header-four .sticky-header .main-navigation ul ul li:hover>a,
.header-four .sticky-header .main-navigation ul ul li.current-menu-item>a,
.header-four .sticky-header .main-navigation ul ul li.current_page_item>a,
.header-four .sticky-header .main-navigation ul ul li:hover>span,
.header-four .sticky-header .main-navigation ul ul li.current-menu-item>span,
.header-four .sticky-header .main-navigation ul ul li.current_page_item>span {
color: #fff;
}
.header-two .sticky-header .header-social .social-list li a,
.header-three .sticky-header .header-social .social-list li a,
.header-four .sticky-header .header-social .social-list li a,
.header-five .sticky-header .header-social .social-list li a {
width: 45px;
height: 45px;
line-height: 45px;
border-left: 1px solid rgba(255, 255, 255, 0.1);
padding-left: 0;
}
.header-two .sticky-header .header-social .social-list li a:hover,
.header-three .sticky-header .header-social .social-list li a:hover,
.header-four .sticky-header .header-social .social-list li a:hover,
.header-five .sticky-header .header-social .social-list li a:hover {
color: #fff;
}
.header-two .sticky-header .header-search>svg {
height: 45px;
line-height: 35px;
border-left-color: rgba(255, 255, 255, 0.1);
}
.header-two .sticky-header .header-search>svg path.sea {
fill: #fff;
} .header-three .sticky-header .main-navigation ul.nav-menu>li>a {
padding-top: 15px;
padding-bottom: 15px;
color: #fff;
}
.header-three .sticky-header .main-navigation ul li a::after {
background: rgba(255, 255, 255, 0.5);
top: 100%;
bottom: auto;
}
.header-three .sticky-header .main-navigation ul li ul {
top: calc(100% + 3px);
}
.header-three .sticky-header .main-navigation ul li span {
color: #fff;
}
.header-three .sticky-header .main-navigation ul ul li span {
color: #262525;
}
.header-three .sticky-header .header-search>svg {
border-left-color: rgba(255, 255, 255, 0.1);
}
.header-three .sticky-header .header-search svg path.sea {
fill: #fff !important;
} .header-four .sticky-header .main-navigation ul li a {
padding-left: 0;
padding-right: 0;
}
.header-four .sticky-header .main-navigation ul li a::after {
background: rgba(255, 255, 255, 0.5);
opacity: 0;
visibility: hidden;
width: 0;
}
.header-four .sticky-header .main-navigation ul li:hover>a::after,
.header-four .sticky-header .main-navigation ul li.current-menu-item>a::after,
.header-four .sticky-header .main-navigation ul li.current_page_items a::after {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
width: 100%;
}
.header-four .sticky-header .main-navigation ul ul li a {
padding-left: 20px;
padding-right: 20px;
}
.header-four .sticky-header .main-navigation ul li span {
line-height: 3.7;
}
.header-four .sticky-header .main-navigation ul ul li span {
line-height: 1.8;
}
.header-four .sticky-header .header-search>svg {
border-left-color: rgba(255, 255, 255, 0.1);
width: 45px;
height: 45px;
line-height: 45px;
padding-left: 15px;
padding-right: 15px;
}
.header-four .sticky-header .header-search>svg path.sea {
fill: #fff !important;
} .header-five .sticky-header .main-navigation ul li a {
height: auto;
}
.header-five .sticky-header .nav-right .header-search>svg {
padding-left: 15px;
padding-right: 15px;
width: 45px;
} .header-six .sticky-header .main-navigation ul li a {
padding-left: 20px;
padding-right: 20px;
} .header-six .sticky-header .main-navigation ul li span {
right: 5px;
font-size: 0.6666em;
} .header-six .sticky-header .header-social .social-list li a,
.header-seven .sticky-header .header-social .social-list li a {
border-left: 1px solid rgba(255, 255, 255, 0.1);
height: 45px;
line-height: 45px;
}
.header-seven .sticky-header .main-navigation ul li a::after {
background: rgba(255, 255, 255, 0.5);
} .site-banner .item {
position: relative;
}
.custom-background .site-banner .item img {
height: 650px;
object-fit: cover;
}
.site-banner .banner-caption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
display: flex;
flex: 1;
align-items: center;
flex-direction: column;
justify-content: center;
}
.site-banner .banner-caption .container {
max-width: 100%;
width: 1170px;
}
.site-banner .banner-caption .banner-caption-inner {
max-width: 570px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.site-banner .banner-caption .title {
font-size: 3.554em;
font-family: var(--secondary-font);
color: #fff;
font-weight: 400;
margin-top: 0;
margin-bottom: 0;
}
.site-banner .banner-caption .title a {
color: #fff;
text-decoration: none;
}
.site-banner .banner-caption .title a:hover {
color: var(--primary-color);
}
.site-banner .banner-caption .description {
font-size: 1.112em;
color: #fff;
margin-top: 20px;
line-height: 1.8;
}
.site-banner .banner-caption .btn-wrap {
margin-top: 30px;
}
.site-banner .banner-caption .btn-wrap a.btn.btn-transparent {
border-color: #fff;
color: #fff;
}
.site-banner .banner-caption .btn-wrap a.btn.btn-transparent:hover {
background: #fff;
color: var(--primary-color);
} .site-banner .owl-carousel .owl-nav .owl-prev {
left: 80px;
}
.site-banner .owl-carousel .owl-nav .owl-next {
right: 80px;
}
.site-banner .owl-carousel .owl-dots {
margin-top: 0;
position: absolute;
bottom: 60px;
left: 0;
right: 0;
text-align: center;
line-height: 1;
}
.site-banner .owl-carousel .owl-dots .owl-dot span {
border-color: #fff;
}
.site-banner .owl-carousel .owl-dots .owl-dot.active span,
.site-banner .owl-carousel .owl-dots .owl-dot:hover span {
border-color: var(--primary-color);
} .site-banner .banner-caption.left .banner-caption-inner {
margin-left: 0;
text-align: left;
} .site-banner .banner-caption.right .banner-caption-inner {
margin-right: 0;
text-align: left;
} .video-banner #wp-custom-header {
position: relative;
height: 0;
padding-top: 56.25%;
}
.video-banner #wp-custom-header iframe {
position: absolute;
top: 0;
left: 0;
}
.video-banner #wp-custom-header .wp-custom-header-video-button {
position: absolute;
bottom: 30px;
right: 0;
padding: 0;
width: 90px;
height: 90px;
left: 0;
margin: auto;
background: none;
border: none;
border-radius: 100%;
box-shadow: none;
text-indent: 100px;
overflow: hidden;
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: 90px;
height: 90px;
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);
}
.site-banner.video-banner .banner-caption {
background: url(//www.amanda.med.br/wp-content/themes/blossom-spa-pro/images/overlay.png);
}
.site-banner.video-banner .banner-caption .banner-caption-inner {
max-width: 770px;
} .banner-caption .blossomthemes-email-newsletter-wrapper {
max-width: 480px;
float: right;
border-radius: 5px;
overflow: hidden;
padding: 40px;
background: rgba(0, 0, 0, 0.65) !important;
}
.banner-caption .blossomthemes-email-newsletter-wrapper:after {
display: none;
}
.banner-caption .blossomthemes-email-newsletter-wrapper .text-holder {
margin-bottom: 30px;
}
.banner-caption .blossomthemes-email-newsletter-wrapper h3 {
color: #fff;
margin-top: 0;
margin-bottom: 10px;
font-size: 1.6667em;
}
.banner-caption .blossomthemes-email-newsletter-wrapper span {
color: rgba(255, 255, 255, 0.8);
display: inline-block;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="text"],
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="email"] {
background: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.5);
height: 50px;
margin-bottom: 15px;
}
.banner-caption .blossomthemes-email-newsletter-wrapper label {
margin-bottom: 20px;
display: block;
}
.banner-caption .blossomthemes-email-newsletter-wrapper label input[type="checkbox"] {
vertical-align: middle;
}
.banner-caption .blossomthemes-email-newsletter-wrapper label span {
margin-bottom: 0;
font-size: 0.8888em;
vertical-align: middle;
padding-left: 5px;
}
.banner-caption .blossomthemes-email-newsletter-wrapper label:hover span {
color: #fff;
}
.banner-caption .blossomthemes-email-newsletter-wrapper input[type="submit"] {
border-radius: 5px;
} section.service-section.style-1 {
background: rgba(var(--primary-color-rgb), 0.1);
padding: 80px 0;
text-align: center;
}
section[class*="-section"] .grid {
margin-top: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
}
section[class*="-section"] .grid .widget {
margin-bottom: 0;
}
section[class*="-section"] .grid .widget_text {
grid-column: 1 / span 3;
}
section.service-section.style-1 .widget_bttk_icon_text_widget,
.recent-post-section .grid article {
background: #fff;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
border-radius: 5px;
border-bottom: 3px solid transparent;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
margin-bottom: 25px;
position: relative;
}
.service-section.style-1 .widget_bttk_icon_text_widget:hover,
.recent-post-section .grid article:hover {
border-bottom-color: rgba(var(--primary-color-rgb), 0.5);
}
.service-section.style-1 .widget_bttk_icon_text_widget .widget-title {
font-size: 1.333em;
margin: 30px;
}
.service-section.style-1 .widget_bttk_icon_text_widget .content,
.recent-post-section .grid article .content-wrap {
margin: 30px;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder {
padding-bottom: 25px;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore,
.recent-post-section .grid article a.btn-readmore,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore,
.shop-popular .product-image a.btn-readmore {
position: absolute;
bottom: -25px;
left: 50%;
margin: 0 auto;
overflow: hidden;
padding-left: 25px;
padding-right: 25px;
white-space: nowrap;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
text-indent: -100%;
background: none;
border-color: transparent;
color: transparent;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore:hover,
.recent-post-section .grid article a.btn-readmore:hover,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:hover,
.shop-popular .product-image a.btn-readmore:hover,
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore:focus,
.recent-post-section .grid article a.btn-readmore:focus,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:focus,
.shop-popular .product-image a.btn-readmore:focus {
padding-left: 30px;
padding-right: 50px;
background: var(--primary-color);
color: #fff;
text-indent: 0;
border-color: var(--primary-color);
color: #fff;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore::before,
.recent-post-section .grid article a.btn-readmore::before,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:before,
.shop-popular .product-image a.btn-readmore:before {
width: 45px;
height: 44px;
line-height: 45px;
background-color: var(--primary-color);
background-size: 8px;
background-position: center;
border-radius: 100%;
margin: 0 auto;
left: 0;
right: 0;
top: 0;
z-index: 1;
text-indent: 0;
color: #fff;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore:hover::before,
.recent-post-section .grid article a.btn-readmore:hover::before,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:hover:before,
.shop-popular .product-image a.btn-readmore:hover:before,
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore:focus::before,
.recent-post-section .grid article a.btn-readmore:focus::before,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:focus:before,
.shop-popular .product-image a.btn-readmore:focus:before {
right: -50%;
opacity: 0;
visibility: hidden;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore::after,
.recent-post-section .grid article a.btn-readmore::after,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:after,
.shop-popular .product-image a.btn-readmore:after {
right: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore:hover::after,
.recent-post-section .grid article a.btn-readmore:hover::after,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:hover:after,
.shop-popular .product-image a.btn-readmore:hover:after,
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore:focus::after,
.recent-post-section .grid article a.btn-readmore:focus::after,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:focus:after,
.shop-popular .product-image a.btn-readmore:focus:after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
right: 30px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
} section.service-section.style-2 {
background: rgba(var(--primary-color-rgb), 0.1);
position: relative;
overflow: hidden;
}
section.service-section.style-2 .grid {
grid-template-columns: repeat(2, 1fr);
padding-right: 44%;
grid-gap: 0;
margin-top: 0;
}
section.service-section.style-2 .widget_media_image {
position: absolute;
top: 0;
right: 0;
width: 44%;
height: 100%;
}
.service-section.style-2 .widget_media_image figure.wp-caption {
margin: 0;
height: 100%;
}
section.service-section.style-2 .widget_media_image img {
width: 100%;
height: 100% !important;
object-fit: cover;
}
.service-section.style-2 .widget_media_image .widget-title,
.service-section.style-2 .widget_media_image figcaption {
display: none;
}
.service-section.style-2 .widget_bttk_icon_text_widget {
border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.2);
border-right: 1px dashed rgba(var(--primary-color-rgb), 0.2);
padding: 50px 40px;
text-align: center;
}
.service-section.style-2 .widget_bttk_icon_text_widget .icon-holder {
font-size: 1.5em; width: 80px;
height: 80px;
line-height: 80px;
border-radius: 100%;
border: 3px solid rgba(var(--primary-color-rgb), 0.5);
margin: 0 auto 20px auto;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.service-section.style-2 .widget_bttk_icon_text_widget .icon-holder img {
display: inline-block;
vertical-align: middle; } section.service-section.style-3 {
background-size: cover;
padding: 80px 0;
text-align: center;
position: relative;
z-index: 1;
}
section.service-section.style-3:before {
content: "";
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
section.service-section.style-3 .grid {
grid-template-columns: repeat(4, 1fr);
}
section.service-section.style-3 .widget_text {
grid-column: 1 / span 4;
}
section.service-section.style-3 .widget_text .sub-title,
section.service-section.style-3 .widget_text .widget-title,
section.service-section.style-3 .widget_text .textwidget,
.service-section.style-3 .widget_bttk_icon_text_widget .widget-title {
color: #fff;
padding-bottom: 0;
}
section.service-section.style-3 .widget_text .widget-title:after,
.service-section.style-3 .widget_bttk_icon_text_widget .widget-title:after {
display: none;
}
.service-section.style-3 .widget_bttk_icon_text_widget .icon-holder {
width: 80px;
height: 80px;
text-align: center;
line-height: 80px;
border: 3px solid rgba(255, 255, 255, 0.5);
border-radius: 100%;
margin: 0 auto 20px auto;
background: rgba(255, 255, 255, 0.1);
position: relative;
font-size: 2em;
color: #fff;
overflow: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.service-section.style-3 .widget_bttk_icon_text_widget:hover .icon-holder {
background: var(--primary-color);
border-color: var(--primary-color);
}
.service-section.style-3 .widget_bttk_icon_text_widget .icon-holder:before {
content: "";
border: 12px solid rgba(var(--primary-color-rgb), 0.15);
position: absolute;
top: -5px;
right: -5px;
bottom: -5px;
left: -5px;
border-radius: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.service-section.style-3 .widget_bttk_icon_text_widget:hover .icon-holder:before {
top: -25px;
right: -25px;
bottom: -25px;
left: -25px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.service-section.style-3 .widget_bttk_icon_text_widget .icon-holder img {
vertical-align: middle;
margin-top: -15px;
}
.service-section.style-3 .widget_bttk_icon_text_widget .content {
color: rgba(255, 255, 255, 0.8);
} .about-section .widget_blossomtheme_featured_page_widget {
margin-bottom: 0;
}
.about-section .widget_blossomtheme_featured_page_widget .widget-featured-holder {
position: relative;
padding-left: calc(50% - 40px);
z-index: 1;
min-height: 635px;
display: flex;
flex: 1;
flex-flow: column wrap;
justify-content: center;
padding-top: 80px;
padding-bottom: 80px;
}
.about-section .widget_blossomtheme_featured_page_widget .widget-featured-holder.right {
padding-left: 0;
padding-right: calc(50% - 40px);
}
.about-section .widget_blossomtheme_featured_page_widget .img-holder {
position: absolute;
top: 0;
left: 0;
width: 50%;
z-index: -1;
height: 100%;
}
.about-section .widget_blossomtheme_featured_page_widget .right .img-holder {
left: auto;
right: 0;
}
.about-section .widget_blossomtheme_featured_page_widget .img-holder img {
width: 100%;
height: 100%;
object-fit: cover;
}
.about-section .widget_blossomtheme_featured_page_widget .featured-holder-wrap {
background: #fff;
padding: 50px;
border-radius: 5px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.about-section .widget_blossomtheme_featured_page_widget .widget-title {
margin-top: 5px;
margin-bottom: 20px;
padding-bottom: 0;
font-family: var(--secondary-font);
font-weight: 400;
font-size: 2em;
}
.about-section .widget_blossomtheme_featured_page_widget .widget-title:after {
display: none;
}
.about-section .widget_blossomtheme_featured_page_widget a.btn-readmore:focus {
outline-color: #000;
} .service-price-section {
background: rgba(var(--primary-color-rgb), 0.1);
text-align: center;
padding: 80px 0;
}
section.service-price-section .section-desc {
margin-bottom: 60px;
}
.shop-popular {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: center;
}
.shop-popular .item:nth-child(4n) {
margin-right: 0;
}
.shop-popular .item {
width: 23%;
margin-right: 2.5%;
margin-bottom: 30px;
}
.shop-popular .product-image {
position: relative;
padding-bottom: 10px;
}
.shop-popular .product-image a:not(.btn-readmore) {
display: block;
width: 230px;
height: 230px;
overflow: hidden;
border-radius: 100%;
margin: 0 auto;
position: relative;
}
.shop-popular .product-image a:not(.btn-readmore)::before {
content: "";
border: 10px solid rgba(255, 255, 255, 0.5);
border-radius: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.shop-popular .product-image a.btn-readmore {
bottom: 0;
}
.shop-popular .item h3 {
font-size: 1.112em;
font-family: var(--secondary-font);
font-weight: 400;
margin-top: 20px;
margin-bottom: 0;
}
.shop-popular .item h3 a {
color: #262525;
text-decoration: none;
}
.shop-popular .item h3 a:hover {
color: var(--primary-color)
}
.shop-popular .item .woocommerce-product-details__short-description {
font-size: 0.8888em;
color: #262525;
}
.shop-popular .item .woocommerce-product-details__short-description p {
margin-top: 10px;
margin-bottom: 0;
}
.shop-popular .item .price {
margin-top: 10px;
margin-bottom: 0;
font-size: 1.112em;
font-weight: 700;
color: var(--primary-color);
}
.shop-popular .item .price del {
opacity: 0.7;
filter: alpha(opacity=70);
}
.shop-popular .item .price ins {
background: none;
margin-left: 10px;
}
.service-price-section .btn-wrap {
margin-top: 20px;
}
.service-price-section .btn-wrap .btn-readmore {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.single-product .site-content {
margin-top: 100px;
} .special-pricing-section {
margin-bottom: 80px;
}
.special-pricing-section .btn-wrap .btn-readmore:focus {
outline-color: #000;
}
.special-pricing-section .header-wrap {
background-size: cover;
text-align: center;
padding: 80px 0;
position: relative;
z-index: 1;
}
.special-pricing-section .header-wrap:before {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.special-pricing-section .header-wrap .sub-title,
.special-pricing-section .header-wrap .section-title,
.special-pricing-section .header-wrap .section-desc {
color: #fff;
}
.special-pricing-section .header-wrap .sub-title {
margin-bottom: 5px;
}
.special-pricing-section .tab-btn-wrap {
text-align: center;
background: #fff;
box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
border-radius: 50px;
display: table;
margin: 0 auto;
position: relative;
top: -32px;
z-index: 1;
}
.special-pricing-section .tab-btn-wrap .tab-btn {
background: none;
color: #262525;
border: none;
font-size: 0.8888em;
font-weight: 700;
padding: 20px 40px;
border-radius: 50px;
line-height: 1.5;
box-shadow: none;
letter-spacing: 0;
text-transform: none;
}
.special-pricing-section .tab-btn-wrap .tab-btn:hover,
.special-pricing-section .tab-btn-wrap .tab-btn.active {
background: var(--primary-color);
color: #fff;
}
.tab-content-wrap .tab-content:not(.active) {
display: none;
}
.tab-content-wrap {
position: relative;
margin-top: 30px;
}
.tab-content-wrap .tab-content {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.tab-content-wrap .tab-content.active {
position: relative;
}
.tab-content-wrap .tabs-product {
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: flex-start;
}
.tab-content-wrap .tabs-product .item {
width: 48.33%;
margin-right: 3%;
margin-bottom: 25px;
border-bottom: 1.5px dashed rgba(0, 0, 0, 0.1);
padding-bottom: 25px;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
}
.tab-content-wrap .tabs-product .item:nth-child(2n) {
margin-right: 0;
}
.tab-content-wrap .tabs-product .item:nth-last-of-type(1),
.tab-content-wrap .tabs-product .item:nth-last-of-type(2) {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.tab-content-wrap .tabs-product .product-image {
border-radius: 100%;
overflow: hidden;
width: 90px;
height: 90px;
}
.tab-content-wrap .tabs-product .product-content {
padding-left: 25px;
width: calc(100% - 290px);
}
.tab-content-wrap .tabs-product .item h3 {
margin-top: 0;
margin-bottom: 0;
font-size: 1.112em;
font-weight: 700;
}
.tab-content-wrap .tabs-product .item h3 a {
color: #262525;
text-decoration: none;
}
.tab-content-wrap .tabs-product .item h3 a:hover {
color: var(--primary-color);
}
.tab-content-wrap .tabs-product .item .woocommerce-product-details__short-description {
font-size: 0.8888em;
}
.tab-content-wrap .tabs-product .item p {
margin: 0;
}
.tab-content-wrap .tabs-product .item p.price {
width: 200px;
text-align: right;
font-size: 1em;
font-weight: 700;
color: var(--primary-color);
}
.tab-content-wrap .tabs-product .item p.price del {
opacity: 0.7;
filter: alpha(opacity=70);
}
.tab-content-wrap .tabs-product .item p.price ins {
background: none;
padding-left: 10px;
}
.special-pricing-section .btn-wrap {
text-align: center;
margin-top: 60px;
}
.tab-content-wrap .tab-content:not(.active).loading {
display: block;
position: relative;
}
.tab-content-wrap .tab-content:not(.active).loading:before {
content: "";
background: rgba(255, 255, 255, 0.75);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tab-content-wrap .tab-content:not(.active).loading:after {
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="currentColor" d="M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z"></path></svg>');
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 50px;
margin: auto;
right: 0;
bottom: 0;
-webkit-animation-name: loader-rotate;
animation-name: loader-rotate;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
@-webkit-keyframes loader-rotate {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loader-rotate {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
} section.pricing-tbl-section {
margin-top: 80px;
margin-bottom: 80px;
text-align: center;
}
.pricing-tbl-wrap {
margin-top: 0;
display: flex;
flex: 1;
flex-flow: row wrap;
padding-bottom: 0;
padding-top: 0;
}
.pricing-tbl-wrap .widget_bsp_pt_widget {
width: 33.33%;
display: flex;
}
.pricing-tbl-wrap .widget_text {
width: 100%;
}
.pricing-tbl-block {
background: #fff;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
border-radius: 5px;
overflow: hidden;
display: flex;
flex: 1;
flex-flow: column wrap;
text-align: center;
z-index: 1;
}
.pricing-tbl-block.featured {
position: relative;
margin-top: -20px;
margin-bottom: -20px;
z-index: 999;
}
.pricing-tbl-header {
padding: 30px 50px 10px 50px;
}
.featured .pricing-tbl-header {
background: var(--primary-color);
}
.pricing-tbl-tag {
color: #262525;
font-size: 0.7778em;
font-weight: 700;  position: absolute;
top: 20px;
right: 0;
height: 24px;
line-height: 25px;
display: inline-block;
}
.pricing-tbl-tag:before {
content: "";
border-left: 12px solid var(--primary-color);
border-bottom: 12px solid transparent;
position: absolute;
top: 0;
left: 0;
border-top: 12px solid transparent;
z-index: 2;
}
.pricing-tbl-tag:after {
content: "";
background: -webkit-radial-gradient(rgba(0, 0, 0, 0.4), transparent 75%);
background: -moz-radial-gradient(rgba(0, 0, 0, 0.4), transparent 75%);
background: -ms-radial-gradient(rgba(0, 0, 0, 0.4), transparent 75%);
background: -o-radial-gradient(rgba(0, 0, 0, 0.4), transparent 75%);
background: radial-gradient(rgba(0, 0, 0, 0.4), transparent 75%);
width: 100%;
height: 100%;
position: absolute;
top: 5px;
left: -5px;
border-radius: 100%;
-webkit-transform: rotate(-13deg);
-moz-transform: rotate(-13deg);
transform: rotate(-13deg);
}
.pricing-tbl-tag span {
position: relative;
z-index: 1;
background: #fff;
display: block;
width: 100%;
padding: 0px 15px 0 25px;
}
.pricing-tbl-header .title {
font-size: 1.667em;
font-family: var(--secondary-font);
font-weight: 400;
margin-top: 0;
margin-bottom: 10px;
}
.featured .pricing-tbl-header .title {
color: #fff;
margin-top: 20px;
}
.price-wrap {
font-size: 1em;
font-weight: 700;
color: #262525;
display: inline-block;
position: relative;
padding-right: 16px;
}
.featured .pricing-tbl-header .price-wrap {
color: #fff;
}
.price-wrap>sup {
font-size: 0.778em;
top: -2em;
}
.price-wrap .pricing-tbl-amt {
font-size: 3.335em;
display: inline-block;
line-height: 1.2;
}
.price-wrap .pricing-tbl-amt sup {
font-size: 0.3em;
top: -1.6em;
}
.price-wrap .pricing-tbl-type {
position: absolute;
top: 2.5em;
right: 0;
font-size: 0.6666em;
font-weight: 400;
display: inline-block;
}
.pricing-tbl-img {
position: relative;
}
.pricing-tbl-img span {
position: absolute;
top: -1px;
left: -1px;
right: -1px;
z-index: 1;
line-height: 0; }
.pricing-tbl-img span.lower-overlay {
top: auto;
bottom: -1px;
}
.featured .pricing-tbl-img span.upper-overlay path.upb {
fill: var(--primary-color);
}
.pricing-tbl-feature {
padding: 30px 50px;
display: flex;
justify-content: flex-start;
flex: 1;
flex-direction: column;
}
.pricing-tbl-feature ul {
margin: 0;
padding: 0;
list-style: none;
}
.pricing-tbl-feature ul li {
border-bottom: 1px solid #F0F0F0;
font-size: 0.8888em;
margin-bottom: 15px;
padding-bottom: 15px;
}
.pricing-tbl-block .btn-wrap {
padding: 0 40px 40px 40px;
}
.featured .btn-wrap {
padding-top: 20px;
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
transform: translateY(-20px);
}
.pricing-tbl-block .btn-wrap .btn-readmore:focus,
.featured .btn-wrap .btn-readmore:focus {
outline-color: #000;
} section.cat-tab-section {
text-align: center;
margin-top: 80px;
} section.team-section {
background: rgba(var(--primary-color-rgb), 0.1);
padding: 80px 0;
text-align: center;
}
section.team-section .grid {
margin-top: 30px;
display: block;
}
.team-section .owl-carousel .owl-stage-outer {
padding: 30px 0;
}
.owl-carousel .owl-nav [class*="owl-"] {
position: absolute;
top: 50%;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
background: rgba(var(--primary-color-rgb), 0.3);
border-radius: 100%;
color: #fff;
overflow: hidden;
font-size: 1.112em;
text-indent: 60px;
left: -100px;
-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;
white-space: nowrap;
}
.team-section .owl-carousel .owl-nav .owl-prev,
.wc-product-section .owl-carousel .owl-nav .owl-prev {
left: -60px;
}
.owl-carousel .owl-nav .owl-next {
left: auto;
right: -100px;
}
.team-section .owl-carousel .owl-nav .owl-next,
.wc-product-section .owl-carousel .owl-nav .owl-next {
right: -60px;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
background: rgba(var(--primary-color-rgb), 0.5);
}
.owl-carousel .owl-nav [class*="owl-"].disabled {
cursor: not-allowed;
background: rgba(var(--primary-color-rgb), 0.3);
}
.owl-carousel .owl-nav [class*="owl-"]::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z"></path></svg>');
background-repeat: no-repeat;
background-position: center;
width: 20px;
height: 25px;
position: absolute;
top: 0;
left: 0;
right: 0;
text-indent: 0px;
bottom: 0;
margin: auto;
}
.owl-carousel .owl-nav .owl-next::before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
}
.owl-carousel .owl-dots {
margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot {
display: inline-block;
margin: 5px;
}
.owl-carousel .owl-dots .owl-dot span {
display: inline-block;
vertical-align: middle;
width: 7px;
height: 7px;
border: 1px solid var(--primary-color);
border-radius: 100%;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.owl-carousel .owl-dots .owl-dot:hover span {
background: #9cbe91;
}
.owl-carousel .owl-dots .owl-dot.active span {
background: #9cbe91;
width: 11px;
height: 11px;
} .recent-post-section {
margin: 80px 0;
text-align: center;
}
section.recent-post-section .grid {
margin-top: 60px;
}
.post-thumbnail {
position: relative;
margin: 0;
display: block;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
overflow: hidden
}
.post-thumbnail .category {
position: absolute;
top: 10px;
left: 10px;
font-size: 0.6666em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
}
span.category a {
display: inline-block;
padding: 3px 10px;
background: #262525;
border-radius: 3px;
color: #fff;
margin-right: 2px;
margin-bottom: 5px;
text-decoration: none;
}
span.category a:hover {
background: var(--primary-color);
}
.recent-post-section .grid article .content-wrap {
margin: 40px;
text-align: left;
}
.recent-post-section .grid article .content-wrap .entry-title {
margin: 0;
font-family: var(--secondary-font);
font-weight: 400;
font-size: 1.333em;
}
.recent-post-section .grid article .content-wrap .entry-title a {
color: #262525;
text-decoration: none;
}
.recent-post-section .grid article .content-wrap .entry-title a:hover {
color: var(--primary-color);
}
.recent-post-section .btn-wrap {
margin-top: 60px;
}
.recent-post-section .btn-wrap .btn-readmore:focus {
outline-color: #000;
}
.recent-post-section .grid article a.btn-readmore {
text-align: center;
} .gallery-section {
text-align: center;
padding: 80px 0;
background: rgba(var(--primary-color-rgb), 0.1);
}
.gallery-section .btn-readmore:focus {
outline-color: #000;
}
.gallery-section .widget_media_gallery .widget-title {
display: none;
}
.gallery-section .widget_media_gallery .gallery {
margin-bottom: 0;
}
.gallery-section .widget_media_gallery .gallery-item {
position: relative;
border-radius: 5px;
overflow: hidden;
margin-top: 0;
margin-bottom: 0;
padding: 15px;
}
.gallery-section .widget_media_gallery .gallery-item img {
border-radius: 5px;
width: 100%;
height: 100%;
object-fit: cover;
}
.gallery-section .widget_media_gallery .gallery-item a {
position: relative;
display: block;
}
.gallery-section .widget_media_gallery .gallery-item a::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
background: rgba(0, 0, 0, 0.5);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.gallery-section .widget_media_gallery .gallery-item a:hover::before,
.gallery-section .widget_media_gallery .gallery-item a:focus::before {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.gallery-section .widget_media_gallery .gallery-item a::after {
content: "";
position: absolute;
top: 20px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
background-color: #fff;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%239cbe9c" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
background-repeat: no-repeat;
background-size: 17px;
background-position: center;
border-radius: 100%;
width: 40px;
height: 40px;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.gallery-section .widget_media_gallery .gallery-item a:hover::after,
.gallery-section .widget_media_gallery .gallery-item a:focus::after {
top: 0;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.gallery-img .text-holder .gallery {
display: inline-block;
position: absolute;
top: 47%;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: 0;
background: #fff;
border-radius: 100%;
right: 0;
margin: 0 auto;
font-size: 0.888em;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
visibility: hidden;
}
.gallery-img:hover .text-holder .gallery {
top: 37%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transition-delay: 0.15s;
-moz-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.gallery-img .text-holder .gallery:hover {
background: var(--primary-color);
color: #fff;
}
.gallery-section .widget_media_gallery .gallery-item figcaption {
position: absolute;
bottom: 15px;
left: 15px;
right: 15px;
font-size: 1.112em;
font-family: var(--secondary-font);
color: #fff;
margin-top: 0;
margin-bottom: 0;
font-weight: 400;
background: rgba(0, 0, 0, 0.5);
padding: 0 20px;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.gallery-section .widget_media_gallery .gallery-item:hover figcaption {
padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.gallery-section .grid+a.btn-readmore {
margin-top: 60px;
} .testimonial-section {
text-align: center;
margin: 80px 0;
}
section.testimonial-section .grid {
display: block;
max-width: 770px;
margin-top: 60px;
margin-left: auto;
margin-right: auto;
} .wc-product-section {
text-align: center;
padding: 80px 0;
background: rgba(var(--primary-color-rgb), 0.1);
}
section.wc-product-section .grid {
display: block;
}
.wc-product-section .wc-product-slider .item {
border-radius: 5px;
overflow: hidden;
background: #fff;
position: relative;
padding-bottom: 20px;
}
.wc-product-section .wc-product-slider .item::after {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.wc-product-section .wc-product-slider .item:hover::after {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.wc-product-section .wc-product-slider .item .onsale {
position: absolute;
top: 15px;
left: 15px;
background: var(--primary-color);
color: #fff;
border-radius: 3px;
text-transform: uppercase;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
padding: 3px 15px;
}
.wc-product-section .wc-product-slider .item .btn-add-to-cart {
position: absolute;
top: 130px;
left: -60px;
right: 0;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22"><path fill="%239cbe9c" d="M15.55,13a1.991,1.991,0,0,0,1.75-1.03l3.58-6.49A1,1,0,0,0,20.01,4H5.21L4.27,2H1V4H3l3.6,7.59L5.25,14.03A2,2,0,0,0,7,17H19V15H7l1.1-2ZM6.16,6H18.31l-2.76,5H8.53Z"/><path fill="%239cbe9c" d="M7,18a2,2,0,1,0,2,2A2,2,0,0,0,7,18Z"/><path fill="%239cbe9c" d="M17,18a2,2,0,1,0,2,2A2,2,0,0,0,17,18Z"/></svg>');
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
background-color: #fff;
width: 48px;
height: 48px;
overflow: hidden;
border-radius: 100%;
margin: auto;
text-indent: 50px;
white-space: nowrap;
z-index: 1;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.wc-product-section .wc-product-slider .item .btn-add-to-cart.btn-view-detail {
left: 0;
right: -60px;
background-image: none !important;
text-indent: 0;
line-height: 50px;
}
.wc-product-section .wc-product-slider .item .btn-add-to-cart.btn-view-detail:hover {
color: #fff;
}
.wc-product-section .wc-product-slider .item:hover .btn-add-to-cart {
top: 150px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.wc-product-section .wc-product-slider .item:focus-within .btn-add-to-cart {
top: 150px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.wc-product-section .wc-product-slider .item .btn-add-to-cart:hover {
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 20 22"><path fill="%23fff" d="M15.55,13a1.991,1.991,0,0,0,1.75-1.03l3.58-6.49A1,1,0,0,0,20.01,4H5.21L4.27,2H1V4H3l3.6,7.59L5.25,14.03A2,2,0,0,0,7,17H19V15H7l1.1-2ZM6.16,6H18.31l-2.76,5H8.53Z"/><path fill="%23fff" d="M7,18a2,2,0,1,0,2,2A2,2,0,0,0,7,18Z"/><path fill="%23fff" d="M17,18a2,2,0,1,0,2,2A2,2,0,0,0,17,18Z"/></svg>');
}
.wc-product-section .wc-product-slider .item .product-image {
margin-bottom: 20px;
}
.wc-product-section .wc-product-slider .item h3 {
margin-top: 0;
font-size: 0.8888em;
font-weight: 400;
font-family: var(--secondary-font);
margin-bottom: 0;
padding: 0 20px;
}
.wc-product-section .wc-product-slider .item h3 a {
color: #262525;
text-decoration: none;
}
.wc-product-section .wc-product-slider .item .price {
margin-top: 10px;
margin-bottom: 0;
padding: 0 20px;
font-size: 1.112em;
font-weight: 700;
color: var(--primary-color);
}
.wc-product-section .wc-product-slider .item .price del {
opacity: 0.7;
filter: alpha(opacity=70);
margin-right: 10px;
}
.wc-product-section .wc-product-slider .item .price ins {
background: none;
}
.wc-product-section .item .woocommerce-product-rating {
padding: 0 20px;
}
.wc-product-section .item .woocommerce-product-rating .star-rating {
display: block;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 16px;
margin: 0 auto;
color: #F68E56;
width: 5.4em;
font-family: star;
}
.wc-product-section .item .woocommerce-product-rating .star-rating::before {
content: '\73\73\73\73\73';
color: #ffc733;
float: left;
top: 0;
left: 0;
position: absolute;
}
.wc-product-section .item .woocommerce-product-rating .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
color: #F68E56;
}
.wc-product-section .item .woocommerce-product-rating .star-rating span::before {
content: '\53\53\53\53\53';
top: 0;
position: absolute;
left: 0;
}
.wc-product-section .item .woocommerce-product-rating .woocommerce-review-link {
font-size: 0.7778em;
font-style: italic;
}
.wc-product-section .item .woocommerce-product-rating .woocommerce-review-link {
display: none;
} .contact-section {
display: flex;
flex: 1;
flex-flow: row wrap;
position: relative;
}
.contact-section .widget_text {
width: 50%;
margin-bottom: 0;
display: flex;
flex: auto;
flex-direction: column;
flex-wrap: wrap;
}
.contact-section .widget_custom_html {
padding-right: 60px;
}
.contact-section .widget_custom_html+.widget_text {
padding-left: 60px;
padding-top: 80px;
padding-bottom: 80px;
}
section.contact-section .widget_custom_html .widget-title {
display: none;
}
section.contact-section .widget_text .textwidget {
max-width: 100%;
margin-top: 0;
}
.contact-section .widget_text .textwidget {
display: flex;
flex: 1;
width: 100%;
flex-direction: column;
}
section.contact-section .widget_custom_html .textwidget {
min-height: 600px;
}
section.contact-section .widget_text .textwidget .wpcf7 {
width: 100%;
}
iframe {
border: 0;
width: 100%;
}
.contact-section iframe {
height: 100%;
}
.contact-details-wrap {
background: #fff;
border: 10px solid var(--primary-color);
line-height: initial;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
padding: 50px;
}
.contact-section .widget+.contact-details-wrap {
max-width: 485px;
position: absolute;
top: 50%;
right: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.contact-section .contact-details-wrap::after {
content: "";
background: #fff;
position: absolute;
top: 50px;
bottom: 50px;
width: 10px;
right: -10px;
height: calc(100% - 100px);
}
.contact-details-wrap .widget {
margin-bottom: 30px;
width: 100%;
display: block;
}
.contact-section .widget_text form label {
font-size: 12px;
text-transform: uppercase;
}
.contact-section .widget_text form label span {
font-size: 16px;
text-transform: none;
}
.contact-details-wrap .widget:last-child,
.contact-details-wrap .widget table {
margin-bottom: 0;
}
.contact-details-wrap .widget .widget-title,
section.contact-section .contact-details-wrap .widget .widget-title {
font-weight: 400;
font-size: 1.112em;
color: var(--primary-color);
font-family: var(--secondary-font);
position: relative;
margin-top: 0;
margin-bottom: 20px;
display: inline-block;
padding-bottom: 5px;
}
.contact-details-wrap .widget .widget-title:after,
section.contact-section .contact-details-wrap .widget .widget-title:after {
content: "";
background: -webkit-linear-gradient(to right, var(--primary-color), transparent);
background: -moz-linear-gradient(to right, var(--primary-color), transparent);
background: -ms-linear-gradient(to right, var(--primary-color), transparent);
background: -o-linear-gradient(to right, var(--primary-color), transparent);
background: linear-gradient(to right, var(--primary-color), transparent);
width: 100%;
height: 2px;
position: absolute;
top: 100%;
left: 0;
display: block;
}
.widget_bttk_contact_social_links p {
font-size: 0.8888em;
margin-top: 0;
margin-bottom: 20px;
line-height: 1.8;
}
.site-footer .widget_bttk_contact_social_links p {
color: #fff;
}
.contact-info ul {
margin: 0;
padding: 0;
list-style: none;
}
.contact-list+ul.social-networks {
margin-top: 20px;
}
.contact-info ul.contact-list li {
position: relative;
margin-bottom: 15px;
padding-left: 35px;
font-size: 0.8888em;
}
.contact-info ul.contact-list li svg {
width: 15px;
position: absolute;
top: 5px;
left: 0;
height: 15px;
color: #999596;
}
.contact-info ul.contact-list li a {
color: var(--font-color);
}
.contact-info ul.contact-list li a:hover {
color: var(--primary-color);
}
ul.social-networks li {
float: none;
margin: 5px 3px;
display: inline-block;
font-size: 0.8888em;
}
ul.social-networks li a {
display: inline-block;
width: 40px;
text-align: center;
height: 40px;
line-height: 36px;
border: 2px solid #F0F0F0;
border-radius: 100%;
color: #252626;
background: none;
}
ul.social-networks li a:hover {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff !important;
}
section.contact-section .contact-details-wrap .widget .textwidget {
margin-top: 0;
}
.contact-details-wrap table {
border: none;
border-collapse: collapse;
border-radius: 0;
margin-bottom: 0;
font-size: 0.9em;
}
.contact-details-wrap table tbody tr:nth-child(2n+1) {
background: none;
}
.contact-details-wrap table tr td {
border-bottom: none;
padding-left: 0;
padding-top: 10px;
padding-bottom: 10px;
}
.contact-details-wrap table tr td:nth-child(2n) {
text-align: right;
color: var(--primary-color);
font-weight: 700;
padding-right: 0;
} .instagram-section {
margin-top: 80px;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
position: relative;
}
body:not(.home) .instagram-section {
margin-top: 0;
}
.instagram-section {
position: relative;
}
body.page-template-blossom-portfolio .instagram-section,
.single-blossom-portfolio .instagram-section {
margin-top: 80px;
}
.instagram-section .popup-gallery {
margin: 0;
padding: 0;
list-style: none;
order: 2;
display: flex;
flex: 1;
flex-direction: row;
justify-content: center;
align-items: flex-start;
}
.instagram-section .popup-gallery li {
position: relative;
display: inline-block;
}
.instagram-section .popup-gallery .instagram-meta {
position: absolute;
bottom: 0;
left: 0;
right: 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));
font-size: 0.8888em;
text-align: center;
padding: 60px 10px 10px 10px;
}
.instagram-section .popup-gallery .instagram-meta>span {
display: inline-block;
margin-right: 20px;
color: rgba(255, 255, 255, 0.75);
}
.instagram-section .popup-gallery .instagram-meta>span:last-child {
margin-right: 0;
}
.instagram-section .popup-gallery .instagram-meta>span svg {
margin-right: 5px;
}
.instagram-section .profile-link {
display: flex;
align-self: center;
margin-bottom: 20px;
font-family: 'Marcellus';
font-size: 1.112em;
position: absolute;
top: 0;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 333;
padding: 8px 28px;
border: 1px solid;
background: #ffffffc7;
border-radius: 50px;
}
@media(max-width:768px) {
.instagram-section .profile-link {
left: 50%;
top: unset;
bottom: 0;
transform: translate(-50%, 0);
min-width: fit-content;
}
}
.instagram-section .profile-link .insta-icon {
margin-right: 10px;
display: inline-block;
} .site-footer {
background: #262525;
}
.site-footer .footer-block-wrap .container {
background: #1e1e1e;
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: center;
padding: 25px 0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.site-footer .footer-block-wrap .footer-contact-block {
width: 32.33%;
border-right: 2px solid rgba(255, 255, 255, 0.2);
padding: 0 25px;
position: relative;
text-align: center;
}
.site-footer .footer-block-wrap .footer-contact-block:last-child {
border-right: none;
}
.site-footer .widget_blossomtheme_featured_page_widget .featured_page_content {
color: #fff;
}
.footer-contact-block-inner {
display: inline-block;
position: relative;
text-align: left;
padding-left: 65px;
}
.site-footer .footer-block-wrap .footer-contact-block-inner>svg {
width: 48px;
height: 48px;
position: absolute;
top: 3px;
left: 0;
}
.site-footer .footer-block-wrap .footer-contact-block .title {
font-size: 0.7778em;
color: #fff;
font-weight: 600;
}
.site-footer .footer-block-wrap .footer-contact-block .description {
margin: 0;
color: #999596;
font-size: 0.8888em;
font-weight: 600;
}
.site-footer .footer-block-wrap .footer-contact-block .description a {
color: #999596;
}
.site-footer .footer-t {
padding-top: 80px;
padding-bottom: 20px;
}
.site-footer .footer-block-wrap+.footer-t {
padding-top: 60px;
padding-bottom: 0;
}
.footer-t .grid:not(.column-1) {
display: flex;
flex: 1;
flex-flow: row wrap;
}
.footer-t .grid.column-4 .col {
width: 22.66%;
margin-right: 3%;
}
.footer-t .grid.column-3 .col {
width: 31.33%;
margin-right: 3%;
}
.footer-t .grid.column-2 .col {
width: 48.33%;
margin-right: 3%;
}
.footer-t .grid .col:last-child {
margin-right: 0 !important;
}
.site-footer .widget .widget-title {
color: #fff;
}
.site-footer .widget .widget-title::after {
background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: -o-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
}
.site-footer .widget_text .textwidget {
color: #fff;
}
.site-footer .footer-b {
background: #1E1E1E;
padding: 25px 0;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-b .container {
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: center;
}
.footer-b .copyright {
width: 50%;
font-size: 0.8888em;
color: rgba(255, 255, 255, 0.7);
}
.footer-b .copyright a {
color: rgba(255, 255, 255, 0.7);
}
.footer-b .copyright a:hover {
color: var(--primary-color);
}
.footer-b .footer-social {
width: 50%;
text-align: right;
}
.footer-social ul.social-list {
margin: 0;
padding: 0;
list-style: none;
}
.footer-social ul.social-list li a {
display: inline-block;
vertical-align: middle;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
background: rgba(0, 0, 0, 0.1);
border-radius: 5px;
color: #fff;
}
.footer-social ul.social-list li a:hover {
background: var(--primary-color);
}
.site-footer .widget ul li,
.site-footer .widget ul li a {
color: #fff;
}
.widget ul li {
margin-bottom: 15px;
}
.widget ul li:last-child {
margin-bottom: 0;
}
.site-footer .widget ul li a:hover {
color: var(--primary-color);
} .widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li {
display: block;
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-size: 0.7778em;
text-transform: uppercase;
font-weight: 700;
}
.widget_recent_comments ul li {
text-transform: none;
font-weight: normal;
font-size: 1em;
}
.site-footer .widget_archive ul li,
.site-footer .widget_categories ul li,
.site-footer .widget_pages ul li,
.site-footer .widget_meta ul li,
.site-footer .widget_recent_comments ul li {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.widget_pages ul li.current_page_item>a,
.widget_pages ul li.current-menu-item>a {
color: var(--primary-color);
} .widget_recent_entries ul {
counter-reset: my-counter;
}
.widget_recent_entries ul li {
counter-increment: my-counter;
position: relative;
padding-left: 40px;
font-size: 1em;
font-family: 'Marcellus';
}
.widget_recent_entries ul li::before {
content: counter(my-counter)".";
position: absolute;
top: 0;
left: 0;
font-family: 'Marcellus';
color: var(--primary-color);
font-size: 2em;
line-height: 1;
}
.widget_recent_entries ul li a {
color: #000;
}
.widget_recent_entries ul li a:hover {
color: var(--primary-color);
} .widget_search .search-form:before,
.widget_search .search-form:after {
content: "";
display: table;
}
.widget_search .search-form:after {
clear: both;
}
.widget_search .search-form label {
float: left;
width: calc(100% - 50px);
}
.widget_search .search-form .search-field {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
height: 50px;
}
.widget_search .search-form .search-submit {
width: 50px;
border-radius: 0 5px 5px 0px;
padding: 0;
height: 50px;
background-color: #000;
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="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
border: none;
box-shadow: none;
text-indent: 55px;
}
.widget_search .search-form .search-submit:hover {
background-color: var(--primary-color);
} .widget_archive ul li {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: flex-end;
}
.widget_archive ul li a {
display: flex;
flex: 1;
} .widget_calendar table {
margin-bottom: 0;
}
.widget_calendar table caption {
background: var(--primary-color);
color: #fff;
padding: 10px;
}
.widget_calendar table th {
color: var(--primary-color);
padding-left: 0;
padding-right: 0;
text-align: center;
}
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
float: right;
}
.widget_calendar table tr td {
padding-left: 0;
padding-right: 0;
text-align: center;
}
.site-footer .widget_calendar table tr td {
color: #fff;
}
.widget_calendar table tr td a {
color: var(--primary-color)
}
.widget_calendar table tr td#today {
background: rgba(0, 0, 0, 0.15);
}
.widget_calendar .wp-calendar-nav-next {
float: right;
} .widget .tagcloud a {
display: inline-block;
font-size: 0.8888em !important;
color: #fff;
text-decoration: none;
background: var(--primary-color);
margin: 3px 1px;
padding: 5px 15px;
border-radius: 5px;
font-weight: 600;
border: 1px solid var(--primary-color);
}
.widget .tagcloud a:hover {
background: none;
color: var(--primary-color);
}
.widget-area .widget .tagcloud a:focus {
outline-color: #000;
} .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder {
display: flex;
flex: 1;
flex-direction: column;
position: relative;
padding-top: 100px;
padding-bottom: 0;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 24"><path fill="%239cbe9c" d="M33.54,28.5a8,8,0,1,1-8.04,8,16,16,0,0,1,16-16A15.724,15.724,0,0,0,33.54,28.5Zm-12.04,8a8,8,0,0,1-16,0h0a16,16,0,0,1,16-16,15.724,15.724,0,0,0-7.96,8A7.989,7.989,0,0,1,21.5,36.5Z" transform="translate(-5.5 -20.5)"/></svg>');
background-repeat: no-repeat;
background-size: 36px;
background-position: center;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 80px;
height: 80px;
border: 3px solid var(--primary-color);
border-radius: 100%;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
margin: 0 auto;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder img {
width: auto;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder {
order: 2;
padding-right: 10px;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder img {
width: 60px;
height: 60px;
border-radius: 100%;
object-fit: cover;
}
.widget_bttk_testimonial_widget .text-holder {
display: flex;
flex: auto;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
#secondary .widget_bttk_testimonial_widget .text-holder,
.site-footer .widget_bttk_testimonial_widget .text-holder {
text-align: center;
}
.widget_bttk_testimonial_widget .testimonial-meta {
order: 2;
text-align: left;
font-size: 0.8888em;
padding-left: 10px;
}
.widget_bttk_testimonial_widget .testimonial-meta .name {
display: block;
font-weight: 700;
color: #262525;
text-transform: capitalize;
}
.widget_bttk_testimonial_widget .testimonial-meta .designation {
color: #999596;
}
.widget_bttk_testimonial_widget .testimonial-content {
color: #262525;
font-size: 1.333em;
line-height: 1.8;
margin-bottom: 25px;
width: 100%;
}
#secondary .widget_bttk_testimonial_widget .testimonial-content,
.site-footer .widget_bttk_testimonial_widget .testimonial-content {
font-size: 1.112em;
}
.widget_bttk_testimonial_widget .testimonial-content p {
margin-top: 0;
margin-bottom: 20px;
}
.site-footer .widget_bttk_testimonial_widget .testimonial-meta .name,
.site-footer .widget_bttk_testimonial_widget .testimonial-content {
color: #fff;
} .widget_bttk_description_widget {
background: #fff;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
position: relative;
}
.widget_bttk_description_widget .image-holder img {
width: 100%;
}
.widget_bttk_description_widget .bttk-team-holder .description,
.widget_bttk_description_widget .bttk-team-holder .social-profile,
.widget_bttk_description_widget .bttk-team-holder-modal .image-holder {
display: none;
}
.widget_bttk_description_widget .bttk-team-holder .text-holder {
padding: 20px;
}
.widget_bttk_description_widget .name {
font-size: 1.112em;
line-height: 1.4;
font-family: var(--secondary-font);
font-weight: 400;
color: #262525;
display: block;
}
.widget_bttk_description_widget .designation {
display: block;
font-size: 0.888em;
}
.widget_bttk_description_widget .bttk-team-holder-modal .designation {
font-weight: 700;
}
.widget_bttk_description_widget .bttk-team-holder-modal {
position: absolute;
background: var(--primary-color);
top: 0;
left: 0;
right: 0;
display: flex;
flex: 1;
flex-flow: column wrap;
align-items: center;
padding: 60px 30px 30px 30px;
text-align: left;
height: 100%;
justify-content: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.widget_bttk_description_widget:hover .bttk-team-holder-modal {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
padding-top: 30px;
}
.widget_bttk_description_widget:focus-within .bttk-team-holder-modal {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
padding-top: 30px;
}
.widget_bttk_description_widget .bttk-team-holder-modal .name,
.widget_bttk_description_widget .bttk-team-holder-modal .designation,
.widget_bttk_description_widget .bttk-team-holder-modal .description {
color: #fff;
}
.widget_bttk_description_widget .bttk-team-holder-modal .description {
font-size: 0.8888em;
font-weight: 300;
line-height: 1.5;
margin-top: 30px;
margin-bottom: 0;
height: 150px;
overflow: hidden;
}
.widget_bttk_description_widget .bttk-team-holder-modal .description p {
margin: 0;
}
.widget_bttk_description_widget .bttk-team-holder-modal .social-profile {
margin: 30px 0 0 0;
padding: 0;
list-style: none;
}
.widget_bttk_description_widget .bttk-team-holder-modal .social-profile li {
display: inline-block;
vertical-align: middle;
font-size: 0.778em;
margin: 4px 2px;
}
.widget_bttk_description_widget .social-profile li a {
width: 30px;
height: 30px;
background: #fff;
color: var(--primary-color);
display: inline-block;
text-align: center;
line-height: 30px;
border-radius: 100%;
box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
}
.widget_bttk_description_widget .social-profile li a:hover {
background: #61C5EC;
color: #fff;
}
.widget_bttk_description_widget .social-profile li a:focus {
outline-color: #000;
}
.widget_bttk_description_widget .social-profile li a[href*="facebook.com"]:hover {
background: #3b5998;
}
.widget_bttk_description_widget .social-profile li a[href*="twitter.com"]:hover {
background: #00aced;
}
.widget_bttk_description_widget .social-profile li a[href*="instagram.com"]:hover {
background: #3f729b;
}
.widget_bttk_description_widget .social-profile li a[href*="plus.google.com"]:hover {
background: #dd4b39;
}
.widget_bttk_description_widget .social-profile li a[href*="pinterest.com"]:hover {
background: #cb2128;
}
.widget_bttk_description_widget .social-profile li a[href*="linkedin.com"]:hover {
background: #007fb1;
}
.widget_bttk_description_widget .social-profile li a[href*="youtube.com"]:hover {
background: #ff3333;
}
.widget_bttk_description_widget .social-profile li a[href*="vimeo.com"]:hover {
background: #1ab7ea;
}
.widget_bttk_description_widget .social-profile li a[href*="dribbble.com"]:hover {
background: #ea4c89;
}
.widget_bttk_description_widget .social-profile li a[href*="foursquare.com"]:hover {
background: #0072b1;
}
.widget_bttk_description_widget .social-profile li a[href*="flickr.com"]:hover {
background: #0063db;
}
.widget_bttk_description_widget .social-profile li a[href*="reddit.com"]:hover {
background: #000000;
}
.widget_bttk_description_widget .social-profile li a[href*="skype.com"]:hover {
background: #26ade3;
}
.widget_bttk_description_widget .social-profile li a[href*="stumbleupon.com"]:hover {
background: #ea4b24;
}
.widget_bttk_description_widget .social-profile li a[href*="tumblr.com"]:hover {
background: #2c4762;
}
.widget_bttk_description_widget .social-profile li a[href*="ok.ru"]:hover {
background: #f38231;
}
.widget_bttk_description_widget .social-profile li a[href*="vk.com"]:hover {
background: #4e76a1;
}
.widget_bttk_description_widget .social-profile li a[href*="xing.com"]:hover {
background: #006565;
}
.widget_bttk_description_widget .bttk-team-holder-modal a.close_popup {
display: none;
} .widget_btif_instagram_widget ul li {
margin: 0;
padding: 3px;
}
.widget_btif_instagram_widget .profile-link {
margin-top: 10px;
display: block;
text-align: center;
background: #222;
color: #fff;
font-size: 0.8888em;
padding: 5px 10px;
border: 1px solid #222;
text-decoration: none;
}
.widget_btif_instagram_widget .profile-link:hover {
background: none;
color: #222;
}
.widget_btif_instagram_widget .profile-link .insta-icon {
margin-right: 7px;
} .widget_bttk_icon_text_widget .rtc-itw-inner-holder {
display: flex;
flex: 1;
flex-direction: column;
}
#secondary .widget_bttk_icon_text_widget .rtc-itw-inner-holder,
#secondary .widget_bttk_icon_text_widget .widget-title,
.site-footer .widget_bttk_icon_text_widget .rtc-itw-inner-holder,
.site-footer .widget_bttk_icon_text_widget .widget-title {
text-align: center;
}
.widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
order: 2;
}
.widget_bttk_icon_text_widget .widget-title {
margin-top: 0;
margin-bottom: 10px;
padding-bottom: 0;
font-size: 1.112em;
font-family: var(--secondary-font);
font-weight: 400;
}
.widget_bttk_icon_text_widget .widget-title:after {
display: none;
}
.widget_bttk_icon_text_widget .content {
font-size: 0.888em;
line-height: 1.8;
}
.site-footer .widget_bttk_icon_text_widget .content {
color: #fff;
}
.widget_bttk_icon_text_widget .content p {
margin: 0;
}
.widget_bttk_icon_text_widget .icon-holder {
font-size: 3em;
line-height: 1;
color: var(--primary-color);
}
#secondary .widget_bttk_icon_text_widget .icon-holder,
.site-footer .widget_bttk_icon_text_widget .icon-holder {
width: 80px;
height: 80px;
border: 3px solid var(--primary-color);
border-radius: 100%;
overflow: hidden;
text-align: center;
line-height: 80px;
font-size: 2.5em;
margin: 0 auto 30px auto;
}
#secondary .widget_bttk_icon_text_widget .icon-holder img,
.site-footer .widget_bttk_icon_text_widget .icon-holder img {
width: 100%;
height: 100%;
object-fit: cover;
}
.widget_bttk_icon_text_widget a.btn-readmore {
margin-top: 20px;
} .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
.widget_blossomtheme_companion_cta_widget .text {
padding: 80px 0;
position: relative;
z-index: 1;
}
#secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
#secondary .widget_blossomtheme_companion_cta_widget .text,
.site-footer .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
.site-footer .widget_blossomtheme_companion_cta_widget .text {
padding: 40px;
}
.widget_blossomtheme_companion_cta_widget .bttk-cta-bg:after {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.cta-section .widget_blossomtheme_companion_cta_widget {
margin-bottom: 0;
}
.widget_blossomtheme_companion_cta_widget .centered {
text-align: center;
}
.widget_blossomtheme_companion_cta_widget .left .widget-title,
.widget_blossomtheme_companion_cta_widget .left .text-holder {
max-width: 750px;
}
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
}
.widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container {
max-width: 770px;
}
.widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container {
text-align: right;
}
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title {
font-size: 2.223em;
color: #fff;
margin-top: 0;
padding-bottom: 0;
font-family: var(--secondary-font);
font-weight: 400;
margin-bottom: 20px;
line-height: 1.3;
}
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title {
font-size: 2em;
}
#secondary .widget_blossomtheme_companion_cta_widget .right .widget-title,
.site-footer .widget_blossomtheme_companion_cta_widget .right .widget-title {
text-align: right;
}
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title:after {
display: none;
}
.widget_blossomtheme_companion_cta_widget .left .blossomtheme-cta-container .widget-title,
.widget_blossomtheme_companion_cta_widget .left .text-holder {
max-width: 768px;
}
.widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container .widget-title,
.widget_blossomtheme_companion_cta_widget .right .text-holder {
max-width: 768px;
margin-left: auto;
}
.widget_blossomtheme_companion_cta_widget .text-holder p {
font-size: 1.112em;
font-weight: 400;
color: #fff;
margin-top: 0;
margin-bottom: 0;
}
.widget_blossomtheme_companion_cta_widget .button-wrap {
margin-top: 40px;
}
.widget_blossomtheme_companion_cta_widget .text a.btn-cta {
background: #fff;
color: var(--primary-color);
border-color: #fff;
}
.widget_blossomtheme_companion_cta_widget .text a.btn-cta:hover {
color: #fff;
background: none;
}
.widget_blossomtheme_companion_cta_widget .text a.btn-cta:after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%239cbe9c" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
}
.widget_blossomtheme_companion_cta_widget .text a.btn-cta:hover:after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
}
.widget_blossomtheme_companion_cta_widget a.btn-cta+a.btn-cta {
margin-left: 20px;
}
#secondary .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta,
.site-footer .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta {
display: block;
text-align: center;
margin-bottom: 10px;
padding-right: 30px;
}
#secondary .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta::before,
.site-footer .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta::before {
display: none;
}
#secondary .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta::after,
.site-footer .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta::after {
position: static;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}
#secondary .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta+.btn-cta,
.site-footer .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta+.btn-cta {
margin-left: 0;
margin-bottom: 0;
} .widget-area .widget_media_gallery .gallery-item,
.site-footer .widget_media_gallery .gallery-item {
margin: 0;
padding: 3px;
}
.widget-area .widget_media_gallery .gallery-caption,
.site-footer .widget_media_gallery .gallery-caption {
display: none;
}
.widget-area .widget_media_gallery .gallery-item a,
.site-footer .widget_media_gallery .gallery-item a {
display: inline-block;
position: relative;
z-index: 1;
}
.widget-area .widget_media_gallery .gallery-item a::before,
.site-footer .widget_media_gallery .gallery-item a::before {
content: "";
background: rgba(0, 0, 0, 0.2);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 5px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.widget-area .widget_media_gallery .gallery-item a:hover::before,
.site-footer .widget_media_gallery .gallery-item a:hover::before {
background: transparent;
}
.widget-area .widget_media_gallery .gallery-item img,
.site-footer .widget_media_gallery .gallery-item img {
border-radius: 5px;
width: 100%;
height: 80px;
object-fit: cover;
} .site-main article {
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
margin-bottom: 80px;
border-radius: 5px;
}
.page-template .site-main article,
body:not(.search) .site-main article.page {
box-shadow: none;
margin-bottom: 0;
border-radius: 0;
}
.site-main article .category {
top: 15px;
left: 15px;
}
.author-like-wrap {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: flex-end;
align-items: center;
}
.post-thumbnail .author-like-wrap {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
padding: 0 20px;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
article:hover .post-thumbnail .author-like-wrap {
padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
article:focus-within .post-thumbnail .author-like-wrap {
padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.byline svg {
width: 18px;
vertical-align: middle;
}
.byline svg .autb {
fill: #fff;
}
.author-like-wrap>span,
.author-like-wrap .bsp_ajax_like {
display: flex;
flex: 1;
align-items: center;
font-size: 0.666em;
letter-spacing: 1px;
color: #fff;
}
.author-like-wrap>span a,
.author-like-wrap .bsp_ajax_like a {
color: #fff;
}
.author-like-wrap>span a:hover,
.author-like-wrap .bsp_ajax_like a:hover {
color: var(--primary-color);
}
span.byline a {
text-transform: capitalize;
}
.author-like-wrap .bsp_ajax_like {
justify-content: flex-end;
}
.author-like-wrap>span svg,
.author-like-wrap .bsp_ajax_like svg {
margin-right: 7px;
}
.author-like-wrap>span svg,
.author-like-wrap .bsp_ajax_like svg {
font-size: 1.1667em;
}
.site-main article .content-wrap {
padding: 40px 50px 60px 50px;
position: relative;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom: 3px solid transparent;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-main article:hover .content-wrap {
border-bottom-color: rgba(var(--primary-color-rgb), 0.5);
}
.site-main article .content-wrap .entry-title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.6667em;
font-weight: 400;
font-family: 'Marcellus';
}
.entry-title a {
color: #262525;
text-decoration: none;
}
.entry-title a:hover {
color: var(--primary-color);
}
.site-main article .content-wrap .entry-meta {
margin-top: 20px;
}
.site-main article .content-wrap a.btn-readmore {
position: absolute;
bottom: -25px;
left: 50%;
margin: 0 auto;
overflow: hidden;
padding-left: 25px;
padding-right: 25px;
white-space: nowrap;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
text-indent: -100%;
background: none;
border-color: transparent;
color: transparent;
}
.site-main article .content-wrap a.btn-readmore:hover {
padding-left: 30px;
padding-right: 50px;
background: var(--primary-color);
color: #fff;
text-indent: 0;
border-color: var(--primary-color);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.site-main article .content-wrap a.btn-readmore:focus-within {
padding-left: 30px;
padding-right: 50px;
background: var(--primary-color);
color: #fff;
text-indent: 0;
border-color: var(--primary-color);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.site-main article .content-wrap a.btn-readmore::before {
width: 45px;
height: 44px;
line-height: 45px;
background-color: var(--primary-color);
background-size: 7px;
border-radius: 100%;
margin: 0 auto;
left: 0;
right: 0;
top: 1px;
z-index: 1;
text-indent: 0;
color: #fff;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-main article .content-wrap a.btn-readmore:hover::before {
right: -50%;
opacity: 0;
visibility: hidden;
}
.site-main article .content-wrap a.btn-readmore:focus-within::before {
right: -50%;
opacity: 0;
visibility: hidden;
}
.site-main article .content-wrap a.btn-readmore::after {
background-size: 0;
right: 0;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-main article .content-wrap a.btn-readmore:hover::after {
background-size: 7px;
right: 30px;
}
.site-main article .content-wrap a.btn-readmore:focus-within::after {
background-size: 7px;
right: 30px;
}
.blog .site-main article a.btn-readmore:hover::after,
.search .site-main article a.btn-readmore:hover::after,
.archive .site-main article a.btn-readmore:hover::after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
}
.blog .site-main article a.btn-readmore:focus-within::after,
.search .site-main article a.btn-readmore:focus-within::after,
.archive .site-main article a.btn-readmore:focus-within::after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
} .grid-layout .site-main {
display: flex;
flex: 1;
flex-flow: row wrap;
}
.grid-layout .site-main article {
display: flex; flex-direction: column;
}
.grid-layout.rightsidebar .site-main article,
.grid-layout.leftsidebar .site-main article {
width: 48%;
margin-right: 4%;
}
.grid-layout.rightsidebar .site-main article:nth-child(2n),
.grid-layout.leftsidebar .site-main article:nth-child(2n) {
margin-right: 0;
}
.grid-layout.full-width .site-main article {
width: 31.33%;
margin-right: 3%;
}
.grid-layout.full-width .site-main article:nth-child(3n) {
margin-right: 0;
}
.grid-layout .site-main article .content-wrap {
padding: 25px 40px 60px 40px;
display: flex;
flex: 1;
flex-direction: column;
}
.grid-layout .site-main article .content-wrap .entry-title {
font-size: 1.3333em;
} .masonry-layout.full-width .site-main article {
width: 31%;
margin-right: 1%;
margin-left: 1%;
}
.masonry-layout.rightsidebar .site-main article,
.masonry-layout.leftsidebar .site-main article {
width: 47%;
margin-right: 1.5%;
margin-left: 1.5%;
}
.masonry-layout .site-main article .content-wrap {
padding: 25px 40px 60px 40px;
}
.masonry-layout .site-main article .content-wrap .entry-title {
font-size: 1.3333em;
} .list-layout .site-main article,
.list-with-feat-post-layout .site-main article:not(.featured-post) {
display: flex;
flex: 1;
flex-flow: row wrap;
}
.list-layout .site-main article .post-thumbnail,
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail {
width: 45%;
border-top-right-radius: 0;
border-bottom-left-radius: 5px;
}
.list-layout .site-main article .post-thumbnail img,
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail img,
.list-layout .site-main article .post-thumbnail .svg-holder,
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail .svg-holder,
.list-layout .site-main article .post-thumbnail .fallback-svg,
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail .fallback-svg {
width: 100%;
height: 100%;
object-fit: cover;
}
.list-layout .site-main article .content-wrap,
.list-with-feat-post-layout .site-main article:not(.featured-post) .content-wrap {
width: 55%;
padding: 30px 40px 50px 40px;
border-bottom-left-radius: 0;
}
.archive.list-layout .site-main article .post-thumbnail,
.archive.list-layout .site-main article .content-wrap {
width: 50%;
}
.list-layout .site-main article .entry-title,
.list-with-feat-post-layout .site-main article:not(.featured-post) .entry-title {
font-size: 1.3333em;
}
.list-layout .site-main article .entry-meta,
.list-with-feat-post-layout .site-main article:not(.featured-post) .entry-meta {
margin-top: 10px;
}
.list-layout .site-main article .entry-content,
.list-with-feat-post-layout .site-main article:not(.featured-post) .entry-content {
margin-top: 15px;
} .page-template-team #primary {
margin-bottom: 20px;
}
.page-template-team .site-main {
display: flex;
flex: 1;
flex-flow: row wrap;
}
.page-template-team .site-main .widget_bttk_description_widget {
margin-right: 3%;
width: 22.66%;
}
.page-template-team .site-main .widget_bttk_description_widget:nth-child(4n) {
margin-right: 0;
}
.page-template-team .site-main .bttk-team-inner-holder {
text-align: center;
} .page-template-contact .content-area {
margin-bottom: 80px;
}
.map-block .widget .widget-title {
display: none;
}
.page-template-contact .map-block .custom-html-widget {
height: 450px;
}
.page-template-contact .site-main .contact-details-wrap {
display: inline-block;
vertical-align: middle;
width: 39%;
}
.page-template-contact .site-main .form-block {
display: inline-block;
vertical-align: middle;
width: 60%;
padding-left: 115px;
}
.page-template-contact .site-main .form-block .widget {
margin-bottom: 0;
}
.form-block .widget-title {
display: inline-block;
padding-bottom: 5px;
position: relative;
font-size: 2em;
}
.contact-section .form-block .widget-title {
padding-bottom: 0;
}
.form-block .section-title:after {
content: "";
background: -webkit-linear-gradient(to right, var(--primary-color), transparent 50%);
background: -moz-linear-gradient(to right, var(--primary-color), transparent 50%);
background: -ms-linear-gradient(to right, var(--primary-color), transparent 50%);
background: -o-linear-gradient(to right, var(--primary-color), transparent 50%);
background: linear-gradient(to right, var(--primary-color), transparent 50%);
width: 100%;
height: 2px;
position: absolute;
top: 100%;
left: 0;
display: block;
}
.contact-section .form-block .section-title:after {
display: none;
}
.form-block .section-desc {
font-size: 1.1112em;
}
.form-block .wpcf7-form {
display: flex;
flex: 1;
flex-flow: row wrap;
margin-left: -1.5%;
margin-right: -1.5%;
}
.form-block .wpcf7-form p {
width: 47%;
margin: 0 1.5% 20px 1.5%;
}
.form-block .wpcf7-form p:nth-last-of-type(1),
.form-block .wpcf7-form p:nth-last-of-type(2),
.form-block .wpcf7-form .wpcf7-response-output {
width: 100%;
}
.form-block .wpcf7-form p label {
font-size: 0.6666em;
text-transform: uppercase;
color: #262525;
font-weight: 700;
letter-spacing: 1px;
}
.form-block .wpcf7-form p .wpcf7-form-control-wrap {
font-size: 18px;
color: var(--font-color);
display: block;
margin-top: 5px;
} .page-template-service #primary {
margin-bottom: 20px;
}
.page-template-service .site-main {
display: flex;
flex: 1;
flex-flow: row wrap;
}
.page-template-service .site-main .widget_bttk_icon_text_widget {
width: 31.33%;
margin-right: 3%;
margin-bottom: 80px;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
text-align: center;
}
.page-template-service .site-main .widget_bttk_icon_text_widget:nth-child(3n) {
margin-right: 0;
}
.page-template-service .site-main .widget_bttk_icon_text_widget .icon-holder {
display: inline-block;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
overflow: hidden;
}
.page-template-service .site-main .widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
position: relative;
padding: 40px 40px 50px 40px;
border-bottom: 3px solid transparent;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.page-template-service .site-main .widget_bttk_icon_text_widget:hover .rtc-itw-inner-holder .text-holder {
border-bottom-color: rgba(var(--primary-color-rgb), 0.5);
}
.page-template-service .site-main .widget_bttk_icon_text_widget .widget-title {
font-size: 1.3333em;
}
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore {
box-shadow: 0 0 10 rgba(0, 0, 0, 0.2);
} .page-template-pricing .pricing-tbl-wrap {
padding-bottom: 40px;
margin-top: 20px;
}
.page-template-pricing .pricing-tbl-wrap+.faq-text-section {
margin-top: 20px;
} .page-template-gallery .gallery-section {
padding: 0;
background: none;
}
.page-template-gallery .gallery-section .widget:last-child {
margin-bottom: 0;
} .portfolio-holder .portfolio-sorting {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
display: table;
border-radius: 40px;
padding: 0 30px;
margin: 0 auto 40px;
}
.portfolio-sorting .button {
margin: 0 1px;
box-shadow: none;
padding: 15px 30px;
font-size: 0.8888em;
text-transform: none;
font-weight: 700;
letter-spacing: 0;
border-radius: 0;
color: #262525;
}
.portfolio-sorting .button.is-checked,
.portfolio-sorting .button:hover {
background: var(--primary-color);
color: #fff;
}
.portfolio-item .portfolio-text-holder {
font-size: 1em;
background: rgba(0, 0, 0, 0.75);
}
.portfolio-item a:hover,
.entry-header .portfolio-cat a:hover {
color: var(--primary-color);
}
.portfolio-item .portfolio-cat a {
font-size: 0.7778em;
line-height: 1.2;
}
.portfolio-item .portfolio-cat a:after,
.entry-header .portfolio-cat a {
content: ",";
}
.portfolio-item .portfolio-cat a:last-child:after,
.entry-header .portfolio-cat a:last-child:after {
display: none;
}
.portfolio-text-holder .portfolio-img-title {
font-family: 'Marcellus';
font-weight: 400;
line-height: 1.3;
font-size: 1.1112em;
}
.portfolio-holder .post-thumbnail {
border-radius: 5px;
}
.portfolio-holder .entry-header .entry-title {
font-size: 2.2223em;
font-family: 'Marcellus';
font-weight: 400;
}
.related-portfolio-title {
margin-top: 0;
font-size: 1em;
font-weight: 400;
font-family: 'Marcellus';
text-transform: uppercase;
} .page-template-pricing #primary {
margin-bottom: 20px;
}
.faq-text-section {
margin-top: 80px;
margin-bottom: 40px;
}
section.faq-text-section .widget_text {
display: inline-block;
vertical-align: top;
width: 46%;
margin-right: 1.5%;
margin-left: 1.5%;
}
section.faq-text-section .widget_text:first-child {
width: 100%;
margin-bottom: 20px;
}
section.faq-text-section .widget_text .widget-title {
margin-top: 0;
font-size: 1.112em;
font-family: var(--primary-font);
font-weight: 700;
margin-bottom: 15px;
}
section.faq-text-section .widget_text:first-child .widget-title {
font-size: 2em;
text-align: center;
margin-top: 0;
margin-bottom: 30px;
}
section.faq-text-section .widget_text .textwidget p {
margin-top: 0;
margin-bottom: 20px;
}
section.faq-text-section .widget_text .textwidget p:last-child {
margin-bottom: 0;
} .search .page-header .container {
max-width: 770px;
}
.search .page-header .page-title {
font-size: 0.778em;
text-transform: uppercase;
font-weight: 700;
text-align: left;
font-family: var(--primary-font);
letter-spacing: 1px;
margin-bottom: 0;
}
.search .site-content .page-header .search-form {
border-bottom: 2px solid rgba(255, 255, 255, 0.5);
display: flex;
flex: 1;
align-items: center;
margin-top: 15px;
}
.search .site-content .page-header .search-form label {
width: calc(100% - 70px);
}
.search .site-content .page-header .search-form .search-field {
height: 70px;
border-radius: 0;
background: none;
border: none;
color: #fff;
padding-left: 0;
font-size: 2.6665em;
font-family: 'Marcellus';
font-weight: 400;
}
.search .site-content .page-header .search-form .search-submit {
width: 70px;
padding: 0;
height: 70px;
border-radius: 0;
border: none;
background: url(//www.amanda.med.br/wp-content/themes/blossom-spa-pro/images/search-icon.svg) no-repeat;
background-size: 20px;
background-position: center right;
text-indent: 80px;
overflow: hidden;
box-shadow: none;
}
.search-no-results .site-main .entry-title {
font-size: 2.1665em;
margin-top: 0;
margin-bottom: 10px;
}
.search-no-results .site-main .page-content {
margin-top: 0;
font-size: 1.112em;
}
.search-no-results .site-main .page-content p {
margin: 0;
} .error404 .site-main {
max-width: 776px;
margin: 0 auto;
}
.error404 .error-404 {
text-align: center;
}
.error404 .error-404 .page-content {
margin: 0;
}
.error404 .error-404 .error-text {
margin: 0 auto 30px auto;
font-size: 1.3888em;
max-width: 586px;
}
.error404 .error-404 .error-num {
font-size: 22.2222em;
font-weight: 700;
line-height: 1.3;
color: var(--primary-color);
text-shadow: 0 -10px 0 rgba(0, 0, 0, 0.1);
}
.error404 .error-404 .bttn {
display: inline-block;
background: var(--primary-color);
color: #fff;
text-transform: uppercase;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
padding: 18px 60px;
border-radius: 40px;
text-decoration: none;
margin-bottom: 80px;
border: 1px solid var(--primary-color);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.error404 .error-404 .bttn:hover {
background: none;
color: var(--primary-color);
}
.error404 .error-404 .search-form {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
display: flex;
flex: 1;
align-items: center;
max-width: 630px;
margin: 0 auto;
}
.error404 .error-404 .search-form label {
width: calc(100% - 50px);
}
.error404 .error-404 .search-form .search-field {
height: 50px;
border: none;
}
.error404 .error-404 .search-form .search-submit {
width: 50px;
padding: 0;
height: 50px;
border-radius: 0 5px 5px 0px;
background: #333 url(//www.amanda.med.br/wp-content/themes/blossom-spa-pro/images/search-icon.svg) no-repeat;
background-position: center;
background-size: 20px;
border: none;
text-indent: 60px;
font-size: 0;
}
.error404 .error-404 .search-form .search-submit:hover {
background-color: var(--primary-color);
} .additional-post {
margin-top: 80px;
padding-top: 80px;
border-top: 1px solid #EBEBEB;
}
.single .additional-post {
margin-top: 60px;
padding-top: 60px;
}
.additional-post .post-title {
margin-top: 0;
margin-bottom: 30px;
font-family: 'Marcellus';
font-weight: 400;
text-transform: uppercase;
font-size: 1.112em;
}
.additional-post .post-title span {
display: inline-block;
position: relative;
padding-bottom: 10px;
}
.additional-post .post-title span::after {
content: "";
background: -webkit-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: -moz-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: -ms-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: -o-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
width: 100%;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
}
.additional-post article {
box-shadow: none;
border-bottom: 1px solid #ebebeb;
border-radius: 0;
padding-bottom: 25px;
margin-bottom: 25px;
display: flex;
flex: 1;
justify-content: flex-end;
}
.additional-post article:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.additional-post article .post-thumbnail {
order: 2;
width: 110px;
height: 83px;
border-radius: 5px;
}
.additional-post article .entry-header {
display: flex;
flex: 1;
padding-right: 20px;
width: calc(100% - 110px);
}
.additional-post article .entry-meta {
width: 200px;
margin-top: 0;
}
.additional-post article .entry-title {
margin-top: 0;
font-size: 1em;
font-weight: 400;
font-family: 'Marcellus';
width: calc(100% - 200px);
} .author .page-header .author-section {
max-width: 770px;
margin: 0 auto;
}
.single .content-area .author-section {
border-top: 1px solid #f0f0f0;
padding-top: 60px;
margin-top: 60px;
}
.author-section .author-img {
width: 120px;
height: 120px;
overflow: hidden;
border-radius: 100%;
position: relative;
display: inline-block;
vertical-align: top;
margin: 0;
}
.author-section .author-img::after {
content: "";
border: 5px solid rgba(255, 255, 255, 0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 100%;
}
.author-section .author-content-wrap {
display: inline-block;
vertical-align: top;
width: calc(100% - 130px);
text-align: left;
padding-left: 20px;
}
.author-section .author-content-wrap .author-name {
margin-top: 0;
color: #262525;
font-size: 1.112em;
font-weight: 400;
font-family: 'Marcellus';
margin-bottom: 20px;
text-transform: capitalize;
}
.page-header .author-section .author-content-wrap .author-name {
color: #fff;
text-transform: none;
}
.author-section .author-content-wrap .author-name span {
position: relative;
display: inline-block;
padding-bottom: 10px;
}
.author-section .author-content-wrap .author-name span::after {
content: "";
background: -webkit-linear-gradient(to right, rgba(156, 192, 156, 0.5), transparent);
background: -moz-linear-gradient(to right, rgba(156, 192, 156, 0.5), transparent);
background: -ms-linear-gradient(to right, rgba(156, 192, 156, 0.5), transparent);
background: -o-linear-gradient(to right, rgba(156, 192, 156, 0.5), transparent);
background: linear-gradient(to right, rgba(156, 192, 156, 0.5), transparent);
width: 100%;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
}
.page-header .author-section .author-content-wrap .author-name span::after {
background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: -o-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
}
.author-section .author-content {
font-size: 0.888em;
}
.page-header .author-section .author-content {
color: #fff;
}
.author-section .author-social {
margin-top: 15px;
}
.author-section .author-social ul li {
margin-right: 18px;
font-size: 0.8888em;
margin-bottom: 10px;
}
.author-section .author-social ul li:last-child {
margin-right: 0;
}
.author-section .author-social ul li a {
display: inline-block;
vertical-align: middle;
position: relative;
color: #999596;
text-transform: capitalize;
text-decoration: none;
}
.page-header .author-section .author-social ul li a {
color: #fff;
}
.author-section .author-social ul li a::after {
content: "" attr(title)"";
margin-left: 5px;
display: inline-block;
vertical-align: middle;
}
.author-section .author-social ul li a span {
display: inline-block;
vertical-align: middle;
width: 32px;
height: 32px;
text-align: center;
line-height: 28px;
background: #fff;
border: 2px solid #F0F0F0;
color: #262525;
border-radius: 100%;
font-size: 0.8888em;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.page-header .author-section .author-social ul li a span {
border: none;
line-height: 32px;
}
.author-section .author-social ul li a:hover span {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
} .single header.page-header {
min-height: 600px;
display: flex;
flex: 1;
justify-content: center;
align-items: flex-end;
}
.single header.page-header .container {
max-width: 770px;
}
.single .site-main article {
box-shadow: none;
border-radius: 0;
margin-bottom: 0;
}
.single header.page-header .category {
font-size: 0.6666em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
}
.single .page-header .page-title {
margin-bottom: 0;
}
.single .page-header .entry-meta {
margin-top: 20px;
}
.single .page-header .byline svg .autb {
fill: #ccc6c8;
}
.single .page-header .entry-meta>span a {
color: #ccc6c8;
}
.single .page-header .entry-meta>span a:hover {
color: var(--primary-color);
}
.single .page-header .entry-meta>span::after {
opacity: 0.25;
filter: alpha(opacity=25);
top: 8px;
}
.single .site-content .page-header .breadcrumb-wrapper {
margin-top: 20px;
}
.sticky-social .article-meta {
position: sticky;
width: 100px;
display: inline-block;
vertical-align: top;
top: 40px;
text-align: center;
}
.single.style2 .content-area .article-meta>span {
font-size: 0.6666em;
line-height: 1;
font-weight: 700;
display: block;
}
.single.style2 .content-area .article-meta>span span.author-img {
position: relative;
display: block;
width: 80px;
height: 80px;
overflow: hidden;
border-radius: 100%;
margin: 0 auto;
}
.single.style2 .content-area .article-meta>span span.author-img::before {
content: "";
border: 5px solid rgba(255, 255, 255, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 100%;
}
.single.style2 .content-area .article-meta .byline img {
width: 100%;
height: 100%;
object-fit: cover;
}
.single.style2 .content-area .article-meta .byline .author {
display: block;
margin-top: 20px;
color: #999596;
}
.single.style2 .content-area .article-meta .byline .author a {
display: block;
margin-top: 5px;
margin-left: 5px;
color: #262525;
}
.single.style2 .content-area .article-meta .byline .author a:hover {
color: var(--primary-color);
}
.single.style2 .content-area .article-meta>span.posted-on {
display: block;
margin-top: 30px;
}
.single.style2 .content-area .article-meta>span.posted-on a {
display: block;
margin-top: 5px;
color: #262525;
}
.single.style2 .content-area .article-meta>span.posted-on a:hover {
color: var(--primary-color);
}
.single.style2 .content-area .article-meta span.comment-box {
display: block;
margin-top: 30px; text-transform: uppercase;
line-height: 1.3;
}
.single.style2 .content-area .article-meta span.comment-box a {
color: #353535;
}
.single.style2 .content-area .article-meta span.comment-box a:hover {
color: var(--primary-color);
}
.style2 .site-main .bsp_single_ajax_like {
margin-top: 50px;
}
.single .content-area .favourite .fav-count {
display: block;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
}
.single .content-area .favourite a,
.single .content-area .favourite .liked-icon {
display: inline-block;
margin-top: 5px;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
border: 3px solid rgba(var(--primary-color-rgb), 0.5);
border-radius: 100%;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
font-size: 1.112em;
color: #DA222E;
}
.single .content-area .favourite a:hover {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
}
.single .content-area .article-share ul li {
margin-top: 8px;
font-size: 0.8888em;
display: block;
}
.single .content-area .article-share ul li a {
display: block;
width: 50px;
height: 50px;
line-height: 46px;
border: 2px solid #f0f0f0;
border-radius: 100%;
margin: 0 auto;
color: #262525;
}
.single .content-area .article-share ul li a:hover {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
}
.single .site-main .entry-content {
margin-top: 0;
}
.sticky-social .entry-content {
display: inline-block;
vertical-align: top;
width: calc(100% - 110px);
padding-left: 40px;
}
.entry-content a,
.page-content a,
.comment-content a {
text-decoration: underline;
}
.entry-content a:hover,
.page-content a:hover,
.comment-content a:hover {
text-decoration: none;
}
.dropcap {
display: inline-block;
float: left;
font-size: 3.5554em;
line-height: 1;
font-weight: 700;
margin-right: 7px;
color: #262525;
}
.single-post .site-main .entry-content figure img {
border-radius: 5px;
}
.sticky-social .entry-footer {
padding-left: 120px;
} .widget_bttk_author_bio .widget-title {
text-align: left;
}
.widget_bttk_author_bio .image-holder {
width: 270px;
height: 270px;
margin-left: auto;
margin-right: auto;
border-radius: 100%;
overflow: hidden;
position: relative;
}
.widget_bttk_author_bio .image-holder::before {
content: "";
border: 10px solid rgba(255, 255, 255, 0.5);
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
border-radius: 100%;
}
.widget_bttk_author_bio .image-holder img {
width: 100%;
height: 100%;
object-fit: cover;
}
.widget_bttk_author_bio .title-holder {
font-family: 'Marcellus';
font-weight: 400;
font-size: 1.3333em;
color: #262525;
}
.site-footer .widget_bttk_author_bio .title-holder,
.site-footer .widget_bttk_author_bio .author-bio-content {
color: #fff;
}
.widget_bttk_author_bio .author-bio-content {
font-size: 0.8888em;
}
.widget_bttk_author_bio .text-signature {
margin-bottom: 30px;
color: #777;
}
.widget_bttk_author_bio .readmore {
font-size: 0.6666em;
font-weight: 700;
background: var(--primary-color);
color: #fff;
border-radius: 50px;
padding: 12px 50px 12px 30px;
display: inline-block;
letter-spacing: 1px;
text-decoration: none;
position: relative;
text-transform: uppercase;
border: 2px solid var(--primary-color);
text-align: center;
}
.widget_bttk_author_bio .readmore:hover {
background-color: transparent;
color: var(--primary-color);
}
.widget_bttk_author_bio .readmore::after {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
background-repeat: no-repeat;
width: 13px;
height: 20px;
position: absolute;
right: 30px;
top: 13px;
vertical-align: middle;
background-position: center;
}
.widget_bttk_author_bio .readmore:hover::after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%239cbe9c" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
}
.widget_bttk_author_bio ul li a {
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
display: inline-block;
border: 2px solid;
border-radius: 100%;
}
.widget_bttk_author_bio ul li a:hover {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff !important;
} .widget_blossom_client_logo_widget .blossom-inner-wrap {
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: center;
margin-left: -20px;
margin-right: -20px;
}
.widget_blossom_client_logo_widget .blossom-inner-wrap .image-holder {
padding: 10px;
width: 50%;
}
.widget_blossom_client_logo_widget .blossom-inner-wrap .image-holder:not(.black-white) a:hover {
opacity: 0.75;
filter: alpha(opacity=75);
}
.widget_blossom_client_logo_widget .blossom-inner-wrap .image-holder.black-white a {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.widget_blossom_client_logo_widget .blossom-inner-wrap .image-holder.black-white:hover a {
-webkit-filter: grayscale(0);
filter: grayscale(0);
} .widget_bttk_custom_categories ul li {
border-radius: 5px;
overflow: hidden;
background-size: cover !important;
}
.widget_bttk_custom_categories ul li:last-child {
margin-bottom: 0;
}
.widget_bttk_custom_categories ul li a {
padding-left: 20px;
display: flex;
flex: 1;
flex-direction: row;
}
.widget_bttk_custom_categories ul li .cat-title {
color: #fff;
font-weight: 700;
letter-spacing: 1px;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
}
.widget_bttk_custom_categories ul li .post-count {
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
color: #fff;
letter-spacing: 0.5px;
background: rgba(0, 0, 0, 0.5);
}
.widget_bttk_custom_categories ul li a:hover .post-count {
background: var(--primary-color);
}
.widget_bttk_custom_categories ul li a:hover .post-count,
.widget_bttk_custom_categories ul li a:hover:focus .post-count {
width: 115px;
} .widget_bttk_image_text_widget ul li img {
width: 100%;
}
.widget_bttk_image_text_widget ul li .btn-readmore {
width: 75%;
border: none;
background: rgba(0, 0, 0, 0.75);
padding: 15px 20px;
}
.widget_bttk_image_text_widget ul li .btn-readmore:hover {
background: var(--primary-color);
color: #fff !important;
}
.widget_bttk_image_text_widget ul li .btn-readmore:before,
.widget_bttk_image_text_widget ul li .btn-readmore:after {
display: none;
} .widget_bttk_popular_post ul li,
.widget_bttk_pro_recent_post ul li {
margin-bottom: 30px;
}
.widget_bttk_popular_post ul li:last-child,
.widget_bttk_pro_recent_post ul li:last-child {
margin-bottom: 0;
}
.widget_bttk_popular_post ul li .post-thumbnail,
.widget_bttk_pro_recent_post ul li .post-thumbnail {
border-radius: 5px;
}
.widget_bttk_popular_post ul li .entry-header .entry-title,
.widget_bttk_pro_recent_post ul li .entry-header .entry-title {
font-family: 'Marcellus';
font-weight: 400;
}
.widget_bttk_popular_post ul li .entry-header .entry-title a,
.widget_bttk_pro_recent_post ul li .entry-header .entry-title a {
color: #000;
}
.site-footer .widget_bttk_popular_post ul li .entry-header .entry-title a,
.site-footer .widget_bttk_pro_recent_post ul li .entry-header .entry-title a {
color: #fff;
}
.widget_bttk_popular_post ul li .entry-header .entry-title a:hover,
.widget_bttk_pro_recent_post ul li .entry-header .entry-title a:hover {
color: var(--primary-color);
}
.widget_bttk_popular_post ul li .entry-header .entry-meta,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta {
font-size: 12px;
margin-top: 0;
}
.widget_bttk_popular_post ul li .entry-header .entry-meta a,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta a {
color: #999596;
}
.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);
} .widget_bttk_posts_category_slider_widget .item {
position: relative;
}
.widget_bttk_posts_category_slider_widget .post-thumbnail {
border-radius: 5px;
}
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links {
position: absolute;
top: 10px;
left: 10px;
font-size: 12px;
font-weight: 700;
}
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a {
text-transform: uppercase;
color: #fff;
background: #262525;
padding: 5px 10px;
border-radius: 3px;
letter-spacing: 0.5px;
text-decoration: none;
}
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a:hover {
background: var(--primary-color);
color: #fff;
}
.widget_bttk_posts_category_slider_widget .carousel-title .title {
font-size: 1em;
font-family: 'Marcellus';
margin-bottom: 0;
margin-top: 0;
}
.widget_bttk_posts_category_slider_widget .carousel-title .title a {
color: #000;
}
.site-footer .widget_bttk_posts_category_slider_widget .carousel-title .title a {
color: #fff;
}
.widget_bttk_posts_category_slider_widget .carousel-title .title a:hover {
color: var(--primary-color);
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot {
display: inline-block;
vertical-align: middle;
margin: 0 5px;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span {
background: none;
width: 7px;
height: 7px;
}
.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: var(--primary-color);
width: 10px;
height: 10px;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"] {
width: 30px;
height: 30px;
line-height: 30px;
background: var(--primary-color);
border-radius: 100%;
top: 35%;
opacity: 0.5;
filter: alpha(opacity=50);
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav .owl-prev {
left: 15px;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav .owl-next {
right: 15px;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]:hover {
background: var(--primary-color);
opacity: 1;
filter: alpha(opacity=100);
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]::before {
width: 15px;
height: 15px;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]:after {
display: none;
} .footer-t .grid .widget .col {
width: 100%;
margin-right: 0;
}
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder {
display: flex;
flex: 1;
flex-direction: column;
text-align: center;
border: 1px solid #f0f0f0;
padding: 30px;
}
.site-footer .widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder {
border-color: rgba(255, 255, 255, 0.2);
}
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .widget-title,
#secondary .widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .widget-title {
order: 2;
text-align: center;
padding-bottom: 0;
}
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .widget-title:after {
display: none;
}
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .icon-holder {
font-size: 3em;
width: 80px;
height: 80px;
line-height: 80px;
margin: 0 auto 10px auto;
}
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .hs-counter {
order: 3;
font-size: 2.5em;
line-height: 1;
font-weight: 700;
}
.site-footer .widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .hs-counter {
color: #fff;
} .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
padding: 40px 20px;
}
.widget_blossomthemes_email_newsletter_widget .img-holder {
width: 80px;
margin: 0 auto 20px auto;
}
.widget_blossomthemes_email_newsletter_widget .text-holder h3 {
margin-top: 0;
margin-bottom: 20px;
font-size: 1.3333em;
font-family: 'Marcellus';
font-weight: 400;
text-align: center;
}
.widget_blossomthemes_email_newsletter_widget .text-holder span {
text-align: center;
display: block;
margin-bottom: 20px;
}
.widget_blossomthemes_email_newsletter_widget form input[type="text"],
.widget_blossomthemes_email_newsletter_widget form input[type="email"] {
background: rgba(255, 255, 255, 0.5);
}
.widget_blossomthemes_email_newsletter_widget form label {
margin-top: 10px;
display: block;
font-size: 0.8888em;
position: relative;
padding-left: 25px;
margin-bottom: 20px;
cursor: pointer;
}
.widget_blossomthemes_email_newsletter_widget form label input[type="checkbox"] {
position: absolute;
top: 9px;
left: 0;
}
.blossomthemes-email-newsletter-wrapper form label .check-mark {
margin-top: 6px;
}
.blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked+.check-mark {
background-color: #fff;
}
.widget_blossomthemes_email_newsletter_widget form input[type="submit"]:hover {
border-color: #fff;
background: #fff;
} .widget_btif_instagram_widget ul li .instagram-meta span {
display: table;
text-align: center;
clear: both;
margin: 5px auto 0 auto;
font-size: 0.8888em;
}
.widget_btif_instagram_widget ul li .instagram-meta svg {
margin-right: 5px;
}
.widget_btif_instagram_widget ul li .instagram-meta .fa-comment {
float: none;
} @media screen and (max-width: 1640px) { .sticky-header {
padding-left: 3%;
padding-right: 3%;
}
.sticky-header .header-social .social-list li a,
.header-two .sticky-header .header-social .social-list li a,
.header-three .sticky-header .header-social .social-list li a,
.header-four .sticky-header .header-social .social-list li a,
.header-five .sticky-header .header-social .social-list li a {
width: 39px;
height: 40px;
line-height: 40px;
}
.sticky-header .header-search>svg,
.header-two .sticky-header .header-search>svg,
.header-four .sticky-header .header-search>svg {
width: 35px;
height: 40px;
padding-left: 10px;
padding-right: 10px;
}
.header-five .sticky-header .nav-right .header-search>svg {
padding-left: 10px;
padding-right: 10px;
width: 35px;
}
}
@media screen and (max-width: 1370px) {
.owl-carousel .owl-nav [class*="owl-"] {
left: 0;
}
.owl-carousel .owl-nav .owl-next {
right: 0;
left: auto;
}
.back-to-top {
bottom: 80px;
}
body.custom-background #page,
.custom-background .sticky-header {
max-width: 1200px;
} .sticky-t-bar .blossomthemes-email-newsletter-wrapper {
padding-left: 5%;
padding-right: 5%;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form {
flex: 2;
} .sticky-header {
padding-left: 3%;
padding-right: 3%;
}
.sticky-header .site-branding {
width: auto;
display: flex;
flex: auto;
}
.sticky-header .main-navigation {
width: auto;
text-align: center;
flex: auto;
display: flex;
}
.sticky-header .nav-right {
width: auto;
text-align: right;
display: flex;
flex: auto;
justify-content: flex-end;
}
.sticky-header .main-navigation ul li {
margin-left: 15px;
margin-right: 15px;
}
.sticky-header .main-navigation ul.nav-menu>li:last-child ul,
.sticky-header .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul,
.sticky-header .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul {
left: auto;
right: 0;
}
.sticky-header .main-navigation ul.nav-menu>li:last-child ul ul,
.sticky-header .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul ul,
.sticky-header .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul ul {
left: auto;
right: 100%;
}
.sticky-header .main-navigation ul ul li {
margin-left: 0;
margin-right: 0;
}
.sticky-header .header-social .social-list li a,
.header-two .sticky-header .header-social .social-list li a,
.header-three .sticky-header .header-social .social-list li a,
.header-four .sticky-header .header-social .social-list li a,
.header-five .sticky-header .header-social .social-list li a {
width: 30px;
height: 35px;
line-height: 35px;
}
.header-five .sticky-header .main-navigation ul li,
.header-six .sticky-header .main-navigation ul li {
margin-left: 0;
margin-right: 0;
}
.header-six .sticky-header .main-navigation ul li.menu-item-has-children {
padding-right: 5px;
}
.header-six .sticky-header .main-navigation ul ul li.menu-item-has-children {
padding-right: 0;
}
.header-six .sticky-header .main-navigation ul li a {
padding-left: 15px;
padding-right: 15px;
}
.sticky-header .header-search>svg,
.header-two .sticky-header .header-search>svg,
.header-four .sticky-header .header-search>svg {
width: 30px;
height: 35px;
padding: 0 7px;
}
.site-banner .item img {
height: 550px;
object-fit: cover;
width: 100%;
}
.team-section .owl-carousel .owl-nav .owl-prev,
.wc-product-section .owl-carousel .owl-nav .owl-prev {
left: 0;
}
.team-section .owl-carousel .owl-nav .owl-next,
.wc-product-section .owl-carousel .owl-nav .owl-next {
right: 0;
}
.testimonial-section .widget_bttk_testimonial_widget {
max-width: 80%;
margin: 0 auto;
}
}
@media screen and (max-width: 1199px) {
body.custom-background #page,
.custom-background .sticky-header {
max-width: 95%;
}
.container,
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
max-width: 1000px;
padding-left: 15px;
padding-right: 15px;
}
.site-banner .banner-caption .container {
width: auto;
max-width: 1000px;
}
.header-six .header-main .nav-wrap {
max-width: 1000px;
}
.search-form-wrap .close {
right: 15px;
}
.main-navigation ul li {
margin-left: 15px;
margin-right: 15px;
}
.service-section.style-2 .widget_bttk_icon_text_widget {
padding: 30px 20px;
}
.header-four .main-navigation ul li a {
padding-left: 0;
padding-right: 0;
}
.header-eight .nav-wrap .main-navigation ul.nav-menu>li>a {
padding-left: 40px;
padding-right: 40px;
}
.header-eight .nav-wrap .main-navigation ul.nav-menu>li.menu-item-has-children>a {
padding-right: 50px;
}
.header-contact .contact-block {
margin-left: 20px;
padding-left: 65px;
}
.header-contact .contact-block>svg {
left: 20px;
} .sticky-header {
padding-left: 2%;
padding-right: 2%;
}
.site-branding .site-title {
font-size: 1.2223em;
}
.sticky-header .main-navigation ul li {
margin-left: 10px;
margin-right: 10px;
}
.sticky-header .header-social .social-list li a,
.header-two .sticky-header .header-social .social-list li a,
.header-three .sticky-header .header-social .social-list li a,
.header-four .sticky-header .header-social .social-list li a,
.header-five .sticky-header .header-social .social-list li a,
.header-six .sticky-header .header-social .social-list li a,
.header-seven .sticky-header .header-social .social-list li a {
width: 28px;
height: 35px;
line-height: 35px;
border-left: none;
}
.sticky-header .header-search>svg,
.header-two .sticky-header .header-search>svg,
.header-four .sticky-header .header-search>svg {
width: 28px;
height: 35px;
line-height: 35px;
padding: 0 7px;
border-left: none;
}
.header-six .sticky-header .main-navigation ul li a {
padding-left: 10px;
padding-right: 10px;
}
.header-six .sticky-header .main-navigation ul li.menu-item-has-children {
padding-right: 8px;
} .site-banner .banner-caption .title {
font-size: 2.5em;
} .pricing-tbl-header,
.pricing-tbl-feature {
padding-left: 30px;
padding-right: 30px;
}
.pricing-tbl-block .btn-wrap {
padding-left: 20px;
padding-right: 20px;
} .tab-content-wrap .tabs-product .item {
display: inline-block;
}
.tab-content-wrap .tabs-product .product-image {
float: left;
}
.tab-content-wrap .tabs-product .product-content {
width: calc(100% - 90px);
float: left;
}
.tab-content-wrap .tabs-product .item p.price {
width: 100%;
text-align: left;
padding-left: 115px;
} .recent-post-section .grid article .content-wrap {
margin: 20px;
} .footer-b .copyright {
display: inline-block;
flex: inherit;
}
.footer-b .footer-social {
display: inline-block;
} .list-layout .site-main .entry-meta>span {
margin-right: 16px;
}
.list-layout .site-main .entry-meta>span:last-child {
margin-right: 0;
}
.list-layout .site-main .entry-meta>span::after {
display: none;
} .page-template-contact .site-main .form-block {
padding-left: 50px;
width: 55%;
} .page-template-team .site-main .widget_bttk_description_widget {
width: 31.33%;
}
.page-template-team .site-main .widget_bttk_description_widget:nth-child(4n) {
margin-right: 3%;
}
.page-template-team .site-main .widget_bttk_description_widget:nth-child(3n) {
margin-right: 0;
} #secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
#secondary .widget_blossomtheme_companion_cta_widget .text,
.site-footer .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
.site-footer .widget_blossomtheme_companion_cta_widget .text {
padding: 30px;
}
}
@media screen and (min-width: 1025px) {
.header-six .nav-wrap .nav-right,
.header-seven .nav-wrap .nav-right,
.header-eight .nav-wrap .nav-right {
display: none;
}
}
@media screen and (max-width: 1024px) {
.container,
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
max-width: 768px;
}
.site-banner .banner-caption .container,
.header-six .header-main .nav-wrap {
max-width: 768px;
}
section[class*="-section"] .grid {
grid-template-columns: repeat(2, 1fr);
justify-items: center;
}
section[class*="-section"] .grid .widget_text {
grid-column: 1 / span 2;
}
.single header.page-header {
min-height: 350px;
}
.custom-background .site-banner .item img {
height: 450px;
} .sticky-t-bar .blossomthemes-email-newsletter-wrapper {
flex-direction: column;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper .text-holder {
text-align: center;
padding-right: 0;
margin-bottom: 20px;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form,
.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
justify-content: center;
} .rightsidebar #primary,
.leftsidebar #primary {
float: none;
width: 100%;
padding-right: 0;
padding-left: 0;
}
#secondary {
float: none;
width: 100%;
} .header-main .site-branding {
justify-content: center;
text-align: center;
}
.site-branding .site-title {
font-size: 1.6667em;
}
.site-header .header-contact,
.site-header .nav-wrap ul,
.site-header .header-social {
display: none;
}
.nav-wrap {
padding: 5px 10px;
left: 15px;
right: 15px;
}
.main-navigation button.toggle-btn {
display: inline-block;
vertical-align: middle;
position: relative;
padding: 0 20px 0 50px;
box-shadow: none;
background: transparent;
font-size: 0.7778em;
height: 45px;
border-radius: 0;
}
.main-navigation button.toggle-btn:hover {
background: rgba(255, 255, 255, 0.1);
color: #fff;
}
.nav-wrap .main-navigation button.toggle-btn::after {
text-transform: uppercase;
}
.main-navigation button.toggle-btn .toggle-bar {
background: #fff;
width: 20px;
height: 2px;
position: absolute;
top: 0;
left: 20px;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.nav-wrap .main-navigation button.toggle-btn .toggle-bar:first-child {
top: -10px;
}
.nav-wrap .main-navigation button.toggle-btn .toggle-bar:last-child {
bottom: -10px;
}
.header-search>svg {
border-left: none;
} .header-two .header-t,
.header-four .header-t {
display: none;
}
.header-two .header-main .container,
.header-four .header-main .container {
position: relative;
padding-bottom: 34px;
}
.header-two .header-main .nav-wrap,
.header-four .header-main .nav-wrap {
position: absolute;
background: var(--primary-color);
border-radius: 5px;
padding: 5px 10px;
top: 100%;
}
.header-two .nav-wrap .main-navigation,
.header-four .nav-wrap .main-navigation {
justify-content: flex-start;
}
.header-two .header-search>svg,
.header-four .header-search>svg {
height: 45px;
line-height: 45px;
}
.header-two .header-search>svg path.sea,
.header-four .header-search>svg path.sea {
fill: #fff;
}
.header-four .header-search>svg {
padding-left: 15px;
padding-right: 15px;
width: 47px;
}
.header-four .header-search:hover>svg path.sea {
fill: #fff;
}
.header-two .header-search {
padding-top: 0;
} .header-three .header-t,
.header-five .header-t {
display: none;
}
.header-three .nav-wrap,
.header-five .nav-wrap {
border-top: none;
position: relative;
top: 0;
left: 0;
right: 0;
padding-bottom: 24px;
}
.header-three .nav-wrap .container,
.header-five .nav-wrap .container {
background: var(--primary-color);
border-radius: 5px;
width: calc(100% - 30px);
text-align: left;
padding: 5px 10px;
top: 0;
position: absolute;
left: 0;
right: 0;
display: flex;
flex: 1;
}
.header-three .nav-wrap .nav-right,
.header-five .nav-wrap .nav-right {
display: flex;
}
.header-three .header-search>svg path.sea,
.header-three .header-search:hover>svg path.sea {
fill: #fff;
}
.header-five .nav-wrap {
background: none;
padding: 0 0 34px 0;
}
.header-five .nav-right .header-search:hover {
opacity: 1;
filter: alpha(opacity=100);
background: rgba(255, 255, 255, 0.1);
}
.header-five .nav-right .header-search>svg {
height: 45px;
line-height: 45px;
padding-left: 15px;
padding-right: 15px;
} .header-six .header-t,
.header-seven .header-t {
display: none;
}
.header-six .header-main .nav-wrap {
border-radius: 5px;
padding: 5px 10px;
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: center;
}
.header-six .header-main .main-navigation {
text-align: left;
}
.nav-wrap .nav-right {
display: flex;
flex: 1;
white-space: nowrap;
justify-content: flex-end;
align-items: center;
} .header-seven .header-main {
padding-top: 33px;
padding-bottom: 0px;
}
.header-seven .header-main .container {
position: relative;
padding-bottom: 50px;
}
.header-seven .header-main .site-branding {
padding: 0;
}
.header-seven .nav-wrap {
position: absolute;
background: var(--primary-color);
padding: 5px 10px;
border-radius: 5px;
top: calc(100% - 25px);
}
.header-seven .nav-wrap .main-navigation {
text-align: left;
} .header-eight .header-t,
.header-eight .nav-wrap .main-navigation ul.nav-menu {
display: none;
}
.header-eight .header-main {
padding-top: 35px;
}
.header-eight .nav-wrap {
background: #fff;
padding: 5px 10px;
border-radius: 5px;
top: calc(100% - 30px);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-eight .nav-wrap .main-navigation {
text-align: left;
}
.header-eight .nav-wrap .main-navigation .toggle-btn {
border: none;
color: #1c1d1d;
}
.header-eight .nav-wrap .main-navigation .toggle-btn .toggle-bar {
background: #1c1d1d;
}
.search-form-wrap.active+header.site-header.header-eight {
border-top: 1px solid #fff;
}
.nav-wrap .header-search:hover,
.header-eight .nav-wrap .main-navigation .toggle-btn:hover {
background: rgba(var(--primary-color-rgb), 0.15);
}
.header-eight .nav-wrap .header-search svg .sea {
fill: #1c1d1d;
} .sticky-header {
display: none;
}
.header-sticky .nav-wrap,
.header-sticky .header-two .header-main .nav-wrap,
.header-sticky .header-four .header-main .nav-wrap {
position: fixed;
top: 0;
left: 0;
right: 0;
border-radius: 0;
border-bottom: 1px solid #fff;
z-index: 9999;
}
.header-sticky .header-three .nav-wrap,
.header-sticky .header-five .nav-wrap {
background: var(--primary-color);
padding: 5px 10px;
}
.header-sticky .header-three .nav-wrap .container,
.header-sticky .header-five .nav-wrap .container {
position: static;
padding: 0;
width: auto;
max-width: 100%;
}
.header-sticky .header-six .header-main .nav-wrap {
top: 0;
border-radius: 0;
max-width: 100%;
}
.header-sticky .header-eight .nav-wrap {
background: var(--primary-color);
}
.header-sticky .header-eight .nav-wrap .toggle-btn {
color: #fff;
}
.header-sticky .header-eight .nav-wrap .toggle-btn .toggle-bar {
background: #fff;
}
.header-sticky .header-eight .nav-wrap .header-search:hover,
.header-sticky .header-eight .nav-wrap .main-navigation .toggle-btn:hover {
background: rgba(255, 255, 255, 0.1);
}
.header-sticky .header-eight .nav-wrap .header-search svg .sea {
fill: #fff;
} .responsive-nav {
position: fixed;
display: block;
width: 50%;
height: 100%;
top: 0;
left: 0;
background: var(--primary-color);
z-index: 999999;
overflow: auto;
visibility: hidden;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.menu-toggled .responsive-nav {
visibility: visible;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.responsive-nav .main-navigation {
text-align: right;
}
.responsive-nav .main-navigation button.toggle-btn {
padding: 0;
width: 40px;
height: 40px;
margin: 10px 10px 30px 0;
}
.responsive-nav .main-navigation button.toggle-btn .toggle-bar {
right: 0;
left: 0;
width: 15px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.responsive-nav .main-navigation button.toggle-btn .toggle-bar:nth-child(2) {
display: none;
}
.responsive-nav .main-navigation button.toggle-btn .toggle-bar:last-child {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.responsive-nav .main-navigation ul {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.responsive-nav .main-navigation ul li {
display: block;
margin: 0;
padding-right: 0;
font-weight: 600;
letter-spacing: 1px;
}
.responsive-nav .main-navigation ul li span {
width: 20px;
text-align: center;
height: 56px;
line-height: 20px;
right: 10px;
font-size: 0.7778em;
top: 0;
color: #fff;
opacity: 0.7;
filter: alpha(opacity=70);
display: flex;
flex: 1;
justify-content: center;
align-items: center;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.responsive-nav .main-navigation ul ul li span {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
.responsive-nav .main-navigation ul li span.active {
-webkit-transform: rotate(18deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.responsive-nav .main-navigation ul li a {
padding: 15px 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
width: 100%;
}
.responsive-nav .main-navigation ul ul li:last-child>a {
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.responsive-nav .main-navigation ul li:hover>a,
.responsive-nav .main-navigation ul li.current-menu-item>a,
.responsive-nav .main-navigation ul li.current_page_item>a {
background: rgba(255, 255, 255, 0.1);
}
.responsive-nav .main-navigation ul li a::after {
display: none;
}
.responsive-nav .main-navigation ul ul {
position: static;
width: 100%;
opacity: 1;
visibility: visible;
background: none;
box-shadow: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
display: none;
}
.responsive-nav .main-navigation ul ul li a {
color: #fff;
}
.responsive-nav .header-social {
margin-top: 40px;
padding-left: 20px;
}
.responsive-nav .header-social ul li {
font-size: 0.8888em;
margin-bottom: 7px;
}
.responsive-nav .header-social ul li a {
color: #fff;
border-left: none;
background: rgba(0, 0, 0, 0.05);
width: 40px;
height: 40px;
line-height: 40px;
}
.responsive-nav .header-social ul li a:hover {
background: rgba(0, 0, 0, 0.15);
}
.responsive-nav .header-contact {
flex-direction: column;
white-space: normal;
align-items: normal;
margin-top: 40px;
padding: 0 20px;
margin-bottom: 20px;
}
.responsive-nav .header-contact .contact-block {
border-left: 0;
margin-left: 0;
padding-left: 45px;
margin-bottom: 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding-bottom: 20px;
}
.responsive-nav .header-contact .contact-block:last-child {
border-bottom: none;
}
.header-contact .contact-block a {
color: #fff;
}
.responsive-nav .header-contact .contact-block svg {
width: 30px;
top: 45%;
left: 0;
}
.responsive-nav .header-contact .contact-block svg .phb,
.responsive-nav .header-contact .contact-block svg .emb,
.responsive-nav .header-contact .contact-block svg .clkb {
fill: #fff;
}
.responsive-nav .header-contact .contact-block .title {
color: rgba(255, 255, 255, 0.7);
font-weight: 700;
letter-spacing: 1px;
}
.responsive-nav .header-contact .contact-block .content {
color: #fff;
} .about-section .widget_blossomtheme_featured_page_widget .widget-featured-holder {
padding-left: 15px;
padding-right: 15px !important;
min-height: auto;
}
.about-section .widget_blossomtheme_featured_page_widget .widget-featured-holder.right {
padding-left: 15px !important;
padding-right: 15px;
}
.about-section .widget_blossomtheme_featured_page_widget .featured-holder-wrap {
padding: 30px;
max-width: 768px;
margin-left: auto;
margin-right: auto;
}
.about-section .widget_blossomtheme_featured_page_widget .img-holder {
width: 100%;
height: 50%;
} .shop-popular .item {
width: 48%;
}
.shop-popular .item:nth-child(4n) {
margin-right: 2.5%;
}
.shop-popular .item:nth-child(2n) {
margin-right: 0;
} section.service-section.style-2 .grid {
padding-right: 0;
padding-left: 0 !important;
margin-bottom: 30px;
}
section.service-section.style-2 .widget_media_image {
position: static;
width: 100%;
grid-column: 1/ span 2;
}
.service-section.style-2 .widget_bttk_icon_text_widget {
padding: 50px 40px;
} .special-pricing-section .tab-btn-wrap .tab-btn {
padding: 13px 25px;
} section.service-section.style-3 .grid {
grid-template-columns: repeat(2, 1fr);
} .recent-post-section .grid article .content-wrap {
margin: 40px;
} .contact-section {
display: block;
}
.contact-section .widget_text {
width: 100%;
}
.contact-section .widget_custom_html {
padding-right: 0;
}
section.contact-section .widget_custom_html .textwidget {
height: 550px;
}
.contact-section .widget_custom_html+.widget_text {
padding-left: 15px;
padding-right: 15px !important;
padding-bottom: 0;
max-width: 768px;
margin: 0 auto;
}
.contact-section .widget+.contact-details-wrap {
position: relative;
-webkit-transform: none;
-moz-transform: none;
transform: none;
top: 0;
right: 0;
max-width: 768px;
margin: 30px auto 0 auto;
} .footer-contact-block-inner {
padding-left: 0;
text-align: center;
}
.site-footer .footer-block-wrap .footer-contact-block-inner svg {
position: static;
display: block;
margin: 0 auto 10px auto;
}
.instagram-section .popup-gallery {
flex-wrap: wrap;
}
.footer-t .grid.column-4 .col {
width: 48%;
}
.footer-t .grid.column-4 .col:nth-child(2n) {
margin-right: 0;
} .footer-b .container {
flex-direction: column;
justify-content: center;
}
.footer-b .copyright {
display: block;
order: 2;
text-align: center;
width: 100%;
}
.footer-b .footer-social {
text-align: center;
margin-bottom: 20px;
width: 100%;
} .list-layout .site-main .entry-meta>span {
margin-right: 36px;
}
.list-layout .site-main .entry-meta>span:last-child {
margin-right: 0;
}
.list-layout .site-main .entry-meta>span::after {
display: block;
top: 9px;
}
.list-layout .site-main .entry-meta>span:last-child::after {
display: none;
} .grid-layout.full-width .site-main article {
width: 48%;
}
.grid-layout.full-width .site-main article:nth-child(2n) {
margin-right: 0;
}
.grid-layout.full-width .site-main article:nth-child(3n) {
margin-right: 3%;
} .masonry-layout.full-width .site-main article {
width: 47%;
margin-left: 1.5%;
margin-right: 1.5%;
} .page-template-contact .site-main .contact-info {
width: 100%;
}
.page-template-contact .site-main .contact-details-wrap {
width: 100%;
}
.page-template-contact .site-main .form-block {
padding-left: 0;
width: 100%;
margin-top: 60px;
} .portfolio-img-holder .portfolio-item {
width: 50%;
} .page-template-service .site-main .widget_bttk_icon_text_widget {
width: 48%;
}
.page-template-service .site-main .widget_bttk_icon_text_widget:nth-child(3n) {
margin-right: 3%;
}
.page-template-service .site-main .widget_bttk_icon_text_widget:nth-child(2n) {
margin-right: 0;
} .page-template-team .site-main .widget_bttk_description_widget {
width: 48%;
}
.page-template-team .site-main .widget_bttk_description_widget:nth-child(3n) {
margin-right: 3%;
}
.page-template-team .site-main .widget_bttk_description_widget:nth-child(2n) {
margin-right: 0;
} .widget_blossom_client_logo_widget .blossom-inner-wrap {
margin-left: -15px;
margin-right: -15px;
}
}
@media screen and (max-width: 899px) {
.video-banner #wp-custom-header {
height: auto;
padding-top: 0;
}
}
@media screen and (max-width: 767px) {
.container,
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container,
.widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container {
max-width: 420px;
}
.site-banner .banner-caption .container,
.header-six .header-main .nav-wrap,
.about-section .widget_blossomtheme_featured_page_widget .featured-holder-wrap {
max-width: 420px;
}
section[class*="-section"] .grid {
grid-template-columns: repeat(1, 1fr);
}
section[class*="-section"] .grid .widget_text {
grid-column: 1;
}
.single header.page-header {
min-height: auto;
}
.page-header .page-title {
font-size: 2em;
}
q {
float: none;
width: 100%;
margin-right: 0;
margin-bottom: 30px;
font-size: 1em;
}
blockquote {
font-size: 1em;
padding-top: 65px;
}
blockquote::before {
width: 50px;
height: 50px;
background-size: 20px;
}
.comments-area ol li ol {
margin-left: 15px;
}
.widget_blossomtheme_companion_cta_widget .btn-cta {
display: block;
margin: 10px;
}
.widget_blossomtheme_companion_cta_widget a.btn-cta+a.btn-cta {
margin-left: 10px;
}
.gallery-caption {
display: block;
} .sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="text"] {
margin-right: 0;
margin-bottom: 5px;
width: 100%;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"]+input[name="subscribe-email"],
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
width: 100%;
} .site-banner .item img {
height: auto;
}
.custom-background .site-banner .item img {
height: auto;
}
.site-banner .banner-caption {
position: static;
padding-top: 30px;
padding-bottom: 30px;
background: rgb(var(--primary-color-rgb), 0.3);
}
.site-banner.video-banner .banner-caption {
background: rgb(var(--primary-color-rgb), 0.3);
}
.site-banner .banner-caption .title {
font-size: 1.5em;
color: #333
}
.site-banner .banner-caption .description {
font-size: 1em;
color: #666
}
.site-banner .banner-caption .btn-wrap a.btn.btn-transparent {
border-color: var(--primary-color);
color: var(--primary-color);
}
.site-banner .banner-caption .btn-wrap a.btn.btn-transparent:hover {
background: var(--primary-color);
color: #fff !important;
}
.site-banner .owl-carousel .owl-nav .owl-prev {
left: 10px;
}
.site-banner .owl-carousel .owl-nav .owl-next {
right: 10px;
}
.site-banner .owl-carousel .owl-dots {
bottom: 0;
} section.service-section.style-2 .grid {
display: block;
}
section.service-section.style-2 .widget_media_image {
grid-column: 1;
}
.service-section.style-2 .widget_bttk_icon_text_widget {
border-right: none;
padding-left: 15px;
padding-right: 15px;
}
.service-section.style-2 .widget_bttk_icon_text_widget:last-child {
border-bottom: none;
}
.service-section.style-2 .widget_bttk_icon_text_widget .rtc-itw-holder {
max-width: 420px;
margin: 0 auto;
} .special-pricing-section .tab-btn-wrap {
border-radius: 5px;
width: 100%;
}
.special-pricing-section .tab-btn-wrap .tab-btn {
border-radius: 0;
padding: 15px 20px;
border-bottom: 1px solid #ddd;
display: block;
width: 100%;
text-align: left;
}
.special-pricing-section .tab-btn-wrap .tab-btn:first-child {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.special-pricing-section .tab-btn-wrap .tab-btn:last-child {
border-bottom: none;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
} section.service-section.style-3 .grid {
grid-template-columns: repeat(1, 1fr);
} section.pricing-tbl-section {
margin-bottom: 0;
}
.pricing-tbl-wrap {
padding-top: 0;
margin-top: 0;
flex-direction: column;
}
.pricing-tbl-wrap .widget_bsp_pt_widget {
width: 100%;
}
.pricing-tbl-block {
margin-bottom: 20px;
width: auto;
}
.pricing-tbl-block.featured {
margin-top: 0;
margin-bottom: 20px;
}
.pricing-tbl-block:last-child {
margin-bottom: 0;
}
.pricing-tbl-img span {
height: 23%;
} .recent-post-section .grid article .content-wrap {
margin: 20px 20px 40px 20px;
} .gallery-section .widget_media_gallery .gallery-item {
padding-left: 0;
padding-right: 0;
}
.gallery-section .widget_media_gallery .gallery-item figcaption {
left: 0;
right: 0;
} .testimonial-section .widget_bttk_testimonial_widget {
max-width: 100%;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder {
padding-top: 80px;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder::before {
background-size: 25px;
width: 60px;
height: 60px;
}
.widget_bttk_testimonial_widget .testimonial-content {
font-size: 1.112em;
} .contact-section .widget+.contact-details-wrap {
max-width: 420px;
margin: 30px auto 0 auto;
}
.contact-details-wrap {
padding-left: 20px;
padding-right: 20px;
}
section.contact-section .contact-details-wrap .widget .textwidget {
font-size: 1em;
}
.contact-section .widget_custom_html+.widget_text {
max-width: 450px;
}
.form-block .wpcf7-form {
margin-left: 0;
margin-right: 0;
}
.form-block .wpcf7-form p {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.instagram-section .popup-gallery {
flex-wrap: wrap;
}
.contact-section .form-block {
max-width: 420px;
padding-right: 15px !important;
margin: 0 auto;
} .footer-block-wrap {
padding: 0 15px;
}
.site-footer .footer-block-wrap .container {
flex-direction: column;
}
.site-footer .footer-block-wrap .footer-contact-block {
width: 100%;
padding-left: 0;
padding-right: 0;
border-right: none;
border-bottom: 2px solid rgba(255, 255, 255, 0.1);
margin-bottom: 25px;
padding-bottom: 25px;
}
.site-footer .footer-block-wrap .footer-contact-block:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.footer-contact-block-inner {
text-align: left;
padding-left: 65px;
}
.site-footer .footer-block-wrap .footer-contact-block-inner svg {
position: absolute;
margin: 0;
}
.footer-t .grid:not(.column-1) {
flex-direction: column;
}
.footer-t .grid.column-4 .col,
.footer-t .grid.column-3 .col,
.footer-t .grid.column-2 .col {
width: 100%;
margin-right: 0;
} .shop-popular .item {
width: 100%;
margin-right: 0;
} .tab-content-wrap .tabs-product .item {
width: 100%;
margin-right: 0;
display: flex;
flex-direction: column;
}
.tab-content-wrap .tabs-product .item:nth-last-of-type(2) {
margin-bottom: 25px;
border-bottom: 1.5px dashed rgba(0, 0, 0, 0.1);
padding-bottom: 25px;
}
.tab-content-wrap .tabs-product .product-image {
margin-left: auto;
margin-right: auto;
}
.tab-content-wrap .tabs-product .product-content {
width: 100%;
text-align: center;
padding-left: 0;
margin-top: 20px;
float: none;
}
.tab-content-wrap .tabs-product .item p.price {
width: 100%;
text-align: center;
padding-left: 0;
} .author-section .author-img {
display: block;
margin: 0 auto 30px auto;
}
.author-section .author-content-wrap {
width: 100%;
text-align: center;
padding-left: 0;
} .list-layout .site-main article,
.list-with-feat-post-layout .site-main article:not(.featured-post) {
flex-direction: column;
}
.list-layout .site-main article .post-thumbnail,
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail,
.archive.list-layout .site-main article .post-thumbnail,
.archive.list-layout .site-main article .content-wrap,
.list-layout .site-main article .content-wrap,
.list-with-feat-post-layout .site-main article:not(.featured-post) .content-wrap {
width: 100%;
}
.list-layout .site-main article .content-wrap {
padding-left: 20px;
padding-right: 20px;
}
.list-layout .site-main article .post-thumbnail,
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail {
border-bottom-left-radius: 0;
border-top-right-radius: 5px;
}
.list-layout .site-main article .content-wrap,
.list-with-feat-post-layout .site-main article:not(.featured-post) .content-wrap {
border-bottom-left-radius: 5px;
} .site-main article .content-wrap {
padding: 20px 20px 40px 20px;
} .navigation.pagination .page-numbers {
width: 40px;
height: 40px;
line-height: 36px;
}
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
width: auto;
}
.navigation.pagination .page-numbers.prev {
padding-left: 35px;
padding-right: 20px;
}
.navigation.pagination .page-numbers.next {
padding-right: 35px;
padding-left: 20px;
}
.navigation.pagination .page-numbers.prev::before,
.navigation.pagination .page-numbers.next::before {
top: 10px;
}
.navigation.pagination .page-numbers.next::before {
right: 15px;
}
.navigation.pagination .page-numbers.prev::before {
left: 20px;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
width: 100%;
float: none;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: none;
width: 100%;
margin-top: 40px;
}
.post-navigation .nav-next {
display: table;
clear: both;
}
.post-navigation .nav-links .post-img {
display: none;
} .grid-layout.rightsidebar .site-main article,
.grid-layout.leftsidebar .site-main article,
.grid-layout.full-width .site-main article {
width: 100%;
margin-right: 0;
}
.grid-layout .site-main article .content-wrap,
.list-layout .site-main article .content-wrap,
.list-with-feat-post-layout .site-main article:not(.featured-post) .content-wrap {
padding: 20px 20px 40px 20px;
}
.grid-layout.full-width .site-main article:nth-child(3n) {
margin-right: 0;
} .masonry-layout.rightsidebar .site-main article,
.masonry-layout.leftsidebar .site-main article,
.masonry-layout.full-width .site-main article {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.masonry-layout .site-main article .content-wrap {
padding: 20px 20px 40px 20px;
} .error404 .error-404 .error-num {
font-size: 9em;
}
.error404 .error-404 .bttn {
padding-left: 40px;
padding-right: 40px;
} .additional-post article .entry-header {
flex-direction: column;
}
.additional-post article .entry-meta {
width: 100%;
margin-bottom: 10px;
}
.additional-post article .entry-title {
width: 100%;
margin-bottom: 0;
line-height: 1.5;
} .portfolio-item-inner:hover .portfolio-text-holder {
padding-top: 20px;
padding-bottom: 20px;
}
.portfolio-img-holder .portfolio-item {
float: none;
width: 100%;
padding-left: 0;
padding-right: 0;
} .faq-text-section .widget_text {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.faq-text-section .widget_text:last-child {
margin-bottom: 0;
}
section.faq-text-section .widget_text {
width: 100%;
margin-left: 0;
margin-right: 0;
} .page-template-service .site-main .widget_bttk_icon_text_widget {
width: 100%;
margin-right: 0;
}
.page-template-service .site-main .widget_bttk_icon_text_widget:nth-child(3n) {
margin-right: 0;
}
.page-template-service .site-main .widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
padding: 20px 20px 40px 20px;
} .page-template-team .site-main .widget_bttk_description_widget {
width: 100%;
margin-right: 0;
}
.page-template-team .site-main .widget_bttk_description_widget:nth-child(3n) {
margin-right: 0;
} .search .page-header .container {
max-width: 420px;
}
.search .site-content .search-form label {
width: calc(100% - 50px);
}
.search .site-content .search-form .search-field {
height: 50px;
font-size: 1.5em;
}
.search .site-content .search-form .search-submit {
height: 50px;
width: 50px;
} .single header.page-header .container {
max-width: 420px;
}
.single .content-area .article-meta {
position: static;
display: flex;
flex: 1;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
width: 100%;
margin-bottom: 30px;
}
.single.style2 .content-area .article-meta>span {
margin-right: 20px;
margin-bottom: 20px;
}
.single.style2 .content-area .article-meta>span.posted-on {
margin-bottom: 20px;
margin-top: 0;
}
.single.style2 .content-area .article-meta>span span.author-img {
display: none;
}
.single.style2 .content-area .article-meta .byline .author {
display: inline-block;
margin-top: 0;
margin-left: 0;
}
.single.style2 .content-area .article-meta .byline .author a,
.single.style2 .content-area .article-meta>span.posted-on a {
display: inline-block;
margin-top: 0;
}
.single .site-main .article-meta .favourite {
display: flex;
flex-direction: row;
align-items: center;
margin-right: 10px;
}
.single .content-area .favourite .fav-count {
display: inline-block;
order: 2;
margin-left: 10px;
}
.single .content-area .article-share ul li {
display: inline-block;
margin-top: 0;
margin-left: 5px;
}
.single .content-area .favourite a {
width: 40px;
height: 40px;
line-height: 36px;
font-size: 0.778em;
margin-top: 0;
}
.single .content-area .article-share ul li a {
width: 40px;
height: 40px;
line-height: 36px;
font-size: 0.8888em;
}
.sticky-social .entry-content {
width: 100%;
padding-left: 0;
}
.sticky-social .entry-footer {
padding-left: 0;
}
}
@media screen and (max-width: 640px) {
.responsive-nav {
width: 80%;
} .site-banner .banner-caption .btn-wrap a.btn {
display: block;
}
.site-banner .banner-caption .btn-wrap a.btn+a.btn {
margin-left: 0;
margin-top: 10px;
}
}
.site-banner {
position: relative;
}
.site-banner.video-banner .banner-caption {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.video-banner .wp-custom-header {
position: relative;
padding-bottom: 43.1%;
padding-top: 0;
height: 0;
overflow: hidden;
}
.video-banner .wp-custom-header video,
.video-banner .wp-custom-header iframe,
.video-banner .wp-custom-header embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-banner #wp-custom-header {
padding-top: 0;
} .sticky-bar-content.notification-enabled a {
color: #fff;
text-decoration: none;
margin-left: 5px;
font-size: 0.78em;
display: inline-block;
border: 1px solid #fff;
border-radius: 4px;
padding: 5px 15px;
}
.sticky-bar-content.notification-enabled a:hover {
text-decoration: none;
background: #fff;
} .header-five .main-navigation ul li a {
text-align: left;
}
.header-six .main-navigation ul li a {
text-align: left;
}
.page-template-service .site-main .widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
position: unset;
border-bottom: 0;
}
.page-template-service .site-main .widget_bttk_icon_text_widget {
position: relative;
border-bottom: 3px solid transparent;
webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
@media only screen and (min-width:1920px) {
.wp-custom-header img {
width: 100%;
height: auto;
}
}
.site-banner .wp-custom-header img {
width: 100%;
}
[data-loader="none"] {
opacity: 1;
}
[data-loader] {
animation: fadeIn 1s;
-webkit-animation: fadeIn 1s;
-moz-animation: fadeIn 1s;
-o-animation: fadeIn 1s;
-ms-animation: fadeIn 1s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
[data-loader="fade"] {
opacity: 1;
transition: opacity 1s ease-in;
}
[data-loader="circle"] {
opacity: 1;
transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.circle-animation {
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
color: #c5cbd0;
max-width: 40px;
max-height: 40px;
}
.circle-animation::before,
.circle-animation::after {
content: '';
position: absolute;
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
background: currentColor;
border-radius: 100%;
}
@keyframes circles {
0% {
transform: scale(0);
opacity: 0;
}
5% {
opacity: 1;
}
100% {
transform: scale(1);
opacity: 0;
}
}
@media (prefers-reduced-motion: no-preference) {
.circle-animation {
animation-play-state: paused;
}
.circle-animation::after,
.circle-animation::before {
animation: circles 1.5s linear infinite;
}
.circle-animation::before {
animation-delay: 0s;
}
.circle-animation::after {
animation-delay: 0.8s;
}
}
@media screen and (max-width: 1024px){
.header-main .site-branding {
justify-content: center;
text-align: center;
align-items: center;
}
}
img.second-custom-logo{
max-width: 150px;
}
.header-four .header-t,
.header-five .header-t {
background: rgba(var(--primary-color-rgb), 0.1);
}
.instagram-section .profile-link{
font-size: 14px;
line-height: 1.5;
}
.instagram-section .profile-link:hover{
background: var(--primary-color);
color: #ffffff;
text-decoration: none;
}:root{--primary-color:#9cbe9c;--primary-color-rgb:156,190,156;--font-color:#585656;--font-color-rgb:88,86,86;--white-color:#ffffff;--white-color-rgb:255,255,255;--black-color:#000000;--black-color-rgb:0,0,0;--heading-color:#585656;--heading-color-rgb:28,29,29;--primary-font:'Nunito Sans',sans-serif;--secondary-font:'Marcellus',sans-serif}.blossom-spa-pro-has-blocks.full-width .wp-block-cover .wp-block-cover__inner-container,.blossom-spa-pro-has-blocks.full-width .wp-block-cover-image .wp-block-cover__inner-container,.blossom-spa-pro-has-blocks.fullwidth-centered .wp-block-cover .wp-block-cover__inner-container,.blossom-spa-pro-has-blocks.fullwidth-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:1170px;width:100%;margin-left:auto;margin-right:auto}.blossom-spa-pro-has-blocks.fullwidth-centered .wp-block-cover .wp-block-cover__inner-container,.blossom-spa-pro-has-blocks.fullwidth-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:670px}.wp-has-aspect-ratio .wp-block-embed__wrapper{position:relative;height:0;overflow:hidden}.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper{padding-top:56.25%}.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper{padding-top:75%}.wp-has-aspect-ratio.wp-embed-aspect-3-2 .wp-block-embed__wrapper{padding-top:66.67%}.wp-has-aspect-ratio.wp-embed-aspect-21-9 .wp-block-embed__wrapper{padding-top:42.86%}.wp-has-aspect-ratio .wp-block-embed__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.wp-block-separator{background-color:rgba(var(--black-color-rgb),.05);height:5px;margin:2em 0}.blossom-spa-pro-has-blocks .entry-content .alignfull{position:relative}.wp-block-code{color:var(--black-color);background:rgba(var(--black-color-rgb),.05);border-color:rgba(var(--black-color-rgb),.2)}pre{background:rgba(var(--black-color-rgb),.05)}.wp-block-embed{margin:0}.wp-block-quote{border-left:10px solid rgba(var(--primary-color-rgb),.15);margin:2em 0;padding-left:50px}.wp-block-quote.is-large,.wp-block-quote.is-style-large{padding:10% 5%}.wp-block-quote cite,.wp-block-quote footer,.wp-block-quote__citation{color:rgba(var(--black-color-rgb),.5)}.wp-block-pullquote{color:var(--black-color);font-family:var(--secondary-font);font-size:1em;border-top-color:rgba(var(--primary-color-rgb),.3);border-bottom-color:rgba(var(--primary-color-rgb),.3);padding:2em 1em}.wp-block-pullquote blockquote{margin:0;border:none;padding:0}.wp-block-pullquote blockquote::before{display:none}.wp-block-pullquote blockquote p{font-size:1.33em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{font-size:.89em;color:rgba(var(--black-color-rgb),.5)}.entry-content a.wp-block-button__link,.entry-summary a.wp-block-button__link,.page-content a.wp-block-button__link{text-decoration:none}.wp-block-group .wp-block-quote{padding:0 1em}.wp-block-group .wp-block-quote::before{display:none}.wp-block-group .wp-block-quote.has-text-align-center cite{text-align:center}.wp-block-group .wp-block-quote.has-text-align-left cite{text-align:left}.blossom-spa-pro-has-blocks .wp-block-embed figcaption,.blossom-spa-pro-has-blocks .wp-block-gallery .blocks-gallery-caption,.blossom-spa-pro-has-blocks .wp-block-image figcaption{margin:.8075em 0 0 0;font-size:.8888em;color:rgba(var(--black-color-rgb),.5);letter-spacing:.1px;line-height:1.5;text-align:center}.blossom-spa-pro-has-blocks .wp-block-gallery .blocks-gallery-caption{width:100%;margin-top:0;margin-bottom:1.5em}.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}.site-main .entry-content ul.blocks-gallery-grid>li::before{display:none}.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(--black-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.is-style-stripes tbody tr:nth-child(odd){background:rgba(var(--primary-color-rgb),.35)}.site-main .entry-content ul.wp-block-categories,.site-main .entry-content ul.wp-block-latest-comments,.site-main .entry-content ul.wp-block-rss,.site-main .entry-content ul.wp-blocks-archives,.wp-block-archives,.wp-block-categories,.wp-block-latest-comments,.wp-block-rss{margin:0;padding:0;list-style:none}.site-main .entry-content ul.wp-block-categories>li,.site-main .entry-content ul.wp-block-latest-comments>li,.site-main .entry-content ul.wp-block-rss>li,.site-main .entry-content ul.wp-blocks-archives>li,.wp-block-archives li,.wp-block-categories li,.wp-block-latest-comments li,.wp-block-rss li{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(var(--primary-color-rgb),.2);font-weight:400;position:relative;padding-left:20px}.site-main .entry-content ul.wp-block-latest-comments>li,.wp-block-latest-comments li{padding-left:0}.site-main .entry-content ul.wp-block-categories>li:last-child,.site-main .entry-content ul.wp-block-latest-comments>li:last-child,.site-main .entry-content ul.wp-block-rss>li:last-child,.site-main .entry-content ul.wp-blocks-archives>li:last-child,.wp-block-archives li:last-child,.wp-block-categories li:last-child,.wp-block-latest-comments li:last-child,.wp-block-rss li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.site-main .entry-content ul.wp-block-categories>li::before,.site-main .entry-content ul.wp-block-latest-comments>li::before,.site-main .entry-content ul.wp-block-rss>li::before,.site-main .entry-content ul.wp-blocks-archives>li::before,.wp-block-archives li::before,.wp-block-categories li::before,.wp-block-rss li::before{content:"";background:var(--primary-color);width:6px;height:6px;position:absolute;left:0;top:14px;border-radius:100px}.widget_nav_menu ul ul{margin-top:15px}.wp-block-archives li a,.wp-block-categories li a,.wp-block-latest-comments li a,.wp-block-rss li a{color:rgba(var(--black-color-rgb),.8);text-decoration:none}.wp-block-archives li a:hover,.wp-block-categories li a:hover,.wp-block-latest-comments li a:hover,.wp-block-rss li a:hover{color:var(--primary-color)}.block-editor .wp-block-latest-comments p{margin-bottom:0}.site-main .entry-content ol.wp-block-latest-comments{counter-reset:none}.site-main .entry-content ol.wp-block-latest-comments>li{counter-increment:none;padding-left:0}.site-main .entry-content ol.wp-block-latest-comments>li::before{display:none}.wp-block-search{display:flex;flex:1;flex-wrap:wrap}.wp-block-search .wp-block-search__input{width:calc(100% - 50px);border-radius:0;height:50px;font-size:.7778em;border-color:rgba(var(--primary-color-rgb),.3)}.site-main .entry-content ul.wp-block-latest-posts,.wp-block-latest-posts{margin:0;padding:0;list-style:none}.site-main .entry-content ul.wp-block-latest-posts>li,.wp-block-latest-posts li{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(var(--primary-color-rgb),.2);font-size:1em;font-weight:400;position:relative;padding-left:20px}.site-main .entry-content ul.wp-block-latest-posts>li::before,.wp-block-latest-posts li::before{content:"";background:var(--primary-color);width:6px;height:6px;position:absolute;left:0;top:14px;border-radius:100px;-webkit-transform:none;-moz-transform:none;transform:none}.wp-block-latest-posts li a{color:rgba(var(--black-color-rgb),.8);text-decoration:none}.wp-block-latest-posts li a:hover{color:var(--primary-color)}.site-main .wp-block-social-links:not(.is-style-logos-only) .wp-social-link{margin-bottom:5px;padding-left:0}.site-main .wp-block-social-links:not(.is-style-logos-only) .wp-social-link::before{display:none}.wp-block-calendar .wp-calendar-table{position:relative;margin:0;padding:0 10px;border-collapse:initial;border:1px solid rgba(var(--primary-color-rgb),.11)}.wp-block-calendar table tbody{color:var(--black-color)}.wp-block-calendar table caption{background:rgba(var(--primary-color-rgb),1);color:var(--black-color);font-family:var(--secondary-font);font-size:.8888em;padding:6px 40px}.wp-block-calendar table tr td,.wp-block-calendar table tr th{padding-left:0;padding-right:0;text-align:center;font-weight:400;font-size:.7778em;line-height:1.5;font-family:var(--secondary-font);background:0 0;border:none}.wp-block-calendar table tr td{border-bottom:none}.wp-block-calendar table tbody tr td#today{background:var(--primary-color);color:var(--white-color)}.wp-block-calendar table tr td a{display:block}.wp-block-calendar table tr td a:hover{text-decoration:none;color:var(--black-color)}.wp-block-calendar .wp-calendar-nav>span:not(.pad){position:absolute;top:12px;left:10px;width:20px;height:20px;white-space:nowrap;line-height:20px}.wp-block-calendar .wp-calendar-nav>span.wp-calendar-nav-next:not(.pad){left:auto;right:10px}.wp-block-calendar .wp-calendar-nav>span:not(.pad) a{font-size: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:15px;display:block}.wp-block-calendar .wp-calendar-nav>span.wp-calendar-nav-next:not(.pad) a{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>')}.wp-block-calendar .wp-calendar-nav>span:not(.pad) a:hover{background-color:rgba(var(--primary-color-rgb),.4)}.wp-block-tag-cloud{letter-spacing:.1px;color:rgba(var(--black-color-rgb),.8);line-height:1.3;text-transform:uppercase}.wp-block-tag-cloud a{font-size:.94em!important;position:relative;margin-top:10px;margin-left:20px;padding:0 3px;display:inline-block;color:rgba(var(--black-color-rgb),.8);text-decoration:none}.wp-block-tag-cloud a:last-child{margin-right:0}.wp-block-tag-cloud a:hover{color:rgba(var(--black-color-rgb),1)}.wp-block-tag-cloud a::before{content:"";background:rgba(var(--primary-color-rgb),.2);width:100%;height:35%;position:absolute;bottom:0;left:0;-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s}.wp-block-tag-cloud a:hover::before{background:rgba(var(--primary-color-rgb),.4);height:100%}.wp-block-tag-cloud a::after{content:"";background:var(--primary-color);width:4px;height:4px;border-radius:100%;position:absolute;top:11px;left:-13px}.blossom-spa-pro-has-blocks .site-footer .widget .blossomthemes-email-newsletter-wrapper,.blossom-spa-pro-has-blocks .widget-area .widget .blossomthemes-email-newsletter-wrapper{padding:40px 30px}.blossom-spa-pro-has-blocks .site-footer .widget .blossomthemes-email-newsletter-wrapper .img-holder,.blossom-spa-pro-has-blocks .widget-area .widget .blossomthemes-email-newsletter-wrapper .img-holder{width:60px;height:60px;border-radius:100%;overflow:hidden;margin:0 auto 20px auto;position:relative}.blossom-spa-pro-has-blocks .site-footer .widget_blossomthemes_email_newsletter_widget .text-holder,.blossom-spa-pro-has-blocks .widget-area .widget_blossomthemes_email_newsletter_widget .text-holder{text-align:center}.blossom-spa-pro-has-blocks .site-footer .widget_blossomthemes_email_newsletter_widget .text-holder span,.blossom-spa-pro-has-blocks .widget-area .widget_blossomthemes_email_newsletter_widget .text-holder span{display:block}.blossom-spa-pro-has-blocks .site-footer .widget_blossomthemes_email_newsletter_widget form label .check-mark,.blossom-spa-pro-has-blocks .widget-area .widget_blossomthemes_email_newsletter_widget form label .check-mark{border-color:rgba(var(--black-color-rgb),.4);background:var(--white-color)}.blossom-spa-pro-has-blocks .site-footer .widget_blossomthemes_email_newsletter_widget form input[type=submit],.blossom-spa-pro-has-blocks .widget-area .widget_blossomthemes_email_newsletter_widget form input[type=submit]{letter-spacing:1px}@media screen and (max-width:1199px){.blossom-spa-pro-has-blocks.full-width .wp-block-cover .wp-block-cover__inner-container,.blossom-spa-pro-has-blocks.full-width .wp-block-cover-image .wp-block-cover__inner-container,.blossom-spa-pro-has-blocks.fullwidth-centered .wp-block-cover .wp-block-cover__inner-container,.blossom-spa-pro-has-blocks.fullwidth-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:1000px}}@media screen and (max-width:1024px){.blossom-spa-pro-has-blocks.full-width .wp-block-cover .wp-block-cover__inner-container,.blossom-spa-pro-has-blocks.full-width .wp-block-cover-image .wp-block-cover__inner-container,.blossom-spa-pro-has-blocks.fullwidth-centered .wp-block-cover .wp-block-cover__inner-container,.blossom-spa-pro-has-blocks.fullwidth-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){.blossom-spa-pro-has-blocks.full-width .wp-block-cover .wp-block-cover__inner-container,.blossom-spa-pro-has-blocks.full-width .wp-block-cover-image .wp-block-cover__inner-container,.blossom-spa-pro-has-blocks.fullwidth-centered .wp-block-cover .wp-block-cover__inner-container,.blossom-spa-pro-has-blocks.fullwidth-centered .wp-block-cover-image .wp-block-cover__inner-container{max-width:420px}}.elementor-widget-wp-widget-blp_pt_widget{margin-bottom:0;display:flex;flex-direction:column}.elementor-widget-container h1,.elementor-widget-container h2,.elementor-widget-container h3,.elementor-widget-container h4,.elementor-widget-container h5,.elementor-widget-container h6{margin-bottom:0;font-family:var(--secondary-font)}.widget-area .elementor-widget:last-child{margin-bottom:0}.elementor-widget select{max-width:100%}.elementor-widget ol,.elementor-widget ul{margin:0;padding:0;list-style:none}.elementor-widget ul ul{margin-left:15px}.elementor-widget:not(.elementor-widget-text-editor,.elementor-widget-toggle,.elementor-widget-tabs,.elementor-widget-accordion,.elementor-icon-list--layout-traditional) ul li{display:block;margin-bottom:25px;font-size:1em;font-weight:500}.elementor-icon-list--layout-traditional ul li{margin-bottom:0}.elementor-widget ul li:last-child{margin-bottom:0}.elementor-widget .elementor-text-editor ul li,.elementor-widget .textwidget ul li,.elementor-widget.elementor-widget-html ul li{display:list-item;margin-bottom:10px;font-weight:400}.elementor-widget ul li a{text-decoration:none;color:var(--black-color)}.elementor-widget ul li a:hover{color:var(--primary-color)}.elementor-widget ul li.bttk-social-icon-wrap a:hover{color:var(--white-color)}.elementor-widget .widget_bttk_popular_post ul li,.elementor-widget .widget_bttk_pro_recent_post ul li{display:flex}.elementor-widget ul.bttk-itw-holder li{display:table}.elementor-widget .blossom-inner-wrap .image-holder{width:auto;max-width:200px}.elementor-widget-wp-widget-archives ul li,.elementor-widget-wp-widget-categories ul li,.elementor-widget-wp-widget-meta ul li,.elementor-widget-wp-widget-nav_menu ul li,.elementor-widget-wp-widget-pages ul li{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(var(--primary-color-rgb),.2);font-size:1em;font-weight:400;position:relative;padding-left:20px}.elementor-widget-wp-widget-archives ul li:last-child,.elementor-widget-wp-widget-categories ul li:last-child,.elementor-widget-wp-widget-meta ul li:last-child,.elementor-widget-wp-widget-nav_menu ul li:last-child,.elementor-widget-wp-widget-pages ul li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.elementor-widget-wp-widget-archives ul li::before,.elementor-widget-wp-widget-categories ul li::before,.elementor-widget-wp-widget-meta ul li::before,.elementor-widget-wp-widget-nav_menu ul li::before,.elementor-widget-wp-widget-pages ul li::before{content:"";background:var(--primary-color);width:6px;height:6px;position:absolute;left:0;top:12px;border-radius:100px}.elementor-widget-wp-widget-calendar table{margin:0}.elementor-widget-wp-widget-calendar table caption{background:var(--heading-color)}.elementor-widget-wp-widget-calendar table tr td,.elementor-widget-wp-widget-calendar table tr th{padding-left:0;padding-right:0;text-align:center;font-weight:700;font-size:1em;line-height:1.5}.elementor-widget-wp-widget-calendar table tr td{font-weight:400}.elementor-widget-wp-widget-calendar table tbody tr td#today{background:rgba(var(--primary-color-rgb),.15)}.elementor-widget-wp-widget-calendar table tr td a{display:block}.elementor-widget-wp-widget-calendar table tr td a:hover{text-decoration:none;color:var(--black-color)}.elementor-widget-wp-widget-calendar table tfoot{border-top:1px solid rgba(var(--primary-color-rgb),.1)}.elementor-widget-wp-widget-calendar table tfoot td#prev{text-align:left}.elementor-widget-wp-widget-calendar table tfoot td#next{text-align:right}.elementor-widget-wp-widget-archives ul li,.elementor-widget-wp-widget-categories ul li{color:rgba(var(--black-color-rgb),.3);display:flex;flex-wrap:wrap;align-items:center}.elementor-widget-wp-widget-archives ul li a,.elementor-widget-wp-widget-categories ul li a{flex:1}.elementor-widget-wp-widget-search .search-form .search-field{border-color:rgba(var(--primary-color-rgb),.3)}.elementor-widget-wp-widget-search .search-form .search-submit{background-color:var(--primary-color)}.elementor-widget-wp-widget-search .search-form .search-submit:hover{background-color:var(--black-color)}.elementor-widget-wp-widget-recent-posts ul{counter-reset:listCount}.elementor-widget-wp-widget-recent-posts ul li{counter-increment:listCount;position:relative;padding-left:55px;font-size:1.1112em}.elementor-widget-wp-widget-recent-posts ul li::before{content:"0" counter(listCount);font-family:var(--secondary-font);color:rgba(var(--primary-color-rgb),.5);font-size:2em;line-height:1;position:absolute;top:5px;left:0}.text-underline .elementor-heading-title{position:relative;display:inline-block}.text-underline .elementor-heading-title::after{content:"";width:100%;height:13px;background:rgba(var(--heading-color-rgb),.1);position:absolute;bottom:4px;left:0}.elementor-widget-wp-widget-blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .img-holder{width:60px;height:60px;border-radius:100%;overflow:hidden;margin:0 auto 20px auto;position:relative}.elementor-widget-wp-widget-blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder{text-align:center}.elementor-widget-wp-widget-blossomthemes_email_newsletter_widget .text-holder span{display:block;margin-top:15px}.elementor-widget-wp-widget-blossomthemes_email_newsletter_widget form input[type=text]{margin-bottom:20px;border:none}.elementor-widget-wp-widget-blossomthemes_email_newsletter_widget form label{margin-bottom:20px}.elementor-widget-wp-widget-btif_instagram_widget .profile-link{display:block;margin-top:10px;text-align:center;background:var(--black-color);border:1px solid var(--black-color);color:var(--white-color);font-size:.7778em;padding:10px;text-decoration:none;line-height:1.5}.elementor-widget-wp-widget-btif_instagram_widget .profile-link:hover{background:0 0;color:var(--black-color)}.elementor-widget-wp-widget-btif_instagram_widget ul li .instagram-meta{left:0;bottom:0;color:var(--white-color)}.elementor-widget-wp-widget-btif_instagram_widget ul:after{content:"";display:block;clear:both}.elementor-widget-wp-widget-btif_instagram_widget ul{margin:0 -1px!important}.elementor-widget-wp-widget-btif_instagram_widget ul li{float:left;width:33.3333%;padding:0 1px!important;margin:0 0 2px!important;position:relative}.elementor-widget-wp-widget-btif_instagram_widget ul li .instagram-meta{display:flex;flex-wrap:wrap;align-items:center;position:absolute;width:100%;padding:5px 10px;opacity:0;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s;background:-moz-linear-gradient(top,transparent,rgba(var(--black-color-rgb),.65) 100%);background:-webkit-linear-gradient(top,transparent,rgba(var(--black-color-rgb),.65) 100%);background:linear-gradient(to bottom,transparent,rgba(var(--black-color-rgb),.65) 100%)}.elementor-widget-wp-widget-btif_instagram_widget ul.photos-4 li .instagram-meta,.elementor-widget-wp-widget-btif_instagram_widget ul.photos-5 li .instagram-meta{display:none}.elementor-widget-wp-widget-btif_instagram_widget ul li:hover .instagram-meta{opacity:1}.elementor-widget-wp-widget-btif_instagram_widget ul li .instagram-meta .like{display:flex;flex:1;align-items:center;flex-wrap:wrap;padding-right:10px}.elementor-widget-wp-widget-btif_instagram_widget ul li .instagram-meta svg{margin-right:5px}.elementor-widget-wp-widget-btif_instagram_widget ul li img{vertical-align:top;width:100%}.elementor-widget-wp-widget-btif_instagram_widget ul.photos-1 li{width:100%}.elementor-widget-wp-widget-btif_instagram_widget ul.photos-2 li{width:50%}.elementor-widget-wp-widget-btif_instagram_widget ul.photos-4 li{width:25%}.elementor-widget-wp-widget-btif_instagram_widget ul.photos-5 li{width:20%}.elementor-widget-wp-widget-bttk_author_bio{text-align:center}.elementor-widget-wp-widget-bttk_author_bio .image-holder{border-radius:100%;overflow:hidden;width:250px;height:250px;margin-left:auto;margin-right:auto;margin-bottom:30px}.elementor-widget-wp-widget-bttk_author_bio .image-holder img{width:100%;height:100%;object-fit:cover}.elementor-widget-wp-widget-bttk_author_bio .title-holder{font-size:1.39em;font-family:var(--secondary-font);font-weight:600;letter-spacing:.5px;line-height:1.3;margin-bottom:10px}.elementor-widget-wp-widget-bttk_author_bio .author-bio-content p{margin-top:0;margin-bottom:20px}.elementor-widget-wp-widget-bttk_author_bio .text-signature{background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="128.31" height="12.679" viewBox="0 0 128.31 12.679"><path d="M1317.685,1743.805s136.174-19.581,127.315,4.494" transform="translate(-1317.614 -1735.793)" fill="none" stroke="%23000" stroke-width="1"/></svg>');background-position:center bottom;padding-bottom:15px;background-repeat:no-repeat;background-size:auto;font-family:"Dancing Script",cursive;font-size:30px;color:#000;font-style:italic;line-height:1.3;margin-bottom:10px}.elementor-widget-wp-widget-bttk_author_bio .readmore{background:var(--black-color);color:var(--white-color);font-size:.7778em;font-weight:700;letter-spacing:.5px;text-decoration:none;padding:10px 30px;margin-top:15px;margin-bottom:0;display:block}.elementor-widget-wp-widget-bttk_author_bio .readmore:hover{background:var(--primary-color)}.site-footer .elementor-widget-wp-widget-bttk_author_bio .readmore:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-bttk_author_bio .author-socicons{margin-top:20px}.elementor-widget-wp-widget-bttk_author_bio .author-socicons li{margin:10px 5px 0 5px;display:inline-block}.elementor-widget-wp-widget-bttk_author_bio .author-socicons li a{display:inline-block;width:36px;height:36px;text-align:center;background:rgba(var(--primary-color-rgb),.3);border-radius:100%;line-height:38px;color:rgba(var(--black-color-rgb),.8)}.elementor-widget-wp-widget-bttk_author_bio .author-socicons li a:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-bttk_popular_post ul,.elementor-widget-wp-widget-bttk_pro_recent_post ul{counter-reset:list-count}.elementor-widget-wp-widget-bttk_popular_post ul li,.elementor-widget-wp-widget-bttk_pro_recent_post ul li{counter-increment:list-count;padding-top:15px;padding-left:15px;position:relative}.elementor-widget-wp-widget-bttk_popular_post ul li::before,.elementor-widget-wp-widget-bttk_pro_recent_post ul li::before{content:counter(list-count);position:absolute;top:0;left:0;width:32px;height:32px;background:var(--white-color);text-align:center;line-height:32px;border-radius:100%;font-size:1.1112em;color:var(--primary-color);font-weight:400;font-family:var(--secondary-font);border:2px dotted var(--primary-color)}.elementor-widget-wp-widget-bttk_popular_post ul li,.elementor-widget-wp-widget-bttk_pro_recent_post ul li{overflow:hidden}.elementor-widget-wp-widget-bttk_popular_post ul li .post-thumbnail,.elementor-widget-wp-widget-bttk_pro_recent_post ul li .post-thumbnail{float:left;width:30%;height:auto;margin-right:20px}.elementor-widget-wp-widget-bttk_popular_post ul li .post-thumbnail img,.elementor-widget-wp-widget-bttk_pro_recent_post ul li .post-thumbnail img{vertical-align:top;width:100%;height:100%;object-fit:cover}.elementor-widget-wp-widget-bttk_popular_post ul li .entry-header,.elementor-widget-wp-widget-bttk_pro_recent_post ul li .entry-header{overflow:hidden}.elementor-widget-wp-widget-bttk_popular_post ul li .entry-header .entry-meta,.elementor-widget-wp-widget-bttk_pro_recent_post ul li .entry-header .entry-meta{font-size:.7778em;line-height:1.5}.elementor-widget-wp-widget-bttk_popular_post ul li .entry-header .entry-title,.elementor-widget-wp-widget-bttk_pro_recent_post ul li .entry-header .entry-title{font-size:1.1112em;line-height:1.8;margin:0}.elementor-widget-wp-widget-bttk_popular_post .style-two li .post-thumbnail,.elementor-widget-wp-widget-bttk_pro_recent_post .style-two li .post-thumbnail{width:100%;margin-right:0;margin-bottom:20px;height:auto}.elementor-widget-wp-widget-bttk_popular_post .style-two li .entry-header,.elementor-widget-wp-widget-bttk_pro_recent_post .style-two li .entry-header{width:100%;text-align:center;padding:0 15px}.elementor-widget-wp-widget-bttk_popular_post .style-three li .post-thumbnail,.elementor-widget-wp-widget-bttk_pro_recent_post .style-three li .post-thumbnail{height:190px;margin:0 0 -40px;width:100%}.elementor-widget-wp-widget-bttk_popular_post .style-three li .entry-header,.elementor-widget-wp-widget-bttk_pro_recent_post .style-three li .entry-header{background:var(--white-color) none repeat scroll 0 0;margin:0 auto;max-width:92%;padding:13px 15px 0;position:relative;text-align:center;width:100%}.elementor-widget-wp-widget-bttk_popular_post ul li .entry-header .cat-links,.elementor-widget-wp-widget-bttk_pro_recent_post ul li .entry-header .cat-links{display:none}.elementor-widget-wp-widget-bttk_popular_post .style-three li .entry-header .cat-links,.elementor-widget-wp-widget-bttk_popular_post .style-two li .entry-header .cat-links,.elementor-widget-wp-widget-bttk_pro_recent_post .style-three li .entry-header .cat-links,.elementor-widget-wp-widget-bttk_pro_recent_post .style-two li .entry-header .cat-links{display:block;font-size:.7778em;font-weight:500}.elementor-widget-wp-widget-bttk_popular_post .style-three li .entry-header .cat-links a,.elementor-widget-wp-widget-bttk_popular_post .style-two li .entry-header .cat-links a,.elementor-widget-wp-widget-bttk_pro_recent_post .style-three li .entry-header .cat-links a,.elementor-widget-wp-widget-bttk_pro_recent_post .style-two li .entry-header .cat-links a{margin:0 3px}.elementor-widget-wp-widget-bttk_custom_categories ul li{background-size:cover!important;font-size:1em;margin-bottom:15px}.elementor-widget-wp-widget-bttk_custom_categories ul li a{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;color:var(--white-color);min-height:120px;padding:15px}.elementor-widget-wp-widget-bttk_custom_categories ul li a:hover{color:var(--white-color)}.elementor-widget-wp-widget-bttk_custom_categories ul li .cat-title{float:none;font-size:1.1112em;font-family:var(--secondary-font);letter-spacing:.5px;margin-right:10px;font-weight:600}.elementor-widget-wp-widget-bttk_custom_categories ul li .post-count{float:none;background:var(--primary-color);font-size:.7778em;letter-spacing:.5px;width:auto;height:auto;line-height:normal;padding:5px 10px}.elementor-widget-wp-widget-bttk_custom_categories ul li a:hover .post-count,.elementor-widget-wp-widget-bttk_custom_categories ul li a:hover:focus .post-count{width:auto;background:var(--black-color)}.elementor-widget-wp-widget-bttk_image_text_widget ul li{position:relative}.elementor-widget-wp-widget-bttk_image_text_widget ul li img{width:100%}.elementor-widget-wp-widget-bttk_image_text_widget ul li .btn-readmore{position:absolute;width:70%;text-align:center;top:50%;left:50%;color:var(--white-color);background:#111;text-transform:uppercase;font-size:.7em;padding:15px 20px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:ease .2s;-moz-transition:ease .2s;transition:ease .2s}.elementor-widget-wp-widget-bttk_image_text_widget ul li .btn-readmore:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .item{width:100%;min-height:350px;position:relative}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .item img{width:100%;height:100%;object-fit:cover}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .item .carousel-title{position:absolute;bottom:0;left:0;right:0;background:rgba(var(--black-color-rgb),.5);padding:3% 5%}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .carousel-title a{color:var(--white-color);display:inline-block}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .carousel-title a:hover{color:var(--primary-color)}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .carousel-title .cat-links{display:block;font-size:.7778em;font-weight:500}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .carousel-title .cat-links a{margin:0 3px}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .carousel-title .cat-links a::after{content:","}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .carousel-title .cat-links a:last-child::after{display:none}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .item .carousel-title .title{font-size:1.1112em;margin-top:5px;margin-bottom:0}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-nav [class*=owl-]{border-radius:100%;background:rgba(var(--black-color-rgb),.5);left:10px;top:40%;min-height:auto;margin:0;width:40px;height:40px;font-size:0;position:absolute;-webkit-transition:ease .2s;-moz-transition:ease .2s;transition:ease .2s}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-nav .owl-next{left:auto;right:10px}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-nav [class*=owl-]:hover{background:var(--primary-color)}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-nav [class*=owl-]:before{display:none}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-next::after,.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-prev::after{background-repeat:no-repeat;width:10px;height:20px;position:absolute;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);content:""}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-prev::after{background-image:url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z"></path></svg>');top:50%;left:50%}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-next::after{background-image:url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z"></path></svg>');top:50%;left:50%}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-dots{position:static}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot{background:rgba(var(--black-color-rgb),.3);margin:5px;width:25px;height:8px}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot.active,.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot:hover{background:var(--black-color);border-color:var(--black-color)}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span,.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span:hover,.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot.active span,.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot:hover span{display:none}.elementor-widget-wp-widget-bttk_social_links{margin-bottom:20px}.elementor-widget-wp-widget-bttk_social_links ul{text-align:center;display:flex;flex-wrap:wrap;align-items:center}.elementor-widget-wp-widget-bttk_social_links ul li{margin-right:15px;margin-bottom:15px;padding:0;font-size:1.1112em}.elementor-widget-wp-widget-bttk_social_links ul li:last-child{margin-bottom:15px}#primary .elementor-widget-wp-widget-bttk_social_links ul li a{display:inline-block;background:0 0;border-radius:100%;width:63px;height:63px;line-height:60px;border:1px solid rgba(var(--primary-color-rgb),.3)}#primary .elementor-widget-wp-widget-bttk_social_links ul li a:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-blossom_client_logo_widget .blossom-inner-wrap{display:flex;flex:1;flex-wrap:wrap;justify-content:center;align-items:center}.elementor-widget-wp-widget-blossom_client_logo_widget .image-holder{padding:15px 30px;display:flex;flex-direction:column;flex:1;min-width:150px;align-items:center;justify-content:center}.elementor-widget-wp-widget-blossom_client_logo_widget .image-holder a{display:flex;flex-direction:column}.black-white img{-webkit-filter:grayscale(1);filter:grayscale(1)}.black-white:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.elementor-widget-wp-widget-blossom_client_logo_widget .image-holder:not(.black-white) a:hover{opacity:.65}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .elementor-widget-container>div{padding:5%}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .elementor-widget-container>div.bttk-cta-bg{position:relative;z-index:1}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .elementor-widget-container>div.bttk-cta-bg::before{content:"";background:rgba(var(--black-color-rgb),.5);position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.content-area .elementor-widget-wp-widget-blossomtheme_companion_cta_widget .elementor-widget-container>div h5{background:0 0;margin-top:0;padding:0;font-size:1.6665em;letter-spacing:0;text-transform:none}.content-area .elementor-widget-wp-widget-blossomtheme_companion_cta_widget .bttk-cta-bg .blossomtheme-cta-container h5,.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .bttk-cta-bg .text-holder{color:var(--white-color)}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .text-holder p{margin-top:0;font-size:.8888em}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .btn-cta{display:inline-block;font-weight:700;font-size:.7778em;color:var(--white-color);letter-spacing:1px;background:var(--primary-color);border:1px solid var(--primary-color);padding:12px 25px;text-transform:uppercase;text-decoration:none;margin:3px}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .btn-cta+.btn-cta,.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .btn-cta:hover{background:0 0;color:var(--primary-color)}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .btn-cta+.btn-cta:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-bttk_testimonial_widget .bttk-testimonial-holder{padding-top:40px}.elementor-widget-wp-widget-bttk_testimonial_widget .bttk-testimonial-inner-holder{border:3px solid rgba(var(--black-color-rgb),.05);border-radius:5px;text-align:center;padding:70px 20px 20px 20px;position:relative}.elementor-widget-wp-widget-bttk_testimonial_widget .img-holder{width:100px;border-radius:5px;overflow:hidden;position:absolute;top:-40px;left:0;border:2px solid rgba(var(--black-color-rgb),.05);padding:4px;background:var(--white-color);right:0;margin:0 auto}.site-footer .elementor-widget-wp-widget-bttk_testimonial_widget .img-holder{background:var(--black-color);border-color:rgba(var(--white-color-rgb),.2)}.elementor-widget-wp-widget-bttk_testimonial_widget .img-holder img{border-radius:3px}.elementor-widget-wp-widget-bttk_testimonial_widget .bttk-testimonial-inner-holder .name{display:block;font-weight:700;line-height:1.4}.elementor-widget-wp-widget-bttk_testimonial_widget .bttk-testimonial-inner-holder .designation{font-size:.7778em;color:rgba(var(--black-color-rgb),.5)}.elementor-widget-wp-widget-bttk_testimonial_widget .testimonial-content{margin-top:15px}.elementor-widget-wp-widget-bttk_testimonial_widget .testimonial-content p{margin-top:0;margin-bottom:20px}.elementor-widget-wp-widget-bttk_testimonial_widget .testimonial-content p:last-child{margin-bottom:0}.elementor-widget-wp-widget-bttk_testimonial_widget .testimonial-meta{margin-top:20px}.elementor-widget-wp-widget-blossomthemes_stat_counter_widget .blossomthemes-sc-holder{position:relative;padding-left:70px;display:flex;flex-direction:column-reverse}.elementor-widget-wp-widget-blossomthemes_stat_counter_widget .blossomthemes-sc-holder h5{background:0 0;padding:0;font-size:1.112em;margin-bottom:0;text-align:left}.elementor-widget-wp-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)}.elementor-widget-wp-widget-blossomthemes_stat_counter_widget .blossomthemes-sc-holder .hs-counter{font-size:2.6665em;font-weight:700;line-height:1}.elementor-widget-wp-widget-bttk_description_widget,.elementor-widget-wp-widget-bttk_description_widget .image-social-wrap{position:relative}.elementor-widget-wp-widget-bttk_description_widget .image-social-wrap .social-profile{position:absolute;bottom:0;left:0;margin:0;display:block}.elementor-widget-wp-widget-bttk_description_widget .social-profile li{margin:0;font-weight:400;font-size:.7778em}.elementor-widget-wp-widget-bttk_description_widget .social-profile li a{display:inline-block;color:#6a6a6a;background:#f5f5f5;border:none;border-radius:0;width:37px;height:37px;text-align:center;line-height:37px}.elementor-widget-wp-widget-bttk_description_widget .social-profile li a:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-bttk_description_widget .text-holder{width:100%;padding:0;margin-top:20px}.elementor-widget-wp-widget-bttk_description_widget .text-holder .name{display:block;font-weight:600;font-family:var(--secondary-font);font-size:1.1112em;line-height:1.5;letter-spacing:.5px}.elementor-widget-wp-widget-bttk_description_widget .text-holder .designation{display:block;font-size:.8888em;letter-spacing:.5px;line-height:1.5;color:rgba(var(--black-color-rgb),.8)}.elementor-widget-wp-widget-bttk_description_widget .bttk-team-holder-modal.show{display:none!important}.elementor-widget-wp-widget-bttk_icon_text_widget .rtc-itw-inner-holder{display:flex;flex:1;flex-direction:column;text-align:center}.elementor-widget-wp-widget-bttk_icon_text_widget .rtc-itw-inner-holder .icon-holder{font-size:3em;line-height:1;color:var(--primary-color)}.elementor-widget-wp-widget-bttk_icon_text_widget .rtc-itw-inner-holder .text-holder{order:2;margin-top:40px}.content-area .elementor-widget-wp-widget-bttk_icon_text_widget .rtc-itw-inner-holder .text-holder h5{font-size:1.1112em;text-align:center;background:0 0;padding:0;margin-top:0;margin-bottom:0}.elementor-widget-wp-widget-bttk_icon_text_widget .text-holder .btn-readmore{display:inline-block;font-weight:700;font-size:.7778em;color:var(--white-color);letter-spacing:1px;background:var(--primary-color);border:none;padding:13px 30px;text-transform:uppercase;text-decoration:none}.elementor-widget-wp-widget-bttk_icon_text_widget .text-holder .btn-readmore:hover{background:var(--black-color);color:var(--white-color)}.elementor-widget-wp-widget-bttk_contact_social_links ul.contact-list li{margin-bottom:5px}.elementor-widget-wp-widget-bttk_contact_social_links ul.contact-list li:first-child{margin-bottom:40px}.elementor-widget-wp-widget-bttk_contact_social_links ul.contact-list li span{margin-right:10px;font-family:var(--secondary-font);font-weight:600;letter-spacing:.2px}.elementor-widget-wp-widget-bttk_contact_social_links .contact-list-title{display:none}.elementor-widget-wp-widget-bttk_contact_social_links .social-networks{margin-top:40px}.elementor-widget-wp-widget-bttk_contact_social_links .social-networks .contact-list-title{display:block;color:rgba(var(--black-color-rgb),.8)}.elementor-widget-wp-widget-bttk_contact_social_links .social-networks li{margin-top:10px;margin-bottom:0;margin-right:10px;display:inline-block;font-size:1.1112em}.elementor-widget-wp-widget-bttk_contact_social_links .social-networks li a{display:inline-block;color:var(--primary-color);padding:5px}.widget-area .elementor-widget-wp-widget-bttk_contact_social_links .social-networks li a{color:var(--black-color)}.elementor-widget-wp-widget-bttk_contact_social_links .social-networks li a:hover{color:var(--primary-color)}.elementor-widget-wp-widget-blp_faq_widget .faq-block{background:rgba(var(--primary-color-rgb),.1);margin-bottom:20px;text-align:left}.elementor-widget-wp-widget-blp_faq_widget .faq-block:last-child{margin-bottom:0}.elementor-widget-wp-widget-blp_faq_widget .faq-block .faq-title{background:0 0;color:var(--black-color);padding:0;font-family:var(--secondary-font);font-weight:600;font-size:1em;line-height:1.5;width:100%;text-align:left;position:relative;padding:15px 30px 15px 15px;-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s}.elementor-widget-wp-widget-blp_faq_widget .faq-block .faq-title:hover{background:0 0;color:var(--primary-color)}.elementor-widget-wp-widget-blp_faq_widget .faq-block .faq-title::after{content:"";background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fbaca5" d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"></path></svg>');background-repeat:no-repeat;background-position:center;width:18px;height:18px;position:absolute;top:21px;right:15px;-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s}.elementor-widget-wp-widget-blp_faq_widget .faq-block.active .faq-title::after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}.elementor-widget-wp-widget-blp_faq_widget .faq-block .faq-content{font-size:.8888em;color:rgba(var(--black-color-rgb),.8);padding:20px 15px;border-top:1px solid var(--white-color)}.elementor-widget-wp-widget-blp_faq_widget .faq-block .faq-content p{margin-top:0;margin-bottom:20px}.elementor-widget-wp-widget-blp_faq_widget .faq-block .faq-content p:last-child{margin-bottom:0}.elementor-widget-wp-widget-woocommerce_widget_cart ul li{padding:0 0 10px 30px;border-bottom:1px solid #e5e5e5;margin:0 0 10px;position:relative;font-size:1em;text-transform:none;min-height:85px}.elementor-widget-wp-widget-woocommerce_widget_cart ul li a{font-size:.8888em;font-family:var(--primary-font);color:#262525}.elementor-widget-wp-widget-woocommerce_widget_cart ul li .remove{position:absolute;top:8px;left:0;font-size:0;width:20px;height:20px}.elementor-widget-wp-widget-woocommerce_widget_cart ul li .remove:focus,.elementor-widget-wp-widget-woocommerce_widget_cart ul li .remove:hover{background:0 0}.elementor-widget-wp-widget-woocommerce_widget_cart ul li .remove:after{position:absolute;top:0;left:0;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="%23e2401c" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"></path></svg>');background-repeat:no-repeat;width:20px;height:20px;color:#e2401c;font-size:.8888em}.elementor-widget-wp-widget-woocommerce_widget_cart ul.product_list_widget li img{width:75px;float:right;margin-right:0;margin-left:4px;border-radius:5px}.elementor-widget-wp-widget-woocommerce_widget_cart ul li a:not(.button){font-weight:400}.elementor-widget-wp-widget-woocommerce_widget_cart ul li .variation{padding-left:0;border-left:0}.elementor-widget-wp-widget-woocommerce_widget_cart ul li .variation dt{font-weight:400}.elementor-widget-wp-widget-woocommerce_widget_cart ul li .variation dd{margin:0}.elementor-widget-wp-widget-woocommerce_widget_cart .total{border-top:0;padding-top:0;padding-bottom:10px;font-size:.8888em;border-bottom:1px solid #e5e5e5;text-align:center;display:flex;flex:auto;flex-wrap:wrap}.elementor-widget-wp-widget-woocommerce_widget_cart .total strong{font-weight:600;color:var(--black-color);display:flex;flex-direction:column;text-align:left;flex:1}.elementor-widget-wp-widget-woocommerce_widget_cart .buttons .button{text-decoration:none;margin-bottom:10px;display:block;background:var(--black-color);color:var(--white-color);text-align:center;font-size:.7778em;font-weight:600;letter-spacing:1px;border-radius:0;text-transform:uppercase;padding:12px 30px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s;position:relative}.elementor-widget-wp-widget-woocommerce_widget_cart .buttons .button:focus,.elementor-widget-wp-widget-woocommerce_widget_cart .buttons .button:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-woocommerce_product_search .woocommerce-product-search{background:0 0;border-radius:5px;margin:0 3px 0 0;width:100%;padding:0;border:1px solid #e5e5e5}.elementor-widget-wp-widget-woocommerce_product_search .woocommerce-product-search:after{content:"";display:block;clear:both}.elementor-widget-wp-widget-woocommerce_product_search .woocommerce-product-search input[type=search]{background:0 0;border:0;border-radius:0;float:left;margin:0;padding:10px 15px;font-size:.8888em;width:calc(100% - 50px);height:50px;font-weight:400}.elementor-widget-wp-widget-rating_filter ul li .star-rating{vertical-align:top;margin-top:7px}ul.product_list_widget li img{float:left;width:75px;margin-left:0;margin-right:15px}ul.product_list_widget li{margin:0 0 20px;text-transform:none;font-weight:400;font-size:.8888em;min-height:75px}ul.product_list_widget li a{font-weight:400}ul.product_list_widget li .product-title{display:block;color:var(--black-color);font-family:var(--primary-font)}ul.product_list_widget li .product-title:focus,ul.product_list_widget li .product-title:hover{color:var(--primary-color)}ul.product_list_widget li .amount{color:#b5b5b5;font-weight:500}ul.product_list_widget li ins,ul.product_list_widget li ins .amount{background:0 0;color:var(--black-color)}ul.product_list_widget li ins{margin-left:10px}ul.product_list_widget li .star-rating{margin:0 0 5px}.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:5px}.elementor-widget-wp-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice{margin:5px;padding:0 10px;border-bottom:1px solid #aaa}.elementor-widget-wp-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{position:relative}.elementor-widget-wp-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-search--inline{border-bottom:none}.elementor-widget-wp-widget-layered-nav ul li input[type=text]{width:100%!important}.elementor-widget-wp-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.elementor-widget-wp-widget-layered_nav_filters ul li a{position:relative;padding-left:30px}.elementor-widget-wp-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before,.elementor-widget-wp-widget-layered_nav_filters ul li a:before{content:"";width:16px;height:16px;border:1px solid #ddd;border-radius:2px;position:absolute;top:4px;left:0;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;-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s}.elementor-widget-wp-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before,.elementor-widget-wp-widget-layered_nav_filters ul li a:hover:before{border-color:var(--primary-color)}.elementor-widget-wp-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before,.elementor-widget-wp-widget-layered_nav_filters ul li.chosen a:before{background-size:10px;background-color:var(--primary-color);border-color:var(--primary-color)}.elementor-widget-wp-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count{display:inline-block;float:right;border:1px solid #ddd;line-height:1.3;padding:0 5px;border-radius:50px;color:#999596}.elementor-widget-wp-widget-price_filter .ui-slider-horizontal{height:5px;background:#eee;margin-left:0;margin-right:0;border-radius:0;margin-bottom:25px}.elementor-widget-wp-widget-price_filter .ui-slider .ui-slider-handle{background:var(--white-color);width:15px;height:15px;top:-5px;border-radius:100%;box-shadow:5px 0 15px rgba(136,206,208,.3);border:3px solid var(--primary-color)}.elementor-widget-wp-widget-price_filter .ui-slider .ui-slider-handle.ui-state-active,.elementor-widget-wp-widget-price_filter .ui-slider .ui-slider-handle.ui-state-focus,.elementor-widget-wp-widget-price_filter .ui-slider .ui-slider-handle.ui-state-hover{width:22px;height:22px;top:-8px}.elementor-widget-wp-widget-price_filter .ui-slider .ui-slider-range{background:var(--primary-color)}.elementor-widget-wp-widget-price_filter .price_slider_amount{font-size:1em;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;flex:1}.elementor-widget-wp-widget-price_filter .price_slider_amount .button{font-size:.6666em;font-weight:700;letter-spacing:1px;color:var(--white-color);background:var(--primary-color);border-radius:50px;border:2px solid var(--primary-color);text-transform:uppercase;padding:16px 30px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s;position:relative}.elementor-widget-wp-widget-price_filter .price_slider_amount .button:focus,.elementor-widget-wp-widget-price_filter .price_slider_amount .button:hover{color:var(--primary-color);background:0 0}.elementor-widget-wp-widget-price_filter .price_slider_amount .price_label{font-size:.7778em;color:#999;display:flex;flex:1;margin-top:0;justify-content:flex-end;font-weight:600;letter-spacing:1px}.elementor-widget-wp-widget-price_filter .price_slider_amount .price_label>span{display:inline-block;margin:0 5px}.elementor-add-section .elementor-select-preset-list li::before{content:none}.elementor-element-edit-mode .elementor-editor-element-settings li::before{content:none}.elementor-editor-section-settings .elementor-editor-element-setting:first-child:before{width:unset;height:unset;transform:unset;background:unset;left:unset}.elementor-tab-content ol,.elementor-tab-content ul,.elementor-widget-text-editor ol,.elementor-widget-text-editor ul{list-style:disc;margin-left:3em;margin-bottom:1.5em}.elementor-tab-content p+ol,.elementor-tab-content p+ul,.elementor-widget-text-editor p+ol,.elementor-widget-text-editor p+ul{margin-top:-10px}.elementor-tab-content li>ul{list-style:disc}.elementor-tab-content li>ul,.elementor-widget-text-editor li>ol{margin-left:1.5em}.elementor-tab-content li>ol,.elementor-tab-content li>ul,.elementor-widget-text-editor li>ol,.elementor-widget-text-editor li>ul{margin-top:10px;margin-bottom:0}.elementor-tab-content ol,.elementor-widget-text-editor ol{list-style:decimal}.elementor-tab-content ul li,.elementor-widget-text-editor ul li{display:list-item;margin-bottom:10px;padding-left:initial}.elementor-tab-content ol li,.elementor-widget-text-editor ol li{display:list-item;margin-bottom:10px;padding-left:initial}.elementor-tab-content ul li::before,.elementor-widget-text-editor ul li::before{content:none}.elementor-page .elementor p,.elementor-page .site-content p{margin:0 0 1em;line-height:1.75;margin-top:0}.elementor-page .elementor p:last-child,.elementor-page .site-content p:last-child{margin-bottom:0}.elementor-widget-button .elementor-button-link{border-radius:40px;display:inline-block;text-align:center;text-decoration:none;padding:12px 25px;transition:all .35s ease;white-space:nowrap;border:1px solid var(--primary-color);background:var(--primary-color);color:var(--white-color)}.elementor-widget-button .elementor-button-link:hover{background:0 0;color:var(--primary-color);text-decoration:none}.elementor-page .elementor button.owl-dot{box-shadow:none}.elementor-page .elementor button.owl-dot span{display:none}.color-opacity-8{color:rgba(var(--primary-color-rgb),.8)}.Bg-color-opacity-1{background-color:rgba(var(--primary-color-rgb),.1)}.border-color-opacity-1 .elementor-widget-container{border-color:rgba(var(--primary-color-rgb),.1)}.content-alignment>.elementor-container{align-items:center}.elementor-page.elementor-template-full-width .site-content>.container{max-width:100%;padding:0}.elementor-widget-heading .elementor-heading-title:hover a{color:var(--primary-color)!important}.img-hover-animation img{overflow:hidden;transform:scale(1);transition:all .3s ease-in-out}.img-hover-animation .elementor-widget-image{overflow:hidden}.img-hover-animation:hover img{overflow:hidden;transform:scale(1.1);transition:all .3s ease-in-out}.accordion-spacing .elementor-accordion-item:not(:last-child){margin-bottom:30px}.accordion-border .elementor-accordion-item{border:1px solid rgba(0,0,0,.05)!important}.accordion-boxShadow .elementor-accordion-item{box-shadow:0 8px 20px rgba(255,194,183,.1)}.accordion-bg .elementor-accordion-item{background-color:#fff}@font-face{font-family:eicons;src:url(//www.amanda.med.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.16.0);src:url(//www.amanda.med.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.16.0#iefix) format("embedded-opentype"),url(//www.amanda.med.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.16.0) format("woff2"),url(//www.amanda.med.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.16.0) format("woff"),url(//www.amanda.med.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.16.0) format("truetype"),url(//www.amanda.med.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.16.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:'\e800'}.eicon-editor-unlink:before{content:'\e801'}.eicon-editor-external-link:before{content:'\e802'}.eicon-editor-close:before{content:'\e803'}.eicon-editor-list-ol:before{content:'\e804'}.eicon-editor-list-ul:before{content:'\e805'}.eicon-editor-bold:before{content:'\e806'}.eicon-editor-italic:before{content:'\e807'}.eicon-editor-underline:before{content:'\e808'}.eicon-editor-paragraph:before{content:'\e809'}.eicon-editor-h1:before{content:'\e80a'}.eicon-editor-h2:before{content:'\e80b'}.eicon-editor-h3:before{content:'\e80c'}.eicon-editor-h4:before{content:'\e80d'}.eicon-editor-h5:before{content:'\e80e'}.eicon-editor-h6:before{content:'\e80f'}.eicon-editor-quote:before{content:'\e810'}.eicon-editor-code:before{content:'\e811'}.eicon-elementor:before{content:'\e812'}.eicon-elementor-circle:before{content:'\e813'}.eicon-pojome:before{content:'\e814'}.eicon-plus:before{content:'\e815'}.eicon-menu-bar:before{content:'\e816'}.eicon-apps:before{content:'\e817'}.eicon-accordion:before{content:'\e818'}.eicon-alert:before{content:'\e819'}.eicon-animation-text:before{content:'\e81a'}.eicon-animation:before{content:'\e81b'}.eicon-banner:before{content:'\e81c'}.eicon-blockquote:before{content:'\e81d'}.eicon-button:before{content:'\e81e'}.eicon-call-to-action:before{content:'\e81f'}.eicon-captcha:before{content:'\e820'}.eicon-carousel:before{content:'\e821'}.eicon-checkbox:before{content:'\e822'}.eicon-columns:before{content:'\e823'}.eicon-countdown:before{content:'\e824'}.eicon-counter:before{content:'\e825'}.eicon-date:before{content:'\e826'}.eicon-divider-shape:before{content:'\e827'}.eicon-divider:before{content:'\e828'}.eicon-download-button:before{content:'\e829'}.eicon-dual-button:before{content:'\e82a'}.eicon-email-field:before{content:'\e82b'}.eicon-facebook-comments:before{content:'\e82c'}.eicon-facebook-like-box:before{content:'\e82d'}.eicon-form-horizontal:before{content:'\e82e'}.eicon-form-vertical:before{content:'\e82f'}.eicon-gallery-grid:before{content:'\e830'}.eicon-gallery-group:before{content:'\e831'}.eicon-gallery-justified:before{content:'\e832'}.eicon-gallery-masonry:before{content:'\e833'}.eicon-icon-box:before{content:'\e834'}.eicon-image-before-after:before{content:'\e835'}.eicon-image-box:before{content:'\e836'}.eicon-image-hotspot:before{content:'\e837'}.eicon-image-rollover:before{content:'\e838'}.eicon-info-box:before{content:'\e839'}.eicon-inner-section:before{content:'\e83a'}.eicon-mailchimp:before{content:'\e83b'}.eicon-menu-card:before{content:'\e83c'}.eicon-navigation-horizontal:before{content:'\e83d'}.eicon-nav-menu:before{content:'\e83e'}.eicon-navigation-vertical:before{content:'\e83f'}.eicon-number-field:before{content:'\e840'}.eicon-parallax:before{content:'\e841'}.eicon-php7:before{content:'\e842'}.eicon-post-list:before{content:'\e843'}.eicon-post-slider:before{content:'\e844'}.eicon-post:before{content:'\e845'}.eicon-posts-carousel:before{content:'\e846'}.eicon-posts-grid:before{content:'\e847'}.eicon-posts-group:before{content:'\e848'}.eicon-posts-justified:before{content:'\e849'}.eicon-posts-masonry:before{content:'\e84a'}.eicon-posts-ticker:before{content:'\e84b'}.eicon-price-list:before{content:'\e84c'}.eicon-price-table:before{content:'\e84d'}.eicon-radio:before{content:'\e84e'}.eicon-rtl:before{content:'\e84f'}.eicon-scroll:before{content:'\e850'}.eicon-search:before{content:'\e851'}.eicon-select:before{content:'\e852'}.eicon-share:before{content:'\e853'}.eicon-sidebar:before{content:'\e854'}.eicon-skill-bar:before{content:'\e855'}.eicon-slider-3d:before{content:'\e856'}.eicon-slider-album:before{content:'\e857'}.eicon-slider-device:before{content:'\e858'}.eicon-slider-full-screen:before{content:'\e859'}.eicon-slider-push:before{content:'\e85a'}.eicon-slider-vertical:before{content:'\e85b'}.eicon-slider-video:before{content:'\e85c'}.eicon-slides:before{content:'\e85d'}.eicon-social-icons:before{content:'\e85e'}.eicon-spacer:before{content:'\e85f'}.eicon-table:before{content:'\e860'}.eicon-tabs:before{content:'\e861'}.eicon-tel-field:before{content:'\e862'}.eicon-text-area:before{content:'\e863'}.eicon-text-field:before{content:'\e864'}.eicon-thumbnails-down:before{content:'\e865'}.eicon-thumbnails-half:before{content:'\e866'}.eicon-thumbnails-right:before{content:'\e867'}.eicon-time-line:before{content:'\e868'}.eicon-toggle:before{content:'\e869'}.eicon-url:before{content:'\e86a'}.eicon-t-letter:before{content:'\e86b'}.eicon-wordpress:before{content:'\e86c'}.eicon-text:before{content:'\e86d'}.eicon-anchor:before{content:'\e86e'}.eicon-bullet-list:before{content:'\e86f'}.eicon-code:before{content:'\e870'}.eicon-favorite:before{content:'\e871'}.eicon-google-maps:before{content:'\e872'}.eicon-image:before{content:'\e873'}.eicon-photo-library:before{content:'\e874'}.eicon-woocommerce:before{content:'\e875'}.eicon-youtube:before{content:'\e876'}.eicon-flip-box:before{content:'\e877'}.eicon-settings:before{content:'\e878'}.eicon-headphones:before{content:'\e879'}.eicon-testimonial:before{content:'\e87a'}.eicon-counter-circle:before{content:'\e87b'}.eicon-person:before{content:'\e87c'}.eicon-chevron-right:before{content:'\e87d'}.eicon-chevron-left:before{content:'\e87e'}.eicon-close:before{content:'\e87f'}.eicon-file-download:before{content:'\e880'}.eicon-save:before{content:'\e881'}.eicon-zoom-in:before{content:'\e882'}.eicon-shortcode:before{content:'\e883'}.eicon-nerd:before{content:'\e884'}.eicon-device-desktop:before{content:'\e885'}.eicon-device-tablet:before{content:'\e886'}.eicon-device-mobile:before{content:'\e887'}.eicon-document-file:before{content:'\e888'}.eicon-folder-o:before{content:'\e889'}.eicon-hypster:before{content:'\e88a'}.eicon-h-align-left:before{content:'\e88b'}.eicon-h-align-right:before{content:'\e88c'}.eicon-h-align-center:before{content:'\e88d'}.eicon-h-align-stretch:before{content:'\e88e'}.eicon-v-align-top:before{content:'\e88f'}.eicon-v-align-bottom:before{content:'\e890'}.eicon-v-align-middle:before{content:'\e891'}.eicon-v-align-stretch:before{content:'\e892'}.eicon-pro-icon:before{content:'\e893'}.eicon-mail:before{content:'\e894'}.eicon-lock-user:before{content:'\e895'}.eicon-testimonial-carousel:before{content:'\e896'}.eicon-media-carousel:before{content:'\e897'}.eicon-section:before{content:'\e898'}.eicon-column:before{content:'\e899'}.eicon-edit:before{content:'\e89a'}.eicon-clone:before{content:'\e89b'}.eicon-trash:before{content:'\e89c'}.eicon-play:before{content:'\e89d'}.eicon-angle-right:before{content:'\e89e'}.eicon-angle-left:before{content:'\e89f'}.eicon-animated-headline:before{content:'\e8a0'}.eicon-menu-toggle:before{content:'\e8a1'}.eicon-fb-embed:before{content:'\e8a2'}.eicon-fb-feed:before{content:'\e8a3'}.eicon-twitter-embed:before{content:'\e8a4'}.eicon-twitter-feed:before{content:'\e8a5'}.eicon-sync:before{content:'\e8a6'}.eicon-import-export:before{content:'\e8a7'}.eicon-check-circle:before{content:'\e8a8'}.eicon-library-save:before{content:'\e8a9'}.eicon-library-download:before{content:'\e8aa'}.eicon-insert:before{content:'\e8ab'}.eicon-preview-medium:before{content:'\e8ac'}.eicon-sort-down:before{content:'\e8ad'}.eicon-sort-up:before{content:'\e8ae'}.eicon-heading:before{content:'\e8af'}.eicon-logo:before{content:'\e8b0'}.eicon-meta-data:before{content:'\e8b1'}.eicon-post-content:before{content:'\e8b2'}.eicon-post-excerpt:before{content:'\e8b3'}.eicon-post-navigation:before{content:'\e8b4'}.eicon-yoast:before{content:'\e8b5'}.eicon-nerd-chuckle:before{content:'\e8b6'}.eicon-nerd-wink:before{content:'\e8b7'}.eicon-comments:before{content:'\e8b8'}.eicon-download-circle-o:before{content:'\e8b9'}.eicon-library-upload:before{content:'\e8ba'}.eicon-save-o:before{content:'\e8bb'}.eicon-upload-circle-o:before{content:'\e8bc'}.eicon-ellipsis-h:before{content:'\e8bd'}.eicon-ellipsis-v:before{content:'\e8be'}.eicon-arrow-left:before{content:'\e8bf'}.eicon-arrow-right:before{content:'\e8c0'}.eicon-arrow-up:before{content:'\e8c1'}.eicon-arrow-down:before{content:'\e8c2'}.eicon-play-o:before{content:'\e8c3'}.eicon-archive-posts:before{content:'\e8c4'}.eicon-archive-title:before{content:'\e8c5'}.eicon-featured-image:before{content:'\e8c6'}.eicon-post-info:before{content:'\e8c7'}.eicon-post-title:before{content:'\e8c8'}.eicon-site-logo:before{content:'\e8c9'}.eicon-site-search:before{content:'\e8ca'}.eicon-site-title:before{content:'\e8cb'}.eicon-plus-square:before{content:'\e8cc'}.eicon-minus-square:before{content:'\e8cd'}.eicon-cloud-check:before{content:'\e8ce'}.eicon-drag-n-drop:before{content:'\e8cf'}.eicon-welcome:before{content:'\e8d0'}.eicon-handle:before{content:'\e8d1'}.eicon-cart:before{content:'\e8d2'}.eicon-product-add-to-cart:before{content:'\e8d3'}.eicon-product-breadcrumbs:before{content:'\e8d4'}.eicon-product-categories:before{content:'\e8d5'}.eicon-product-description:before{content:'\e8d6'}.eicon-product-images:before{content:'\e8d7'}.eicon-product-info:before{content:'\e8d8'}.eicon-product-meta:before{content:'\e8d9'}.eicon-product-pages:before{content:'\e8da'}.eicon-product-price:before{content:'\e8db'}.eicon-product-rating:before{content:'\e8dc'}.eicon-product-related:before{content:'\e8dd'}.eicon-product-stock:before{content:'\e8de'}.eicon-product-tabs:before{content:'\e8df'}.eicon-product-title:before{content:'\e8e0'}.eicon-product-upsell:before{content:'\e8e1'}.eicon-products:before{content:'\e8e2'}.eicon-bag-light:before{content:'\e8e3'}.eicon-bag-medium:before{content:'\e8e4'}.eicon-bag-solid:before{content:'\e8e5'}.eicon-basket-light:before{content:'\e8e6'}.eicon-basket-medium:before{content:'\e8e7'}.eicon-basket-solid:before{content:'\e8e8'}.eicon-cart-light:before{content:'\e8e9'}.eicon-cart-medium:before{content:'\e8ea'}.eicon-cart-solid:before{content:'\e8eb'}.eicon-exchange:before{content:'\e8ec'}.eicon-preview-thin:before{content:'\e8ed'}.eicon-device-laptop:before{content:'\e8ee'}.eicon-collapse:before{content:'\e8ef'}.eicon-expand:before{content:'\e8f0'}.eicon-navigator:before{content:'\e8f1'}.eicon-plug:before{content:'\e8f2'}.eicon-dashboard:before{content:'\e8f3'}.eicon-typography:before{content:'\e8f4'}.eicon-info-circle-o:before{content:'\e8f5'}.eicon-integration:before{content:'\e8f6'}.eicon-plus-circle-o:before{content:'\e8f7'}.eicon-rating:before{content:'\e8f8'}.eicon-review:before{content:'\e8f9'}.eicon-tools:before{content:'\e8fa'}.eicon-loading:before{content:'\e8fb'}.eicon-sitemap:before{content:'\e8fc'}.eicon-click:before{content:'\e8fd'}.eicon-clock:before{content:'\e8fe'}.eicon-library-open:before{content:'\e8ff'}.eicon-warning:before{content:'\e900'}.eicon-flow:before{content:'\e901'}.eicon-cursor-move:before{content:'\e902'}.eicon-arrow-circle-left:before{content:'\e903'}.eicon-flash:before{content:'\e904'}.eicon-redo:before{content:'\e905'}.eicon-ban:before{content:'\e906'}.eicon-barcode:before{content:'\e907'}.eicon-calendar:before{content:'\e908'}.eicon-caret-left:before{content:'\e909'}.eicon-caret-right:before{content:'\e90a'}.eicon-caret-up:before{content:'\e90b'}.eicon-chain-broken:before{content:'\e90c'}.eicon-check-circle-o:before{content:'\e90d'}.eicon-check:before{content:'\e90e'}.eicon-chevron-double-left:before{content:'\e90f'}.eicon-chevron-double-right:before{content:'\e910'}.eicon-undo:before{content:'\e911'}.eicon-filter:before{content:'\e912'}.eicon-circle-o:before{content:'\e913'}.eicon-circle:before{content:'\e914'}.eicon-clock-o:before{content:'\e915'}.eicon-cog:before{content:'\e916'}.eicon-cogs:before{content:'\e917'}.eicon-commenting-o:before{content:'\e918'}.eicon-copy:before{content:'\e919'}.eicon-database:before{content:'\e91a'}.eicon-dot-circle-o:before{content:'\e91b'}.eicon-envelope:before{content:'\e91c'}.eicon-external-link-square:before{content:'\e91d'}.eicon-eyedropper:before{content:'\e91e'}.eicon-folder:before{content:'\e91f'}.eicon-font:before{content:'\e920'}.eicon-adjust:before{content:'\e921'}.eicon-lightbox:before{content:'\e922'}.eicon-heart-o:before{content:'\e923'}.eicon-history:before{content:'\e924'}.eicon-image-bold:before{content:'\e925'}.eicon-info-circle:before{content:'\e926'}.eicon-link:before{content:'\e927'}.eicon-long-arrow-left:before{content:'\e928'}.eicon-long-arrow-right:before{content:'\e929'}.eicon-caret-down:before{content:'\e92a'}.eicon-paint-brush:before{content:'\e92b'}.eicon-pencil:before{content:'\e92c'}.eicon-plus-circle:before{content:'\e92d'}.eicon-zoom-in-bold:before{content:'\e92e'}.eicon-sort-amount-desc:before{content:'\e92f'}.eicon-sign-out:before{content:'\e930'}.eicon-spinner:before{content:'\e931'}.eicon-square:before{content:'\e932'}.eicon-star-o:before{content:'\e933'}.eicon-star:before{content:'\e934'}.eicon-text-align-justify:before{content:'\e935'}.eicon-text-align-center:before{content:'\e936'}.eicon-tags:before{content:'\e937'}.eicon-text-align-left:before{content:'\e938'}.eicon-text-align-right:before{content:'\e939'}.eicon-close-circle:before{content:'\e93a'}.eicon-trash-o:before{content:'\e93b'}.eicon-font-awesome:before{content:'\e93c'}.eicon-user-circle-o:before{content:'\e93d'}.eicon-video-camera:before{content:'\e93e'}.eicon-heart:before{content:'\e93f'}.eicon-wrench:before{content:'\e940'}.eicon-help:before{content:'\e941'}.eicon-help-o:before{content:'\e942'}.eicon-zoom-out-bold:before{content:'\e943'}.eicon-plus-square-o:before{content:'\e944'}.eicon-minus-square-o:before{content:'\e945'}.eicon-minus-circle:before{content:'\e946'}.eicon-minus-circle-o:before{content:'\e947'}.eicon-code-bold:before{content:'\e948'}.eicon-cloud-upload:before{content:'\e949'}.eicon-search-bold:before{content:'\e94a'}.eicon-map-pin:before{content:'\e94b'}.eicon-meetup:before{content:'\e94c'}.eicon-slideshow:before{content:'\e94d'}.eicon-t-letter-bold:before{content:'\e94e'}.eicon-preferences:before{content:'\e94f'}.eicon-table-of-contents:before{content:'\e950'}.eicon-tv:before{content:'\e951'}.eicon-upload:before{content:'\e952'}.eicon-instagram-comments:before{content:'\e953'}.eicon-instagram-nested-gallery:before{content:'\e954'}.eicon-instagram-post:before{content:'\e955'}.eicon-instagram-video:before{content:'\e956'}.eicon-instagram-gallery:before{content:'\e957'}.eicon-instagram-likes:before{content:'\e958'}.eicon-facebook:before{content:'\e959'}.eicon-twitter:before{content:'\e95a'}.eicon-pinterest:before{content:'\e95b'}.eicon-frame-expand:before{content:'\e95c'}.eicon-frame-minimize:before{content:'\e95d'}.eicon-archive:before{content:'\e95e'}.eicon-colors-typography:before{content:'\e95f'}.eicon-custom:before{content:'\e960'}.eicon-footer:before{content:'\e961'}.eicon-header:before{content:'\e962'}.eicon-layout-settings:before{content:'\e963'}.eicon-lightbox-expand:before{content:'\e964'}.eicon-error-404:before{content:'\e965'}.eicon-theme-style:before{content:'\e966'}.eicon-search-results:before{content:'\e967'}.eicon-single-post:before{content:'\e968'}.eicon-site-identity:before{content:'\e969'}.eicon-theme-builder:before{content:'\e96a'}.eicon-download-bold:before{content:'\e96b'}.eicon-share-arrow:before{content:'\e96c'}.eicon-global-settings:before{content:'\e96d'}.eicon-user-preferences:before{content:'\e96e'}.eicon-lock:before{content:'\e96f'}.eicon-export-kit:before{content:'\e970'}.eicon-import-kit:before{content:'\e971'}.eicon-lottie:before{content:'\e972'}.eicon-products-archive:before{content:'\e973'}.eicon-single-product:before{content:'\e974'}.eicon-disable-trash-o:before{content:'\e975'}.eicon-single-page:before{content:'\e976'}.eicon-wordpress-light:before{content:'\e977'}.eicon-cogs-check:before{content:'\e978'}.eicon-custom-css:before{content:'\e979'}.eicon-global-colors:before{content:'\e97a'}.eicon-globe:before{content:'\e97b'}.eicon-typography-1:before{content:'\e97c'}.eicon-background:before{content:'\e97d'}.eicon-device-responsive:before{content:'\e97e'}.eicon-device-wide:before{content:'\e97f'}.eicon-code-highlight:before{content:'\e980'}.eicon-video-playlist:before{content:'\e981'}.eicon-download-kit:before{content:'\e982'}.eicon-kit-details:before{content:'\e983'}.eicon-kit-parts:before{content:'\e984'}.eicon-kit-upload:before{content:'\e985'}.eicon-kit-plugins:before{content:'\e986'}.eicon-kit-upload-alt:before{content:'\e987'}.eicon-hotspot:before{content:'\e988'}.eicon-paypal-button:before{content:'\e989'}.eicon-shape:before{content:'\e98a'}.eicon-wordart:before{content:'\e98b'}.eicon-checkout:before{content:'\e98c'}.eicon-container:before{content:'\e98d'}.eicon-flip:before{content:'\e98e'}.eicon-info:before{content:'\e98f'}.eicon-my-account:before{content:'\e990'}.eicon-purchase-summary:before{content:'\e991'}.eicon-page-transition:before{content:'\e992'}.eicon-spotify:before{content:'\e993'}.eicon-stripe-button:before{content:'\e994'}.eicon-woo-settings:before{content:'\e995'}.eicon-woo-cart:before{content:'\e996'}.eicon-grow:before{content:'\e997'}.eicon-order-end:before{content:'\e998'}.eicon-nowrap:before{content:'\e999'}.eicon-order-start:before{content:'\e99a'}.eicon-progress-tracker:before{content:'\e99b'}.eicon-shrink:before{content:'\e99c'}.eicon-wrap:before{content:'\e99d'}.eicon-align-center-h:before{content:'\e99e'}.eicon-align-center-v:before{content:'\e99f'}.eicon-align-end-h:before{content:'\e9a0'}.eicon-align-end-v:before{content:'\e9a1'}.eicon-align-start-h:before{content:'\e9a2'}.eicon-align-start-v:before{content:'\e9a3'}.eicon-align-stretch-h:before{content:'\e9a4'}.eicon-align-stretch-v:before{content:'\e9a5'}.eicon-justify-center-h:before{content:'\e9a6'}.eicon-justify-center-v:before{content:'\e9a7'}.eicon-justify-end-h:before{content:'\e9a8'}.eicon-justify-end-v:before{content:'\e9a9'}.eicon-justify-space-around-h:before{content:'\e9aa'}.eicon-justify-space-around-v:before{content:'\e9ab'}.eicon-justify-space-between-h:before{content:'\e9ac'}.eicon-justify-space-between-v:before{content:'\e9ad'}.eicon-justify-space-evenly-h:before{content:'\e9ae'}.eicon-justify-space-evenly-v:before{content:'\e9af'}.eicon-justify-start-h:before{content:'\e9b0'}.eicon-justify-start-v:before{content:'\e9b1'}.eicon-woocommerce-cross-sells:before{content:'\e9b2'}.eicon-woocommerce-notices:before{content:'\e9b3'}.eicon-inner-container:before{content:'\e9b4'}.eicon-warning-full:before{content:'\e9b5'}.eicon-exit:before{content:'\e9b6'}.eicon-loop-builder:before{content:'\e9b7'}.eicon-notes:before{content:'\e9b8'}.eicon-read:before{content:'\e9b9'}.eicon-unread:before{content:'\e9ba'}.eicon-eye:before{content:'\e8ac'}.eicon-elementor-square:before{content:'\e813'}.dialog-widget-content{background-color:#fff;position:absolute;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{font-size:12px;line-height:1.5;box-sizing:border-box}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dialog-type-lightbox .dialog-widget-content{margin:auto;width:375px}.dialog-type-lightbox .dialog-header{font-size:15px;color:#495157;padding:30px 0 10px;font-weight:500}.dialog-type-lightbox .dialog-message{padding:0 30px 30px;min-height:50px}.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper{border-top:1px solid #e6e9ec;text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;width:50%;border:none;background:none;color:#6d7882;font-size:15px;cursor:pointer;padding:13px 0;outline:0}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover{background-color:#f4f6f7}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok{color:#b01b1b}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over{color:#39b54a}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active{background-color:rgba(230,233,236,.5)}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner{border:0}.dialog-close-button{cursor:pointer;position:absolute;margin-top:15px;right:15px;font-size:15px;line-height:1}.dialog-close-button:not(:hover){opacity:.4}.dialog-alert-widget .dialog-buttons-wrapper>button{width:100%}.dialog-confirm-widget .dialog-button:first-child{border-right:1px solid #e6e9ec}#elementor-change-exit-preference-dialog .dialog-message a{cursor:pointer}#elementor-change-exit-preference-dialog .dialog-message>div{margin-bottom:10px}#elementor-change-exit-preference-dialog .dialog-ok{color:#39b54a}#e-experiments-dependency-dialog .dialog-confirm-header{font-weight:600}#e-experiments-dependency-dialog .dialog-ok,#e-kit-elements-defaults-create-dialog .dialog-ok{color:#39b54a}#e-kit-elements-defaults-create-dialog label{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:20px}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}@media (min-width:1024px){body.admin-bar .dialog-lightbox-widget{height:calc(100vh - 32px)}}@media (max-width:1024px){body.admin-bar .dialog-type-lightbox{position:sticky;height:100vh}}.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{padding-bottom:42.8571%}.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{padding-bottom:56.25%}.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{padding-bottom:75%}.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{padding-bottom:66.6666%}.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{padding-bottom:100%}.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio{padding-bottom:177.8%}.elementor-fit-aspect-ratio{position:relative;height:0}.elementor-fit-aspect-ratio iframe{position:absolute;top:0;left:0;height:100%;width:100%;border:0;background-color:#000}.elementor-fit-aspect-ratio video{width:100%}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-templates-modal .dialog-widget-content{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;background-color:#f1f3f5;width:100%}@media (max-width:1439px){.elementor-templates-modal .dialog-widget-content{max-width:990px}}@media (min-width:1440px){.elementor-templates-modal .dialog-widget-content{max-width:1200px}}.elementor-templates-modal .dialog-header{padding:0;background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,.1);position:relative;z-index:1}.elementor-templates-modal .dialog-buttons-wrapper{background-color:#fff;border:none;display:none;justify-content:flex-end;padding:5px;box-shadow:0 0 8px rgba(0,0,0,.1);position:relative}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button{height:40px;margin-left:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success{padding:12px 36px;color:#fff;width:auto;font-size:15px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover{background-color:#39b54a}.elementor-templates-modal .dialog-message{height:750px;max-height:85vh;overflow-y:scroll;padding-top:25px}.elementor-templates-modal .dialog-content{height:100%}.elementor-templates-modal .dialog-loading{display:none}.elementor-templates-modal__header{display:flex;align-items:center;justify-content:space-between;height:50px}.elementor-templates-modal__header__logo{line-height:1;text-transform:uppercase;font-weight:700;cursor:pointer}.elementor-templates-modal__header__logo-area{text-align:left;padding-left:15px}.elementor-templates-modal__header__logo-area>*{display:flex;align-items:center}.elementor-templates-modal__header__logo__icon-wrapper{margin-right:10px;font-size:12px}.elementor-templates-modal__header__logo__title{padding-top:2px}.elementor-templates-modal__header__items-area{display:flex;flex-direction:row-reverse}.elementor-templates-modal__header__item{position:relative;display:flex;align-items:center;justify-content:center;box-sizing:content-box}.elementor-templates-modal__header__item>i{font-size:20px;transition:all .3s;cursor:pointer}.elementor-templates-modal__header__item>i:not(:hover){color:#a4afb7}.elementor-templates-modal__header__close--normal{width:47px;border-left:1px solid #e6e9ec}.elementor-templates-modal__header__close--normal i{font-size:18px}.elementor-templates-modal__header__close--skip{padding:10px 10px 10px 20px;margin-right:10px;color:#fff;background-color:#a4afb7;font-size:11px;font-weight:400;line-height:1;text-transform:uppercase;border-radius:2px;cursor:pointer}.elementor-templates-modal__header__close--skip>i{font-size:inherit;padding-left:10px;margin-left:15px;border-left:1px solid}.elementor-templates-modal__header__close--skip>i:not(:hover){color:#fff}.elementor-templates-modal__sidebar{flex-shrink:0;width:25%;background-color:hsla(0,0%,100%,.3)}.elementor-templates-modal__content{flex-grow:1;box-shadow:inset 0 0 13px rgba(0,0,0,.05)}#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section+.elementor-second-section{border-top:1px solid #464b50;margin-top:6px}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:#93003c;display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:#fff;font-size:1em}#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok{color:#39b54a}#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel{color:#b01b1b}.elementor{-webkit-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1px){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1px){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1px){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1px){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-row{width:100%;display:flex}@media (max-width:1024px){.elementor-row{flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-wrap{width:100%;position:relative;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1px){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1px){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1px){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1px){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1px){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1px){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1px){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1px){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1px){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.e-con{--border-radius:0;--display:flex;--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:Min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0;--margin-right:0;--margin-bottom:0;--margin-left:0;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;position:var(--position);flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);margin:var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);padding-left:var(--padding-left);padding-right:var(--padding-right);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con-full,.e-con>.e-con-inner{flex-direction:var(--flex-direction);text-align:var(--text-align);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con-boxed{flex-direction:column;text-align:initial;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal;gap:initial}.e-con>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline:0;height:100%;flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-right:auto;--margin-left:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-bottom:0}.e-con:before,.e-con>.e-con-inner>.elementor-background-slideshow:before,.e-con>.e-con-inner>.elementor-background-video-container:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-background-video-container:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before{content:var(--background-overlay);display:block;position:absolute;width:100%;height:100%;left:0;top:0;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.e-con-inner>.elementor-background-video-container:before,.e-con>.elementor-background-video-container:before{z-index:1}.e-con>.e-con-inner>.elementor-background-slideshow:before,.e-con>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con{--width:100%;--flex-wrap:wrap}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #818a91;background-color:transparent;color:#373a3c;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:none}.elementor-form .elementor-button>span{display:flex;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-button{display:inline-block;line-height:1;background-color:#818a91;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center}.elementor-button-icon{flex-grow:0;order:5}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{flex-grow:1;order:10;display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button .elementor-align-icon-right{margin-left:5px;order:15}.elementor-button .elementor-align-icon-left{margin-right:5px;order:5}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#818a91;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#818a91;border:3px solid #818a91;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#818a91;font-size:50px;text-align:center}.elementor-icon:hover{color:#818a91}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{touch-action:pan-y}.swiper-wp8-vertical{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-container-cube .elementor-swiper-button{transform:translate3d(0,-50%,1px)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{animation-duration:.3s}.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1;display:flex}.elementor-lightbox .dialog-lightbox-close-button svg{height:1em;width:1em}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg{fill:var(--lightbox-ui-color)}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg{fill:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:flex;align-items:center;justify-content:center;position:relative;padding:70px;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-video-container{box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);border-radius:2px}.elementor-lightbox .elementor-video-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:1025px){.elementor-lightbox .elementor-video-container{width:75%}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container{width:70%}}.elementor-lightbox .elementor-swiper-button:focus{outline-width:1px}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:flex;align-items:center;width:15%;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}.elementor-lightbox .elementor-swiper-button-prev{left:0}.elementor-lightbox .elementor-swiper-button-next{right:0}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button:focus{outline:none}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)}.elementor-lightbox .elementor-swiper-button-prev{left:0;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:flex;flex-direction:row-reverse;font-size:var(--lightbox-header-icons-size);padding-left:1em;padding-right:2.6em;top:0;align-items:center;z-index:10}.elementor-slideshow__header>i,.elementor-slideshow__header>svg{cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header>i{font-size:inherit}.elementor-slideshow__header>i:hover{color:var(--lightbox-ui-color-hover)}.elementor-slideshow__header>svg{box-sizing:content-box;fill:var(--lightbox-ui-color);height:1em;width:1em}.elementor-slideshow__header>svg:hover{fill:var(--lightbox-ui-color-hover)}.elementor-slideshow__header .elementor-slideshow__counter{margin-right:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;transition:background-color .4s}.elementor-slideshow__share-menu .elementor-slideshow__share-links a{color:#2c2c2c}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:2.8em;top:3em;background-color:#fff;border-radius:3px;padding:14px 20px;transform:scale(0);opacity:0;transform-origin:90% 10%;transition:all .25s .1s;box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:left;color:#55595c;font-size:12px;line-height:2.5;display:block;opacity:0;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg{margin-right:.75em}.elementor-slideshow__share-links a i{font-size:1.25em}.elementor-slideshow__share-links a svg{height:1.25em;width:1.25em}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:1px;right:.5em;border:.45em solid transparent;border-bottom-color:#fff;transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#a4afb7}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter{fill:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook{fill:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest{fill:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold{fill:#a4afb7}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{transform:rotate(180deg)}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;transform-origin:center;transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#55595c;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;border-radius:3px}#wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}#wpadminbar *{font-style:normal}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1px) and (max-width:-1px){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1px) and (max-width:-1px){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1px){.elementor .elementor-hidden-widescreen{display:none}}.elementor-widget-text-path{font-size:20px;text-align:var(--alignment,left)}.elementor-widget-text-path svg{width:var(--width);max-width:100%;height:auto;overflow:visible;word-spacing:var(--word-spacing);transform:rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))}.elementor-widget-text-path svg path{vector-effect:non-scaling-stroke;fill:var(--path-fill,transparent);stroke:var(--stroke-color,transparent);stroke-width:var(--stroke-width,1px);transition:var(--stroke-transition) stroke,var(--stroke-transition) fill}.elementor-widget-text-path svg:hover path{--path-fill:var(--path-fill-hover);--stroke-color:var(--stroke-color-hover);--stroke-width:var(--stroke-width-hover)}.elementor-widget-text-path svg text{--fill:var(--text-color);fill:var(--fill);direction:var(--direction,ltr);transition:var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill}.elementor-widget-text-path svg text:hover{--color:var(--text-color-hover,var(--text-color));--fill:var(--color);color:var(--color)}.elementor-widget-n-tabs{--n-tabs-color-accent-fallback:#61ce70;--n-tabs-color-secondary-fallback:#54595f;--n-tabs-default-padding-block:15px;--n-tabs-default-padding-inline:35px;--n-tabs-overflow-x:hidden;--n-tabs-overflow-y:auto;--n-tabs-background-color:transparent;--n-tabs-display:flex;--n-tabs-direction:column;--n-tabs-gap:10px;--n-tabs-heading-display:flex;--n-tabs-heading-direction:row;--n-tabs-heading-grow:initial;--n-tabs-heading-justify-content:center;--n-tabs-heading-width:initial;--n-tabs-height:initial;--n-tabs-border-width:1px;--n-tabs-border-color:#d4d4d4;--n-tabs-content-padding:initial;--n-tabs-content-border-radius:initial;--n-tabs-title-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-title-color-hover:#fff;--n-tabs-title-color-active:#fff;--n-tabs-title-background-color:#f1f3f5;--n-tabs-title-background-color-hover:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-background-color-active:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-font-size:1rem;--n-tabs-title-justify-content-toggle:initial;--n-tabs-title-align-items-toggle:center;--n-tabs-title-justify-content:center;--n-tabs-title-align-items:center;--n-tabs-title-direction:row;--n-tabs-title-gap:10px;--n-tabs-title-padding-top:var(--n-tabs-default-padding-block);--n-tabs-title-padding-right:var(--n-tabs-default-padding-inline);--n-tabs-title-padding-bottom:var(--n-tabs-default-padding-block);--n-tabs-title-padding-left:var(--n-tabs-default-padding-inline);--n-tabs-title-border-radius:initial;--n-tabs-title-transition:0.3s;--n-tabs-icon-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-icon-color-hover:var(--n-tabs-title-color-hover);--n-tabs-icon-color-active:#fff;--n-tabs-icon-gap:5px;max-width:100%}.elementor-widget-n-tabs .e-n-tabs{display:var(--n-tabs-display);flex-direction:var(--n-tabs-direction);gap:var(--n-tabs-gap);text-align:left;height:var(--n-tabs-height);overflow-x:var(--n-tabs-overflow-x);overflow-y:var(--n-tabs-overflow-y)}.elementor-widget-n-tabs .e-n-tabs-heading{display:var(--n-tabs-heading-display);flex-basis:var(--n-tabs-heading-width);flex-direction:var(--n-tabs-heading-direction);flex-shrink:0;justify-content:var(--n-tabs-heading-justify-content);gap:var(--n-tabs-title-gap)}.elementor-widget-n-tabs .e-n-tabs-content{flex-grow:1;padding:var(--n-tabs-content-padding);border-radius:var(--n-tabs-content-border-radius)}.elementor-widget-n-tabs .e-n-tab-title{display:flex;align-items:var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));flex-direction:var(--n-tabs-title-direction);justify-content:var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));gap:var(--n-tabs-icon-gap);border-width:var(--n-tabs-border-width);position:relative;cursor:pointer;outline:none;padding:var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);border-radius:var(--n-tabs-title-border-radius);height:var(--n-tabs-title-height);width:var(--n-tabs-title-width);transition:background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition)}.elementor-widget-n-tabs .e-n-tab-title span i,.elementor-widget-n-tabs .e-n-tab-title span svg{transition:color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition)}.elementor-widget-n-tabs .e-n-tab-title-text{display:flex;align-items:center;font-size:var(--n-tabs-title-font-size)}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon{display:flex;align-items:center;flex-direction:column;order:var(--n-tabs-icon-order);overflow:hidden}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i{font-size:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg{width:var(--n-tabs-icon-size,var(--n-tabs-title-font-size));height:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty{display:none}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active){background-color:var(--n-tabs-title-background-color)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active),.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a{color:var(--n-tabs-title-color)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i{color:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg{fill:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child,.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover,.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover a{color:var(--n-tabs-title-color-hover)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover .e-n-tab-icon i{color:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs .e-n-tab-title.e-active,.elementor-widget-n-tabs .e-n-tab-title.e-active a{color:var(--n-tabs-title-color-active)}.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i{color:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child,.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active,.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus,.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover{transform:none;animation:initial}.elementor-widget-n-tabs .e-con,.elementor-widget-n-tabs .e-n-tabs-content{border-width:1px;border:var(--n-tabs-border-width) none var(--n-tabs-border-color)}.elementor-widget-n-tabs .e-con .e-collapse:not(:first-child),.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child){margin-top:var(--n-tabs-title-gap)}.elementor-widget-n-tabs .e-con .e-collapse.e-active,.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active{margin-bottom:var(--n-tabs-gap)}.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active){display:none}:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title):hover{background-color:var(--n-tabs-title-background-color-hover);background-image:none}:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active{background-color:var(--n-tabs-title-background-color-active);background-image:none}@media (min-width:768px){.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:767px){.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}@media (min-width:-1px){.e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:-1px){.e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}@media (min-width:1025px){.e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:1024px){.e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}@media (min-width:-1px){.e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:-1px){.e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}@media (min-width:1025px){.e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:-1px){.e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}