html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
text-decoration: none;
color: inherit;
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
vertical-align: top;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
optgroup,
textarea {
color: #595f5f;
font-family: 'Nunito sans', sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: 'Nunito', sans-serif;
font-weight: 700;
margin: 0.67em 0;
line-height: 1.2;
color: #000;
}
h1 {
font-size: 2.223em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.667em;
}
h4 {
font-size: 1.333em;
}
h5 {
font-size: 1.112em;
}
h6 {
font-size: 1em;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
.halfwidth {
width: 50%;
}
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: #e9e9e9;
border: 0;
height: 1px;
margin-top: 2.5em;
margin-bottom: 2.5em;
}
ul,
ol {
margin: 0;
}
ol {
list-style: decimal;
font-weight: 400;
}
ul li,
ol li {
margin-bottom: 10px;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; vertical-align: top;
}
figure {
margin: 0; line-height: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
border-radius: 0;
font-size: 18px;
text-align: left;
overflow: hidden;
border-collapse: collapse;
}
table tr th {
padding: 10px 15px;
border-bottom: 2px solid rgba(0, 0, 0, 0.05);
font-weight: 700;
color: #000;
}
table tr td {
padding: 10px 15px;
}
table tbody tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.03);
}
.site-footer table tbody tr:nth-child(2n+1) {
background: rgba(255, 255, 255, 0.05);
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
border-radius: 5px;
background: #e75387;
color: #fff;
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
padding: 15px 40px;
line-height: 20px;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #88ced0;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: none;
outline: 0;
}
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: #222;
border: 1px solid #e5e5e5;
border-radius: 5px;
padding: 10px 15px;
width: 100%;
height: 50px;
font-size: 16px;
}
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: #222;
}
select {
border: 1px solid #e5e5e5;
width: 100%;
height: 50px;
padding: 10px 15px;
}
textarea {
width: 100%;
}  a {
color: #88ced0;
text-decoration: none;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
}
a:hover {
color: #88ced0;
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
margin-bottom: 0;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
margin-bottom: 0;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.wrapper:before,
.wrapper:after {
content: "";
display: table;
table-layout: fixed;
}
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.wrapper:after {
clear: both;
} .widget {
margin: 0 0 60px 0; }
.widget:last-child {
margin-bottom: 0;
}
.widget select {
max-width: 100%;
height: 50px;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 0;
max-width: 100%;
}
.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;
}
.wp-caption-text {
font-size: 14px;
color: #b9bdbd;
}
.wp-caption-text a {
text-decoration: underline;
} .gallery:before,
.gallery:after {
content: "";
display: table;
}
.gallery:after {
clear: both;
}
.gallery {
margin-bottom: 0;
}
.gallery-item {
float: left;
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery:not(gallery-columns-1) .gallery-item {
margin-right: 2%;
margin-bottom: 2%;
}
.gallery-columns-2 .gallery-item {
max-width: 49%;
}
.gallery-columns-3 .gallery-item {
max-width: 32%;
}
.gallery-columns-4 .gallery-item {
max-width: 23.4%;
}
.gallery-columns-5 .gallery-item {
max-width: 18.33%;
}
.gallery-columns-6 .gallery-item {
max-width: 15%;
}
.gallery-columns-7 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-8 .gallery-item {
max-width: 10.7%;
}
.gallery-columns-9 .gallery-item {
max-width: 9.33%;
}
.gallery-columns-2 .gallery-item:nth-child(2n),
.gallery-columns-3 .gallery-item:nth-child(3n),
.gallery-columns-4 .gallery-item:nth-child(4n),
.gallery-columns-5 .gallery-item:nth-child(5n),
.gallery-columns-6 .gallery-item:nth-child(6n),
.gallery-columns-7 .gallery-item:nth-child(7n),
.gallery-columns-8 .gallery-item:nth-child(8n),
.gallery-columns-9 .gallery-item:nth-child(9n) {
margin-right: 0;
}
.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: 99999;
text-decoration: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.skip-link:focus,
.skip-link:active {
top: 50px;
color: #000;
text-decoration: none;
}
.widget_btif_instagram_widget .profile-link {
display: block;
margin-top: 20px;
text-align: center;
background: #88ced0;
padding: 10px;
color: #fff;
border-radius: 5px;
}
.widget_btif_instagram_widget .profile-link:hover {
background: #e75387
}
.widget_btif_instagram_widget .profile-link .insta-icon {
display: inline-block;
margin-right: 5px;
}
#secondary .widget_btif_instagram_widget ul li,
.site-footer .widget_btif_instagram_widget ul li {
margin-bottom: 0;
padding: 3px;
}
.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;
}
.mejs-button>button:focus {
outline: thin solid !important;
}
.fa-phone {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
}
.close {
background: none;
position: absolute;
top: 7%;
width: 40px;
height: 40px;
right: 5%;
cursor: pointer;
padding: 0;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.close:hover {
background: none;
}
.close:before,
.close:after {
content: "";
background-color: #fff;
width: 25px;
height: 2px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.close:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.close:hover:before,
.close:hover:after {
background-color: #e75387;
}
section[class*="-section"] .widget_text p {
margin: 0;
}
.wrapper {
width: 1170px;
margin: 0 auto;
}
.grid-view .article-wrap {
margin-left: -15px;
margin-right: -15px;
}
.widget-title {
font-size: 1.33em;
color: #000;
margin-top: 0;
margin-bottom: 30px;
position: relative;
padding-bottom: 12px;
}
#secondary .widget-title:before,
.site-footer .widget-title:before {
content: "";
background: #e75387;
width: 8px;
height: 8px;
position: absolute;
bottom: 0;
left: 0;
border-radius: 100%;
}
#secondary .widget-title:after,
.site-footer .widget-title:after {
content: "";
background: #88ced0;
height: 2px;
width: 90px;
position: absolute;
bottom: 3px;
left: 20px;
}
.grid-view .site-main article {
padding: 15px 15px 45px 15px;
float: left;
width: 50%;
margin-bottom: 0;
}
article.post header.entry-header {
margin-bottom: 30px;
}
.entry-header .entry-title {
margin-top: 0;
font-size: 1.33em;
font-weight: 700;
line-height: 1.3;
margin-bottom: 0;
color: #000;
}
.entry-title a {
display: inline-block;
}
.entry-meta span {
font-weight: 400;
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
.entry-meta span.byline span {
color: rgba(0, 0, 0, 0.6);
text-transform: capitalize;
}
.entry-meta span span,
.entry-meta span:last-child {
margin-right: 0;
}
.byline img {
width: 24px;
border-radius: 100%;
height: 24px;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
}
div.category a,
span.category a {
color: #b9bdbd;
display: inline-block;
margin-right: 15px;
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
}
div.category a:last-child,
span.category a:last-child {
margin-right: 0;
}
div.category a:hover,
span.category a:hover {
color: #88ced0;
}
.comments .fa-comment {
display: none;
}
.entry-content {
margin-top: 10px;
margin-bottom: 20px;
}
.centered .entry-content,
.centered .entry-footer,
.centered .article-content-wrap,
.single-bt-success-story .site-main article .entry-header,
.single-bt-event .event-schedule-wrap,
.single.centered .site-main header.entry-header {
max-width: 980px;
margin-left: auto;
margin-right: auto;
}
.centered .article-content-wrap .entry-content {
max-width: 100%;
}
.entry-content p {
margin-top: 0;
margin-bottom: 20px; }
.entry-content p:last-child {
margin-bottom: 0;
}
.entry-footer .btn-wrap {
display: inline-block;
vertical-align: middle;
width: 49%;
}
.entry-footer .like-comment-wrap {
display: inline-block;
vertical-align: middle;
width: 49%;
text-align: right;
}
.like-comment-wrap span {
display: inline-block;
margin-right: 20px;
font-size: 14px;
color: rgba(0, 0, 0, 0.35);
}
.like-comment-wrap span:last-child {
margin-right: 0;
}
.like-comment-wrap span svg {
font-size: 20px;
margin-right: 5px;
color: rgba(0, 0, 0, 0.6);
}
.like-comment-wrap span.post-like svg {
color: #88ced0; }
.like-comment-wrap span .fa-comment {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
transform: rotateY(180deg);
}
article.post figure.post-thumbnail,
.page.style1 figure.post-thumbnail {
margin-bottom: 40px;
}
.single figure.post-thumbnail,
.page.style1 figure.post-thumbnail {
border-radius: 8px;
overflow: hidden;
}
section[class*="-section"] .widget .widget-title,
section[class*="-section"] .widget_blossomtheme_featured_page_widget .section-subtitle,
.section-title {
font-size: 2em;
font-weight: 700;
color: #000;
margin-top: 0;
margin-bottom: 40px;
display: table;
position: relative;
padding-bottom: 13px;
clear: both;
margin-left: auto;
margin-right: auto;
font-family: 'Nunito', sans-serif;
}
section[class*="-section"] .widget .widget-title span:before,
section[class*="-section"] .widget_blossomtheme_featured_page_widget .section-subtitle span:before,
.section-title span:before,
section[class*="-section"] .widget .widget-title span:after,
section[class*="-section"] .widget_blossomtheme_featured_page_widget .section-subtitle span:after,
.section-title span:after {
content: "";
background: #88ced0;
max-width: 70px;
height: 2px;
position: absolute;
bottom: 0;
left: -100px;
right: 0;
margin: 0 auto;
}
section[class*="-section"] .widget .widget-title span:after,
section[class*="-section"] .widget_blossomtheme_featured_page_widget .section-subtitle span:after,
.section-title span:after {
left: 0;
right: -100px;
}
section[class*="-section"] .widget .widget-title:after,
section[class*="-section"] .widget_blossomtheme_featured_page_widget .section-subtitle:after,
.section-title:after {
content: "";
background: #e75387;
width: 8px;
height: 8px;
border-radius: 100%;
position: absolute;
left: 0;
right: 0;
bottom: -3px;
margin: 0 auto;
padding: 0;
}
.section-content {
margin-bottom: 60px;
}
section[class*="-section"] .widget_text .textwidget {
width: 75%;
margin-left: auto;
margin-right: auto;
}
.widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul li .sub-menu {
margin-top: 20px;
padding-left: 15px;
}
.widget ul li {
margin-bottom: 20px;
font-weight: 400;
position: relative;
line-height: 1.4em;
}
.widget ul li:last-child {
margin-bottom: 0;
}
.widget ul li a {
display: inline-block;
}
.widget .post-date {
font-size: 14px;
display: block;
color: #b9bdbd;
}
section[class*="-section"] {
text-align: center;
}
blockquote,
q {
margin: 50px 0;
padding: 15px 0 0 80px;
font-style: italic;
font-weight: 600;
line-height: 1.6;
font-size: 1.33em;
position: relative;
}
q {
display: block;
border-left: 4px solid #88ced0;
padding-left: 30px;
padding-top: 0;
color: #000;
font-size: 1.112em;
margin-bottom: 40px;
margin-top: 30px;
}
#primary blockquote {
width: 80%;
margin-left: auto;
margin-right: auto;
}
blockquote:before,
q:before {
content: "\201c";
font-weight: 400;
font-size: 90px;
color: #fff;
line-height: 1;
width: 60px;
height: 60px;
background: #e75387;
border-radius: 100%;
position: absolute;
top: 0;
left: 0px;
text-align: center;
padding: 10px 7px 0 0;
}
blockquote:after,
q:after {
content: "";
background: #88ced0;
height: calc(100% - 70px);
width: 4px;
position: absolute;
top: 70px;
left: 30px;
}
blockquote p:first-child,
q p:first-child {
margin-top: 0;
}
q:before,
q:after {
display: none;
}
blockquote p:last-child,
q p:last-child {
margin-bottom: 0;
}
blockquote i,
blockquote span {
display: block;
font-size: 16px;
color: #b9bdbd;
font-weight: 400;
margin-top: 15px;
font-style: normal;
}
span.highlight {
display: inline-block;
background: #e9e9e9;
padding: 0 5px;
border-radius: 5px;
}
.left {
text-align: left !important;
}
.center {
text-align: center !important;
}
.right {
text-align: right !important;
}
hr {
display: block;
background: rgba(0, 0, 0, 0.35);
width: 4px;
height: 4px;
border-radius: 100%;
margin: 40px auto;
box-shadow: 25px 0 rgba(0, 0, 0, 0.35), -25px 0 rgba(0, 0, 0, 0.35);
}
mark {
background: rgba(1, 138, 250, 0.1);
color: rgba(0, 0, 0, 0.6);
padding: 2px 0;
line-height: 1.9;
}
.client-section,
.about-section,
.pricing-section,
.blog-section,
.podcast-section {
margin-top: 80px;
margin-bottom: 80px;
}
.one-page .client-section,
.one-page .about-section,
.one-page .pricing-section,
.one-page .blog-section,
.one-page .podcast-section {
margin: 0;
padding-top: 80px;
padding-bottom: 80px;
}
.fallback-svg {
vertical-align: top;
} .back-to-top {
padding: 0;
position: fixed;
bottom: 20px;
right: 30px;
width: 56px;
text-align: center;
height: 56px;
line-height: 56px;
background: #88ced0;
border-radius: 100%;
cursor: pointer;
color: #fff;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
z-index: 99;
opacity: 0;
visibility: hidden;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
}
.back-to-top.show {
bottom: 30px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.back-to-top:hover {
background: #e75387;
}
.back-to-top span {
display: block;
font-size: 25px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
} .comments-area {
margin: 60px auto 0 auto;
border-top: 1px solid #e5e5e5;
padding-top: 60px;
}
.single .site-main+.comments-area {
margin-top: 0;
margin-bottom: 60px;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
margin-top: 0;
margin-bottom: 30px;
font-size: 1.33em;
color: #000;
position: relative;
padding-bottom: 15px;
}
.comments-area .comments-title:before,
.comment-respond .comment-reply-title:before {
content: "";
background: #e75387;
width: 8px;
height: 8px;
position: absolute;
bottom: 0;
left: 0;
border-radius: 100%;
}
.comments-area .comments-title:after,
.comment-respond .comment-reply-title:after {
content: "";
background: #88ced0;
width: 90px;
height: 2px;
position: absolute;
bottom: 3px;
left: 20px;
}
.comments-area ol {
margin: 0 0 60px 0;
padding: 0;
list-style: none;
}
.comments-area ol li ol {
margin-left: 25px;
}
.comments-area ol li {
margin-bottom: 0;
}
.comments-area .comment-body {
border-top: 1px solid #e5e5e5;
margin-top: 30px;
padding-top: 30px;
position: relative;
padding-left: 70px;
padding-bottom: 60px;
}
.comments-area .bypostauthor>.comment-body {
border-top: none;
background: #f3fdfe;
border-left: 4px solid #88ced0;
padding-right: 30px;
padding-left: 100px;
padding-bottom: 70px;
}
.comments-area ol li.parent:first-child>.comment-body {
border-top: none;
margin-top: 0;
}
.comment-body img.avatar {
position: absolute;
top: 35px;
left: 0;
width: 50px;
height: 50px;
border-radius: 100%;
}
.bypostauthor .comment-body img.avatar {
left: 30px;
}
.comment-body b.fn {
font-weight: 700;
margin-bottom: 0;
display: block;
font-family: 'Nunito', sans-serif;
color: #000;
}
.comment-list .comment-author b span {
text-transform: capitalize;
}
.comment-body b.fn span.says {
display: none;
}
.comment-body .comment-metadata {
font-size: 14px;
color: #b9bdbd;
}
.comment-body .comment-awaiting-moderation {
font-size: 14px;
margin-top: 10px;
margin-bottom: 0;
color: #f0474a;
font-style: italic;
}
.comment-body .reply {
position: absolute;
bottom: 0;
left: 70px;
}
.bypostauthor .comment-body .reply {
bottom: 20px;
}
.comment-body .reply .comment-reply-link {
display: inline-block;
text-align: center;
vertical-align: top;
text-transform: uppercase;
font-size: 14px;
font-family: 'Nunito', sans-serif;
font-weight: 700;
letter-spacing: 1px;
color: #e75387;
}
.comment-body .reply .comment-reply-link:hover {
color: #88ced0;
}
.comment-body .reply .comment-reply-link:before {
content: "";
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23000" d="M136.309 189.836L312.313 37.851C327.72 24.546 352 35.348 352 56.015v82.763c129.182 10.231 224 52.212 224 183.548 0 61.441-39.582 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 38.512-123.162-3.922-169.482-112.59-182.015v84.175c0 20.701-24.3 31.453-39.687 18.164L136.309 226.164c-11.071-9.561-11.086-26.753 0-36.328zm-128 36.328L184.313 378.15C199.7 391.439 224 380.687 224 359.986v-15.818l-108.606-93.785A55.96 55.96 0 0 1 96 207.998a55.953 55.953 0 0 1 19.393-42.38L224 71.832V56.015c0-20.667-24.28-31.469-39.687-18.164L8.309 189.836c-11.086 9.575-11.071 26.767 0 36.328z"></path></svg>');
background-repeat: no-repeat;
width: 20px;
height: 18px;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
}
.comment-body .comment-content {
font-size: 16px;
font-weight: 400;
line-height: 1.7;
}
.comment-body .comment-content p {
margin-top: 5px;
margin-bottom: 20px;
}
.comment-body .comment-content p:last-child {
margin-bottom: 0;
}
.comment-respond .comment-reply-title {
margin-bottom: 40px;
vertical-align: middle;
}
.comment-respond .comment-reply-title a {
display: inline-block;
font-size: 14px;
margin-left: 10px;
margin-bottom: 10px;
background: #fff;
color: #000;
padding: 8px 20px;
line-height: 25px;
border-radius: 5px;
vertical-align: middle;
border: 1px solid rgba(0, 0, 0, 0.05);
text-transform: capitalize;
font-weight: 500;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.comment-respond .comment-reply-title a:hover {
background: #88ced0;
color: #fff;
border-color: #88ced0;
}
.comment-form p {
margin-top: 0;
margin-bottom: 25px;
line-height: 0;
}
.comment-form p.comment-notes {
margin: 5px 0 20px 0;
font-size: 16px;
line-height: 1.8;
display: none;
}
.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email,
.comment-respond p.comment-form-url {
display: inline-block;
vertical-align: top;
margin-right: 3%;
width: 30.66%;
margin-bottom: 10px;
}
.comment-respond p.comment-form-url {
margin-right: 0;
}
.comment-form p.comment-form-cookies-consent {
margin-top: 15px;
}
.comment-respond .comment-form label {
display: none;
}
.comment-respond .comment-form label[for="wp-comment-cookies-consent"] {
display: inline-block;
margin-left: 10px;
font-size: 14px;
}
.comment-respond .comment-form input[type="text"],
.comment-respond .comment-form input[type="email"],
.comment-respond .comment-form input[type="url"],
.comment-respond .comment-form textarea {
padding-left: 20px;
padding-right: 20px;
font-weight: 400;
line-height: 1.8;
}
.comment-respond .comment-form textarea {
height: 150px;
}
.comment-form p.form-submit {
margin-bottom: 0;
margin-top: 15px;
}
.comment-respond input.submit {
letter-spacing: 0;
padding-left: 30px;
padding-right: 30px;
text-transform: capitalize;
} .breadcrumb {
padding: 10px 0;
font-weight: 400;
letter-spacing: 0.8px;
}
.has-bg .page-header .breadcrumb,
.has-bg .page-header span.separator {
color: #fff;
}
#crumbs {
font-size: 0.7778em;
color: #666;
}
span.separator {
display: inline-block;
vertical-align: middle;
font-size: 14px;
margin-right: 10px;
color: #707171;
}
#crumbs a {
color: #666;
margin-right: 10px;
-webkit-transition: ease 0.2s;
transition: ease 0.2s;
}
#crumbs a:hover {
text-decoration: none;
color: #88ced0;
}
#crumbs .current a {
color: #88ced0;
pointer-events: none;
} nav.pagination {
position: relative;
z-index: 1;
}
.navigation .nav-links {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
padding: 40px 0;
margin-top: 50px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
position: relative;
text-align: center;
}
.nav-links div[class*="nav"] a {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 30px;
}
.nav-links div.nav-next a {
padding-left: 0;
padding-right: 30px;
}
.nav-links div[class*="nav"] a svg {
font-size: 17px;
position: absolute;
top: 5px;
left: 0;
}
.nav-links div.nav-next a svg {
left: auto;
right: 0;
}
.page-numbers.prev,
.page-numbers.next {
width: auto;
height: 35px;
line-height: 35px;
position: absolute;
top: 35px;
left: 0;
color: #88ced0;
letter-spacing: 1px;
padding-left: 50px;
}
.page-numbers.next {
left: auto;
right: 0;
padding-right: 50px;
padding-left: 0;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
background: none;
color: #e75387;
}
.page-numbers.prev:before,
.page-numbers.next:before {
content: "\279c";
height: 35px;
line-height: 35px;
position: absolute;
left: 0;
background: #88ced0;
border-radius: 100%;
color: #fff;
width: 35px;
font-weight: 400;
top: 0;
box-shadow: 0px 8px 15px rgba(136, 206, 208, 0.25);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.page-numbers.prev:before {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
box-shadow: 0px -8px 15px rgba(136, 206, 208, 0.25);
}
.page-numbers.next:before {
left: auto;
right: 0;
}
.page-numbers.prev:hover:before,
.page-numbers.next:hover:before {
background: #e75387;
}
.page-numbers {
display: inline-block;
vertical-align: middle;
width: 25px;
height: 30px;
line-height: 30px;
border-radius: 3px;
text-align: center;
color: #595f5f;
}
a.page-numbers:hover,
span.page-numbers.current {
background: #88ced0;
color: #fff;
}
span.page-numbers.current {
box-shadow: 0px 8px 15px rgba(136, 206, 208, 0.25);
}
.single .navigation .nav-links {
text-transform: none;
font-family: 'Nunito', sans-serif;
color: #000;
font-size: 18px;
font-weight: 700;
text-align: left;
padding-top: 40px;
padding-bottom: 40px;
border-top: 1px solid #e5e5e5;
margin-top: 60px;
border-bottom: 1px solid #e5e5e5;
}
.posts-navigation .nav-links {
text-align: left;
}
.nav-links div[class*="nav"] a {
padding: 0;
color: #595f5f;
}
.nav-links div[class*="nav"] a:hover {
color: #88ced0;
}
.single .pagination .nav-links:before,
.single .pagination .nav-links:after,
.posts-navigation .nav-links:before,
.posts-navigation .nav-links:after {
content: "";
display: table;
}
.single .pagination .nav-links:after,
.posts-navigation .nav-links:after {
clear: both;
}
.single .pagination .nav-previous {
display: inline-block;
width: 49.33%;
padding-right: 20px;
vertical-align: middle;
position: relative;
}
.single .pagination .nav-next {
display: inline-block;
width: 49.33%;
padding-left: 20px;
text-align: right;
vertical-align: middle;
position: relative;
}
.single .pagination .nav-previous:after,
.single .pagination .nav-next:after {
content: "";
background: #f2f2f2;
width: 2px;
position: absolute;
top: -20px;
right: -4px;
bottom: -20px;
}
.single .pagination .nav-next:after {
right: auto;
left: -3px;
}
.single .nav-links div[class*="nav"] a {
padding: 0 0 0 155px;
color: #000;
min-height: 100px;
display: flex;
flex: 1;
align-items: center;
}
.single .nav-links div.nav-next a {
padding-left: 0;
padding-right: 155px;
justify-content: right;
}
.single .nav-links div[class*="nav"] a:hover {
color: #88ced0;
}
.single .nav-links div[class*="nav"] a svg {
font-size: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.single .nav-links .nav-next span.meta-nav {
left: auto;
right: 0;
}
.single .nav-links a figure {
display: inline-block;
vertical-align: middle;
width: 100px;
height: 100px;
position: absolute;
top: 50%;
left: 35px;
border-radius: 5px;
overflow: hidden;
-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;
}
.single .nav-links .nav-next a figure {
left: auto;
right: 35px;
}
.single .nav-links a .post-title {
display: inline-block;
}
#load-posts {
text-align: center;
}
#load-posts a {
display: inline-block;
vertical-align: middle;
padding: 15px 25px;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.5px;
color: #fff;
background: #e75387;
border-radius: 5px;
}
#load-posts a:hover {
background: #88ced0;
}
#load-posts a svg {
margin-right: 10px;
}
#load-posts a.disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: not-allowed;
background: #88ced0;
} .centered #primary .page-content {
max-width: 830px;
margin-left: auto;
margin-right: auto;
}
.rightsidebar #primary {
float: left;
width: 73%;
padding-right: 50px;
}
.leftsidebar #primary {
float: right;
width: 73%;
padding-left: 50px;
}
.rightsidebar #secondary,
.leftsidebar #secondary {
float: left;
width: 27%;
} .sticky-t-bar {
-webkit-position: sticky;
position: sticky;
top: 0;
z-index: 9999;
}
.admin-bar .sticky-t-bar {
top: 32px;
}
.sticky-t-bar+.site-header {
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.sticky-t-bar:not(.active)+.site-header {
padding-top: 0 !important;
}
.sticky-t-bar .close {
background: #88ced0;
width: 30px;
height: 30px;
line-height: 28px;
position: fixed;
top: 0;
right: 30px;
cursor: pointer;
z-index: 9999;
border-radius: 5px;
}
.sticky-t-bar.active .close {
top: 10px;
}
.admin-bar .sticky-t-bar .close {
top: 32px;
}
.admin-bar .sticky-t-bar.active .close {
top: 42px;
}
.sticky-t-bar:not(.active) .close {
border-top-left-radius: 0;
border-top-right-radius: 0;
height: 25px;
line-height: 23px;
}
.sticky-t-bar .close:after {
display: none;
}
.sticky-t-bar .close:hover:before,
.sticky-t-bar .close:hover:after {
background-color: transparent;
}
.sticky-t-bar .close:before {
content: "";
background-color: transparent;
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
background-repeat: no-repeat;
-webkit-transform: none;
-moz-transform: none;
transform: none;
width: 15px;
height: 15px;
text-align: center;
}
.sticky-t-bar.active .close:before {
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z"></path></svg>');
height: 20px;
width: 12px;
}
.sticky-bar-content {
text-align: center; } .sticky-bar-content .wrapper {
width: 100%;
}
.sticky-bar-content.notification-enabled {
background: #88ced0;
padding: 10px 0;
color: #fff;
}
.sticky-bar-content.notification-enabled .wrapper {
width: 1170px;
}
.sticky-bar-content.notification-enabled a {
color: #fff;
text-decoration: none;
margin-left: 5px;
display: inline-block;
font-size: 0.78em;
background: #88ced0;
border: 1px solid #fff;
border-radius: 4px;
line-height: 1.3;
padding: 5px 15px;
}
.sticky-bar-content.notification-enabled a:hover {
text-decoration: none;
background: #fff;
border-color: #88ced0;
color: #88ced0;
}
.sticky-bar-content .blossomthemes-email-newsletter-wrapper {
padding: 7px 0;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper .text-holder,
.sticky-bar-content .blossomthemes-email-newsletter-wrapper .text-holder h3 {
font-size: 1.112em;
color: #fff;
text-align: right;
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
margin-top: 0;
padding-right: 10px;
}
.sticky-bar-content .blossomthemes-email-newsletter-wrapper .text-holder h3 {
display: block;
padding-right: 0;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form {
display: inline-flex;
flex: auto;
flex-wrap: wrap;
justify-content: center;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form label {
display: block;
order: 5;
color: #fff;
font-size: 0.8888em;
width: 100%;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
justify-content: center;
}
.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
align-items: flex-start;
position: relative;
overflow: hidden;
text-align: left;
}
.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap input[type="checkbox"] {
display: block;
position: absolute;
top: 10px;
left: 0;
opacity: 0;
}
.blossomthemes-email-newsletter-wrapper form label .check-mark {
margin-top: 8px;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form label .text {
flex: initial;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked+.check-mark {
background-color: #fff;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="text"],
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="email"],
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
float: left;
width: auto;
border-radius: 40px;
border: none;
margin-bottom: 0;
margin-left: 10px;
height: 36px;
padding-top: 0;
padding-bottom: 0;
font-size: 13px;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form label {
float: right;
margin-left: 10px;
font-size: 0.8888em;
color: #fff;
margin-top: 7px;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
margin-left: 0;
box-shadow: -25px 0px 0 0px #fff;
padding-left: 20px;
padding-right: 20px;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover {
background: #000;
} .header-t {
border-bottom: 1px solid #e5e5e5;
padding: 10px 0;
}
.header-t .top-left {
display: inline-block;
width: 49.66%;
vertical-align: middle;
font-size: 16px;
letter-spacing: 0.5px;
}
.header-t .top-left a {
color: #595f4f;
}
.header-t .top-left a:hover {
color: #88ced0;
}
.header-t .top-left span {
margin-right: 30px;
}
.header-t .top-left span:last-child {
margin-right: 0;
}
.header-t .top-left svg {
color: #88ced0;
margin-right: 5px;
font-size: 18px;
}
.header-t .top-right {
float: right;
display: inline-block;
vertical-align: middle;
width: 49%;
text-align: right;
}
.top-right .header-social,
.top-right .header-search {
display: inline-block;
vertical-align: middle;
}
.top-right .header-search {
position: relative;
}
.top-right .header-social+.header-search {
border-left: 1px solid #e5e5e5;
padding-left: 15px;
margin-left: 10px;
}
ul.social-icons {
margin: 0;
padding: 0;
list-style: none;
}
ul.social-icons li {
display: inline-block;
vertical-align: middle;
font-size: 16px;
margin-bottom: 0;
}
ul.social-icons li a {
padding: 0 7px;
color: #000;
}
ul.social-icons li a:hover {
color: #88ced0;
}
body.search-active {
overflow: hidden;
}
.header-search>button {
background: none;
color: #000;
display: block;
cursor: pointer;
padding: 3px 0;
font-size: 16px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.header-search>button:hover {
background: none;
color: #88ced0;
}
.header-search .header-search-form {
position: fixed;
top: 0;
right: 0;
background: rgba(0, 0, 0, .75);
width: 100%;
height: 100%;
left: 0;
text-align: center;
margin: auto;
bottom: 0;
z-index: 99999;
display: none;
} .header-search .header-search-form form.search-form {
width: 35%;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.header-search-form .search-form .screen-reader-text {
font-family: 'Nunito', sans-serif;
font-size: 1.667em;
color: #fff;
font-weight: 700;
display: block;
margin: 0 0 15px 0;
position: static !important;
clip: inherit;
clip-path: inherit;
height: auto;
width: auto;
}
form.search-form input.search-field {
float: left;
width: calc(100% - 60px);
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border: 2px solid #fff;
height: 60px;
font-size: 1.333em;
font-weight: 300;
}
form.search-form input.search-field::-webkit-input-placeholder { color: #b9bdbd;
}
form.search-form input.search-field::-moz-placeholder { color: #b9bdbd;
}
form.search-form input.search-field:-ms-input-placeholder { color: #b9bdbd;
}
form.search-form input.search-field:-moz-placeholder { color: #b9bdbd;
}
.search-form>label[for="submit-field"] {
width: 60px;
float: left;
margin-bottom: 0;
background: #e75387;
border: 2px solid #fff;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
height: 60px;
font-size: 22px;
font-weight: 400;
line-height: 60px;
color: #fff;
overflow: hidden;
display: inline-block;
clear: none;
position: relative;
text-align: center;
}
.search-form>label[for="submit-field"]:hover {
background: #88ced0;
}
.search-form>label[for="submit-field"] input.search-submit {
position: absolute;
top: 0;
left: 0;
padding: 0;
height: 100%;
width: 100%;
background: none;
text-indent: 60px;
} .custom-background #page {
width: 85%;
margin: 0 auto;
background: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
body:not(.home) header.site-header {
border-bottom: 1px solid #e5e5e5;
}
.site-header .main-header {
padding: 5px 0;
}
.main-header .wrapper {
display: flex;
flex: 1;
flex-direction: row;
align-items: center;
justify-content: right;
}
.main-header .site-branding {
display: flex;
vertical-align: middle;
padding-top: 25px;
padding-bottom: 25px;
flex: 1;
align-items: center;
}
.header-lay1 .main-header .site-branding,
.header-lay4 .main-header .site-branding {
align-items: flex-start;
}
.main-header .site-branding:not(.icon-text) {
flex-direction: column;
}
.site-branding.icon-text .site-logo {
display: inline-block;
vertical-align: middle;
}
.site-branding.icon-text .site-title-wrap {
display: inline-block;
vertical-align: middle;
padding-left: 10px;
}
.header-lay1 .site-branding.icon-text .site-title-wrap,
.header-lay4 .main-header .site-branding.icon-text .site-title-wrap {
text-align: left;
margin-top: 0;
}
.site-branding .site-title {
font-size: 45px;
font-weight: 700;
margin: 0;
line-height: 1;
}
.site-branding .site-title a {
color: #000;
}
.site-branding .site-description {
font-size: 14px;
margin: 0;
line-height: 1.2;
color: #b9bdbd;
letter-spacing: 3px;
}
.main-header .menu-wrap {
display: inline-block;
vertical-align: middle;
text-align: right;
}
.menu-wrap nav.main-navigation {
display: inline-block;
vertical-align: middle;
}
.main-navigation button.toggle-button {
display: none;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
.main-navigation ul li {
display: inline-block;
vertical-align: middle;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
position: relative;
margin-bottom: 0;
}
.main-navigation ul li.menu-item-has-children>.submenu-toggle {
display: none;
background: none;
color: initial;
padding: 0;
font-weight: normal;
line-height: normal;
border-radius: 0;
font-size: 1em;
}
.main-navigation ul li a {
display: inline-block;
vertical-align: middle;
color: #000;
padding: 45px 18px;
}
.main-navigation ul li.menu-item-has-children>a {
padding-right: 25px;
}
.main-navigation ul li:hover>a,
.main-navigation ul li.current-menu-item>a,
.main-navigation ul li.current_page_item>a {
color: #88ced0;
}
.main-navigation ul li.menu-item-has-children>a:after {
content: "";
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23000" d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"></path></svg>');
background-repeat: no-repeat;
width: 10px;
height: 15px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-60%);
-moz-transform: translateY(-60%);
transform: translateY(-60%);
right: 9px;
}
.header-lay2 .menu-wrap .main-navigation ul li.menu-item-has-children>a:after,
.header-lay5 .menu-wrap .main-navigation ul li.menu-item-has-children>a:after {
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"></path></svg>');
}
.main-navigation ul ul li.menu-item-has-children>a:after,
.header-lay2 .menu-wrap .main-navigation ul ul li.menu-item-has-children>a:after,
.header-lay5 .menu-wrap .main-navigation ul ul li.menu-item-has-children>a:after {
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23000" 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>');
}
.main-navigation ul ul {
position: absolute;
top: 110%;
left: 0;
width: 250px;
text-align: left;
z-index: 999;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
opacity: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.main-navigation ul ul ul {
top: 15%;
left: 100%;
}
.main-navigation ul.menu>li:last-child>ul {
left: auto;
right: 0;
}
.main-navigation ul.menu>li:last-child>ul ul {
left: auto;
right: 100%;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focused>ul {
top: 100%;
opacity: 1;
filter: alpha(opacity=100);
clip: unset;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focused>ul {
top: 0;
left: 100%;
}
.main-navigation ul.nav-menu>li:last-child>ul {
left: auto;
right: 0;
}
.main-navigation ul.nav-menu>li:last-child>ul ul {
left: auto;
right: 100%;
padding-left: 0;
padding-right: 3px;
}
.main-navigation ul ul li {
display: block;
font-weight: 400;
text-transform: none;
font-size: 16px;
letter-spacing: 0;
}
.main-navigation ul ul li:first-child {
box-shadow: 0 -5px 0 #88ced0;
}
.main-navigation ul ul li a {
background: #fff;
display: block;
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
color: #595f5f;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
transition: all ease 0.2s;
}
.main-navigation ul ul li:hover>a {
color: #fff;
background: #88ced0;
}
.header-cart {
width: 35px;
height: 35px;
position: relative;
border: 2px solid #88ced0;
text-align: center;
line-height: 31px;
border-radius: 100%;
display: inline-block;
vertical-align: middle;
color: #88ced0;
font-size: 16px;
}
.header-cart a {
display: block;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.header-cart span.item-count {
position: absolute;
top: -11px;
right: -8px;
background: #e75387;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 12px;
border-radius: 100%;
display: block;
padding: 0;
border: 1px solid #fff;
color: #fff;
}
.header-cart:hover {
background: #88ced0;
color: #fff;
}
.header-cart:hover a {
color: #fff;
} body:not(.home) header.site-header.header-lay2 {
border-bottom: none;
}
.header-lay2 .header-t {
border-bottom: none;
background: #000;
color: #fff;
}
.header-lay2 .top-right .header-search {
border-left-color: rgba(255, 255, 255, 0.15);
}
.header-lay2 .header-t .top-left svg,
.header-lay2 .top-right ul.social-icons li a,
.header-lay2 .header-search>button {
color: #fff;
}
.header-lay2 .top-right ul.social-icons li a:hover,
.header-lay2 .header-search>button:hover {
background: none;
color: #88ced0;
}
.site-header.header-lay2 .main-header {
text-align: center;
}
.header-lay2 .main-header .site-branding,
.header-lay5 .main-header .site-branding {
width: auto;
display: block;
}
.header-lay2 .main-header .site-branding.icon-text .site-logo {
width: auto;
}
.header-lay2 .main-header .site-branding.icon-text .site-title-wrap,
.header-lay5 .main-header .site-branding.icon-text .site-title-wrap {
text-align: left;
width: auto;
margin-top: 0;
padding-left: 15px;
}
.header-lay2 .menu-wrap {
background: #88ced0;
}
.header-lay2 .menu-wrap .wrapper {
display: flex;
flex: 1;
flex-direction: row;
align-items: center;
justify-content: right;
}
.header-lay2 .menu-wrap nav.main-navigation {
display: flex;
vertical-align: middle;
flex: auto;
}
.header-lay2 .menu-wrap .main-navigation ul li a {
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
}
.header-lay2 .menu-wrap .main-navigation ul li:hover>a,
.header-lay2 .menu-wrap .main-navigation ul li.current-menu-item>a,
.header-lay2 .menu-wrap .main-navigation ul li.current_page_item>a {
background: rgba(0, 0, 0, 0.1);
color: #fff;
}
.header-lay2 .menu-wrap .main-navigation ul ul li a {
padding-top: 15px;
padding-bottom: 15px;
color: #000;
}
.header-lay2 .menu-wrap .main-navigation ul ul li:hover>a,
.header-lay2 .menu-wrap .main-navigation ul ul li.current-menu-item>a,
.header-lay2 .menu-wrap .main-navigation ul ul li.current_page_item>a {
color: #fff;
background: #88ced0;
}
.header-lay2 .header-cart {
border-color: #fff;
color: #fff;
}
.header-lay2 .header-cart a {
color: #fff;
} .header-lay3 .wrapper {
display: flex;
flex: 1;
flex-direction: row;
justify-content: center;
align-items: center;
}
.header-lay3 .header-social {
display: flex;
vertical-align: middle;
flex: auto;
}
.header-lay3 ul.social-icons li {
font-size: 18px;
}
.header-lay3 .header-t .site-branding {
display: flex;
vertical-align: middle;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
align-items: center;
flex-direction: row;
}
.header-lay3 .header-t .site-branding:not(.icon-text) {
flex-direction: column;
}
.header-lay3 .header-t .site-branding.icon-text .site-title-wrap {
width: auto;
text-align: left;
}
.header-lay3 .header-t .top-right {
width: auto;
display: flex;
flex: auto;
justify-content: flex-end;
}
.header-lay3 .top-right .header-search {
border-left: none;
padding-left: 0;
margin-left: 0;
}
.header-lay3 .header-search>button {
width: 35px;
height: 35px;
text-align: center;
line-height: 29px;
border: 1px solid #e3e3e3;
border-radius: 100%;
font-size: 18px;
padding: 0;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.header-lay3 .header-search>button:hover {
background: #88ced0;
border-color: #88ced0;
color: #fff;
}
.header-lay3 .header-cart {
border-color: #e3e3e3;
border-width: 1px;
color: #000;
margin-left: 5px;
}
.header-lay3 .header-cart:hover {
border-color: #88ced0;
}
.header-lay3 .header-cart a {
color: #000;
}
.header-lay3 .header-cart a:hover {
color: #fff;
}
.header-lay3 .main-header .menu-wrap {
width: 100%;
text-align: center;
}
.header-lay3 .menu-wrap nav.main-navigation {
width: 100%;
padding-right: 0;
}
.header-lay3 .main-header .main-navigation ul li {
margin-right: 25px;
}
.header-lay3 .main-header .main-navigation ul li:last-child,
.header-lay3 .main-header .main-navigation ul ul li {
margin-right: 0;
}
.header-lay3 .main-header .main-navigation ul li a {
padding-top: 20px;
padding-bottom: 20px;
}
.header-lay3 .main-header .main-navigation ul li:hover>a,
.header-lay3 .main-header .main-navigation ul li.current-menu-item>a,
.header-lay3 .main-header .main-navigation ul li.current_page_item>a {
color: #000;
box-shadow: 0 -5px 0px #88ced0;
}
.header-lay3 .main-header .main-navigation ul ul li a {
padding-top: 15px;
padding-bottom: 15px;
}
.header-lay3 .main-header .main-navigation ul ul li:hover>a,
.header-lay3 .main-header .main-navigation ul ul li.current-menu-item>a,
.header-lay3 .main-header .main-navigation ul ul li.current_page_item>a {
box-shadow: none;
color: #fff;
background: #88ced0;
} .header-lay4 .header-t {
background: #000;
border-bottom: none;
color: #fff;
}
.header-lay2 .header-t .top-left a,
.header-lay4 .header-t .top-left a {
color: #fff;
}
.header-lay4 .header-t .top-left svg {
color: #fff;
}
.header-lay4 ul.social-icons li a {
color: #fff;
}
.header-lay4 ul.social-icons li:last-child a {
padding-right: 0;
}
.header-lay4 ul.social-icons li a:hover {
color: #88ced0;
}
.header-lay4 .main-header .menu-wrap {
padding-top: 32px;
padding-bottom: 32px;
}
.header-lay4 .menu-wrap nav.main-navigation {
padding-right: 0;
}
.header-lay4 .menu-wrap .main-navigation ul li {
margin-right: 10px;
}
.header-lay4 .menu-wrap .main-navigation ul li:last-child,
.header-lay4 .menu-wrap .main-navigation ul ul li {
margin-right: 0;
}
.header-lay4 .menu-wrap .main-navigation ul li a {
padding-top: 12px;
padding-bottom: 12px;
}
.header-lay4 .menu-wrap .main-navigation ul li:hover>a,
.header-lay4 .menu-wrap .main-navigation ul li.current-menu-item>a,
.header-lay4 .menu-wrap .main-navigation ul li.current_page_item>a {
color: #fff;
background: #88ced0;
border-radius: 5px;
}
.header-lay4 .menu-wrap .main-navigation ul ul li:hover>a,
.header-lay4 .menu-wrap .main-navigation ul ul li.current-menu-item>a,
.header-lay4 .menu-wrap .main-navigation ul ul li.current_page_item>a {
border-radius: 0;
}
.header-lay4 .header-cart {
border-width: 1px;
border-color: #e1e1e1;
color: #000;
margin-left: 10px;
}
.header-lay4 .header-cart:hover {
color: #fff;
border-color: #88ced0;
}
.header-lay4 .header-cart a {
color: #000;
}
.header-lay4 .header-cart:hover a {
color: #fff;
}
.header-lay4 .header-search {
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
display: inline-block;
vertical-align: middle;
padding-left: 0px;
}
.header-lay4 .header-search>button {
width: 35px;
height: 100%;
padding: 0;
line-height: 35px;
border: 1px solid #e1e1e1;
border-radius: 100%;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.header-lay4 .header-search>button:hover {
background: #88ced0;
border-color: #88ced0;
color: #fff;
} .header-lay5 .header-t {
background: #000;
border-bottom: 0;
padding: 0;
min-height: 55px;
}
.header-lay5 .header-t>.wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
flex: 1;
min-height: 55px;
}
.header-lay5 .header-social {
display: inline-block;
vertical-align: middle;
width: 20%;
flex-grow: 1;
}
.header-lay5 ul.social-icons li a {
color: #fff;
font-size: 18px;
}
.header-lay5 ul.social-icons li a:hover {
color: #88ced0;
}
.header-lay5 .menu-wrap {
display: inline-block;
vertical-align: middle;
width: 69%;
flex-grow: 1;
text-align: center;
}
.header-lay5 .header-social+.menu-wrap {
text-align: right;
}
.header-lay5 .header-social+.top-right+.menu-wrap,
.header-lay5 .top-right+.menu-wrap {
text-align: left;
}
.header-lay5 .menu-wrap nav.main-navigation {
width: 100%;
padding-right: 0;
}
.header-lay5 .menu-wrap .main-navigation ul li {
margin-right: 10px;
}
.header-lay5 .menu-wrap .main-navigation ul li:last-child,
.header-lay5 .menu-wrap .main-navigation ul ul li {
margin-right: 0;
}
.header-lay5 .menu-wrap .main-navigation ul li a {
padding-top: 16px;
padding-bottom: 16px;
color: #fff;
}
.header-lay5 .menu-wrap .main-navigation ul li:hover>a,
.header-lay5 .menu-wrap .main-navigation ul li.current-menu-item>a,
.header-lay5 .menu-wrap .main-navigation ul li.current_page_item>a {
color: #88ced0;
}
.header-lay5 .menu-wrap .main-navigation ul ul li a {
color: #000;
}
.header-lay5 .menu-wrap .main-navigation ul ul li:hover>a,
.header-lay5 .menu-wrap .main-navigation ul ul li.current-menu-item>a,
.header-lay5 .menu-wrap .main-navigation ul ul li.current_page_item>a {
color: #fff;
background: #88ced0;
}
.header-lay5 .header-t .top-right {
width: 10%;
order: 3;
flex-grow: 1;
}
.header-lay5 .top-right .header-search {
border-left: none;
padding-left: 0;
margin-left: 0;
}
.header-lay5 .header-search>button {
color: #fff !important;
width: 35px;
height: 35px;
border: 2px solid rgba(255, 255, 255, 0.15);
text-align: center;
line-height: 31px;
padding: 0;
border-radius: 100%;
font-size: 18px;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.header-lay5 .header-cart {
border-color: rgba(255, 255, 255, 0.15);
margin-left: 5px;
color: #fff;
}
.header-lay5 .header-cart a {
color: #fff;
}
.header-lay5 .header-search>button:hover,
.header-lay5 .header-cart:hover {
border-color: #88ced0;
background: #88ced0;
}
.site-header.header-lay5 .main-header {
text-align: center;
}
.header-lay5 .main-header .site-branding.icon-text .site-title-wrap {
width: auto;
text-align: left;
} .site-header.sticky {
visibility: hidden;
}
.sticky-header {
position: fixed;
top: -100%;
left: 0;
right: 0;
background: #fff;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
z-index: 9999;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-header.sticky .sticky-header {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
top: 0;
}
.sticky-header .wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.sticky-header .site-branding {
padding-top: 10px;
padding-bottom: 10px;
}
.sticky-header .site-branding .site-title {
font-size: 1.67em;
}
.sticky-header .site-branding .site-description {
letter-spacing: 0px;
}
.sticky-header .site-branding:not(.icon-text) .site-logo {
max-width: 150px;
}
.sticky-header .main-navigation {
flex: 1;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.sticky-header .main-navigation .menu>li>a {
padding-top: 25px;
padding-bottom: 25px;
} .site-banner {
position: relative;
}
.site-banner .banner-img,
.site-banner .item {
position: relative;
}
.site-banner .banner-img>img,
.site-banner .item>img,
.site-banner .wp-custom-header img {
object-fit: cover;
width: 100%;
height: 100%;
}
.site-banner .banner-caption {
position: absolute;
left: 0;
right: 0;
top: 50%;
text-align: right;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
}
.site-banner .item .text-holder {
width: 65%;
text-align: left;
float: right;
}
.site-banner .blossomthemes-email-newsletter-wrapper {
width: 50%;
float: right;
background: rgba(0, 0, 0, 0.7) !important;
text-align: left;
padding: 50px;
border-radius: 10px;
}
.banner-caption .blossomthemes-email-newsletter-wrapper:after {
display: none;
}
.site-banner .blossomthemes-email-newsletter-wrapper form {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.site-banner .blossomthemes-email-newsletter-wrapper form label {
order: 5;
margin-top: 10px;
}
.banner-caption .wpcf7 {
width: 470px;
padding: 30px;
float: right;
text-align: left;
border-radius: 10px;
background: #88ced0;
}
.banner-caption .blossomthemes-email-newsletter-wrapper .text-holder h3,
.site-banner .item .banner-text .title {
color: #fff;
font-size: 2.223em;
font-family: 'Nunito', sans-serif;
margin-bottom: 30px;
margin-top: 0;
}
.banner-caption .blossomthemes-email-newsletter-wrapper .text-holder span {
font-size: 22px;
color: #fff;
display: block;
margin-bottom: 30px;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="text"] {
height: 65px;
border: none;
color: #999;
margin-top: 0;
margin-bottom: 20px;
float: left;
width: 48%;
margin-right: 4%;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
width: 100%;
margin-right: 0;
float: none;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="text"]+[name="subscribe-email"] {
margin-right: 0;
width: 48%;
float: left;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="email"] {
height: 65px;
border: none;
color: #999;
margin-bottom: 20px;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form label input[type="checkbox"] {
display: inline-block;
height: auto;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form label .check-mark {
margin-bottom: 0;
}
.blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked+.check-mark {
background: #fff;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form label span {
display: inline-block;
font-size: 0.8888em;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
text-transform: capitalize;
height: 65px;
background: #88ced0;
font-size: 18px;
margin-top: 0;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover {
background: #e75387;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="submit"]+div {
color: #e75387;
font-style: italic;
font-size: 16px;
position: absolute;
left: 0;
bottom: -20px;
}
.banner-caption .wpcf7 .wpcf7-form {
position: relative;
text-align: center;
}
.banner-caption .wpcf7 .wpcf7-form h2 {
margin-top: 0;
color: #fff;
margin-bottom: 10px;
}
.banner-caption .wpcf7 .wpcf7-form p {
margin-top: 0;
margin-bottom: 15px;
color: #fff;
}
.banner-caption .wpcf7 .wpcf7-form p:nth-last-of-type(1),
.banner-caption .wpcf7 .wpcf7-form p:nth-last-of-type(2),
.banner-caption .wpcf7 .wpcf7-form p:nth-last-of-type(3) {
grid-column: 1 / span 2;
}
.banner-caption .wpcf7 .wpcf7-form p:nth-last-of-type(1) {
position: relative;
margin-bottom: 0;
}
.banner-caption .wpcf7-form-control-wrap {
display: block;
}
.banner-caption .wpcf7 .wpcf7-form p label {
text-align: left;
display: block;
}
.banner-caption .wpcf7 .wpcf7-form p input,
.banner-caption .wpcf7 .wpcf7-form p textarea {
border: none;
margin-top: 5px;
}
.banner-caption .wpcf7 .wpcf7-form p input[type="checkbox"],
.banner-caption .wpcf7 .wpcf7-form p input[type="radio"],
.banner-caption .wpcf7 .wpcf7-form p input[type="file"] {
height: inherit;
}
.banner-caption .wpcf7 .wpcf7-form p textarea {
height: 100px;
}
.banner-caption .wpcf7 .wpcf7-form p input[type="submit"] {
width: 100%;
}
.banner-caption div.wpcf7 .ajax-loader {
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.banner-caption .wpcf7 .wpcf7-form p+div {
grid-column: 1 / span 2;
margin: 0;
color: #fff;
font-style: italic;
font-size: 14px;
position: absolute;
bottom: -25px;
border: none;
padding: 0;
color: #f7e700;
}
.banner-caption span.wpcf7-not-valid-tip {
position: absolute;
bottom: -25px;
left: 0;
font-size: 16px;
font-style: italic;
}
.banner-caption .banner-wrap {
width: 65%;
float: right;
text-align: left;
}
.banner-caption>.wrapper {
text-align: center;
}
.site-banner .owl-item .banner-caption .title,
.site-banner .banner-caption .banner-wrap .banner-title {
font-size: 4em;
font-weight: 600;
line-height: 1.2;
margin: 0 0 20px 0;
color: #fff;
}
.site-banner .owl-item .banner-caption .banner-content,
.site-banner .banner-caption .banner-wrap>.banner-content {
color: #fff;
font-size: 1em;
}
.site-banner .owl-item .banner-caption .banner-content p {
margin-top: 0;
margin-bottom: 10px;
}
.site-banner .banner-caption .title a {
color: #fff;
}
.banner-caption .btn-more,
.site-banner .banner-caption .banner-wrap .banner-link {
display: inline-block;
vertical-align: middle;
border: 2px solid #fff;
border-radius: 5px;
padding: 15px 35px;
font-weight: 700;
font-family: 'Nunito', sans-serif;
color: #fff;
margin-top: 20px;
}
.banner-caption .btn-more:hover,
.site-banner .banner-caption .banner-wrap .banner-link:hover {
background: #fff;
color: #000;
}
.site-banner .owl-carousel .owl-nav [class*="owl-"] {
position: absolute;
top: 45%;
left: 4%;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
color: #fff;
border-radius: 100%;
border: 2px solid rgba(255, 255, 255, 0.4);
}
.site-banner .owl-carousel .owl-nav .owl-next {
left: auto;
right: 4%;
}
.site-banner .owl-carousel .owl-nav [class*="owl-"]:hover {
background: #88ced0;
border-color: #88ced0;
}
.site-banner .owl-carousel .owl-nav [class*="owl-"]:before {
content: "";
background-image: url(//digimaxsecurity.co.nz/wp-content/themes/blossom-coach-pro/images/nav-arrow.svg);
background-repeat: no-repeat;
background-position: -1px 0px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 20px;
height: 12px;
margin: auto;
}
.site-banner .owl-carousel .owl-nav .owl-prev:before {
background-position: 0 -28px;
}
.video-banner .wp-custom-header {
position: relative;
padding-bottom: 56.25%;
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 button {
position: absolute;
z-index: 99;
bottom: 30px;
left: 0;
right: 0;
margin: 0 auto;
padding: 0;
width: 40px;
height: 40px;
line-height: 40px;
text-indent: 50px;
overflow: hidden;
}
.video-banner .wp-custom-header button::before {
content: "";
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M144 479H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48z"></path></svg>');
background-repeat: no-repeat;
width: 15px;
height: 17px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
font-size: 1em;
text-indent: 0;
}
.video-banner .wp-custom-header button.wp-custom-header-video-pause::before {
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>');
} section[class*="-section"] .widget_blossom_client_logo_widget .widget-title {
font-size: 16px;
font-weight: 700;
color: #b9bdbd;
border-bottom: none;
padding-bottom: 0;
margin-bottom: 40px;
font-family: 'Nunito sans', sans-serif;
margin-top: 0;
}
section[class*="-section"] .widget_blossom_client_logo_widget .widget-title span:before,
section[class*="-section"] .widget_blossom_client_logo_widget .widget-title span:after,
section[class*="-section"] .widget_blossom_client_logo_widget .widget-title:after {
display: none;
}
.widget_blossom_client_logo_widget .image-holder {
display: inline-block;
vertical-align: middle;
padding: 20px;
width: 48%;
text-align: center;
}
section[class*="-section"] .widget_blossom_client_logo_widget .image-holder {
width: 24%;
}
.widget_blossom_client_logo_widget .image-holder:not(.black-white) {
opacity: 0.7;
}
.widget_blossom_client_logo_widget .black-white img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.25;
filter: alpha(opacity=25);
}
.widget_blossom_client_logo_widget .black-white:hover img {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
filter: grayscale(0);
opacity: 1;
filter: alpha(opacity=100);
} section[class*="-section"] .widget_blossomtheme_featured_page_widget .text-holder,
.widget_blossomtheme_featured_page_widget .right .widget-title {
text-align: left;
}
section[class*="-section"] .widget_blossomtheme_featured_page_widget .img-holder+.text-holder {
display: inline-block;
vertical-align: top;
width: 55%;
padding-right: 50px;
text-align: left;
float: left;
}
section[class*="-section"] .widget_blossomtheme_featured_page_widget .left .img-holder+.text-holder {
padding-right: 0;
padding-left: 50px;
float: right;
}
section[class*="-section"] .widget_blossomtheme_featured_page_widget .img-holder {
display: inline-block;
vertical-align: top;
width: 44%;
}
.widget_blossomtheme_featured_page_widget .featured_page_content h1,
.widget_blossomtheme_featured_page_widget .featured_page_content h3,
.widget_blossomtheme_featured_page_widget .featured_page_content h4,
.widget_blossomtheme_featured_page_widget .featured_page_content h5,
.widget_blossomtheme_featured_page_widget .featured_page_content h6 {
color: #b9bdbd;
font-weight: 400;
font-size: 18px;
margin-top: 0;
margin-bottom: 20px;
}
.widget_blossomtheme_featured_page_widget .featured_page_content h2 {
display: block;
font-size: 1.667em;
margin-bottom: 10px;
margin-top: 0;
padding-bottom: 0;
}
.widget_blossomtheme_featured_page_widget .featured_page_content p {
margin-top: 0;
margin-bottom: 20px;
}
.widget_blossomtheme_featured_page_widget .img-holder {
position: relative;
z-index: 1;
padding-right: 40px;
padding-bottom: 40px;
display: inline-block;
}
.widget-area .widget_blossomtheme_featured_page_widget .img-holder,
.site-footer .widget_blossomtheme_featured_page_widget .img-holder {
margin-bottom: 40px;
}
.widget_blossomtheme_featured_page_widget .left .img-holder {
float: left;
padding-right: 0;
padding-left: 40px;
}
.widget_blossomtheme_featured_page_widget .img-holder:before {
content: "";
border: 10px solid #88ced0;
top: 40px;
right: 0;
bottom: 0;
left: 40px;
position: absolute;
z-index: -1;
}
.widget_blossomtheme_featured_page_widget .left .img-holder::before {
left: 0;
right: 40px;
}
.widget_blossomtheme_featured_page_widget .img-holder img {
box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.2); }
.widget_blossomtheme_featured_page_widget .left .img-holder img {
box-shadow: -7px 7px 30px rgba(0, 0, 0, 0.2);
}
.widget_blossomtheme_featured_page_widget .widget-featured-holder.centered {
display: flex;
flex: 1;
flex-flow: column wrap;
justify-content: center;
}
section[class*="-section"] .widget_blossomtheme_featured_page_widget .centered .text-holder {
text-align: center;
width: 75%;
padding-right: 0;
margin-left: auto;
margin-right: auto;
order: 3;
}
section[class*="-section"] .widget_blossomtheme_featured_page_widget .centered .img-holder {
width: 75%;
max-height: 350px;
overflow: hidden;
margin: 0 auto 50px auto;
}
section[class*="-section"] .widget_blossomtheme_featured_page_widget .centered .img-holder img {
width: 100%;
height: 100%;
object-fit: cover;
}
.btn-readmore {
font-family: 'Nunito', sans-serif;
font-size: 16px;
color: #88ced0;
display: inline-block;
padding: 13px 65px 13px 30px;
border: 2px solid #88ced0;
border-radius: 40px;
line-height: 1.3;
position: relative;
text-transform: capitalize;
box-shadow: 0 0 0 transparent;
}
.widget_bttk_image_text_widget ul li .btn-readmore {
background: none;
color: #fff !important;
padding-right: 50px;
text-transform: capitalize;
}
.btn-readmore:hover,
#secondary .widget_bttk_image_text_widget a.btn-readmore:hover {
background: #88ced0;
color: #fff;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}
.btn-readmore:after {
content: "\2794";
background: #88ced0;
color: #fff;
width: 35px;
height: 35px;
position: absolute;
text-align: center;
line-height: 35px;
border-radius: 100%;
font-weight: 400;
top: 50%;
right: 8px;
font-size: 14px;
box-shadow: 0 5px 10px rgba(136, 206, 208, 0.25);
-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;
}
.btn-readmore:hover:after {
background: rgba(255, 255, 255, 0.2);
color: #fff;
} .widget_bttk_custom_categories ul li a,
#secondary .widget.widget_bttk_custom_categories ul li a {
display: flex;
flex: 1;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
background: rgba(0, 0, 0, 0.5);
color: #fff;
padding-left: 20px;
justify-content: right;
}
.widget_bttk_custom_categories ul li a:hover,
#secondary .widget.widget_bttk_custom_categories ul li a:hover {
color: #fff;
}
.widget_bttk_custom_categories ul li .cat-title {
padding-right: 20px;
display: flex;
flex: 1;
}
.widget_bttk_custom_categories ul li {
background-size: cover !important;
} .bg-cta-section {
padding-top: 100px;
padding-bottom: 100px;
position: relative;
background-size: cover !important;
z-index: 1;
}
.bg-cta-section:before {
content: "";
background: rgba(0, 0, 0, 0.6);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
} section.bg-cta-section {
position: relative;
z-index: 1;
padding: 0;
}
.bg-cta-section .wrapper {
width: auto;
} section[class*="-section"] .widget_blossomtheme_companion_cta_widget .widget-title {
font-size: 2.223em;
color: #fff;
padding-bottom: 0;
display: block;
margin-bottom: 20px;
}
section[class*="-section"] .widget_blossomtheme_companion_cta_widget .widget-title span:before,
section[class*="-section"] .widget_blossomtheme_companion_cta_widget .widget-title span:after,
section[class*="-section"] .widget_blossomtheme_companion_cta_widget .widget-title:after {
display: none;
}
.widget_blossomtheme_companion_cta_widget .text-holder {
font-size: 1.112em;
color: #fff;
}
.widget_blossomtheme_companion_cta_widget .bttk-cta-bg .text-holder {
color: #fff;
}
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
}
.bg-cta-section .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
padding-top: 100px;
padding-bottom: 100px;
}
.widget .centered {
text-align: center;
}
.widget_blossomtheme_companion_cta_widget .bttk-cta-bg {
position: relative;
z-index: 1;
}
.widget_blossomtheme_companion_cta_widget .bttk-cta-bg::before {
content: "";
background: rgba(0, 0, 0, 0.6);
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}
.widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container {
max-width: 770px;
padding-left: 2%;
padding-right: 2%;
margin-left: auto;
margin-right: auto;
}
#secondary .widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container .site-footer .widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container {
text-align: center;
color: #fff;
}
.widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container {
position: relative;
max-width: 1170px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
#secondary .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container,
.footer-t .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container,
#secondary .widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container,
.footer-t .widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container {
padding-right: 30px;
padding-left: 30px;
}
#secondary .widget_blossomtheme_companion_cta_widget .widget-title,
.site-footer .widget_blossomtheme_companion_cta_widget .widget-title {
color: #fff;
padding-bottom: 0;
}
#secondary .widget_blossomtheme_companion_cta_widget .widget-title:before,
#secondary .widget_blossomtheme_companion_cta_widget .widget-title:after,
.site-footer .widget_blossomtheme_companion_cta_widget .widget-title:before,
.site-footer .widget_blossomtheme_companion_cta_widget .widget-title:after {
display: none;
}
.widget_blossomtheme_companion_cta_widget .text-holder p {
margin-bottom: 20px;
}
.widget_blossomtheme_companion_cta_widget .text-holder p:first-child {
margin-top: 0;
}
.widget_blossomtheme_companion_cta_widget .text-holder .button-wrap {
margin-top: 30px;
}
.btn-cta {
display: inline-block;
vertical-align: middle;
padding: 15px 25px;
background: #e75387;
border-radius: 5px;
color: #fff;
font-weight: 600;
font-size: 18px;
}
.widget_blossomtheme_companion_cta_widget .btn-cta {
padding-left: 40px;
padding-right: 40px;
margin-bottom: 10px;
}
#secondary .widget_blossomtheme_companion_cta_widget .btn-cta,
.footer-t .widget_blossomtheme_companion_cta_widget .btn-cta {
padding-left: 20px;
padding-right: 20px;
font-size: 14px;
}
.widget_blossomtheme_companion_cta_widget .btn-cta:hover {
background: #fff;
color: #000;
}
.btn-cta+.btn-cta {
margin-left: 10px;
background: #fff;
color: #000;
}
.btn-cta:hover {
color: #fff;
background: #88ced0;
}
.btn-cta+.btn-cta:hover {
background: #e75387;
color: #fff !important;
}
.widget_blossomtheme_companion_cta_widget .right .button-wrap {
position: absolute;
top: 50%;
width: 38%;
right: 0;
text-align: right;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
#secondary .widget_blossomtheme_companion_cta_widget .right .button-wrap,
.footer-t .widget_blossomtheme_companion_cta_widget .right .button-wrap {
position: static;
width: 100%;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
body[class*="page-template-"] .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
padding-top: 80px;
padding-bottom: 80px;
}
body[class*="page-template-"] .widget_blossomtheme_companion_cta_widget .widget-title {
font-size: 2.223em;
color: #fff;
margin-bottom: 20px;
padding-bottom: 0;
}
section[class*="-section"] .widget_blossomtheme_companion_cta_widget .right .widget-title {
width: 62%;
margin-right: 0;
margin-left: 0;
padding-right: 30px;
}
section[class*="-section"] .widget_blossomtheme_companion_cta_widget .right .text-holder {
width: 62%;
padding-right: 30px;
} section[class*="-section"] .widget.widget_text {
width: 100%;
display: block;
margin-bottom: 40px;
}
section[class*="-section"] .widget_bttk_testimonial_widget {
display: inline-block;
vertical-align: top;
width: 49%;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 40px;
} section.testimonial-section {
margin-top: 80px;
margin-bottom: 40px;
}
.one-page section.testimonial-section {
margin-top: 0;
margin-bottom: 0;
padding-top: 80px;
padding-bottom: 40px;
}
.widget_bttk_testimonial_widget {
padding-top: 32px;
}
.widget_bttk_testimonial_widget .bttk-testimonial-holder {
background: #fff;
border-radius: 15px;
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
position: relative;
padding: 65px 30px 30px 30px;
}
.widget_bttk_testimonial_widget .bttk-testimonial-holder:before {
content: "";
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23f3fdfe" d="M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z"></path></svg>');
background-repeat: no-repeat;
width: 35px;
height: 30px;
position: absolute;
top: -20px;
left: 30px;
}
.widget_bttk_testimonial_widget .img-holder {
width: 75px;
height: 75px;
border-radius: 100%;
overflow: hidden;
border: 2px solid #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
margin: 0 auto;
position: absolute;
top: -35px;
left: 0;
right: 0;
}
.bttk-testimonial-holder .name {
font-family: 'Nunito', sans-serif;
font-weight: 700;
display: block;
color: #000;
line-height: 1.2;
margin-top: 5px;
}
.bttk-testimonial-holder .designation {
font-size: 14px;
color: #b9bdbd;
}
.widget_bttk_testimonial_widget .testimonial-content p {
margin: 10px 0;
} section.service-section {
background: #f3fdfe;
padding: 80px 0;
}
section.service-section .widget.widget_text {
margin-bottom: 0;
}
.service-section .wrapper::before,
.service-section .wrapper::after {
display: none;
}
.service-section .wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
}
.service-section .widget.widget_text {
grid-column: 1/ span 3;
margin-bottom: 0;
} .widget_bttk_icon_text_widget {
text-align: left;
}
section[class*="-section"] .widget_bttk_icon_text_widget {
margin-bottom: 0;
padding: 35px;
border-radius: 10px;
box-shadow: 0 0 0 transparent;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
section[class*="-section"] .widget_bttk_icon_text_widget:hover {
background: #88ced0;
box-shadow: 0 30px 90px rgba(136, 206, 208, 0.2);
}
.widget_bttk_icon_text_widget .rtc-itw-inner-holder {
display: grid;
grid-template-columns: 1fr;
grid-gap: 20px;
}
.widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
grid-row: 2;
}
.widget_bttk_icon_text_widget .icon-holder {
font-size: 2.77em;
color: #88ced0;
line-height: 1;
width: 70px;
height: auto;
}
section[class*="-section"] .widget_bttk_icon_text_widget .widget-title {
font-size: 1.33em;
display: block;
padding-bottom: 0;
margin-bottom: 20px;
}
.widget_bttk_icon_text_widget .widget-title:after,
.widget_bttk_icon_text_widget .widget-title:before,
.widget_bttk_icon_text_widget .widget-title span:before,
.widget_bttk_icon_text_widget .widget-title span:after,
.widget-title span.customize-partial-edit-shortcut:before,
.widget-title span.customize-partial-edit-shortcut:after,
.section-title span.customize-partial-edit-shortcut:before,
.section-title span.customize-partial-edit-shortcut:after,
.related-title span.customize-partial-edit-shortcut:before,
.related-title span.customize-partial-edit-shortcut:after,
.latest-title span.customize-partial-edit-shortcut:before,
.latest-title span.customize-partial-edit-shortcut:after {
display: none;
}
.widget_bttk_icon_text_widget .content p:first-child {
margin-top: 0;
}
.widget_bttk_icon_text_widget .content p:last-child {
margin-bottom: 0;
}
.widget_bttk_icon_text_widget a.btn-readmore {
margin-top: 20px;
}
section[class*="-section"] .widget_bttk_icon_text_widget:hover a.btn-readmore {
border-color: #fff;
color: #fff;
}
section[class*="-section"] .widget_bttk_icon_text_widget:hover a.btn-readmore:after {
background: #fff;
color: #88ced0;
}
section[class*="-section"] .widget_bttk_icon_text_widget a.btn-readmore:hover {
background: #fff;
color: #88ced0;
}
section[class*="-section"] .widget_bttk_icon_text_widget a.btn-readmore:hover:after {
background: #88ced0;
color: #fff !important;
}
section[class*="-section"] .widget_bttk_icon_text_widget:hover .widget-title,
section[class*="-section"] .widget_bttk_icon_text_widget:hover .widget-title,
section[class*="-section"] .widget_bttk_icon_text_widget:hover .content,
section[class*="-section"] .widget_bttk_icon_text_widget:hover .icon-holder {
color: #fff;
} .widget_bttk_pro_recent_post ul.style-one li {
margin-bottom: 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding-bottom: 15px;
}
.widget_bttk_pro_recent_post ul.style-one li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.widget_bttk_pro_recent_post ul li .post-thumbnail {
width: 75px;
height: 75px;
overflow: hidden;
border-radius: 5px;
}
.footer-t .entry-header .entry-title a {
color: #fff;
font-size: 16px;
line-height: 1.3;
} .widget_bttk_popular_post ul li .entry-header .entry-title,
.widget_bttk_pro_recent_post ul li .entry-header .entry-title {
font-size: 16px;
line-height: 1.5em;
}
.widget_bttk_popular_post .style-two li .entry-header,
.widget_bttk_pro_recent_post .style-two li .entry-header {
padding: 0;
text-align: left;
margin-bottom: 20px;
}
.widget_bttk_popular_post .style-two li:last-child .entry-header,
.widget_bttk_pro_recent_post .style-two li:last-child .entry-header {
margin-bottom: 0;
}
.widget_bttk_popular_post .style-three li .entry-header,
.widget_bttk_pro_recent_post .style-three li .entry-header {
padding-bottom: 15px;
}
.widget_bttk_popular_post .style-three li:last-child .entry-header,
.widget_bttk_pro_recent_post .style-three li:last-child .entry-header {
padding-bottom: 0;
}
#secondary .widget_bttk_popular_post ul li .entry-header .entry-title a,
#secondary .widget_bttk_pro_recent_post ul li .entry-header .entry-title a {
color: #000;
}
#secondary .widget_bttk_popular_post ul li .entry-header .entry-title a:hover,
#secondary .widget_bttk_pro_recent_post ul li .entry-header .entry-title a:hover {
color: #88ced0;
}
#secondary .widget_bttk_pro_recent_post .entry-meta a,
#secondary .widget_bttk_popular_post .entry-meta a {
color: #b9bdbd;
} .widget_bttk_posts_category_slider_widget .post-thumbnail {
margin-bottom: 0;
}
.widget_bttk_posts_category_slider_widget .carousel-title {
background: #f9f9f9;
padding: 20px;
text-align: left;
}
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a {
margin: 0;
color: #595f5f;
}
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a::after {
content: "/";
margin: 0 5px;
}
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a:last-child::after {
display: none;
}
.widget_bttk_posts_category_slider_widget .carousel-title .title {
margin-bottom: 0;
margin-top: 5px;
font-weight: 600;
}
.widget_bttk_posts_category_slider_widget .carousel-title .title a {
color: #000;
}
.widget_bttk_posts_category_slider_widget .carousel-title a:hover {
color: #88ced0;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"] {
top: 40%;
border-radius: 100%;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-prev {
left: 10px;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-next {
right: 10px;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]:hover {
background: #88ced0;
}
.widget_bttk_posts_category_slider_widget .owl-nav div[class*="owl-"]::before {
display: none;
}
.site-footer .widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span {
background: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot.active span {
background: #fff;
} .footer-t .widget_text .textwidget p {
margin-bottom: 20px;
}
.footer-t .widget_text .textwidget p:first-child {
margin-top: 0;
}
.footer-t .widget_text .textwidget p:last-child {
margin-bottom: 0;
} .pricing-section .wrapper {
display: flex;
flex: 1;
flex-flow: row wrap;
}
.pricing-section .widget_bcp_pt_widget {
display: flex;
vertical-align: middle;
width: 31%;
margin-right: 1%;
margin-left: 1%;
margin-bottom: 30px;
flex: auto;
flex-direction: column;
justify-content: center;
}
.widget_bcp_pt_widget .pricing-block {
background: #fff;
border-radius: 15px;
box-shadow: 0 0 60px rgba(0, 0, 0, 0.08);
position: relative;
display: flex;
flex: auto;
flex-direction: column;
margin-top: 20px;
margin-bottom: 20px;
}
.pricing-block .pricing-header {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 30px;
text-align: left;
}
.pricing-block .title {
margin: 0;
display: inline-block;
vertical-align: middle;
font-size: 2em;
font-weight: 300;
color: #b9bdbd;
width: 49%;
}
.pricing-block .price {
font-size: 2em;
line-height: 1.4;
font-weight: 600;
font-family: 'Nunito', sans-serif;
display: inline-block;
vertical-align: middle;
width: 50%;
text-align: right;
color: #88ced0;
}
.pricing-block .price span {
display: inline-block;
}
.pricing-block .price span.separator {
font-size: 1em;
color: inherit;
}
.pricing-block .price .per {
font-size: 0.8em;
font-weight: 400;
}
.pricing-block .pricing-feat {
margin: 0;
padding: 20px 30px;
list-style: none;
text-align: left;
display: flex;
flex-direction: column;
flex: 1;
}
.pricing-block .pricing-feat li {
padding: 10px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-block .btn-wrap {
margin-top: 15px;
padding-bottom: 50px;
text-align: center;
}
.pricing-block .pricing-tag {
position: absolute;
top: 25px;
right: -55px;
background: #e75387;
color: #fff;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
min-height: 40px;
padding: 10px 20px;
width: 200px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.widget_bcp_pt_widget .pricing-block.has-tag {
background: #88ced0;
overflow: hidden;
padding-top: 30px;
padding-bottom: 30px;
margin-top: 0;
margin-bottom: 0;
}
.pricing-block.has-tag .pricing-header {
border-bottom-color: rgba(255, 255, 255, 0.3);
padding-right: 45px;
}
.pricing-block.has-tag .pricing-header .title,
.pricing-block.has-tag .price {
color: #fff;
}
.pricing-block.has-tag .pricing-feat li {
border-bottom-color: rgba(255, 255, 255, 0.3);
color: #fff;
}
.pricing-block.has-tag .btn-readmore,
.pricing-block.has-tag .btn-readmore:visited {
color: #fff;
border-color: #fff;
}
.pricing-block.has-tag .btn-readmore:after {
background: #fff;
color: #88ced0;
}
.pricing-block.has-tag .btn-readmore:hover {
background: #fff;
color: #88ced0;
}
.pricing-block.has-tag .btn-readmore:hover:after {
background: #88ced0;
color: #fff;
} section.achievement-section {
margin-bottom: 0;
}
.achievement-section .wrapper {
width: auto;
display: flex;
flex: 1;
flex-direction: row;
align-content: center;
}
.achievement-section figure.cd-image-container {
width: 50%;
display: flex;
flex: auto;
flex-direction: column;
}
.achievement-section .achievement-content {
width: 50%;
background: #88ced0;
text-align: left;
padding: 80px;
}
section.achievement-section .section-title {
display: block;
margin-left: 0;
margin-right: 0;
margin-bottom: 20px;
color: #fff;
}
.achievement-section .section-title:after {
right: auto;
}
section.achievement-section .section-title span:before {
display: none;
}
section.achievement-section .section-title span:after {
background: #fff;
right: auto;
left: 20px;
width: 150px;
max-width: inherit;
}
.achievement-section .achievement-text {
color: #fff;
position: relative;
padding-left: 40px;
}
.achievement-section .achievement-text:before {
content: "";
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23e75387" d="M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z"></path></svg>');
background-repeat: no-repeat;
width: 25px;
height: 25px;
position: absolute;
top: 5px;
left: 0;
line-height: 1.3;
}
.achievement-section .name-wrap {
padding-left: 40px;
}
.achievement-section span.name {
display: block;
color: #fff;
font-weight: 700;
line-height: 1.2;
}
.achievement-section span.designation {
font-size: 14px;
color: #fff;
line-height: 1.2;
display: inline-block;
}
.achievement-section .btn-readmore,
.achievement-section .btn-readmore:visited {
color: #fff;
border-color: #fff;
display: table;
margin-top: 30px;
}
.achievement-section .btn-readmore:hover {
background: #fff;
color: #88ced0;
}
.achievement-section .btn-readmore:after {
background: #fff;
color: #88ced0;
}
.achievement-section .btn-readmore:hover:after {
background: #88ced0;
color: #fff;
} .cd-image-container {
position: relative;
}
.cd-image-container img {
display: block;
height: 100%;
width: 100%;
object-fit: cover;
}
.cd-image-label {
display: none;
position: absolute;
bottom: 0;
right: 0;
color: #ffffff;
padding: 1em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
opacity: 0;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
-moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
visibility: hidden;
}
.is-visible .cd-image-label {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.cd-resize-img {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
overflow: hidden; -webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cd-resize-img img {
position: absolute;
left: 0;
top: 0;
display: block;
height: 100%;
width: auto;
max-width: none;
}
.cd-resize-img .cd-image-label {
right: auto;
left: 0;
}
.is-visible .cd-resize-img {
width: 40%; -webkit-animation: cd-bounce-in 0.7s;
-moz-animation: cd-bounce-in 0.7s;
animation: cd-bounce-in 0.7s;
}
@-webkit-keyframes cd-bounce-in {
0% {
width: 0;
}
60% {
width: 45%;
}
100% {
width: 40%;
}
}
@-moz-keyframes cd-bounce-in {
0% {
width: 0;
}
60% {
width: 45%;
}
100% {
width: 40%;
}
}
@keyframes cd-bounce-in {
0% {
width: 0;
}
60% {
width: 45%;
}
100% {
width: 40%;
}
}
.cd-handle {
position: absolute;
height: 50px;
width: 50px;
left: 40%;
top: 50%;
text-align: center;
margin-left: -25px;
margin-top: -25px;
border-radius: 100%;
background: #e75387;
cursor: move;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
line-height: 50px;
color: #fff;
font-weight: 900;
font-size: 1.5em;
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) scale(0);
-moz-transform: translate3d(0, 0, 0) scale(0);
-ms-transform: translate3d(0, 0, 0) scale(0);
-o-transform: translate3d(0, 0, 0) scale(0);
transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
background-color: #88ced0;
}
.is-visible .cd-handle {
padding: 0;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scale(1);
-moz-transform: translate3d(0, 0, 0) scale(1);
-ms-transform: translate3d(0, 0, 0) scale(1);
-o-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
-moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
transition: transform 0.3s 0.7s, opacity 0s 0.7s;
} section.event-section {
background-size: cover !important;
padding: 80px 0;
position: relative;
z-index: 1;
}
section.event-section:before {
content: "";
background: rgba(0, 0, 0, 0.6);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.event-section .section-title {
color: #fff;
}
.event-section .section-title span:before,
.event-section .section-title span:after {
background: #fff;
}
.event-section .section-content {
color: #fff;
}
.event-wrap {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: center;
padding-top: 30px;
}
.event-wrap .event-block {
background: #fff;
width: 48.33%;
border-radius: 10px;
margin-right: 2.5%;
padding: 35px;
text-align: left;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}
.event-block:nth-child(even) {
margin-right: 0;
}
.event-block .event-date {
float: left;
width: 90px;
text-align: center;
background: #88ced0;
border-radius: 5px;
color: #fff;
position: relative;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
padding-bottom: 5px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.event-block .event-date:before,
.event-block .event-date:after {
content: "";
background: -webkit-linear-gradient(transparent, #aaaaaa 70%);
background: -moz-linear-gradient(transparent, #aaaaaa 70%);
background: -ms-linear-gradient(transparent, #aaaaaa 70%);
background: -o-linear-gradient(transparent, #aaaaaa 70%);
background: linear-gradient(transparent, #aaaaaa 70%);
height: 15px;
width: 4px;
border-radius: 40px;
position: absolute;
top: -2px;
left: 12px;
z-index: 1;
}
.event-block .event-date:after {
left: auto;
right: 12px;
}
.event-block .event-date span {
font-size: 3em;
display: block;
background: #fff;
color: #000;
line-height: 1.4;
margin-bottom: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding-top: 15px;
}
.event-block .event-date span:before,
.event-block .event-date span:after {
content: "";
background: #000;
width: 8px;
height: 8px;
position: absolute;
top: 8px;
left: 10px;
border-radius: 100%;
}
.event-block .event-date span:after {
left: auto;
right: 10px;
}
.event-block .event-content {
float: left;
width: calc(100% - 90px);
padding-left: 30px;
}
.event-block .event-content .entry-title {
font-size: 1.33em;
color: #000;
}
.entry-meta {
font-size: 16px;
font-family: 'Nunito', sans-serif;
color: #b9bdbd;
}
.event-block span.event-time {
display: block;
margin-right: 0;
} .blog-section .article-wrap {
display: flex;
flex: 1;
flex-direction: row;
padding-top: 30px;
margin-bottom: 20px;
flex-wrap: wrap;
}
.blog-section article.post {
margin-bottom: 40px;
padding-bottom: 0;
border-bottom: 0;
width: 31.66%;
margin-right: 2.5%;
text-align: left;
}
.blog-section article.post:nth-child(3n) {
margin-right: 0;
}
.blog-section article.post figure.post-thumbnail {
margin-bottom: 0;
display: block;
border-radius: 5px;
overflow: hidden;
vertical-align: top;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.blog-section article .entry-meta {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-family: 'Nunito sans', sans-serif;
position: relative;
z-index: 1;
margin-top: 30px;
}
.blog-section article .entry-meta>span.category {
margin-bottom: 0;
}
.blog-section article .entry-meta .category a {
background: none;
padding: 0;
}
span.category a {
display: inline-block;
margin-right: 20px;
}
span.category a:last-child {
margin-right: 0;
}
.blog-section article.post header.entry-header {
margin-bottom: 0;
}
.blog-section .entry-header .entry-title {
margin-top: 10px;
}
.btn-link {
border: none;
padding: 5px 50px 5px 0;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
font-family: 'Nunito sans', sans-serif;
color: #88ced0;
display: inline-block;
border-radius: 40px;
line-height: 1.3;
position: relative;
}
.btn-link:hover {
background: none;
color: #e75387;
}
.btn-link:after {
border: 2px solid #e7f5f6;
color: #88ced0;
width: 30px;
height: 30px;
line-height: 26px;
font-size: 16px;
content: "\2794";
position: absolute;
text-align: center;
border-radius: 100%;
font-weight: 400;
top: 48%;
right: 8px;
-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;
}
.btn-link:hover:after {
background: #e75387;
border-color: #e75387;
color: #fff;
}
.btn-link+.edit-link {
margin-left: 20px;
display: inline-block;
} section.simple-cta-section .wrapper {
width: auto;
}
section.simple-cta-section .widget_blossomtheme_companion_cta_widget .widget-title {
font-size: 2em;
margin-bottom: 5px;
}
section.simple-cta-section .widget_blossomtheme_companion_cta_widget .text-holder {
line-height: 1.5;
}
section.simple-cta-section .widget_blossomtheme_companion_cta_widget .text-holder p {
margin-bottom: 0;
}
.simple-cta-section .btn-cta:hover {
background: #fff;
color: #88ced0;
} .block-wrap {
display: flex;
flex: 1;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.podcast-section .block-wrap {
margin-bottom: 30px;
}
.block {
width: 31.33%;
margin-right: 2.5%;
margin-bottom: 40px;
text-align: left;
}
.block:nth-child(3n) {
margin-right: 0;
}
.block .block-img {
display: inline-block;
border-radius: 5px;
overflow: hidden;
vertical-align: top;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
margin-bottom: 20px;
}
.block .block-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.block header.entry-header {
margin-bottom: 20px;
}
.block .entry-meta {
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
font-weight: 700;
margin-bottom: 10px;
} section.shop-section {
border-top: 1px solid rgba(0, 0, 0, 0.06);
padding-top: 80px;
margin-bottom: 80px;
}
.one-page section.shop-section {
margin-bottom: 0;
padding-bottom: 80px;
}
.shop-section .shop-wrap {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 30px;
}
.shop-section .item {
position: relative;
padding-left: 18px;
padding-right: 18px;
}
.shop-section .item .onsale {
background: #e75387;
color: #fff;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
display: inline-block;
position: absolute;
left: -15px;
top: 0;
padding: 0 7px 0 10px;
height: 22px;
}
.shop-section .item .onsale::before,
.shop-section .item .onsale::after {
content: "";
border-top: 11px solid #e75387;
border-right: 10px solid transparent;
position: absolute;
top: 0;
right: -10px;
}
.shop-section .item .onsale::after {
top: auto;
bottom: 0;
border-top: none;
border-bottom: 11px solid #e75387;
}
.shop-section .item .star-rating {
float: none;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 16px;
width: 5.4em;
font-family: star;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}
.shop-section .item .star-rating::before {
content: '\73\73\73\73\73';
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute;
}
.shop-section .item .star-rating::before {
color: #ffc733;
}
.shop-section .item .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.shop-section .item .star-rating span {
color: #ffc733;
}
.shop-section .item .star-rating span::before {
content: '\53\53\53\53\53';
top: 0;
position: absolute;
left: 0;
}
.shop-section .item .woocommerce-review-link {
display: none;
}
.shop-section .item .product-image {
margin-bottom: 30px;
}
.shop-section .item .product-image img,
.shop-section .item .product-image svg {
box-shadow: -10px 20px 35px rgba(0, 0, 0, 0.2);
}
.shop-section .item h3 {
margin: 0;
font-size: 1em;
}
.shop-section .item h3 a {
color: #000;
}
.shop-section .item .price {
margin-bottom: 0;
margin-top: 15px;
}
.shop-section .item .price del {
color: #b9bdbd;
margin-right: 15px;
}
.shop-section .item .price ins {
font-weight: 600;
background: none;
color: #88ced0;
} section.contact-section {
background: #f3fdfe;
padding: 80px 0;
margin-bottom: 0;
margin-top: 0;
text-align: left;
}
section.contact-section .widget,
section.contact-section .widget+.widget {
width: 50%;
float: left;
margin-bottom: 0;
}
section.contact-section .widget {
padding-right: 20px;
}
section.contact-section .widget+.widget {
padding-left: 20px;
padding-right: 0;
}
section.contact-section .widget .widget-title {
display: block;
}
section.contact-section .widget .widget-title::after {
right: auto;
}
section.contact-section .widget .widget-title span::before {
display: none;
}
section.contact-section .widget .widget-title span::after {
right: auto;
left: 20px;
width: 150px;
max-width: 100%;
}
section.contact-section .widget_text .textwidget {
width: 100%;
}
.contact-section .widget_text a {
border-bottom: 1px dotted;
line-height: 1.1em;
display: inline-block;
}
.contact-section .widget_text a:hover {
border-bottom: none;
}
.contact-section .widget form p {
margin-bottom: 0;
margin-top: 0;
}
.wpcf7 form p {
position: relative;
}
.contact-section .widget form input,
.contact-section .widget form textarea,
.contact-section .widget form select {
border-color: rgba(0, 0, 0, 0.07);
margin-bottom: 20px;
}
.contact-section .widget form textarea {
height: 120px;
}
.contact-section .widget form input[type="submit"] {
margin-bottom: 0;
width: 100%;
text-transform: capitalize;
}
div.wpcf7 .ajax-loader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 20px;
height: 20px;
background-position: center;
background-repeat: no-repeat;
}
div.wpcf7-response-output {
margin: 10px 0 0 0;
} .widget_bttk_contact_social_links .bttk-contact-widget-wrap ul.contact-list li {
display: block;
margin-bottom: 15px;
}
.widget_bttk_contact_social_links .bttk-contact-widget-wrap p {
margin-bottom: 30px;
margin-top: 0;
}
.widget_bttk_contact_social_links .bttk-contact-widget-wrap ul.contact-list li {
position: relative;
padding-left: 30px;
}
.widget_bttk_contact_social_links .bttk-contact-widget-wrap ul.contact-list li svg {
color: #88ced0;
position: absolute;
top: 3px;
left: 0;
font-size: 20px;
}
.widget_bttk_contact_social_links .bttk-contact-widget-wrap ul.contact-list li a {
color: #595f5f;
}
.widget_bttk_contact_social_links .bttk-contact-widget-wrap ul.contact-list li a:hover {
text-decoration: underline;
}
.widget_bttk_contact_social_links .social-networks {
margin-top: 30px;
}
.widget_bttk_contact_social_links .social-networks li {
font-size: 20px;
display: inline-block;
}
.widget_bttk_contact_social_links .social-networks a {
display: inline-block;
padding: 0;
width: 56px;
height: 56px;
line-height: 52px;
text-align: center;
border: 2px solid #d7edee;
border-radius: 100%;
margin-right: 3px;
box-shadow: 0 0 30px transparent;
}
.widget_bttk_contact_social_links .social-networks a:hover {
background: #88ced0;
border-color: #88ced0;
color: #fff;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks a span {
padding-left: 0;
margin-bottom: 0;
display: inline-block;
} section.newsletter-section {
margin-top: 0;
margin-bottom: 0;
}
.newsletter-section .wrapper {
width: 100%;
max-width: 100%;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 60px 19%;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder {
display: flex;
flex-direction: column;
text-align: left;
padding-right: 5%;
margin-bottom: 0;
flex: 1;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3 {
margin-top: 0;
margin-bottom: 0;
font-size: 1.6667em;
color: inherit;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder span {
display: block;
font-size: 0.8888em;
color: inherit;
margin-top: 10px;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form {
display: flex;
flex: 2;
flex-wrap: wrap;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form input {
margin-right: 0;
margin-left: 10px;
display: flex;
flex: 2;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
margin-bottom: 0;
padding: 10px 15px;
flex: 1;
min-height: 50px;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form label {
order: 5;
margin-left: 10px;
width: 100%;
} .footer-t {
background: #000;
padding: 80px 0;
}
.footer-t .container {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
}
.site-footer .wp-caption-text {
color: rgba(255, 255, 255, 0.7);
}
.footer-t .grid {
color: #fff;
}
.footer-t .grid:not(.column-1) {
display: grid;
grid-gap: 30px;
}
.footer-t .grid.column-2 {
grid-template-columns: repeat(2, 1fr);
}
.footer-t .grid.column-3 {
grid-template-columns: repeat(3, 1fr);
}
.footer-t .grid.column-4 {
grid-template-columns: repeat(4, 1fr);
}
.footer-t .widget-title {
color: #fff;
font-size: 1em;
}
.footer-t .widget-title::after {
width: 70px;
}
.footer-t .entry-header .entry-title,
.footer-t .entry-header .entry-title a,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap ul.contact-list li a {
color: #fff;
}
.footer-t .style-three .entry-header .entry-title,
.footer-t .style-three .entry-header .entry-title a {
color: #000;
}
.footer-t .style-three .entry-header .entry-title a:hover {
color: #88ced0;
}
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap ul.contact-list li svg {
color: #8c8c8c;
}
.footer-t .widget_bttk_contact_social_links .social-networks a,
#secondary .widget_bttk_contact_social_links .social-networks a {
width: 35px;
height: 35px;
line-height: 35px;
font-size: 16px;
color: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(255, 255, 255, 0.1);
}
#secondary .widget_bttk_contact_social_links .social-networks a {
color: #000;
border-color: rgba(0, 0, 0, 0.2);
}
#secondary .widget_bttk_contact_social_links .social-networks a:hover {
color: #fff;
}
.bottom-footer {
background: #000;
text-align: center;
color: rgba(255, 255, 255, 0.5);
padding: 20px 0;
border-top: 1px solid rgba(255, 255, 255, 0.1);
font-size: 16px;
}
.bottom-footer .copyright a:hover {
text-decoration: underline;
}
.bottom-footer .copyright a.privacy-policy-link {
margin-left: 5px;
} .site-content {
margin-top: 60px;
margin-bottom: 80px;
}
.page-template-about .site-content {
margin-bottom: 0;
}
.intro-about-section {
margin-bottom: 80px;
}
.page-template-about .intro-about-section section.widget .widget-title {
text-transform: uppercase;
font-size: 2.665em;
}
.page-template-about .intro-about-section section.widget .widget-title:after {
display: none;
}
#primary .widget_blossomtheme_featured_page_widget .section-subtitle {
font-family: 'Nunito', sans-serif;
color: #000;
text-align: center;
font-size: 2.665em;
text-transform: uppercase;
font-weight: 700;
margin-top: 0;
margin-bottom: 50px;
line-height: 1.3;
}
#primary .widget_blossomtheme_featured_page_widget .text-holder {
display: inline-block;
vertical-align: top;
width: 55%;
padding-right: 50px;
}
.widget_blossomtheme_featured_page_widget .text-holder .widget-title {
margin-top: 0;
color: #000;
margin-bottom: 20px;
}
#primary .widget_blossomtheme_featured_page_widget .img-holder {
display: inline-block;
vertical-align: top;
width: 44%;
}
section.team-section {
margin-top: 80px;
margin-bottom: 20px;
} .counter-section {
background: #f3fdfe;
padding: 80px 0 20px 0;
text-align: center;
color: #000;
}
section.counter-section .widget.widget_text {
width: 65%;
margin-left: auto;
margin-right: auto;
}
.counter-section .widget_blossomthemes_stat_counter_widget {
display: inline-block;
width: 25%;
padding: 0 15px;
} section.counter-section .widget.widget_blossomthemes_stat_counter_widget .widget-title,
.widget.widget_blossomthemes_stat_counter_widget .widget-title {
font-size: 16px;
color: #595f5f;
font-family: 'Nunito sans', sans-serif;
margin: 0;
padding-bottom: 0;
display: block;
order: 3;
}
section.counter-section .widget.widget_blossomthemes_stat_counter_widget .widget-title:after,
section.counter-section .widget.widget_blossomthemes_stat_counter_widget .widget-title span:before,
section.counter-section .widget.widget_blossomthemes_stat_counter_widget .widget-title span:after {
display: none;
}
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder {
text-align: left;
position: relative;
display: flex;
flex: 1;
flex-direction: column;
padding-left: 65px;
}
.widget_blossomthemes_stat_counter_widget .widget-title::before,
.widget_blossomthemes_stat_counter_widget .widget-title::after {
display: none;
}
.widget_blossomthemes_stat_counter_widget .icon-holder {
font-size: 2.665em;
color: #88ced0;
position: absolute;
top: 0;
left: 0;
}
.widget_blossomthemes_stat_counter_widget .hs-counter {
font-family: 'Nunito', sans-serif;
font-weight: 700;
font-size: 3em;
line-height: 1.2;
} .blockquote-section .wrapper {
width: 100%;
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.widget_blossom_coach_pro_blockquote .blockqote-widget {
position: relative;
padding: 100px 0;
text-align: left;
z-index: 1;
background-size: cover !important;
background-position: bottom center !important;
background-attachment: fixed !important;
}
#secondary .widget_blossom_coach_pro_blockquote .blockqote-widget,
.site-footer .widget_blossom_coach_pro_blockquote .blockqote-widget {
padding-top: 50px;
padding-bottom: 50px;
}
.widget_blossom_coach_pro_blockquote .blockqote-widget:before {
content: "";
background: rgba(0, 0, 0, 0.6);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.blockqote-widget .widget .widget-title {
color: #fff;
}
.blockqote-widget blockquote {
margin: 0 auto;
color: #fff;
max-width: 1170px;
width: 40%;
}
#secondary .blockqote-widget blockquote,
.site-footer .blockqote-widget blockquote {
width: 90%;
font-size: 1em;
}
.blockqote-widget p {
margin-bottom: 20px;
} section[class*="-section"] .widget_bttk_description_widget {
float: left;
width: 22%;
margin-right: 1.25%;
text-align: left;
margin-left: 1.25%;
}
.widget_bttk_description_widget .bttk-team-holder .image-holder {
position: relative;
}
.widget_bttk_description_widget .bttk-team-holder .image-holder:before {
content: "\279c";
font-size: 18px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: #88ced0;
color: #fff;
position: absolute;
bottom: -15px;
right: 20px;
border-radius: 100%;
}
.widget_bttk_description_widget .bttk-team-holder {
border-radius: 5px;
overflow: hidden;
box-shadow: 0 0 0 transparent;
cursor: pointer;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
}
.widget_bttk_description_widget .bttk-team-holder:hover {
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.17);
}
.widget_bttk_description_widget .bttk-team-inner-holder .description,
.widget_bttk_description_widget .bttk-team-inner-holder .social-profile {
display: none;
}
.widget_bttk_description_widget .bttk-team-holder .text-holder {
background: #fff;
border: 1px solid #e5e5e5;
border-top: none;
padding: 20px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
}
.widget_bttk_description_widget .bttk-team-holder:hover .text-holder {
border-color: transparent;
}
.widget_bttk_description_widget .bttk-team-holder .name {
font-family: 'Nunito', sans-serif;
font-weight: 700;
color: #000;
display: block;
font-size: 20px;
line-height: 1.2;
}
.widget_bttk_description_widget .bttk-team-holder .designation {
color: #767d7d;
}
.widget_bttk_description_widget .bttk-team-holder-modal {
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.95);
z-index: 999999;
width: 100%;
height: 100%;
display: none;
}
.widget_bttk_description_widget .bttk-team-inner-holder-modal {
width: 1170px;
margin: 0 auto;
position: absolute;
padding-left: 530px;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.widget_bttk_description_widget .bttk-team-holder-modal .image-holder {
width: 500px;
position: absolute;
top: 0;
left: 0;
}
.bttk-team-inner-holder-modal .name {
color: #fff;
font-family: 'Nunito', sans-serif;
font-size: 2em;
display: block;
font-weight: 700;
line-height: 1.3;
}
.bttk-team-inner-holder-modal .designation {
font-weight: 600;
color: #b9bdbd;
}
.bttk-team-inner-holder-modal .description {
margin-top: 20px;
color: #b9bdbd;
}
.widget_bttk_description_widget .bttk-team-inner-holder-modal .social-profile {
margin-top: 20px;
}
.widget_bttk_description_widget .social-profile li {
display: inline-block;
margin-bottom: 8px;
margin-right: 5px;
font-size: 18px;
}
.widget_bttk_description_widget .social-profile li a {
color: #b9bdbd;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
border: 1px solid;
border-radius: 100%;
}
.widget_bttk_description_widget .social-profile li a:hover {
background: #88ced0;
border-color: #88ced0;
color: #fff !important;
}
.widget_bttk_description_widget a.close_popup {
position: absolute;
top: 30px;
right: 30px;
width: 50px;
text-align: center;
height: 50px;
line-height: 50px;
border: 2px solid #444;
color: #fff;
text-indent: 55px;
overflow: hidden;
border-radius: 100%;
}
.widget_bttk_description_widget a.close_popup:hover {
border-color: #f13f30;
}
.widget_bttk_description_widget a.close_popup:before,
.widget_bttk_description_widget a.close_popup:after {
content: "";
background: #444;
width: 30px;
height: 2px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
}
.widget_bttk_description_widget a.close_popup:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.widget_bttk_description_widget a.close_popup:hover:before,
.widget_bttk_description_widget a.close_popup:hover:after {
background: #f13f30;
} header.page-header {
text-align: center;
margin-bottom: 60px;
}
.page.style1 header.page-header {
text-align: left;
margin-bottom: 15px;
}
.page-header .author-img {
display: inline-block;
vertical-align: middle;
width: 120px;
height: 120px;
border-radius: 100%;
overflow: hidden;
}
.author .page-header .author-content-wrap {
display: inline-block;
vertical-align: middle;
text-align: left;
padding-left: 30px;
}
.author .page-header .page-title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.667em;
color: #000;
}
.author .page-header .page-title .vcard {
color: #88ced0;
text-transform: capitalize;
}
.author .author-social {
margin-top: 10px;
font-size: 16px;
}
.author .author-social a {
display: inline-block;
vertical-align: middle;
margin-right: 20px;
color: #595f5f;
}
.author .author-social a svg {
color: #000;
margin-right: 5px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.author .author-social a:hover svg {
color: #88ced0;
}
.author .author-social a span {
border-bottom: 1px dotted transparent;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.author .author-social a:hover span {
color: #88ced0;
border-bottom-color: #88ced0;
}
span.showing-result {
font-weight: 600;
color: #b9bdbd;
display: block;
}
span.showing-result .result {
color: #000;
} .grid-view article figure.post-thumbnail {
margin-bottom: 20px;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
display: block;
position: relative;
height: 0;
padding-top: 75%;
width: 100%;
}
.archive article figure.post-thumbnail,
.archive article figure.post-thumbnail a {
display: block;
}
.grid-view article figure.post-thumbnail img,
.grid-view article figure.post-thumbnail .fallback-svg {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
.grid-view article.post header.entry-header {
margin-bottom: 10px;
}
.grid-view article .entry-header .entry-meta {
margin-top: 0;
margin-bottom: 5px;
}
span.category a {
color: #b9bdbd;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
}
span.category a:hover {
color: #88ced0;
}
.entry-header .entry-title a {
color: #000;
}
.entry-header .entry-title a:hover {
color: #88ced0;
} .list-view article.post:before,
.list-view article.post:after {
content: "";
display: table;
}
.list-view article.post:after {
clear: both;
}
.list-view article.post {
margin-bottom: 60px;
display: flex;
flex: 1;
flex-direction: row;
align-items: flex-start;
}
.list-view article.post:last-child {
margin-bottom: 80px;
}
.list-view article.post figure.post-thumbnail {
margin-bottom: 0;
float: left;
width: 43%;
position: relative;
border-radius: 5px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
display: inline-block;
overflow: hidden;
}
.list-view article.post .post-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}
.list-view .article-content-wrap {
float: left;
width: 57%;
padding-left: 30px;
}
.list-view article.post header.entry-header {
margin-bottom: 0;
}
.list-view .entry-header .entry-title {
font-size: 1.667em;
}
.list-view .entry-content {
margin-top: 5px;
margin-bottom: 10px;
} .largeimage-grid-view article.post {
margin-bottom: 60px;
}
.largeimage-grid-view article.post:last-child {
margin-bottom: 80px;
}
.largeimage-grid-view article.post figure.post-thumbnail {
margin-bottom: 20px;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
display: block;
}
.largeimage-grid-view article.post header.entry-header {
margin-bottom: 0;
}
.largeimage-grid-view .entry-header .entry-title {
font-size: 2em;
} .archive-description {
max-width: 768px;
margin-left: auto;
margin-right: auto;
}
.archive-description p {
margin-top: 20px;
margin-bottom: 0;
}
.page-header .subtitle {
font-size: 14px;
margin-top: 0;
margin-bottom: 0;
font-family: 'Nunito', sans-serif;
letter-spacing: 1px;
color: #b9bdbd;
}
.page-header .page-title {
margin-top: 0;
margin-bottom: 0;
color: #000;
font-weight: 700;
font-size: 2.665em;
}
.category .page-header .page-title {
text-transform: uppercase;
} .mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
background: none !important;
}
.mejs-controls {
padding-left: 0 !important;
padding-right: 0 !important;
}
.mejs-button>button {
background: none !important;
width: 20px !important;
height: 20px !important;
border-radius: 0;
margin-top: 7px !important;
margin-bottom: 7px !important;
font-size: 20px !important;
line-height: 1 !important;
color: #88ced0;
font-weight: 400;
}
.mejs-pause>button {
background: none !important;
}
.mejs-mute>button {
background: none !important;
height: 20px !important;
width: 20px !important;
}
.mejs-unmute>button {
background: none !important;
background-position: none !important;
}
.mejs-horizontal-volume-total {
top: 13px !important;
}
.mejs-button>button:before {
content: "";
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%2388ced0" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>');
background-repeat: no-repeat;
width: 20px;
height: 20px;
position: absolute;
top: 0;
left: 0;
}
.mejs-pause>button:before {
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%2388ced0" d="M144 479H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48z"></path></svg>');
}
.mejs-mute>button:before {
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%2388ced0" d="M256 88.017v335.964c0 21.438-25.943 31.998-40.971 16.971L126.059 352H24c-13.255 0-24-10.745-24-24V184c0-13.255 10.745-24 24-24h102.059l88.971-88.954c15.01-15.01 40.97-4.49 40.97 16.971zm182.056-77.876C422.982.92 403.283 5.668 394.061 20.745c-9.221 15.077-4.473 34.774 10.604 43.995C468.967 104.063 512 174.983 512 256c0 73.431-36.077 142.292-96.507 184.206-14.522 10.072-18.129 30.01-8.057 44.532 10.076 14.528 30.016 18.126 44.531 8.057C529.633 438.927 576 350.406 576 256c0-103.244-54.579-194.877-137.944-245.859zM480 256c0-68.547-36.15-129.777-91.957-163.901-15.076-9.22-34.774-4.471-43.994 10.607-9.22 15.078-4.471 34.774 10.607 43.994C393.067 170.188 416 211.048 416 256c0 41.964-20.62 81.319-55.158 105.276-14.521 10.073-18.128 30.01-8.056 44.532 6.216 8.96 16.185 13.765 26.322 13.765a31.862 31.862 0 0 0 18.21-5.709C449.091 377.953 480 318.938 480 256zm-96 0c0-33.717-17.186-64.35-45.972-81.944-15.079-9.214-34.775-4.463-43.992 10.616s-4.464 34.775 10.615 43.992C314.263 234.538 320 244.757 320 256a32.056 32.056 0 0 1-13.802 26.332c-14.524 10.069-18.136 30.006-8.067 44.53 10.07 14.525 30.008 18.136 44.53 8.067C368.546 316.983 384 287.478 384 256z"></path></svg>');
}
.mejs-unmute>button:before {
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="%2388ced0" d="M256 88.017v335.964c0 21.438-25.943 31.998-40.971 16.971L126.059 352H24c-13.255 0-24-10.745-24-24V184c0-13.255 10.745-24 24-24h102.059l88.971-88.954c15.01-15.01 40.97-4.49 40.97 16.971z"></path></svg>');
width: 18px;
height: 18px;
}
.mejs-time {
color: #88ced0 !important;
font-size: 0.8em !important;
font-family: 'Source sans pro' !important;
padding-top: 12px !important;
}
.mejs-time-rail {
padding-top: 7px !important;
height: 30px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail span {
border-radius: 40px !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total {
background: #f3fdfe !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-current {
background: #88ced0 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #d8fbfe !important;
}
.mejs-time-handle-content {
width: 16px !important;
height: 16px !important;
top: -7px !important;
left: -10px !important;
background: #eee !important;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
border: none !important;
-webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
transform: scale(1) !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current:after {
content: "";
width: 14px;
height: 14px;
background: #ededed;
position: absolute;
border-radius: 100%;
top: -3px;
right: -3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.entry-content .powerpress_links {
font-size: 14px;
margin-bottom: 5px;
}
.entry-content .powerpress_links+.powerpress_links {
margin-bottom: 20px;
}
.entry-content .powerpress_links a:hover {
text-decoration: underline;
} .widget_bttk_author_bio .image-holder {
display: table;
clear: both;
border-radius: 7px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.17);
margin-bottom: 20px;
width: 100%;
}
.widget_bttk_author_bio .image-holder img {
width: 100%;
}
.widget_bttk_author_bio .title-holder {
font-weight: 700;
color: #000;
margin-bottom: 10px;
}
.widget_bttk_author_bio .widget-title {
text-align: left;
}
.widget_bttk_author_bio .author-bio-content p {
margin-top: 0;
}
.readmore {
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 20px;
display: inline-block;
text-decoration: underline;
}
.readmore:hover {
color: #e75387;
}
.widget_bttk_author_bio .readmore {
background: #e75387;
color: #fff;
text-decoration: none;
border-radius: 5px;
padding: 15px 30px;
}
.widget_bttk_author_bio .readmore:hover {
background: #88ced0;
color: #fff;
}
.widget_bttk_author_bio ul li {
display: inline-block;
margin-bottom: 0;
text-align: center;
margin-right: 5px;
font-size: 16px;
}
.widget_bttk_author_bio ul li a {
display: inline-block;
color: #000;
border: 2px solid #cfebec;
width: 35px;
height: 35px;
line-height: 32px;
border-radius: 100%;
box-shadow: 0 0 0 transparent;
}
#secondary .widget.widget_bttk_author_bio ul li a:hover,
.widget_bttk_author_bio ul li a:hover {
background: #88ced0;
border-color: #88ced0;
color: #fff;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.17);
} form.search-form:before,
form.search-form:after {
content: "";
display: table;
}
form.search-form:after {
clear: both;
}
.widget_search form.search-form {
border: 1px solid #ededed;
border-radius: 5px;
}
.widget_search form.search-form input.search-field {
height: 50px;
box-shadow: none;
font-size: 16px;
width: calc(100% - 55px);
}
.widget_search .search-form>label[for="submit-field"] {
height: 50px;
line-height: 50px;
width: 55px;
font-size: 18px;
} .widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_nav_menu ul li,
.widget_rss ul li {
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #e5e5e5;
position: relative;
padding-left: 20px;
}
.site-footer .widget_categories ul li,
.site-footer .widget_archive ul li,
.site-footer .widget_meta ul li,
.site-footer .widget_pages ul li,
.site-footer .widget_recent_comments ul li,
.site-footer .widget_recent_entries ul li,
.site-footer .widget_nav_menu ul li,
.site-footer .widget_rss ul li {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_rss ul li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_nav_menu ul li:before,
.widget_rss ul li:before {
content: "";
background: #8c8c8c;
width: 8px;
height: 8px;
position: absolute;
top: 8px;
left: 0;
border-radius: 100%;
}
.site-footer .widget_categories ul li:before,
.site-footer .widget_archive ul li:before,
.site-footer .widget_meta ul li:before,
.site-footer .widget_pages ul li:before,
.site-footer .widget_recent_comments ul li:before,
.site-footer .widget_recent_entries ul li:before,
.site-footer .widget_nav_menu ul li:before,
.site-footer .widget_rss ul li:before {
background: rgba(255, 255, 255, 0.55);
}
#secondary .widget ul li a {
color: #595f5f;
}
#secondary .widget ul li a:hover {
color: #88ced0;
} .widget_rss .widget-title a img {
vertical-align: 0;
}
.widget_rss ul li .rsswidget {
font-weight: 600;
display: block;
}
#secondary .widget_rss ul li .rsswidget {
color: #000;
}
.widget_rss ul li .rss-date {
font-size: 16px;
color: #999;
display: block;
margin-bottom: 15px;
}
.site-footer .widget_rss ul li .rss-date {
color: rgba(255, 255, 255, 0.55);
}
.widget_rss ul li cite {
font-size: 14px;
font-weight: 600;
position: relative;
padding-left: 10px;
margin-top: 10px;
display: block;
}
.widget_rss ul li cite::before {
content: "-";
position: absolute;
top: 0;
left: 0;
} .widget_calendar caption {
background: #88ced0;
color: #fff;
font-weight: 700;
letter-spacing: 1px;
padding: 5px;
}
.widget_calendar table th,
.widget_calendar table td {
padding: 5px;
font-size: 16px;
text-align: center;
}
.widget_calendar table th {
font-weight: 700;
}
.widget_calendar .wp-calendar-nav-next {
float: right;
}
.widget_calendar table td#today {
background: #88ced0;
color: #fff;
}
.widget_calendar table td#today a {
color: #fff;
} .widget_tag_cloud .tagcloud a {
display: inline-block;
font-size: 12px !important;
color: #595f5f;
padding: 10px 20px;
border: 1px solid #cfebec;
margin-right: 3px;
margin-bottom: 8px;
letter-spacing: 0.5px;
text-transform: uppercase;
font-weight: 700;
}
.widget_tag_cloud .tagcloud a:hover {
border-color: #88ced0;
background: #88ced0;
color: #fff;
} .widget_bttk_social_links ul:before,
.widget_bttk_social_links ul:after {
content: "";
display: table;
}
.widget_bttk_social_links ul:after {
clear: both;
}
.widget_bttk_social_links ul {
overflow: visible;
}
.widget_bttk_social_links ul li {
display: inline-block;
margin-bottom: 0;
color: #000;
font-size: 20px;
}
#secondary .widget_bttk_social_links ul li a,
.widget_bttk_social_links ul li a {
background: none;
width: 56px;
text-align: center;
height: 56px;
line-height: 52px;
border: 2px solid #cfebec;
margin-right: 3px;
margin-bottom: 8px;
border-radius: 100%;
color: #000;
box-shadow: 0 0 20px transparent;
}
.site-footer .widget_bttk_social_links ul li a {
color: #fff;
}
#secondary .widget_bttk_social_links ul li a:hover,
.widget_bttk_social_links ul li a:hover {
background: #88ced0;
border-color: #88ced0;
color: #fff !important;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.17);
} .single.style2:not(.woocommerce) .site-content,
.page.style2:not(.woocommerce) .site-content {
margin-top: 0;
}
.single.style2 .site-content>header.entry-header,
.page.style2 .site-content>header.page-header {
min-height: 500px;
background-size: cover !important;
position: relative;
background-attachment: fixed !important;
text-align: center;
display: flex;
flex: 1;
justify-content: center;
z-index: 1;
margin-bottom: 60px;
padding-top: 60px;
padding-bottom: 60px;
flex-flow: column wrap;
}
@supports (-webkit-touch-callout: none) {
.single.style2 .site-content>header.entry-header,
.page.style2 .site-content>header.page-header {
background-attachment: scroll !important;
}
}
.single.style2 .site-content>header.entry-header:before,
.page.style2 .site-content>header.page-header:before {
content: "";
background: rgba(0, 0, 0, 0.6);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.single.style2 .category {
margin-bottom: 20px;
}
.single.style2 .category a {
display: inline-block;
vertical-align: middle;
color: #000;
background: #fff;
line-height: 1;
font-size: 10px;
text-transform: uppercase;
font-weight: 700;
padding: 5px 15px 3px 15px;
border-radius: 40px;
margin-right: 5px;
}
.single.style2 .category a:hover {
background: #88ced0;
color: #fff;
}
.single.style2 .site-content>.entry-header .entry-title,
.page.style2 .site-content>.page-header .page-title {
color: #fff;
font-size: 2.665em;
max-width: 665px;
margin: 0 auto 20px auto;
}
.single.style1 .site-main .entry-header .entry-title,
.page.style1 .site-main .page-header .page-title {
font-size: 2.335em;
}
.single .entry-meta {
font-family: 'Nunito Sans', sans-serif;
}
.single .entry-meta>span {
font-weight: 600;
margin-right: 60px;
}
.single .entry-meta>span:last-child {
margin-right: 0;
}
.single.style2 .entry-meta>span.post-comment {
color: #fff;
}
.single .entry-meta>span:before {
width: 6px;
height: 6px;
background: #b9bdbd;
content: "";
position: absolute;
top: 10px;
right: -33px;
border-radius: 100%;
}
.single .entry-meta>span.byline::before {
top: 11px;
}
.single .entry-meta>span:last-child:before {
display: none;
}
.single.style2 .entry-meta span a {
color: #fff;
}
.single.style2 .entry-meta span a:hover {
color: #88ced0;
}
.dropcap {
display: inline-block;
font-size: 5.55em;
line-height: 0.9em;
font-family: 'Nunito', sans-serif;
font-weight: 700;
color: #88ced0;
float: left;
margin-right: 15px;
}
.single footer.entry-footer,
.page footer.entry-footer {
margin-bottom: 80px;
}
.entry-footer .tags {
display: inline-block;
vertical-align: middle;
width: 50%;
}
.tags a {
display: inline-block;
font-size: 15px;
background: #f7f7f7;
padding: 0 8px;
border-radius: 3px;
border: 1px solid #e7e7e7;
border-left: 3px solid #88ced0;
margin-right: 3px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
}
.tags a:hover {
background: #88ced0;
border-color: #88ced0;
color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.tags a:before {
content: "#";
margin-right: 5px;
float: left;
}
.entry-footer .article-share {
display: inline-block;
vertical-align: middle;
width: 49%;
text-align: right;
float: right;
}
.article-share ul.social-icons li {
margin-left: 5px;
}
.article-share ul.social-icons li a {
display: inline-block;
width: 35px;
text-align: center;
height: 35px;
line-height: 33px;
border: 2px solid #cfebec;
border-radius: 100%;
padding: 0;
box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}
.article-share ul.social-icons li a:hover {
background: #88ced0;
border-color: #88ced0;
color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.author-profile:before,
.author-profile:after {
content: "";
display: table;
}
.author-profile:after {
clear: both;
}
.single .author-profile {
border-top: 1px solid #e5e5e5;
padding-top: 60px;
}
.author-profile .author-img {
float: left;
width: 100px;
height: 100px;
border-radius: 100%;
overflow: hidden;
}
.author-profile .author-content-wrap {
float: left;
width: calc(100% - 100px);
padding-left: 30px;
}
.author-content-wrap .author-name {
font-size: 1.33em;
margin-top: 0;
margin-bottom: 20px;
position: relative;
padding-bottom: 15px;
}
.author-content-wrap .author-name span.vcard {
color: #88ced0;
text-transform: capitalize;
}
.author-content-wrap .author-name:before {
content: "";
background: #e75387;
width: 8px;
height: 8px;
position: absolute;
bottom: 0px;
left: 0;
border-radius: 100%;
}
.author-content-wrap .author-name:after {
content: "";
background: #88ced0;
width: 90px;
height: 2px;
position: absolute;
left: 20px;
bottom: 3px;
}
.author-content-wrap .author-social {
margin-top: 15px;
}
.author-social a {
display: inline-block;
margin-right: 25px;
font-size: 16px;
color: #595f5f;
}
.author-social a:last-child {
margin-right: 0;
}
.author-social a svg {
color: #000;
margin-right: 5px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.author-social a:hover,
.author-social a:hover svg {
color: #88ced0;
}
.author-social a span {
border-bottom: 1px dotted transparent;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.author-social a:hover span {
border-bottom-color: #88ced0;
}
.newsletter-block {
text-align: center; }
.author-profile+.newsletter-block {
margin-top: 60px;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper {
border-radius: 5px;
padding: 60px;
overflow: hidden;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper .text-holder h3 {
color: inherit;
font-size: 1.667em;
margin-top: 0;
margin-bottom: 10px;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper .text-holder span {
color: inherit;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: center;
margin-top: 25px;
}
.newsletter-block form input[type="text"],
.newsletter-block form input[type="email"],
.newsletter-block form input[type="submit"] {
margin-bottom: 0;
margin-left: 0.5%;
margin-right: 0.5%;
display: flex;
flex: 1;
}
.newsletter-block form input[type="text"],
.newsletter-block form input[type="email"] {
border-color: rgba(0, 0, 0, 0.2);
flex: 2;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form label {
text-align: left;
order: 5;
width: 100%;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form label .subscribe-inner-wrap {
justify-content: center;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form label .text {
flex: initial;
max-width: calc(100% - 25px);
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
padding: 15px;
text-transform: capitalize;
}
.newsletter-block form input[type="submit"]:hover {
background: #000;
}
.single .tags+.edit-link,
.single .article-share+.edit-link,
.page .tags+.edit-link,
.page .article-share+.edit-link {
margin-top: 20px;
display: block;
} .related-articles,
.latest-articles {
margin-top: 60px;
}
.related-articles .related-title,
.latest-articles .latest-title {
text-align: center;
font-size: 1.33em;
position: relative;
margin-top: 0;
margin-bottom: 40px;
padding-bottom: 20px;
}
.related-articles .related-title:before,
.latest-articles .latest-title:before {
content: "";
background: #e75387;
width: 8px;
height: 8px;
border-radius: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
}
.related-articles .related-title span:before,
.related-articles .related-title span:after,
.latest-articles .latest-title span:before,
.latest-articles .latest-title span:after {
content: "";
background: #88ced0;
width: 70px;
height: 2px;
position: absolute;
bottom: 3px;
left: -100px;
right: 0;
margin: 0 auto;
}
.related-articles .related-title span:after,
.latest-articles .latest-title span:after {
left: 0;
right: -100px;
}
.related-articles .article-block,
.latest-articles .article-block {
display: inline-block;
vertical-align: top;
width: 31.33%;
margin-right: 2%;
margin-bottom: 40px;
text-align: left;
}
.related-articles .article-block:nth-child(3n),
.latest-articles .article-block:nth-child(3n) {
margin-right: 0;
}
.article-block figure.post-thumbnail {
border-radius: 5px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
margin-bottom: 20px;
display: block;
}
.single .related-articles .article-block .entry-header .entry-title {
font-size: 1.112em;
margin-bottom: 0;
} .single .site-main .has-sticky-share::before,
.single .site-main .has-sticky-share::after {
content: "";
display: table;
}
.single .site-main .has-sticky-share::after {
clear: both;
}
.single.style1 article figure.post-thumbnail,
.page.style1 article figure.post-thumbnail {
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
border-radius: 5px;
overflow: hidden;
display: block;
}
.single-post.style2 .site-main article .post-thumbnail,
.single-post.style2 .site-main article header.entry-header,
.page.style2 .site-main article .post-thumbnail,
.page.style2 .site-main article header.page-header {
display: none;
}
.single.style1 .category a {
background: none;
padding: 0;
font-size: 12px;
color: #b9bdbd;
letter-spacing: 1px;
}
.single.style1 .category a:hover,
.single.style1 .entry-meta span a:hover {
color: #88ced0;
}
.single.style1 .article-wrap article>.entry-header .entry-title,
.page.style1 .article-wrap article>.entry-header .entry-title {
font-size: 2.335em;
margin-bottom: 10px;
}
.single.style1 .entry-meta span {
font-weight: 600;
}
.single.style1 .entry-meta span a {
color: #595f5f;
}
.single .site-main .entry-content,
.page .site-main .entry-content {
margin-top: 0;
}
.single.centered .site-main article.has-sticky-share {
max-width: 980px;
margin-left: auto;
margin-right: auto;
}
.single .site-main .has-sticky-share .article-share+.entry-content {
position: relative;
float: left;
width: calc(100% - 60px);
padding-left: 30px;
}
.single .site-main .has-sticky-share .article-share+.entry-content+footer.entry-footer {
width: calc(100% - 65px);
float: right;
padding-left: 30px;
display: table;
}
.single .article-share.sticky-share {
position: sticky;
top: 0;
left: 0;
padding-top: 0;
background: #fff;
float: left;
width: 60px;
}
.single .article-share.sticky-share ul.social-icons li {
font-size: 22px;
display: block;
margin-left: 0;
margin-bottom: 10px;
}
.single .article-share.sticky-share ul.social-icons li a {
width: 56px;
height: 56px;
line-height: 52px;
}
.single .site-main .author-signature,
.page .site-main .author-signature {
display: flex;
flex-wrap: wrap;
align-items: center;
flex-direction: column;
border-top: 1px solid rgba(0, 0, 0, 0.05);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding-bottom: 30px;
padding-top: 20px;
margin-top: 40px;
}
.single .site-main .author-signature.left,
.page .site-main .author-signature.left {
align-items: flex-start;
}
.single .site-main .author-signature.right,
.page .site-main .author-signature.right {
align-items: flex-end;
}
.single .site-main .author-signature img,
.page .site-main .author-signature img {
margin-top: 5px;
margin-bottom: 5px;
}
.single .site-main .author-signature .social-icons,
.page .site-main .author-signature .social-icons {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
flex: 1;
}
.single .site-main .author-signature .social-icons li,
.page .site-main .author-signature .social-icons li {
margin-left: 3px;
margin-right: 3px;
margin-top: 5px;
display: inline-block;
}
.single .site-main .author-signature .social-icons li a,
.page .site-main .author-signature .social-icons li a {
display: inline-block;
width: 40px;
text-align: center;
height: 40px;
line-height: 38px;
border: 2px solid rgba(0, 0, 0, 0.1);
color: #999;
border-radius: 100%;
}
.single .site-main .author-signature .social-icons li a:hover,
.page .site-main .author-signature .social-icons li a:hover {
border-color: #88ced8;
background: #88ced8;
color: #fff;
} .error404 section.error-404 {
text-align: center;
max-width: 700px;
margin: 0 auto;
}
.error-404 .error-num {
font-family: 'Nunito', sans-serif;
font-weight: 700;
color: #88ced0;
font-size: 20em;
line-height: 1;
text-shadow: 0 10px rgba(0, 0, 0, 0.1);
}
.error-404 .error-text {
font-size: 1.388em;
}
.error-404 a.bttn {
font-family: 'Nunito', sans-serif;
font-size: 18px;
font-weight: 700;
display: inline-block;
background: #e75387;
color: #fff;
padding: 12px 40px;
border-radius: 5px;
margin-top: 50px;
}
.error-404 a.bttn:hover {
background: #88ced0;
}
.error-404 form.search-form {
border: 1px solid #ededed;
border-radius: 5px;
margin-top: 60px;
}
.error-404 form.search-form input.search-field {
font-size: 16px;
font-weight: 400;
}
.error404 .latest-articles {
margin-top: 100px;
} .page-template-contact section.bg-cta-section,
.page:not(.home) section.bg-cta-section {
margin-bottom: 0;
}
.page-template-contact .page-header .page-title {
text-transform: none;
text-align: center;
}
.contact-wrap:before,
.contact-wrap:after {
content: "";
display: table;
}
.contact-wrap:after {
clear: both;
}
.contact-wrap .contact-block {
float: left;
width: 50%;
padding-right: 15px;
}
.contact-wrap .contact-block+.contact-block {
padding-left: 15px;
padding-right: 0;
}
body[class*="page-template-"] .widget_blossomtheme_companion_cta_widget {
margin-bottom: 0;
}
body[class*="page-template-"] #secondary .widget_blossomtheme_companion_cta_widget {
margin-bottom: 60px;
}
.page-template-contact .contact-wrap .widget-title {
font-size: 2em;
position: relative;
margin-bottom: 30px;
padding-bottom: 15px;
}
.page-template-contact .contact-wrap .widget-title:before {
content: "";
background: #e75387;
width: 8px;
height: 8px;
border-radius: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.page-template-contact .contact-wrap .widget-title:after {
content: "";
background: #88ced0;
width: 150px;
height: 2px;
position: absolute;
bottom: 3px;
left: 20px;
}
.contact-info-list {
margin: 0;
padding: 0;
list-style: none;
}
.contact-info-list li {
position: relative;
padding-left: 35px;
margin-bottom: 15px;
}
.contact-info-list li svg {
position: absolute;
top: 5px;
font-size: 20px;
left: 0;
color: #88ced0;
}
.page-template-contact #primary .social-icons a {
display: inline-block;
width: 56px;
text-align: center;
height: 56px;
line-height: 52px;
border: 2px solid #cfebec;
margin-right: 3px;
margin-bottom: 8px;
border-radius: 100%;
color: #000;
box-shadow: 0 0 20px transparent;
font-size: 22px;
}
.page-template-contact #primary .social-icons a:hover {
background: #88ced0;
border-color: #88ced0;
color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.17);
}
.page-template-contact .contact-map {
margin-top: 60px;
border-radius: 5px;
overflow: hidden;
}
.contact-map iframe {
border: none;
}
.page-template-contact .site-main .widget_bttk_contact_social_links .social-networks a {
color: #000;
}
.page-template-contact .site-main .widget_bttk_contact_social_links .social-networks a:hover {
color: #fff;
}
.page-template-contact .contact-wrap form label {
font-size: 16px;
}
.page-template-contact .contact-wrap form textarea {
height: 120px;
}
.page-template-contact .contact-wrap form input[type="submit"] {
width: 100%;
text-transform: capitalize;
}
#map-canvas {
width: 100% !important;
} .single-bt-event.style2:not(.woocommerce) .site-content {
margin-top: 60px;
}
.page-template-event section.bg-cta-section {
margin-bottom: 0;
}
.page-template-event .page-header .page-title {
text-align: center;
}
.page-template-event .event-wrap {
padding-top: 0;
}
.page-template-event .event-wrap .event-block {
border: 1px solid #ededed;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.page-template-event .event-wrap .event-block:hover {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.page-template-event .event-wrap .event-block {
margin-bottom: 60px;
}
.exclusive .event-wrap {
display: block;
padding-top: 0;
}
.single-bt-event .event-wrap .event-block {
width: 100%;
margin-right: 0;
padding: 0;
background: none;
box-shadow: none;
}
.single-bt-event .header-wrap:before,
.single-bt-event .header-wrap:after {
content: "";
display: table;
}
.single-bt-event .header-wrap:after {
clear: both;
}
.single-bt-event .header-wrap {
margin-bottom: 40px;
}
.single-bt-event .event-block .entry-header {
float: left;
width: calc(100% - 90px);
padding-left: 30px;
}
.single-bt-event .event-block .event-date {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.single-bt-event.style2 .site-content .entry-header .entry-title {
max-width: 100%;
color: #000;
font-size: 2em;
}
.single.single-bt-event .entry-meta>span {
margin-right: 0;
font-weight: 400;
}
.single-bt-event .event-block span.event-time {
display: inline-block;
padding-right: 10px;
}
.single.single-bt-event .entry-meta>span:before {
display: none;
}
.single-bt-event .event-block .event-content {
float: none;
width: 100%;
padding-left: 0;
}
.single-bt-event figure.post-thumbnail {
margin-bottom: 40px;
border-radius: 5px;
overflow: hidden;
display: block;
}
.single-bt-event .event-schedule-wrap {
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-items: center;
background: #f3fdfe;
padding: 30px 15px;
border-top: 5px solid #88ced0;
margin-bottom: 30px;
}
.single-bt-event .event-schedule-wrap>div {
text-align: center;
border-right: 2px solid rgba(0, 0, 0, 0.1);
padding: 0 15px;
width: 100%;
}
.single-bt-event .event-schedule-wrap>div:last-child {
margin-bottom: 0;
border-right: none;
}
.single-bt-event .event-schedule-wrap>div strong {
display: block;
color: #000;
margin-bottom: 5px;
}
.single-bt-event .event-schedule-wrap>div span {
font-size: 16px;
}
.single-bt-event .event-schedule-wrap>div span.seperator {
margin: 0 5px;
display: inline-block;
}
.single-bt-event .event-schedule-wrap .category a {
background: none;
padding: 0;
font-size: 16px;
color: #595f5f;
font-weight: 400;
text-transform: none;
}
.single-bt-event .event-schedule-wrap .category a:hover {
color: #88ced0;
}
.loc-map h4 {
margin: 1.5em 0 1em 0;
}
.single.single-bt-event footer.entry-footer {
margin-bottom: 0;
margin-top: 60px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 60px;
text-align: center;
}
.single.single-bt-event footer.entry-footer .article-share {
width: 100%;
text-align: center;
}
.single-bt-event iframe {
width: 100%;
border-radius: 5px;
} .podcast-list.list-view article.post figure.post-thumbnail {
width: 34%;
}
.podcast-list.list-view .article-content-wrap {
width: 66%;
}
.podcast-list.list-view article.post header.entry-header {
margin-bottom: 20px;
}
.podcast-list.list-view .entry-header .entry-title {
font-size: 1.33em;
} .search .page-header>.wrapper {
max-width: 600px;
width: auto;
}
.search .page-header .page-title {
font-size: 1.667em;
margin-bottom: 20px;
}
.search .page-header form.search-form {
border: 1px solid #ededed;
border-radius: 5px;
}
.search .page-header form.search-form input.search-field {
font-weight: 700;
}
.search .page-header form.search-form input.search-field::-webkit-input-placeholder { font-weight: 400;
}
.search .page-header form.search-form input.search-field::-moz-placeholder { font-weight: 400;
}
.search .page-header form.search-form input.search-field:-ms-input-placeholder { font-weight: 400;
}
.search .page-header form.search-form input.search-field:-moz-placeholder { font-weight: 400;
}
.search-no-results .site-main {
height: auto !important;
}
.search-no-results span.showing-result,
.search-no-results .no-results header.page-header,
.search-no-results .no-results .page-content .search-form {
display: none;
} .page-template-service section.bg-cta-section {
margin-bottom: 0;
}
.page-template-service .site-content header.page-header {
margin-bottom: 40px;
}
.page-template-service .page-header .page-title {
text-align: center;
}
.page-template-service .intro-service-section .wrapper:before,
.page-template-service .intro-service-section .wrapper:after {
display: none;
}
.page-template-service .intro-service-section .wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
}
.page-template-service .content-area .widget .widget-title {
padding-bottom: 0;
margin-bottom: 15px;
}
.page-template-service .site-content {
margin-bottom: 0;
}
.intro-service-section {
margin-top: 45px;
margin-bottom: 45px;
}
section.text-wdgt-section {
margin-top: 80px;
margin-bottom: 40px;
}
.text-wdgt-section .wrapper {
text-align: left;
}
section.text-wdgt-section .widget,
section.text-wdgt-section .widget.widget_text {
margin-bottom: 40px;
display: inline-block;
width: 48%;
margin-right: 3%;
}
section.text-wdgt-section .widget:nth-child(2n),
section.text-wdgt-section .widget.widget_text:nth-child(2n) {
margin-right: 0;
}
section.text-wdgt-section .widget .widget-title {
width: 100%;
display: block;
padding-bottom: 0;
margin-bottom: 20px;
font-size: 1.33em;
}
section.text-wdgt-section .widget .widget-title:after,
section.text-wdgt-section .widget .widget-title span:before,
section.text-wdgt-section .widget .widget-title span:after {
display: none;
}
section.text-wdgt-section .widget_text .textwidget {
width: 100%;
}
section.text-wdgt-section .widget_text .textwidget p {
margin-bottom: 0;
margin-top: 20px;
}
section.text-wdgt-section .widget_text .textwidget p:first-child {
margin-top: 0;
}
.page-template-service .intro-service-section+.pricing-section {
border-top: 1px solid #e5e5e5;
padding-top: 80px;
}
.page-template-service .pricing-section .wrapper {
display: flex;
flex-wrap: wrap;
} .single-bt-success-story.style2:not(.woocommerce) .site-content {
margin-top: 60px;
}
.page-template-success-story section.bg-cta-section {
margin-bottom: 0;
}
.page-template-success-story .site-main article {
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 1px solid #eee;
}
.page-template-success-story .site-main article:last-child {
padding-bottom: 0;
border-bottom: none;
}
.page-template-success-story .site-main article .entry-header,
.single-bt-success-story .site-main article .entry-header {
margin-top: 30px;
margin-bottom: 30px;
}
.page-template-success-story .site-main .entry-header .entry-title {
font-size: 2em;
}
.page-template-success-story .site-main article figure.post-thumbnail {
margin-bottom: 20px;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
display: block;
}
.testimonial-success-story {
margin: 50px 0;
padding: 30px;
font-style: italic;
font-weight: 600;
line-height: 1.6;
font-size: 1.33em;
position: relative;
background: #e75387;
color: #fff;
border-radius: 5px;
}
.single .site-main .has-sticky-share .testimonial-success-story {
float: right;
width: calc(100% - 95px);
}
.testimonial-success-story .achievement-text {
position: relative;
padding-left: 80px;
padding-top: 15px;
}
.testimonial-success-story .achievement-text:before {
content: "\201c";
font-weight: 400;
font-size: 90px;
color: #fff;
line-height: 1;
width: 60px;
height: 60px;
background: #88ced0;
border-radius: 100%;
position: absolute;
top: 0;
left: 0;
text-align: center;
padding: 10px 7px 0 0;
}
.testimonial-success-story .achievement-text::after {
content: "";
background: #88ced0;
height: calc(100% - 80px);
width: 4px;
position: absolute;
top: 70px;
left: 30px;
}
.testimonial-success-story p {
margin-top: 0;
}
.testimonial-success-story p:last-child {
margin-bottom: 0;
}
.testimonial-success-story .name-wrap {
padding-left: 80px;
margin-top: 20px;
}
.testimonial-success-story .name-wrap .name {
display: block;
font-size: 18px;
font-style: normal;
font-weight: 700;
text-transform: capitalize;
}
.testimonial-success-story .name-wrap .designation {
display: block;
font-style: normal;
font-size: 16px;
}
.single-bt-success-story.style2 .site-content .entry-header .entry-title {
color: #000;
max-width: 100%;
}
.single-bt-success-story.style2 .entry-meta span a {
color: #88ced0;
}
.single-bt-success-story.style2 .entry-meta span a:hover {
text-decoration: underline;
} .page-template-testimonial .site-content {
margin-bottom: 80px;
}
.page.page-template-testimonial header.page-header {
text-align: center;
}
.page-template-testimonial .site-main .widget {
display: inline-block;
vertical-align: top;
width: 48%;
margin-right: 3%;
text-align: center;
}
.page-template-testimonial .site-main .widget:nth-child(2n) {
margin-right: 0;
}
.page-template-testimonial section.bg-cta-section {
margin-bottom: 0;
} .widget_bttk_image_text_widget ul li a {
display: block;
}
.widget_bttk_image_text_widget ul li img {
width: 100%;
height: 100%;
object-fit: cover;
} .page-template-blossom-portfolio .page-header .page-title {
text-align: center;
}
.portfolio-sorting .button:hover,
.portfolio-sorting .button.is-checked {
color: #88ced0;
}
.portfolio-text-holder .portfolio-img-title {
line-height: 1.2em;
font-family: 'Nunito Sans';
}
.portfolio-item .portfolio-img-title a:hover,
.portfolio-item .portfolio-cat a,
.entry-header .portfolio-cat a {
color: #88ced0;
}
.portfolio-item .portfolio-cat a:hover,
.entry-header .portfolio-cat a:hover {
text-decoration: underline;
}
.portfolio-holder .entry-header .entry-title {
font-size: 2.335em;
}
.single .entry-content a:hover {
text-decoration: underline;
}
.single-blossom-portfolio .navigation .nav-links::before,
.single-blossom-portfolio .navigation .nav-links::after {
content: "";
display: table;
line-height: 0;
height: 0;
}
.single-blossom-portfolio .navigation .nav-links::after {
clear: both;
}
.single-blossom-portfolio .post-navigation .nav-links div[class*="nav-"]::before {
display: none;
}
.single-blossom-portfolio .post-navigation .nav-links div[class*="nav-"] a {
color: #333;
text-decoration: none;
font-weight: 400;
display: inline-block;
line-height: 1.6;
position: relative;
padding-left: 30px;
min-height: auto;
}
.single-blossom-portfolio .post-navigation .nav-links div.nav-next a {
padding-left: 0;
padding-right: 30px;
}
.single-blossom-portfolio .post-navigation .nav-links div[class*="nav-"] a:before {
content: "";
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23333" 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;
width: 20px;
height: 30px;
position: absolute;
top: 0;
left: 0;
font-size: 30px;
line-height: 0.95;
}
.single-blossom-portfolio .post-navigation .nav-links div.nav-next a:before {
background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23333" 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>');
left: auto;
right: 0;
}
.single-blossom-portfolio .post-navigation .nav-links div[class*="nav-"] a:hover {
color: #88ced0;
}
.related-portfolio {
text-align: center;
}
.related-portfolio-title {
margin-bottom: 40px;
padding-bottom: 20px;
position: relative;
display: inline-block;
font-size: 1.33em;
font-family: 'nunito';
font-weight: 600;
color: #000;
}
.related-portfolio-title::before {
content: "";
background: #e8508d;
width: 28px;
height: 28px;
position: absolute;
bottom: -6px;
left: 0;
right: 0;
margin: 0 auto;
border-radius: 100%;
border: 10px solid #fff;
z-index: 1;
}
.related-portfolio-title::after {
content: "";
background: #88ced0;
width: 140px;
height: 2px;
position: absolute;
bottom: 7px;
left: 0;
right: 0;
margin: 0 auto;
}
.portfolio-item .portfolio-item-inner {
border-radius: 5px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.portfolio-item img {
width: 100%;
height: 100%;
object-fit: cover;
} .tutor-courses .tutor-course-loop-title h2 a {
font-size: 24px;
}
.tutor-dashboard-permalinks li:before {
display: none;
}
.site-main .entry-content ul.tutor-dashboard-permalinks li {
margin-left: 0;
padding-left: 0;
}
.site-main .entry-content ul.tutor-dashboard-permalinks li a:hover {
color: var(--tutor-text-color);
}
.site-main .entry-content ul.tutor-dashboard-permalinks li a,
.tutor-dashboard-info-table td a {
text-decoration: none;
}
.tutor-wrap.courses {
margin-bottom: 20px;
}
.tutor-container {
max-width: 1170px;
padding-left: 0;
padding-right: 0;
}
article.sfwd-courses .entry-header {
margin-top: 20px;
margin-bottom: 20px;
}
article.sfwd-courses .ld-logout,
article.sfwd-lessons .entry-header,
article.sfwd-topic .entry-header {
margin-bottom: 20px;
} @media screen and (max-width: 1770px) {
.sticky-t-bar .blossomthemes-email-newsletter-wrapper .text-holder {
max-width: 39%;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form {
max-width: 60%;
} .newsletter-section .blossomthemes-email-newsletter-wrapper {
padding-left: 9%;
padding-right: 9%;
}
}
@media screen and (max-width: 1600px) {
.main-navigation ul.menu>li:nth-last-of-type(1) ul,
.main-navigation ul.menu>li:nth-last-of-type(2) ul,
.main-navigation ul.menu>li:nth-last-of-type(3) ul {
left: auto;
right: 0;
}
.main-navigation ul.menu>li:nth-last-of-type(1) ul ul,
.main-navigation ul.menu>li:nth-last-of-type(2) ul ul,
.main-navigation ul.menu>li:nth-last-of-type(3) ul ul {
right: 100%;
}
.site-banner .owl-item .banner-caption .title,
.site-banner .banner-caption .banner-wrap .banner-title {
font-size: 3.5em;
}
}
@media screen and (max-width: 1450px) { .custom-background #page,
.custom-background .sticky-bar-content {
width: 1200px;
}
.site-banner .banner-img>img,
.site-banner .item>img,
.site-banner .wp-custom-header img,
.site-banner .fallback-svg {
height: 700px;
}
}
@media screen and (max-width: 1210px) {
.custom-background #page,
.custom-background .sticky-bar-content {
width: 95%;
}
.wrapper,
.widget_bttk_description_widget .bttk-team-inner-holder-modal,
.footer-t .container,
.sticky-bar-content.notification-enabled .wrapper {
width: 100%;
padding-left: 3%;
padding-right: 3%;
}
.widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container {
padding-left: 3%;
padding-right: 3%;
}
.widget_blossomtheme_companion_cta_widget .right .button-wrap {
right: 3%;
}
.sticky-bar-content .wrapper,
.bg-cta-section .wrapper,
section.simple-cta-section .wrapper {
padding-left: 0;
padding-right: 0;
max-width: 100%;
}
.sticky-bar-content .blossomthemes-email-newsletter-wrapper {
padding-left: 3%;
}
.widget_bttk_description_widget .bttk-team-inner-holder-modal {
padding-left: 45%;
}
.widget_bttk_description_widget .bttk-team-holder-modal .image-holder {
width: 40%;
left: 3%;
} .newsletter-section .wrapper {
padding-left: 0;
padding-right: 0;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper {
padding-left: 10%;
padding-right: 10%;
}
}
@media screen and (max-width: 1180px) {
.site-branding .site-title {
font-size: 30px;
}
.site-branding .site-description {
font-size: 10px;
}
.pricing-block .price {
font-size: 1.5em;
}
.main-navigation ul li a {
padding-left: 15px;
padding-right: 15px;
} .sticky-bar-content .blossomthemes-email-newsletter-wrapper {
padding-right: 40px;
}
.sticky-t-bar .close {
right: 10px;
} .site-banner .banner-img>img,
.site-banner .item>img,
.site-banner .wp-custom-header img,
.site-banner .fallback-svg {
height: 500px;
}
.site-banner .owl-item .banner-caption .title,
.site-banner .banner-caption .banner-wrap .banner-title {
font-size: 2.5em;
} .achievement-section .achievement-content {
padding-top: 40px;
padding-bottom: 40px;
padding-left: 40px;
}
.achievement-section .wrapper {
padding-left: 0;
padding-right: 0;
}
.widget_blossomthemes_stat_counter_widget .hs-counter {
font-size: 2.5em;
}
}
@media screen and (max-width: 1096px) {
.main-navigation ul li a {
padding-left: 10px;
padding-right: 10px;
}
.pricing-block .title {
width: 48%;
} .header-lay4 .menu-wrap .main-navigation ul li {
margin-right: 0;
font-size: 13px;
} .header-lay5 .menu-wrap .main-navigation ul li {
margin-right: 0;
}
.widget_blossomtheme_companion_cta_widget .btn-cta {
padding-left: 30px;
padding-right: 30px;
margin-bottom: 5px;
}
}
@media screen and (min-width: 1025px) {
.main-navigation ul ul {
display: block !important;
}
.main-navigation button.toggle-button {
display: none !important;
}
}
@media screen and (max-width: 1024px) {
.wrapper,
.footer-t .container {
max-width: 770px;
}
.sticky-bar-content .wrapper {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper .text-holder {
max-width: 100%;
text-align: center;
margin-bottom: 15px;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper .text-holder h3 {
text-align: center;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form {
max-width: 100%;
}
.sticky-bar-content.notification-enabled .wrapper {
max-width: 770px;
padding-left: 2%;
padding-right: 2%;
}
.achievement-section .wrapper {
max-width: 100%;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper {
padding-left: 20px;
padding-right: 20px;
}
.newsletter-block form {
margin: 20px auto 0 auto;
} .header-t .top-left {
font-size: 14px;
}
.header-t .top-left span {
margin-right: 15px;
}
.header-t .top-left svg {
font-size: 16px;
}
.header-search .header-search-form form.search-form {
width: 60%;
} .site-branding .site-title {
font-size: 45px;
}
.site-branding .site-description {
font-size: 14px;
}
.menu-wrap nav.main-navigation {
width: auto;
}
.menu-wrap nav.main-navigation.menu-toggled {
width: 40px;
height: 40px;
}
.main-navigation button.toggle-button {
display: block;
padding: 0;
width: 40px;
height: 40px;
border-radius: 100%;
position: relative;
}
.menu-wrap nav.main-navigation.menu-toggled .toggle-button {
position: absolute;
top: 20px;
right: 55%;
z-index: 99999;
}
.main-navigation button.toggle-button .toggle-bar {
display: block;
width: 20px;
height: 2px;
background: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.main-navigation button.toggle-button .toggle-bar:first-child {
top: -10px;
}
.main-navigation button.toggle-button .toggle-bar:last-child {
top: 10px;
}
.main-navigation.menu-toggled button.toggle-button .toggle-bar:first-child {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transform: rotate(135deg);
top: 0;
}
.main-navigation.menu-toggled button.toggle-button .toggle-bar:nth-child(2) {
opacity: 0;
visibility: hidden;
}
.main-navigation.menu-toggled button.toggle-button .toggle-bar:last-child {
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
transform: rotate(-135deg);
top: 0;
}
.main-navigation ul.menu,
.one-page .main-navigation ul.nav-menu {
position: fixed;
top: 0;
left: 0;
background: #f5f5f5;
height: 100%;
width: 50%;
z-index: 9999;
padding-top: 80px;
overflow-y: auto;
text-align: left;
box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
opacity: 0;
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;
}
.main-navigation.menu-toggled ul.menu,
.one-page .main-navigation.menu-toggled ul.nav-menu {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.main-navigation ul li {
display: block;
}
.main-navigation ul li a {
padding: 15px 18px;
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-navigation ul li.menu-item-has-children>a::after {
display: none;
}
.main-navigation ul li.menu-item-has-children .submenu-toggle {
display: block;
font-weight: 400;
font-size: 16px;
position: absolute;
top: 19px;
right: 10px;
width: 20px;
text-align: center;
height: 20px;
line-height: 20px;
z-index: 9;
cursor: pointer;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.main-navigation ul li.menu-item-has-children .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.main-navigation ul ul {
display: none;
box-shadow: none;
position: static;
opacity: 1;
visibility: visible;
width: 100%;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.main-navigation ul ul ul {
padding-left: 0;
}
.main-navigation ul ul li:first-child {
box-shadow: none;
} .header-lay2 .menu-wrap {
padding-top: 10px;
padding-bottom: 10px;
}
.header-lay2 .menu-wrap .main-navigation button.toggle-button {
background: none;
}
.header-lay2 .menu-wrap .main-navigation.menu-toggled button.toggle-button {
background: #e75387;
}
.header-lay2 .menu-wrap .main-navigation ul li a {
color: #000;
}
.header-lay2 .menu-wrap .main-navigation ul li:hover>a,
.header-lay2 .menu-wrap .main-navigation ul li.current-menu-item>a,
.header-lay2 .menu-wrap .main-navigation ul li.current_page_item>a {
color: #000;
}
.header-lay2 .header-cart {
float: right;
margin-top: 5px;
margin-right: 15px;
} .header-lay3 .header-t {
border-bottom: none;
}
.site-header.header-lay3 .main-header {
padding-top: 0;
padding-bottom: 0;
}
.header-lay3 .main-header>.wrapper {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.header-lay3 .main-header .main-navigation button.toggle-button {
width: 100%;
border-radius: 0;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.header-lay3 .main-header .main-navigation.menu-toggled button.toggle-button {
width: 40px;
border-radius: 100%;
}
.header-lay3 .main-header .main-navigation ul li {
margin-right: 0;
} .header-lay4 .menu-wrap nav.main-navigation {
width: auto;
}
.header-lay4 .menu-wrap .main-navigation button.toggle-button {
width: 35px;
height: 35px;
}
.header-lay4 .menu-wrap .main-navigation ul li {
margin-right: 0;
}
.header-lay4 .menu-wrap .main-navigation ul ul li:hover>a,
.header-lay4 .menu-wrap .main-navigation ul ul li.current-menu-item>a,
.header-lay4 .menu-wrap .main-navigation ul ul li.current_page_item>a {
border-radius: 5px;
} .header-lay5 .header-t {
padding-top: 15px;
padding-bottom: 15px;
}
.header-lay5 .header-social {
width: auto;
margin-bottom: 15px;
}
.header-lay5 .header-t .top-right {
width: auto;
border-top: none;
margin-top: 0;
padding-top: 0;
text-align: right;
}
.header-lay5 .menu-wrap {
width: auto;
}
.header-lay5 .menu-wrap .main-navigation button.toggle-button {
width: 100%;
border-radius: 0;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.header-lay5 .header-social+.menu-wrap .main-navigation button.toggle-button,
.header-lay5 .top-right+.menu-wrap .main-navigation button.toggle-button,
.header-lay5 .menu-wrap .main-navigation.menu-toggled button.toggle-button {
width: 35px;
border-radius: 100%;
height: 35px;
}
.header-lay5 .header-social+.menu-wrap .main-navigation button.toggle-button {
float: right;
}
.header-lay5 .menu-wrap .main-navigation ul li a {
color: #000;
} .sticky-header .main-navigation .menu>li>a {
padding-top: 15px;
padding-bottom: 15px;
} .site-banner .blossomthemes-email-newsletter-wrapper {
width: 70%;
padding: 20px;
} section[class*="-section"] .widget .blossomtheme-cta-container.center {
width: 100%;
}
.widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container {
max-width: 770px;
padding-left: 2%;
padding-right: 2%;
}
.widget_blossomtheme_companion_cta_widget .right .button-wrap {
right: 2%;
} .service-section .wrapper {
grid-template-columns: repeat(2, 1fr);
}
.service-section .widget.widget_text {
grid-column: 1 / span 2;
} .pricing-section .wrapper {
flex-direction: column;
}
.pricing-section .widget_bcp_pt_widget {
width: 100%;
margin-right: 0;
margin-left: 0;
} section.achievement-section {
margin-bottom: 0;
}
.achievement-section .wrapper {
display: block;
}
.achievement-section figure.cd-image-container,
.achievement-section .achievement-content {
width: 100%;
}
.achievement-section .achievement-content {
padding-left: 3%;
padding-right: 3% !important;
padding-top: 50px;
padding-bottom: 50px;
display: block;
} .podcast-section .block-wrap .block {
width: 47.33%;
}
.podcast-section .block-wrap .block:last-child {
display: none;
} .event-block .event-date {
float: none;
margin-bottom: 30px;
}
.event-block .event-content {
float: none;
width: 100%;
padding-left: 0;
} .blog-section article.post {
width: 48%;
}
.blog-section article.post:nth-child(3n) {
margin-right: 2.5%;
}
.blog-section article.post:nth-child(2n) {
margin-right: 0;
} .shop-section .shop-wrap {
grid-template-columns: repeat(2, 1fr);
}
.shop-section .item .onsale {
left: 0;
} .newsletter-section .blossomthemes-email-newsletter-wrapper {
flex-direction: column;
padding-left: 10%;
padding-right: 10%;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder {
padding-right: 0;
margin-bottom: 30px;
text-align: center;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form label .subscribe-inner-wrap {
justify-content: center;
} .footer-t .grid.column-3,
.footer-t .grid.column-4 {
grid-template-columns: repeat(2, 1fr);
} #secondary .blossomthemes-email-newsletter-wrapper,
.site-footer .blossomthemes-email-newsletter-wrapper {
border-radius: 5px;
overflow: hidden;
padding: 30px;
}
#secondary .blossomthemes-email-newsletter-wrapper .text-holder,
.site-footer .blossomthemes-email-newsletter-wrapper .text-holder {
text-align: center;
color: #fff;
}
#secondary .blossomthemes-email-newsletter-wrapper .text-holder h3,
.site-footer .blossomthemes-email-newsletter-wrapper .text-holder h3 {
font-size: 2em;
color: #fff;
line-height: 1.2;
} .page-template-about .site-content {
margin-bottom: 0;
}
.counter-section .widget_blossomthemes_stat_counter_widget {
width: 50%;
}
section[class*="-section"] .widget_bttk_description_widget {
width: 47.33%;
}
.bttk-team-inner-holder-modal .description {
max-height: 185px;
overflow-y: auto;
}
.widget_blossomthemes_stat_counter_widget .hs-counter {
font-size: 3em;
}
.blockqote-widget blockquote {
width: 70%;
} .rightsidebar #primary,
.leftsidebar #primary {
float: none;
width: 100%;
padding-right: 0;
margin-bottom: 60px;
}
.leftsidebar #primary {
padding-left: 0;
}
.rightsidebar #secondary,
.leftsidebar #secondary {
float: none;
width: 100%;
} .grid-view .article-wrap {
margin-left: -10px;
margin-right: -10px;
} .page-template-contact .site-content {
margin-bottom: 0;
}
.contact-wrap {
display: flex;
flex: 1;
flex-direction: column;
}
.contact-wrap .contact-block {
float: none;
width: 100%;
padding-right: 0;
order: 2;
}
.contact-wrap .contact-block+.contact-block {
padding-left: 0;
margin-bottom: 60px;
order: 1;
}
.page-template-contact #primary .social-icons a {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 18px;
} .error-404 .error-num {
font-size: 10em;
} .page-template-service .intro-service-section .wrapper {
grid-template-columns: repeat(2, 1fr);
} .single-bt-event .event-block .event-date {
float: left;
margin-bottom: 0;
}
}
@media screen and (max-width: 899px) {
.video-banner .wp-custom-header {
padding-bottom: 850px;
}
section[class*="-section"] .widget_bttk_icon_text_widget {
padding: 25px;
}
}
@media screen and (max-width: 640px) {
body,
button,
input,
select,
optgroup,
textarea {
font-size: 16px;
}
.page-template-event section.bg-cta-section,
section.achievement-section {
margin-bottom: 0;
}
.back-to-top {
width: 40px;
height: 40px;
line-height: 40px;
right: 10px;
}
.back-to-top span {
font-size: 18px;
}
.site-content {
margin-top: 40px;
margin-bottom: 50px;
}
.is-visible .cd-resize-img,
.is-visible .cd-handle {
display: none;
}
.newsletter-block .blossomthemes-email-newsletter-wrapper form {
flex-direction: column;
} .sticky-t-bar span.close {
width: 20px;
height: 20px;
line-height: 20px;
right: 10px;
}
.sticky-t-bar:not(.active) span.close {
height: 20px;
line-height: 18px;
}
.sticky-bar-content .blossomthemes-email-newsletter-wrapper {
padding-right: 30px;
}
.sticky-t-bar .close {
right: 5px;
}
.sticky-bar-content .blossomthemes-email-newsletter-wrapper .text-holder,
.sticky-bar-content .blossomthemes-email-newsletter-wrapper .text-holder h3 {
text-align: center;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="text"]:first-child {
margin-left: 0;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="text"],
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="email"],
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
margin-left: 5px;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
padding-left: 15px;
padding-right: 15px;
} .header-search .header-search-form form.search-form {
width: 90%;
} .menu-wrap nav.main-navigation.menu-toggled .toggle-button {
right: 25%;
}
.main-navigation ul.menu,
.one-page .main-navigation ul.nav-menu {
width: 80%;
} .header-lay3 .header-t>.wrapper {
flex-wrap: wrap;
}
.header-lay3 .header-social {
width: auto;
order: 2;
}
.header-lay3 .header-t .site-branding {
width: 100%;
display: block;
}
.header-lay3 .header-t .top-right {
width: auto;
margin-top: 0;
padding-top: 0;
padding-left: 15px;
border-top: none;
order: 3;
} .video-banner .wp-custom-header {
padding-bottom: 0;
height: auto;
}
.video-banner .wp-custom-header img {
height: auto;
}
.site-banner .banner-cap-wrap {
width: 100%;
float: none;
}
.banner-caption .banner-wrap {
width: 100%;
float: none;
}
.banner-caption>.wrapper {
padding-left: 0;
padding-right: 0;
}
.site-banner .banner-caption {
position: relative;
padding: 40px 15px;
top: 0;
-webkit-transform: none;
-moz-transform: none;
transform: none;
background: #1c1b1b;
}
.site-banner .blossomthemes-email-newsletter-wrapper {
width: 100%;
float: none;
padding: 0;
background: none !important;
border-radius: 0;
}
.banner-caption .blossomthemes-email-newsletter-wrapper .text-holder h3,
.site-banner .item .banner-text .title {
font-size: 2em;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="text"],
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="text"]+[name="subscribe-email"] {
width: 100%;
margin-right: 0;
float: none;
}
.site-banner .banner-img>img,
.site-banner .item>img,
.site-banner .wp-custom-header img,
.site-banner .fallback-svg {
height: 40vw;
}
.site-banner .owl-item .banner-caption .title,
.site-banner .banner-caption .banner-wrap .banner-title {
font-size: 1.5em;
}
.site-banner .owl-item .banner-caption .banner-content {
display: none;
}
.banner-caption .btn-more,
.site-banner .banner-caption .banner-wrap .banner-link {
padding: 10px 20px;
font-size: 16px;
}
.site-banner .owl-carousel .owl-nav [class*="owl-"] {
width: 40px;
height: 40px;
line-height: 40px;
} .widget_blossomtheme_featured_page_widget .widget-featured-holder:before,
.widget_blossomtheme_featured_page_widget .widget-featured-holder:after {
content: "";
display: table;
}
.widget_blossomtheme_featured_page_widget .widget-featured-holder:after {
clear: both;
}
.widget_blossomtheme_featured_page_widget .widget-featured-holder {
display: flex;
flex: 1;
flex-direction: column;
}
.widget_blossomtheme_featured_page_widget .widget-title {
text-align: left;
}
section[class*="-section"] .widget_blossomtheme_featured_page_widget .img-holder+.text-holder,
#primary .widget_blossomtheme_featured_page_widget .text-holder {
width: 100%;
padding-right: 0;
order: 3;
}
section[class*="-section"] .widget_blossomtheme_featured_page_widget .img-holder+.text-holder {
width: 100%;
padding-right: 0;
float: none;
}
section[class*="-section"] .widget_blossomtheme_featured_page_widget .left .img-holder+.text-holder {
float: none;
padding-left: 0;
}
section[class*="-section"] .widget_blossomtheme_featured_page_widget .img-holder,
#primary .widget_blossomtheme_featured_page_widget .img-holder {
width: 100%;
margin-bottom: 40px;
} .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container {
padding-top: 70px;
padding-bottom: 70px;
padding-right: 0;
}
section[class*="-section"] .widget_blossomtheme_companion_cta_widget .right .widget-title,
section[class*="-section"] .widget_blossomtheme_companion_cta_widget .right .text-holder {
width: 100%;
padding-right: 0;
}
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap {
position: static;
margin-top: 30px;
width: auto;
-webkit-transform: none;
-moz-transform: none;
transform: none;
} section[class*="-section"] .widget_bttk_testimonial_widget {
padding-left: 10px;
padding-right: 10px;
} section.service-section {
padding-top: 50px;
padding-bottom: 50px;
} section.event-section {
padding-top: 50px;
padding-bottom: 50px;
} section.shop-section {
padding-top: 50px;
} section.contact-section {
padding-top: 50px;
padding-bottom: 50px;
margin-bottom: 0;
}
section.contact-section .widget,
section.contact-section .widget+.widget {
width: 100%;
float: none;
}
section.contact-section .widget {
padding-right: 0;
margin-bottom: 40px;
}
section.contact-section .widget+.widget {
padding-left: 0;
margin-bottom: 0;
}
.widget_bttk_contact_social_links .social-networks a {
width: 54px;
} section.newsletter-section {
margin-top: 0;
margin-bottom: 0;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder span {
font-size: 1em;
} .footer-t .widget-title {
font-size: 18px;
} .widget_bttk_icon_text_widget {
padding: 20px;
} .counter-section {
padding-top: 50px;
padding-bottom: 0;
}
section.counter-section .widget.widget_text {
width: 100%;
}
section[class*="-section"] .widget_text .textwidget {
width: 100%;
}
#primary blockquote,
.blockquote-section blockquote {
width: 90%;
}
.widget_bttk_description_widget .bttk-team-inner-holder-modal {
padding-left: 3%;
}
.widget_bttk_description_widget .bttk-team-holder-modal .image-holder {
position: static;
width: 100%;
margin-bottom: 30px;
} .page-header .author-img {
margin-bottom: 20px;
}
.author .page-header .author-content-wrap {
width: 100%;
padding-left: 0;
text-align: center;
} .error-404 .error-num {
font-size: 10em;
} .single.style1 .site-main .entry-header .entry-title,
.single.style2 .site-content>.entry-header .entry-title,
.page.style1 .site-main .page-header .page-title,
.page.style2 .site-content>.page-header .page-title {
font-size: 2em;
}
.single .entry-meta>span {
margin-right: 30px;
}
.single .entry-meta>span::before {
right: -18px;
}
.single footer.entry-footer {
margin-bottom: 50px;
}
.entry-footer .tags {
width: 100%;
margin-bottom: 20px;
}
.entry-footer .article-share {
width: 100%;
text-align: left;
}
.author-profile .author-img {
float: none;
margin-bottom: 30px;
}
.author-profile .author-content-wrap {
float: none;
width: 100%;
padding-left: 0;
}
.single .pagination .nav-previous {
float: none;
width: 100%;
border-right: none;
padding-right: 0;
}
.single .pagination .nav-next {
float: none;
width: 100%;
padding-left: 0;
border-left: none;
margin-top: 30px;
}
.single .related-articles .article-block .entry-title {
font-size: 1.112em;
}
.related-articles .article-block,
.latest-articles .article-block {
width: 48.33%;
}
.related-articles .article-block:nth-child(3n),
.latest-articles .article-block:nth-child(3n) {
margin-right: 2%;
}
.related-articles .article-block:nth-child(2n),
.latest-articles .article-block:nth-child(2n) {
margin-right: 0;
}
.single .article-wrap .entry-content.has-sticky-share,
.single .article-wrap .entry-content.has-sticky-share+.entry-footer {
padding-left: 0;
}
.single .article-share.sticky-share {
position: static;
padding-top: 0;
float: none;
width: 100%;
}
.admin-bar.single .sticky-t-bar.active~.site-content .article-share.sticky-share {
padding-top: 0;
}
.single .article-share.sticky-share ul.social-icons li {
display: inline-block;
font-size: 18px;
padding: 5px;
}
.single .article-share.sticky-share ul.social-icons li a {
width: 50px;
height: 50px;
line-height: 50px;
}
.single .site-main .has-sticky-share .entry-content,
.single .site-main .has-sticky-share .testimonial-success-story,
.single .site-main .has-sticky-share footer.entry-footer,
.single .site-main .has-sticky-share .article-share+.entry-content+footer.entry-footer,
.single .site-main .has-sticky-share .article-share+.entry-content {
width: 100%;
padding-left: 0;
float: none;
} .comments-area {
margin-top: 30px;
}
.comment-respond .comment-reply-title a {
padding-left: 15px;
padding-right: 15px;
} .page-template-testimonial .site-main .widget {
width: 100%;
margin-right: 0;
}
}
@media screen and (max-width: 782px) {
.admin-bar .sticky-bar-content,
.admin-bar .sticky-t-bar span.close {
top: 46px;
}
.admin-bar .sticky-t-bar.active span.close {
top: 56px;
}
}
@media screen and (max-width: 600px) {
.grid-view .site-main article {
width: 100%;
padding-left: 0;
padding-right: 0;
}
}
@media screen and (max-width: 540px) { .sticky-t-bar .blossomthemes-email-newsletter-wrapper .text-holder {
padding-right: 0;
margin-bottom: 20px;
font-size: 1em;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="text"],
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="email"],
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
margin-left: 0;
margin-top: 10px;
width: 100%;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
}
.sticky-t-bar .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
box-shadow: none;
margin-top: 10px !important;
} .header-t .top-left {
width: 100%;
text-align: center;
}
.header-t .top-right {
width: 100%;
text-align: center;
margin-top: 10px;
border-top: 1px solid #eee;
padding-top: 10px;
} .site-header .main-header {
padding-top: 0;
} .main-header .site-branding {
width: 100%;
padding-bottom: 25px;
text-align: center;
}
.site-branding.icon-text .site-title-wrap {
width: auto;
padding-left: 0;
margin-top: 20px;
}
.main-header .menu-wrap {
width: auto;
text-align: center;
padding-bottom: 0;
float: none;
}
.header-lay3 .header-t .site-branding.icon-text .site-title-wrap {
display: block;
text-align: center;
} .header-t .top-right {
border-top-color: rgba(255, 255, 255, 0.15);
} .header-lay3 .main-header .menu-wrap {
padding-bottom: 0;
}
.header-lay4 .main-header .menu-wrap {
padding-top: 20px;
padding-bottom: 10px;
border-top: 1px solid #e1e1e1;
} .widget_blossomtheme_companion_cta_widget .btn-cta {
padding-left: 20px;
padding-right: 20px;
} section[class*="-section"] .widget_bttk_testimonial_widget {
width: 100%;
padding-left: 0;
padding-right: 0;
} .service-section .wrapper {
display: block;
} .cd-handle {
width: 40px;
height: 40px;
line-height: 40px;
margin-left: -20px;
margin-top: -20px;
} .event-wrap {
flex-direction: column;
}
.event-wrap .event-block {
width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
.event-wrap .event-block:last-child {
margin-bottom: 0;
} .blog-section .article-wrap {
flex-direction: column;
}
.blog-section article.post {
width: 100%;
margin-right: 0;
} .block-wrap {
flex-direction: column;
}
.block,
.podcast-section .block-wrap .block {
width: 100%;
margin-right: 0;
} .shop-section .shop-wrap {
grid-template-columns: repeat(1, 1fr);
} .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3 {
font-size: 1.3333em;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form {
flex-direction: column;
flex: auto;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form input {
flex: auto;
margin-left: 0;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form label {
margin-left: 0;
} .footer-t .grid:not(.column-1) {
grid-gap: 50px;
}
.footer-t .grid.column-2,
.footer-t .grid.column-3,
.footer-t .grid.column-4 {
grid-template-columns: repeat(1, 1fr);
} .widget_blossom_client_logo_widget a {
width: 49%;
} .widget_blossomtheme_featured_page_widget .img-holder {
padding-right: 20px;
padding-bottom: 20px;
}
.widget_blossomtheme_featured_page_widget .img-holder::before {
top: 20px;
left: 20px;
border-width: 7px;
} section[class*="-section"] .widget_blossom_client_logo_widget .image-holder {
width: 48%;
} .counter-section .widget_blossomthemes_stat_counter_widget {
float: none;
width: 100%;
margin-bottom: 60px;
}
section[class*="-section"] .widget_bttk_description_widget {
float: none;
width: 100%;
margin-right: 0;
margin-bottom: 60px;
} .grid-view .article-wrap {
margin-left: 0;
margin-right: 0;
}
.grid-view article.post {
float: none;
width: 100%;
padding-left: 0;
padding-right: 0;
padding-bottom: 15px;
}
.page-numbers {
width: 20px;
}
.page-numbers.prev,
.page-numbers.next {
position: relative;
top: 0;
padding-left: 35px;
font-size: 13px;
padding-right: 10px;
}
.page-numbers.next {
padding-right: 35px;
padding-left: 10px;
}
.page-numbers.prev::before,
.page-numbers.next::before {
width: 25px;
height: 25px;
line-height: 25px;
top: 5px;
} .list-view article.post {
flex-direction: column;
}
.list-view article.post figure.post-thumbnail,
.podcast-list.list-view article.post figure.post-thumbnail {
float: none;
width: 100%;
margin-bottom: 30px;
}
.list-view .article-content-wrap,
.podcast-list.list-view .article-content-wrap {
float: none;
width: 100%;
padding-left: 0;
} .page-template-service .site-main {
grid-template-columns: repeat(1, 1fr);
}
section.text-wdgt-section .widget,
section.text-wdgt-section .widget.widget_text {
width: 100%;
margin-right: 0;
} .single-bt-event .event-block .event-date {
float: none;
margin-bottom: 30px;
}
.single-bt-event .event-block .entry-header {
float: none;
width: 100%;
padding-left: 0;
}
.single-bt-event .event-schedule-wrap {
grid-template-columns: repeat(1, 1fr);
}
.single-bt-event .event-schedule-wrap>div {
padding: 15px 0;
border-right: none;
border-bottom: 2px solid #dae3e4;
}
.single-bt-event .event-schedule-wrap>div:last-child {
border-bottom: none;
} .related-articles .article-block,
.latest-articles .article-block {
width: 100%;
margin-right: 0;
} .comment-respond .comment-reply-title a {
padding-left: 15px;
padding-right: 15px;
}
.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email,
.comment-respond p.comment-form-url {
width: 100%;
margin-right: 0;
} .page-template-service .intro-service-section .wrapper {
grid-template-columns: repeat(1, 1fr);
}
} .comment-form p {
line-height: normal;
}
#crumbs {
margin: 15px 0 0;
} .wp-block-gallery .blocks-gallery-item figcaption {
line-height: 18px;
} .widget-sticky .widget-area .widget:last-child {
position: sticky;
top: 90px;
}
.widget-sticky .widget-area .widget:last-child {
position: sticky;
top: 30px;
}
#secondary .blossomthemes-email-newsletter-wrapper,
.site-footer .blossomthemes-email-newsletter-wrapper {
padding: 20px;
}
@media only screen and (min-width:1024px) {
.widget-sticky.rightsidebar .site-content>.wrapper,
.widget-sticky.leftsidebar .site-content>.wrapper {
display: flex;
flex-wrap: wrap;
}
} .site-footer .grid:not(.column-1) {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.site-footer .grid.column-4 .col {
width: 22.66%;
}
@media screen and (max-width: 1024px) {
.site-footer .grid.column-4 .col {
width: 46%;
}
}
@media screen and (max-width: 767px) {
.site-footer .grid.column-4 .col {
width: 100%;
}
.site-footer .grid:not(.column-1) {
align-items: center;
} } .site-footer .widget.widget_blossomtheme_companion_cta_widget {
margin-bottom: 60px;
}
.widget_blossom_client_logo_widget .image-holder {
padding: 6px;
}
.widget_blossomtheme_featured_page_widget .featured_page_content p {
text-align: left;
}
.pricing-block .pricing-feat {
color: #000;
}
.widget_bttk_testimonial_widget .bttk-testimonial-holder .bttk-testimonial-inner-holder .testimonial-content p {
color: #000;
}
.widget_bttk_custom_categories ul li .post-count {
background: rgba(0, 0, 0, 0.5);
} .site-footer .widget.widget_bttk_author_bio .bttk-author-bio-holder .image-holder img {
width: auto;
}
.site-footer .widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .title-holder {
color: #fff;
}
.site-footer .widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .text-signature {
color: #fff;
}
.site-footer .widget.widget_bttk_author_bio .author-bio-socicons li a {
color: #fff;
}
.site-footer .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
padding: 15px 16px;
;
}
.site-footer .blossomthemes-email-newsletter-wrapper .img-holder {
width: 100%;
}
.widget_bttk_popular_post .style-two li .entry-header,
.widget_bttk_pro_recent_post .style-two li .entry-header {
text-align: center;
}
.site-footer .widget.widget_blossomtheme_companion_cta_widget .right.text .widget-title,
#secondary .widget.widget_blossomtheme_companion_cta_widget .right.text .widget-title {
text-align: right;
}
.site-footer .widget.widget_blossomtheme_companion_cta_widget .right.text .text-holder p,
#secondary .widget.widget_blossomtheme_companion_cta_widget .right.text .text-holder p {
text-align: right;
}
.site-footer .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder h3,
#secondary .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder h3 {
color: inherit;
}
.full-width header.page-header h1 {
text-align: center;
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url(//digimaxsecurity.co.nz/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_both.png)}table.dataTable thead .sorting_asc{background-image:url(//digimaxsecurity.co.nz/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_asc.png)}table.dataTable thead .sorting_desc{background-image:url(//digimaxsecurity.co.nz/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_desc.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(//digimaxsecurity.co.nz/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_asc_disabled.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(//digimaxsecurity.co.nz/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_desc_disabled.png)}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}div.DTFC_Blocker{
background-color:white;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable{
margin-bottom:0;
z-index:2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer{
border-bottom:none;
}
div.DTFC_LeftFootWrapper table.compare-list,
div.DTFC_LeftHeadWrapper table.compare-list {
border: 0;
} a.compare.disabled:not(.added) {
opacity: 0.6;
pointer-events: none;
} .yith-woocompare-popup-container {
position:fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(255,255,255,.95);
z-index: 1000;
}
a.yith-woocompare-popup-close {
position: absolute;
top: 20px;
right: 20px;
font-size: 40px;
width: 40px;
color: #434343;
text-decoration: none;
z-index: 2;
line-height: 1;
background-color: rgba(255,255,255,.7);
text-align: center;
}
body.yith-woocompare-popup-open {
overflow-y: hidden;
}
body.yith-woocompare-popup,
.yith-woocompare-table-wrapper {
box-sizing: border-box;
font-size: 16px;
color: #747373;
background: none !important;
margin: 0;
max-height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
body.yith-woocompare-popup,
.yith-woocompare-table-scroll-wrapper {
position: relative;
padding: 5%;
}
body.yith-woocompare-popup #yith-woocompare {
padding: 10px;
}
#yith-woocompare-table_wrapper {
margin: 10px 0;
}
#yith-woocompare table.dataTable.compare-list thead th,
#yith-woocompare table.dataTable.compare-list thead td,
#yith-woocompare table.dataTable.compare-list tfoot td,
#yith-woocompare table.dataTable.compare-list tfoot th {
border: 0;
vertical-align: middle;
}
#yith-woocompare table.compare-list {
width: 100%;
border-bottom: 0;
border-top: 0;
margin: 0;
table-layout: auto;
}
#yith-woocompare table.compare-list tr {
background: #fff;
}
#yith-woocompare table.compare-list tbody tr .filler {
padding: 0!important;
}
#yith-woocompare table.compare-list td:not(.filler) {
min-width: 300px;
width: 300px;
text-align: center;
vertical-align: middle;
}
#yith-woocompare table.compare-list tbody th:not(.filler) {
min-width: 300px;
width: 300px;
overflow: hidden;
text-align: left;
font-weight: 700;
}
#yith-woocompare table.dataTable.compare-list tbody th,
#yith-woocompare table.dataTable.compare-list tbody td {
border-right: none;
border-top: 1px solid #e7e7e7;
border-bottom: none;
border-left: none;
padding-block: 10px;
vertical-align: middle;
}
#yith-woocompare table.dataTable.compare-list:not(.compact) tbody td {
padding-inline: 40px;
}
#yith-woocompare table.dataTable.compare-list tbody tr:first-child th,
#yith-woocompare table.dataTable.compare-list tbody tr:first-child td {
border-top: none;
}
#yith-woocompare table.compare-list tbody td.last-column {
width: auto;
border-right: 0;
}
#yith-woocompare table.dataTable.compare-list tbody .product_info th,
#yith-woocompare table.dataTable.compare-list tbody .product_info td {
vertical-align: top;
}
#yith-woocompare table.dataTable.compare-list tbody tr.label-row td {
font-weight: 700;
color: #434343;
padding-bottom: 0;
}
#yith-woocompare table.dataTable.compare-list tbody tr.label-row + tr td {
border-top: none;
}
#yith-woocompare .dataTables_scrollBody::-webkit-scrollbar {
-webkit-appearance: none;
height: 4px;
}
#yith-woocompare .dataTables_scrollBody::-webkit-scrollbar-thumb {
background-color: #e7e7e7;
border-radius: 10px;
}
.rtl #yith-woocompare table.compare-list tbody th {
text-align: right;
} .yith_woocompare_table_image {
text-align: center;
margin-top: 20px;
}
.yith_woocompare_table_image img {
display: inline-block;
max-width: 100%;
} table.compare-list img {
width: 100%;
height: auto;
}
table.compare-list tr.product_info td {
vertical-align: top;
}
table.compare-list .remove {
margin-bottom: 10px;
}
table.compare-list .remove a {
text-transform: uppercase;
text-decoration: none;
text-align: center;
}
table.compare-list .remove a span{
padding: 0 5px;
}
table.compare-list .image-wrap {
display: block;
position: relative;
line-height: 0;
}
table.compare-list .image-wrap .image-overlay {
position: absolute;
display: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.4);
line-height: normal;
}
table.compare-list .image-wrap:hover .image-overlay {
display: block;
}
table.compare-list .image-wrap:hover .image-overlay .remove a {
display: block;
background: #fff;
font-size: 0;
position: absolute;
right: 20px;
bottom: 20px;
margin: 0;
border-radius: 4px;
cursor: pointer;
width: 30px;
height: 30px;
line-height: 30px;
}
table.compare-list .image-wrap:hover .image-overlay .remove a > span {
display: none;
}
table.compare-list .image-wrap:hover .image-overlay .remove a:after {
content: "\00D7";
font-size: 20px;
}
table.compare-list .product-anchor {
display: block;
}
table.compare-list .product_title {
margin-top: 0;
margin-bottom: 5px;
font-size: 15px;
color: #000;
text-decoration: none;
font-weight: 400;
}
table.compare-list .product_info td > * {
margin-bottom: 25px;
}
table.compare-list .product_info td a {
text-decoration: none;
box-shadow: none;
cursor: pointer;
}
#yith-woocompare  .added_to_cart,
#yith-woocompare .button {
margin: 0;
cursor: pointer;
position: relative;
text-decoration: none;
white-space: nowrap;
display: inline-block;
}
#yith-woocompare .empty-comparison {
text-align: center;
margin: 200px auto;
}
a.button.yith_woocompare_clear {
color: #b80001;
padding: 6px 10px;
}
div.compare-table-clear {
text-align: right;
margin: 10px 0;
}
table.compare-list  .product_info .button.loading,
table.compare-list  .add-to-cart .button.loading {
padding-right: 30px;
} table.compare-list.with-stock-icons tr.stock:not(.label-row) td {
font-size: 0;
}
table.compare-list  tr.stock:not(.label-row) td.in-stock {
background-color: #f2fcde;
color: #01a71c;
}
table.compare-list  tr.stock td.out-of-stock {
background-color: #fff0e8;
color: #ff4200;
}
table.compare-list.with-stock-icons tr.stock td.in-stock span.availability-label:before {
content: '';
background: url(//digimaxsecurity.co.nz/wp-content/plugins/yith-woocommerce-compare/assets/images/green-check.svg) no-repeat center center;
font-size: 20px;
display: block;
height: 30px;
}
table.compare-list.with-stock-icons tr.stock td.out-of-stock span.availability-label:before {
content: "\00D7";
font-size: 50px;
line-height: 0;
vertical-align: middle;
} table.compare-list  tr.rating .star-rating {
float: none;
display: inline-block;
vertical-align: middle;
} table.compare-list tr.price {
color: #3e3e3e;
display: table-row; }
table.compare-list  tr.price del {
opacity: 0.8;
} #yith-woocompare-share {
margin-top: 20px
}
#yith-woocompare-share h3 {
margin-top: 0;
font-size: 17px;
font-weight: 700;
margin-bottom: 15px;
}
#yith-woocompare-share ul {
padding: 0 0 50px;
list-style: none;
margin: 0;
display: flex;
gap: 25px;
}
#yith-woocompare-share a {
display: block;
box-shadow: none;
outline: none;
color: #434343
}
#yith-woocompare-share a svg {
width: 20px;
height: 20px;
vertical-align: middle;
} #yith-woocompare-related {
margin: 20px 0;
}
#yith-woocompare-related h3.yith-woocompare-related-title {
font-size: 17px;
font-weight: 700;
margin-top: 0;
margin-bottom: 20px;
}
#yith-woocompare-related .yith-woocompare-related-wrapper {
position: relative;
background: #fff;
}
#yith-woocompare-related .related-products {
padding: 0;
list-style: none;
margin: 0;
overflow-x: hidden;
}
#yith-woocompare-related .related-products .owl-item {
display: inline-block;
}
#yith-woocompare-related .related-products .related-product {
text-align: center;
}
#yith-woocompare-related .related-products .related-product a {
text-decoration: none;
}
#yith-woocompare-related .related-products .related-product h3 {
font-size: 15px;
color: #333;
margin-top: 0;
margin-bottom: 10px;
}
#yith-woocompare-related .related-products .related-product .product-price {
font-size: 13px;
color: #333;
margin-bottom: 10px;
}
#yith-woocompare-related .related-products .related-product > div {
margin-bottom: 10px;
}
#yith-woocompare-related .related-products .related-product div.product-image {
position: relative;
margin-bottom: 10px;
}
#yith-woocompare-related .related-products .related-product div.product-image img {
height: auto;
max-width: 100%;
}
#yith-woocompare-related .related-products .related-product div.product-image img.onsale.yit-image {
margin: 0;
position: absolute;
top: 5px;
right: 5px;
z-index: 5;
width: auto;
}
#yith-woocompare-related .related-slider-nav div {
position: absolute;
top: -45px;
width: 30px;
height: 35px;
cursor: pointer;
border: 1px solid #e7e7e7;
text-align: center;
background: #ffffff url(//digimaxsecurity.co.nz/wp-content/plugins/yith-woocommerce-compare/assets/images/nav-arrow.png) no-repeat;
cursor: pointer;
}
#yith-woocompare-related .related-slider-nav div.related-slider-nav-prev {
right: 35px;
background-position: -3px -31px;
}
#yith-woocompare-related .related-slider-nav div.related-slider-nav-next {
right: 0;
background-position: 0 1px;
} #yith-woocompare-cat-nav {
margin-top: 20px;
text-align: center;
}
#yith-woocompare-cat-nav h3 {
margin-top: 0;
margin-bottom: 15px;
text-align: center;
}
#yith-woocompare-cat-nav ul {
padding: 0;
margin: 0;
list-style: none;
}
#yith-woocompare-cat-nav ul li {
display: inline-block;
margin-right: 10px;
font-weight: 700;
}
#yith-woocompare-cat-nav ul li a {
text-decoration: none;
color: #7b7b7b;
}
#yith-woocompare-cat-nav ul li .active {
border-bottom: 2px solid;
}
#yith-woocompare-cat-nav ul li:last-child {
margin-right: 0;
} #yith-woocompare-preview-bar {
position: fixed;
bottom: 0;
width: 100vw;
display: none;
background: rgba(0, 0, 0, .8);
box-sizing: border-box;
padding: 20px;
color: #fff;
z-index: 99;
}
#yith-woocompare-preview-bar.shown {
display: block;
}
#yith-woocompare-preview-bar .container {
display: flex;
gap: 30px;
justify-content: center;
align-items: center;
margin: auto;
padding: 0;
}
#yith-woocompare-preview-bar .compare-list {
list-style: none;
display: flex;
align-items: center;
gap: 30px;
margin: 0;
padding: 0;
}
#yith-woocompare-preview-bar .compare-list li{
align-self: stretch;
width: 80px;
}
#yith-woocompare-preview-bar .compare-list li.product-placeholder {
border: 1px dashed #fff;
display: flex;
align-items: center;
padding-inline: 15px;
}
#yith-woocompare-preview-bar .compare-list .image-wrap {
position: relative;
}
#yith-woocompare-preview-bar .compare-list .image-wrap > a {
font-size: 0;
display: block;
}
#yith-woocompare-preview-bar .compare-list .image-wrap img {
max-width: 100%;
}
#yith-woocompare-preview-bar .compare-list .image-wrap .remove a {
display: block;
color: #000;
background: #fff;
font-size: 0;
position: absolute;
right: -10px;
top: -10px;
margin: 0;
border-radius: 50%;
cursor: pointer;
width: 25px;
height: 25px;
line-height: 25px;
text-decoration: none;
text-align: center;
}
#yith-woocompare-preview-bar .compare-list .image-wrap .remove a:hover {
background: #eee;
}
#yith-woocompare-preview-bar .compare-list .image-wrap .remove a:after {
content: "\00D7";
font-size: 25px;
} table.compare-list  .container-image-and-badge {
position: relative;
display: inline-block;
} table.compare-list .bundled_product_list {
margin: 25px 0;
}
table.compare-list div.bundled_product {
border-bottom: 1px solid #f0f0f0;
padding-bottom: 10px;
margin-bottom: 10px;
}
table.compare-list .bundled_product:after,
table.compare-list .bundled_product:before {
display: table;
content: '';
clear: both;
}
table.compare-list .bundled_product .bundled_product_images {
display: inline-block;
float: left;
}
table.compare-list .bundled_product .bundled_product_images img {
max-width: 80px;
}
table.compare-list .bundled_product .details {
display: block;
overflow: hidden;
padding-left: 10px;
text-align: left;
padding-top: 10px;
}
table.compare-list .bundled_product .details .bundled_product_title,
table.compare-list .bundled_product .details .price {
font-size: 90%;
}
table.compare-list .bundled_product .details .price {
margin-bottom: 0;
} table.compare-list .yith-ywraq-add-to-quote {
margin-top: 10px;
} .yith-woocompare-counter a {
box-shadow: none !important;
}
.yith-woocompare-counter span > span {
display: inline-block;
vertical-align: middle;
}
.yith-woocompare-counter span.yith-woocompare-icon {
margin-right: 5px;
}
.yith-woocompare-counter span.yith-woocompare-icon img {
max-width: 50px;
height: auto;
}
.yith-woocompare-counter span.yith-woocompare-count {
color: #555;
font-weight: 400;
font-size: 13px;
}
.yith-woocompare-counter a:hover span.yith-woocompare-count {
color: #000;
}
.yith-woocompare-error {
padding: 10px;
border: 1px solid #ffc5c2;
border-radius: 5px;
background-color: #ffe6e5;
position: relative;
}
.yith-woocompare-error p {
margin: 0;
color: #ff645c;
padding-left: 25px;
font-size: 13px;
}
.yith-woocompare-error::before {
font-family: WooCommerce;
content: '\e016';
color: #b81c23;
display: inline-block;
position: absolute;
} .yith-wccp-compare {
text-align: center;
} @media( max-width: 1200px ) {
#yith-woocompare-preview-bar header{
display: none;
}
}
@media( max-width: 991px ) {
#yith-woocompare-preview-bar .container {
max-width: 100%;
}
#yith-woocompare table.dataTable.compare-list tbody tr:not(.product_info) td {
text-align: left;
}
#yith-woocompare table.dataTable.compare-list tbody tr.stock td {
background: transparent;
}
#yith-woocompare table.dataTable.compare-list tbody tr.stock td .availability-label {
display: inline-block;
width: 30px;
}
}
@media( max-width: 768px ) {
div.DTFC_LeftBodyWrapper {
pointer-events: none;
}
#yith-woocompare-preview-bar .container {
gap: 15px;
}
#yith-woocompare-preview-bar .compare-list {
gap: 15px;
}
#yith-woocompare-preview-bar .compare-list li,
#yith-woocompare-preview-bar .compare-list li.product-placeholder {
width: 50px;
}
#yith-woocompare-preview-bar .compare-list li.product-placeholder {
padding-inline: 0;
text-align: center;
}
#yith-woocompare-preview-bar .compare-list li .image-wrap > a {
height: auto;
}
#yith-woocompare table.compare-list thead th,
#yith-woocompare table.compare-list tfoot th,
#yith-woocompare table.compare-list tr .filler {
display: none;
}
}
@media( max-width: 480px ) {
#yith-woocompare table.dataTable.compare-list tbody th {
padding: 10px 5px;
}
#yith-woocompare table.compare-list tbody th {
width: 60px;
max-width: 60px;
min-width: 60px;
font-size: 10px;
}
#yith-woocompare table.compare-list td {
width: 160px;
max-width: 160px;
min-width: 160px;
}
#yith-woocompare-preview-bar .compare-list li,
#yith-woocompare-preview-bar .compare-list li.product-placeholder {
display: none;
}
#yith-woocompare-preview-bar .compare-list li:first-of-type,
#yith-woocompare-preview-bar .compare-list li:nth-of-type(2),
#yith-woocompare-preview-bar .compare-list li:nth-of-type(3) {
display: block;
}
#yith-woocompare-preview-bar .compare-list li.product-placeholder span{
display: none;
}
}.yith-woocompare-widget-content ul.products-list li:not( .list_empty ) {
position: relative;
padding: 5px 0;
border-bottom: 1px solid #dfdfdf;
}
.yith-woocompare-widget-content ul.products-list {
list-style: none;
margin: 0 0 15px;
}
.yith-woocompare-widget-content ul.products-list li {
display: flex;
align-items: center;
gap: 15px;
}
.yith-woocompare-widget-content ul.products-list li .remove {
color: #000;
font-weight: 400;
text-align: center;
text-decoration: none;
cursor: pointer;
outline: none;
}
.yith-woocompare-widget-content ul.products-list li img {
max-width: 50px;
height: auto;
display: block;
vertical-align: middle;
float: left;
}
.yith-woocompare-widget-content ul.products-list li .product-info {
cursor: pointer;
font-size: 15px;
font-weight: 400;
outline: none;
text-decoration: none;
}
.yith-woocompare-widget-content ul.products-list li .product-info:before,
.yith-woocompare-widget-content ul.products-list li .product-info:after {
content: '';
display: table;
clear: both;
}
.yith-woocompare-widget-content a.compare-widget,
.yith-woocompare-widget-content a.compare {
float: right;
line-height: 1;
cursor: pointer;
padding: 8px 10px;
font-size: 13px;
border: 0;
white-space: nowrap;
display: inline-block;
}
.yith-woocompare-widget-content a.compare-widget:hover,
.yith-woocompare-widget-content a.compare:hover {
color: #ffffff;
background-color: #303030;
}
.yith-woocompare-widget-content a.clear-all {
outline: none;
font-size: 12px;
cursor: pointer;
}div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
display: block;
margin: 1em auto;
max-width: 500px;
width: 100%;
}
div.tnp-profile {
display: block;
margin: 1em 0;
max-width: 500px; } .tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
margin-bottom: .7em;
border: 0;
padding: 0;
}
.tnp-subscription label,
.tnp-profile label
{
display: block;
color: inherit;
font-weight: normal;
line-height: normal;
padding: 0;
margin: 0;
margin-bottom: .25em;
font-size: .9em;
}
.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
display: inline-block;
}
.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
width: 100%;
padding: .7em;
display: block;
border: 1px;
color: #444;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
font-size: 1em;
margin: 0;
line-height: normal;
box-sizing: border-box;
}
.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{ max-width: 1em;
display: inline-block;
margin-right: .5em;
} .tnp-subscription select option,
.tnp-profile select option
{
margin-right: .75em;
}
.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
background-color: #444;
color: #fff;
width: auto;
height: auto;
margin: 0;
display: inline-block;
}
@media all and (max-width: 480px) {
.tnp-subscription input[type=submit],
.tnp-profile input[type=submit] {
width: 100%;
}
}
.tnp-widget {
width: 100%;
display: block;
box-sizing: border-box;
}
.tnp-widget .tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-widget label {
display: block;
color: inherit;
font-size: 14px;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
width: 100%;
padding: 10px;
display: block;
border: 1px solid #ddd ;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
line-height: normal;
box-sizing: border-box;
height: auto;
}
.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
width: auto;
display: inline-block;
} .tnp-widget select option {
margin-right: 10px;
}
.tnp-widget input.tnp-submit {
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
margin: 0;
}
.tnp-field input[type="submit"] {
position: inherit;
}
.tnp-field label {
} .tnp-widget-minimal {
width: 100%;
}
.tnp-widget-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-widget-minimal input.tnp-email {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
}
.tnp-widget-minimal input.tnp-submit {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-subscription-minimal {
width: 100%;
box-sizing: border-box;
margin: 10px 0;
}
.tnp-subscription-minimal form {
width: auto;
margin: 0;
padding: 0;
border: 0;
white-space: nowrap;
}
.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
width: 70%;
max-width: 300px;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin-right: 10px;
}
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
width: 31%;
}
.tnp-subscription-minimal .tnp-privacy-field {
margin-top: 10px;
} .tnp-subscription-minimal input.tnp-submit {
width: 29%;
box-sizing: border-box;
display: inline-block;
padding: 10px;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin: 0;
}
.tnp-subscription-posts {
margin-top: 2em;
margin-bottom: 2em;
padding: 2rem;
}
.tnp-subscription-posts .tnp-subscription {
max-width: auto;
margin: 0;
}
@media all and (max-width: 525px) {
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name,
.tnp-subscription-minimal input.tnp-submit
{
width: 100%;
max-width: 100%;
margin: 0;
display: block;
margin-bottom: .5rem;
}
} .tnp-button-form button.tnp-submit {
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-comments {
clear: both;
margin-top: 15px;
margin-bottom: 15px;
}
.tnp-comments label {
display: block;
}
.tnp-comments input[type=checkbox] {
display: inline-block;
width: auto!important;
} .tnp-lock {
clear: both;
display: block;
box-sizing: border-box;
box-shadow: none;
margin: 20px;
padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
}
.tnp-nl-checkout {
margin-bottom: 1em;
}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//digimaxsecurity.co.nz/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//digimaxsecurity.co.nz/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//digimaxsecurity.co.nz/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//digimaxsecurity.co.nz/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}@font-face{font-family:eicons;src:url(//digimaxsecurity.co.nz/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.45.0);src:url(//digimaxsecurity.co.nz/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.45.0#iefix) format("embedded-opentype"),url(//digimaxsecurity.co.nz/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.45.0) format("woff2"),url(//digimaxsecurity.co.nz/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.45.0) format("woff"),url(//digimaxsecurity.co.nz/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.45.0) format("truetype"),url(//digimaxsecurity.co.nz/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.45.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:"\e9dd"}.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-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.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{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.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.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.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;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.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-duration:10s;transition-property:transform;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)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .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-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .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-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .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-inline: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-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.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-block-end:var(--kit-widget-spacing,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-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.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:-1){.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:-1){.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:-1) and (max-width:-1){.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:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.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){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:-1) 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:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.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){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%}}.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;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end: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:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end: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:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end: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)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end: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;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end: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:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end: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;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end: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:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--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:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--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);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){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{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.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%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.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{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.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;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.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-inline-end: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{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.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,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.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,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.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,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.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{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.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{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;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:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.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-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.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)}.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!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.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:-1){.elementor .elementor-hidden-widescreen{display:none}}