:root {
--primary-color: #88ced0;
--primary-color-rgb: 136, 206, 208;
--secondary-color: #e75387;
--secondary-color-rgb: 231, 83, 135;
--font-color: #595f5f;
--font-color-rgb: 89, 95, 95;
--background-color: #fff;
--background-color-rgb: 255, 255, 255;
--black-color: #000;
--black-color-rgb: 0, 0, 0;
--white-color: #ffffff;
--white-color-rgb: 255, 255, 255;
--primary-font: 'Nunito sans', sans-serif;
--secondary-font: 'Nunito sans', sans-serif
} html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
overflow-x: hidden;
}
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;
}
.wp-block-image figcaption {
margin-top: 1.5em;
margin-bottom: 0.5em;
text-align: center;
opacity: 0.5;
}
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: var(--font-color);
font-family: var(--primary-font);
font-size: 18px;
font-weight: 400;
line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: var(--secondary-font);
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;
}
figure td,figure th{
line-height: 1.5;
}
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: var(--secondary-color);
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: var(--primary-color);
}
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: var(--primary-color);
text-decoration: none;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
}
a:hover {
color: var(--primary-color);
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
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: var(--primary-color);
padding: 10px;
color: #fff;
border-radius: 5px;
}
.widget_btif_instagram_widget .profile-link:hover {
background: var(--secondary-color);
}
.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: var(--secondary-color);
}
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: var(--secondary-color);
width: 8px;
height: 8px;
position: absolute;
bottom: 0;
left: 0;
border-radius: 100%;
}
#secondary .widget-title:after,
.site-footer .widget-title:after {
content: "";
background: var(--primary-color);
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: var(--primary-color);
}
.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: var(--primary-color); }
.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: var(--secondary-font);
}
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: var(--primary-color);
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: var(--secondary-color);
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:not(.widget_blossomtheme_featured_page_widget, .widget_bcp_pt_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 var(--primary-color);
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: var(--secondary-color);
border-radius: 100%;
position: absolute;
top: 0;
left: 0px;
text-align: center;
padding: 10px 7px 0 0;
}
blockquote:after,
q:after {
content: "";
background: var(--primary-color);
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: var(--primary-color);
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: var(--secondary-color);
}
.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: var(--secondary-color);
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: var(--primary-color);
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 var(--primary-color);
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: var(--secondary-font);
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: var(--primary-font);
font-weight: 700;
letter-spacing: 1px;
color: var(--secondary-color);
}
.comment-body .reply .comment-reply-link:hover {
color: var(--primary-color);
}
.comment-body .reply .comment-reply-link:before {
content: "";
background-image: url('data:image/svg+xml;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: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
}
.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: var(--primary-color);
}
#crumbs .current a {
color: var(--primary-color);
pointer-events: none;
}  .no-search-posts #load-posts {
display: 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: var(--primary-color);
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: var(--secondary-color);
}
.page-numbers.prev:before,
.page-numbers.next:before {
content: "\279c";
height: 35px;
line-height: 35px;
position: absolute;
left: 0;
background: var(--primary-color);
border-radius: 100%;
color: #fff;
width: 35px;
font-weight: 400;
top: 0;
box-shadow: 0px 8px 15px rgba(var(--primary-color-rgb), 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(var(--primary-color-rgb), 0.25);
}
.page-numbers.next:before {
left: auto;
right: 0;
}
.page-numbers.prev:hover:before,
.page-numbers.next:hover:before {
background: var(--secondary-color);
}
.page-numbers {
display: inline-block;
vertical-align: middle;
width: 25px;
height: 30px;
line-height: 30px;
border-radius: 3px;
text-align: center;
color: var(--font-color);
}
a.page-numbers:hover,
span.page-numbers.current {
background: var(--primary-color);
color: #fff;
}
span.page-numbers.current {
box-shadow: 0px 8px 15px rgba(var(--primary-color-rgb), 0.25);
}
.single .navigation .nav-links {
text-transform: none;
font-family: var(--primary-font);
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: var(--font-color);
}
.nav-links div[class*="nav"] a:hover {
color: var(--primary-color);
}
.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: var(--primary-color);
}
.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: var(--secondary-color);
border-radius: 5px;
}
#load-posts a:hover {
background: var(--primary-color);
}
#load-posts a svg {
margin-right: 10px;
}
#load-posts a.disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: not-allowed;
background: var(--primary-color);
} .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: var(--primary-color);
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: var(--primary-color);
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: var(--primary-color);
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: var(--primary-color);
color: var(--primary-color);
}
.sticky-bar-content .blossomthemes-email-newsletter-wrapper {
padding: 15px 0;
}
.sticky-bar-content .blossomthemes-email-newsletter-wrapper form input[type="submit"],
.sticky-bar-content .blossomthemes-email-newsletter-wrapper form input[type="text"] {
margin-top: 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: var(--primary-color);
}
.header-t .top-left span {
margin-right: 30px;
}
.header-t .top-left span:last-child {
margin-right: 0;
}
.header-t .top-left svg {
color: var(--primary-color);
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: var(--primary-color);
}
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: var(--primary-color);
}
.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: var(--primary-font);
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: var(--secondary-color);
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: var(--primary-color);
}
.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: 20px 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: var(--primary-color);
}
.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 var(--primary-color);
}
.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: var(--font-color);
-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: var(--primary-color);
}
.header-cart {
width: 35px;
height: 35px;
position: relative;
border: 2px solid var(--primary-color);
text-align: center;
line-height: 31px;
border-radius: 100%;
display: inline-block;
vertical-align: middle;
color: var(--primary-color);
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: var(--secondary-color);
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: var(--primary-color);
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: var(--primary-color);
}
.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: var(--primary-color);
}
.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: var(--primary-color);
}
.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: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
}
.header-lay3 .header-cart {
border-color: #e3e3e3;
border-width: 1px;
color: #000;
margin-left: 5px;
}
.header-lay3 .header-cart:hover {
border-color: var(--primary-color);
}
.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 var(--primary-color);
}
.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: var(--primary-color);
} .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: var(--primary-color);
}
.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: var(--primary-color);
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: var(--primary-color);
}
.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: var(--primary-color);
border-color: var(--primary-color);
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: var(--primary-color);
}
.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: var(--primary-color);
}
.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: var(--primary-color);
}
.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: var(--primary-color);
background: var(--primary-color);
}
.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;
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: var(--primary-color);
}
.site-banner .item .banner-text .title {
color: #fff;
font-size: 2.223em;
font-family: var(--secondary-font);
margin-bottom: 30px;
margin-top: 0;
}
.banner-caption .blossomthemes-email-newsletter-wrapper .text-holder span {
font-size: 22px;
display: block;
margin-bottom: 30px;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="text"] {
height: 65px;
color: #999;
margin-top: 0;
margin-bottom: 20px;
float: left;
width: 48%;
margin-right: 4%;
}
.banner-caption .blossomthemes-email-newsletter-wrapper .text-holder h3 {
color: inherit;
}
.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: var(--primary-color);
font-size: 18px;
margin-top: 0;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover {
background: var(--secondary-color);
}
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="submit"]+div {
color: var(--secondary-color);
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;
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: var(--primary-color);
border-color: var(--primary-color);
}
.site-banner .owl-carousel .owl-nav [class*="owl-"]:before {
content: "";
background-image: url(//www.charlieonsafety.com/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: var(--secondary-font);
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 var(--primary-color);
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: var(--primary-font);
font-size: 16px;
color: var(--primary-color);
display: inline-block;
padding: 13px 65px 13px 30px;
border: 2px solid var(--primary-color);
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: var(--primary-color);
color: #fff;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}
.btn-readmore:after {
content: "\2794";
background: var(--primary-color);
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(var(--primary-color-rgb), 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: var(--secondary-color);
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: var(--primary-color);
}
.btn-cta+.btn-cta:hover {
background: var(--secondary-color);
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: var(--primary-font);
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: var(--primary-color);
box-shadow: 0 30px 90px rgba(var(--primary-color-rgb), 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: var(--primary-color);
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: var(--primary-color);
}
section[class*="-section"] .widget_bttk_icon_text_widget a.btn-readmore:hover {
background: #fff;
color: var(--primary-color);
}
section[class*="-section"] .widget_bttk_icon_text_widget a.btn-readmore:hover:after {
background: var(--primary-color);
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: var(--primary-color);
}
#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: var(--font-color);
}
.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: var(--primary-color);
}
.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: var(--primary-color);
}
.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: var(--secondary-font);
display: inline-block;
vertical-align: middle;
width: 50%;
text-align: right;
color: var(--primary-color);
}
.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: var(--secondary-color);
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: var(--primary-color);
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: var(--primary-color);
}
.pricing-block.has-tag .btn-readmore:hover {
background: #fff;
color: var(--primary-color);
}
.pricing-block.has-tag .btn-readmore:hover:after {
background: var(--primary-color);
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: var(--primary-color);
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: var(--primary-color);
}
.achievement-section .btn-readmore:after {
background: #fff;
color: var(--primary-color);
}
.achievement-section .btn-readmore:hover:after {
background: var(--primary-color);
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: var(--secondary-color);
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: var(--primary-color);
}
.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: var(--primary-color);
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: var(--secondary-font);
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;
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;
color: var(--primary-color);
display: inline-block;
border-radius: 40px;
line-height: 1.3;
position: relative;
}
.btn-link:hover {
background: none;
color: var(--secondary-color);
}
.btn-link:after {
border: 2px solid #e7f5f6;
color: var(--primary-color);
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: var(--secondary-color);
border-color: var(--secondary-color);
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: var(--primary-color);
} .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: var(--secondary-color);
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 var(--secondary-color);
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 var(--secondary-color);
}
.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: var(--primary-color);
} 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: var(--primary-color);
position: absolute;
top: 3px;
left: 0;
font-size: 20px;
}
.widget_bttk_contact_social_links .bttk-contact-widget-wrap ul.contact-list li a {
color: var(--font-color);
}
.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: var(--primary-color);
border-color: var(--primary-color);
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;
flex: 2;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
margin-bottom: 0;
padding: 10px 15px;
flex: 1;
min-height: 50px;
text-align: center;
}
.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: var(--primary-color);
}
.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: var(--secondary-font);
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: var(--font-color);
font-family: var(--secondary-font);
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: var(--primary-color);
position: absolute;
top: 0;
left: 0;
}
.widget_blossomthemes_stat_counter_widget .hs-counter {
font-family: var(--primary-color);
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: var(--primary-color);
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-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: var(--primary-font);
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: var(--primary-color);
border-color: var(--primary-color);
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: var(--primary-color);
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: var(--font-color);
}
.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: var(--primary-color);
}
.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: var(--primary-color);
border-bottom-color: var(--primary-color);
}
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: var(--primary-color);
}
.entry-header .entry-title a {
color: #000;
}
.entry-header .entry-title a:hover {
color: var(--primary-color);
} .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: var(--primary-font);
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: var(--primary-color);
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: var(--secondary-color);
}
.widget_bttk_author_bio .readmore {
background: var(--secondary-color);
color: #fff;
text-decoration: none;
border-radius: 5px;
padding: 15px 30px;
}
.widget_bttk_author_bio .readmore:hover {
background: var(--primary-color);
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: var(--primary-color);
border-color: var(--primary-color);
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: var(--font-color);
}
#secondary .widget ul li a:hover {
color: var(--primary-color);
} .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: var(--primary-color);
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: var(--primary-color);
color: #fff;
}
.widget_calendar table td#today a {
color: #fff;
} .widget_tag_cloud .tagcloud a {
display: inline-block;
font-size: 12px !important;
color: var(--font-color);
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: var(--primary-color);
background: var(--primary-color);
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: var(--primary-color);
border-color: var(--primary-color);
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: var(--primary-color);
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: var(--primary-font);
}
.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: var(--primary-color);
}
.dropcap {
display: inline-block;
font-size: 5.55em;
line-height: 0.9em;
font-family: var(--secondary-font);
font-weight: 700;
color: var(--primary-color);
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 var(--primary-color);
margin-right: 3px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
}
.tags a:hover {
background: var(--primary-color);
border-color: var(--primary-color);
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: var(--primary-color);
border-color: var(--primary-color);
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: var(--primary-color);
text-transform: capitalize;
}
.author-content-wrap .author-name:before {
content: "";
background: var(--secondary-color);
width: 8px;
height: 8px;
position: absolute;
bottom: 0px;
left: 0;
border-radius: 100%;
}
.author-content-wrap .author-name:after {
content: "";
background: var(--primary-color);
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: var(--font-color);
}
.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: var(--primary-color);
}
.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: var(--primary-color);
}
.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: var(--secondary-color);
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: var(--primary-color);
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: var(--primary-color);
}
.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: var(--font-color);
}
.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: var(--secondary-font);
font-weight: 700;
color: var(--primary-color);
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-size: 18px;
font-weight: 700;
display: inline-block;
background: var(--secondary-color);
color: #fff;
padding: 12px 40px;
border-radius: 5px;
margin-top: 50px;
}
.error-404 a.bttn:hover {
background: var(--primary-color);
}
.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: var(--secondary-color);
width: 8px;
height: 8px;
border-radius: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.page-template-contact .contact-wrap .widget-title:after {
content: "";
background: var(--primary-color);
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: var(--primary-color);
}
.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: var(--primary-color);
border-color: var(--primary-color);
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 var(--primary-color);
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: var(--font-color);
font-weight: 400;
text-transform: none;
}
.single-bt-event .event-schedule-wrap .category a:hover {
color: var(--primary-color);
}
.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: var(--secondary-color);
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: var(--primary-color);
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: var(--primary-color);
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: var(--primary-color);
}
.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: var(--primary-color);
}
.portfolio-text-holder .portfolio-img-title {
line-height: 1.2em;
font-family: var(--secondary-font);
}
.portfolio-item .portfolio-img-title a:hover,
.portfolio-item .portfolio-cat a,
.entry-header .portfolio-cat a {
color: var(--primary-color);
}
.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: var(--primary-color);
}
.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: var(--secondary-font);
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: var(--primary-color);
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: var(--secondary-color);
}
.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;
}
.widget_blossom_client_logo_widget .image-holder img {
max-width: 100%;
} .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;
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;
} .site-banner.style-one .subtitle {
font-size: 0.88888888888888888888888888888889em;
font-weight: 600;
line-height: 34px;
letter-spacing: 0.66px;
color: var(--white-color);
margin: 0;
}
.style-six.site-banner .banner-wrap .banner-link,
.style-five.site-banner .banner-wrap .banner-link,
.style-four.site-banner .banner-wrap .banner-link,
.style-three.site-banner .banner-wrap .banner-link,
.style-two.site-banner .banner-wrap .banner-link {
background-color: var(--secondary-color);
border: 0;
color: var(--white-color);
font-size: 1em;
font-weight: 400;
padding: 13px 40px;
margin-top: 40px;
}
.style-six.site-banner .banner-wrap .banner-link:hover,
.style-five.site-banner .banner-wrap .banner-link:hover,
.style-four.site-banner .banner-wrap .banner-link:hover,
.style-three.site-banner .banner-wrap .banner-link:hover,
.style-two.site-banner .banner-wrap .banner-link:hover {
background-color: var(--primary-color);
border: 0;
color: var(--white-color);
}
.style-six.site-banner .banner-caption .banner-wrap .subtitle,
.style-five.site-banner .banner-caption .banner-wrap .subtitle,
.style-four.site-banner .banner-caption .banner-wrap .subtitle,
.style-three.site-banner .banner-caption .banner-wrap .subtitle,
.style-two.site-banner .banner-caption .banner-wrap .subtitle {
font-size: 0.88888888888888888888888888888889em;
font-weight: 600;
line-height: 34px;
letter-spacing: 0.66px;
color: var(--secondary-color);
margin: 0;
}
.style-six.site-banner .banner-caption .banner-wrap .banner-title,
.style-five.site-banner .banner-caption .banner-wrap .banner-title,
.style-four.site-banner .banner-caption .banner-wrap .banner-title,
.style-three.site-banner .banner-caption .banner-wrap .banner-title,
.style-two.site-banner .banner-caption .banner-wrap .banner-title {
font-size: 2.6666666666666666666666666666667em;
line-height: 58px;
color: var(--black-color);
margin-top: 10px;
font-weight: 700;
}
@media(max-width:767px) {
.style-six.site-banner .banner-caption .banner-wrap .banner-title,
.style-five.site-banner .banner-caption .banner-wrap .banner-title,
.style-four.site-banner .banner-caption .banner-wrap .banner-title,
.style-three.site-banner .banner-caption .banner-wrap .banner-title,
.style-two.site-banner .banner-caption .banner-wrap .banner-title {
font-size: 2em;
line-height: 51px;
}
}
.style-six.site-banner .banner-caption .banner-wrap .banner-content p,
.style-five.site-banner .banner-caption .banner-wrap .banner-content p,
.style-four.site-banner .banner-caption .banner-wrap .banner-content p,
.style-three.site-banner .banner-caption .banner-wrap .banner-content p,
.style-two.site-banner .banner-caption .banner-wrap .banner-content p {
color: rgba(var(--black-color-rgb), 0.9);
font-size: 1.1111111111111111111111111111111em;
line-height: 34px;
letter-spacing: 0.01666665em;
margin-bottom: 0;
}
.style-two.site-banner {
display: flex;
flex-direction: column;
overflow: hidden;
}
.style-two.site-banner .banner-caption {
position: relative;
top: unset;
left: unset;
flex: 0 0 50%;
transform: unset;
background: rgba(var(--primary-color-rgb), 0.1);
z-index: 1;
overflow: hidden;
padding: 0;
}
.style-two.site-banner .banner-caption::before {
content: '';
position: absolute;
background-color: rgba(var(--primary-color-rgb), 0.1);
width: 241px;
height: 291px;
border-radius: 100%;
left: -16px;
bottom: -180px;
z-index: 0;
}
.style-two.site-banner .banner-caption::after {
content: '';
position: absolute;
width: 244px;
height: 198px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='244.614' height='198.56' viewBox='0 0 244.614 198.56'%3E%3Cg id='Group_6281' data-name='Group 6281' transform='translate(-1865.716 56.644)'%3E%3Cg id='Group_6280' data-name='Group 6280'%3E%3Cpath id='Path_30637' data-name='Path 30637' d='M1513.342,1482.8c-12.991,25.019-27.714,61.337-20.785,77.479s23.406,57.3,43.747,62.145,26.041,11.562,39.027,9.14,12.022,5.379,45.682,2.169,29.544-19.5,49.463-27.571,36.18-16.37,44.84-16.37,30.994-45.656,13.673-66.639-125.577-88.778-157.621-87.165S1513.342,1482.8,1513.342,1482.8Z' transform='translate(374.934 -1492.606)' fill='%23e75387' opacity='0.05'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
top: -61px;
right: -68px;
z-index: -1;
}
.style-two.site-banner .banner-caption .wrapper {
padding: 61px 35px;
}
.style-two.site-banner .banner-caption .banner-wrap {
width: 100%;
float: unset;
text-align: left;
}
.style-two.site-banner .wp-custom-header {
position: static;
flex: 0 0 50%;
}
.style-two.site-banner .wp-custom-header::after {
content: none;
}
.style-one.site-banner .banner-caption .blossomthemes-email-newsletter-wrapper,
.style-four.site-banner .banner-caption .blossomthemes-email-newsletter-wrapper,
.style-two.site-banner .banner-caption .blossomthemes-email-newsletter-wrapper { float: unset;
}
.style-two.site-banner .banner-caption .blossomthemes-email-newsletter-wrapper {
width: unset;
} .style-one.site-banner.appointment .banner-caption .wrapper .calendly-inline-widget {
margin-left: auto;
margin-right: 0;
}
.style-one.site-banner.appointment.item-left .banner-caption .wrapper .calendly-inline-widget {
margin-left: 0;
margin-right: auto;
}
.style-one.site-banner .banner-caption .blossomthemes-email-newsletter-wrapper,
.style-four.site-banner .banner-caption .blossomthemes-email-newsletter-wrapper {
margin-left: auto;
margin-right: 0;
}
.style-one.site-banner.item-left .banner-caption .blossomthemes-email-newsletter-wrapper,
.style-four.site-banner.item-left .banner-caption .blossomthemes-email-newsletter-wrapper {
margin-left: 0;
margin-right: auto;
}
@media(min-width:1025px) {
.style-two.site-banner {
flex-direction: row-reverse;
}
.style-two.site-banner.item-right {
flex-direction: row;
}
.style-two.site-banner .banner-caption .wrapper {
padding: 108px 35px;
max-width: 568px;
}
.style-two.site-banner.appointment .banner-caption .wrapper {
max-width: 674px;
} .style-four.site-banner.appointment .wp-custom-header,
.style-one.site-banner.appointment .wp-custom-header {
height: 700px;
}
.style-one.site-banner .banner-caption .blossomthemes-email-newsletter-wrapper,
.style-four.site-banner .banner-caption .blossomthemes-email-newsletter-wrapper,
.style-one.site-banner.appointment .banner-caption .wrapper .calendly-inline-widget,
.style-four.site-banner.appointment .banner-caption .wrapper .calendly-inline-widget {
max-width: 568px;
}
}
@media screen and (max-width: 1024px) {
.style-four .site-banner.site-banner.appointment .banner-caption,
.style-one.site-banner.site-banner.appointment .banner-caption {
position: relative;
padding: 40px 15px;
background: #fff;
transform: unset;
}
}
@media(max-width:640px) {
.style-four.site-banner.newsletter .banner-caption .wrapper,
.style-two.site-banner.newsletter .banner-caption .wrapper,
.style-one.site-banner.newsletter .banner-caption {
background: unset;
padding: 0;
}
.style-four.site-banner.newsletter .banner-caption .blossomthemes-email-newsletter-wrapper,
.style-two.site-banner.newsletter .banner-caption .blossomthemes-email-newsletter-wrapper,
.style-one.site-banner.newsletter .banner-caption .blossomthemes-email-newsletter-wrapper {
padding: 40px 15px;
}
} .style-three.site-banner .banner-wrap .banner-link {
background-color: var(--secondary-color);
border: 0;
color: var(--white-color);
font-size: 1em;
font-weight: 400;
padding: 13px 40px;
margin-top: 40px;
}
.style-three.site-banner .banner-wrap .banner-link:hover {
background-color: var(--primary-color);
border: 0;
color: var(--white-color);
}
.style-three.site-banner {
display: flex;
flex-direction: column;
overflow: hidden;
}
.style-three.site-banner .banner-caption {
position: static;
transform: unset;
background: var(--white-color);
z-index: 1;
margin: 0 auto;
max-width: 568px;
border-radius: 5px;
padding: 0;
}
.style-three.site-banner .banner-caption .wrapper {
padding: 61px 35px 0;
}
.style-three.site-banner .banner-caption .banner-wrap {
width: 100%;
float: unset;
text-align: left;
}
.style-three.site-banner .wp-custom-header {
position: static;
margin-left: 0px;
}
.style-four.site-banner .wp-custom-header::after,
.style-three.site-banner .wp-custom-header::after {
content: none;
}
@media screen and (max-width: 1180px) and (min-width:768px) {
.site-banner.style-three .banner-img>img,
.site-banner.style-three .item>img,
.site-banner.style-three .wp-custom-header img,
.site-banner.style-four .wp-custom-header img,
.site-banner.style-four .fallback-svg,
.site-banner.style-three .fallback-svg {
height: 700px;
}
}
@media(min-width:1025px) {
.style-three.site-banner {
flex-direction: row;
}
.style-three.site-banner .banner-caption {
position: absolute;
left: 50px;
top: 50%;
transform: translate(0, -50%);
background: var(--white-color);
margin-left: 0;
box-shadow: 5px 5px 0px 0 var(--primary-color);
}
.style-three.site-banner .wp-custom-header {
position: static;
margin-left: 300px;
height: 700px;
}
.style-three.site-banner.item-right .wp-custom-header {
position: static;
margin-left: 0;
margin-right: 300px;
height: 700px;
}
.style-three.site-banner .banner-caption .wrapper {
padding: 50px 50px 60px;
width: unset;
}
.style-three.site-banner.item-right .banner-caption {
left: unset;
right: 50px;
}
}
@media(max-width:1024px) {
.style-three.site-banner .banner-caption,
.style-three.site-banner .wp-custom-header {
max-width: 770px;
margin-left: auto;
margin-right: auto;
}
.style-three.site-banner .wp-custom-header {
padding-left: 3%;
padding-right: 3%;
}
} .style-four.site-banner .banner-caption {
background: unset;
padding: 0;
}
.style-four.site-banner.item-right .banner-caption .banner-wrap {
margin-left: auto;
}
.style-four.site-banner .banner-caption .wrapper .banner-wrap {
width: unset;
max-width: 568px;
padding: 61px 35px 0;
background-color: var(--white-color);
float: unset;
border-radius: 5px;
}
@media(min-width:768px) {
.style-four.site-banner .banner-caption .wrapper .banner-wrap {
padding: 50px 50px 60px;
box-shadow: 5px 5px 0px 0 var(--primary-color);
}
}
@media screen and (max-width: 767px) and (min-width:640px) {
.style-four.site-banner .banner-caption .wrapper .banner-wrap {
padding: 61px 35px 61px;
}
} .style-five.site-banner {
display: flex;
flex-direction: column-reverse;
overflow: hidden;
background-color: rgba(var(--primary-color-rgb), 0.06);
padding-top: 70px;
}
.style-five.site-banner::after {
content: '';
position: absolute;
width: 244px;
height: 198px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='244.614' height='172.085' viewBox='0 0 244.614 172.085'%3E%3Cpath id='Path_23534' data-name='Path 23534' d='M1712.838,1476.557c12.991,21.683,27.714,53.159,20.785,67.148s-23.406,49.662-43.747,53.859-26.041,10.02-39.027,7.922-12.022,4.661-45.682,1.88-29.544-16.9-49.463-23.895-36.18-14.187-44.84-14.187-30.994-39.568-13.673-57.754,125.577-76.941,157.621-75.543S1712.838,1476.557,1712.838,1476.557Z' transform='translate(-1490.783 -1435.963)' fill='%23e75387' opacity='0.05'/%3E%3C/svg%3E");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
top: -61px;
left: -68px;
z-index: -1;
}
.style-five.site-banner .banner-caption .wrapper {
padding-bottom: 50px;
}
.style-five.site-banner .banner-caption {
position: relative;
top: unset;
left: unset;
transform: unset;
z-index: 1;
overflow: hidden;
background: unset;
}
.style-five.site-banner .banner-caption .banner-wrap {
width: 100%;
float: unset;
text-align: left;
}
.style-five.site-banner .wp-custom-header {
position: relative;
width: 1170px;
margin: 0 auto;
}
.style-five.site-banner .wp-custom-header::before {
content: '';
position: absolute;
background-color: rgba(var(--primary-color-rgb), 0.1);
width: 494px;
height: 494px;
border-radius: 100%;
left: -144px;
bottom: -180px;
z-index: -1;
}
.style-five.site-banner .wp-custom-header::after {
content: none;
}
@media(min-width:1025px) {
.style-five.site-banner .banner-caption .wrapper .banner-wrap {
padding-right: 219px;
position: relative;
}
.style-five.site-banner .banner-caption.no-button .wrapper .banner-wrap {
padding-right: 0;
}
.style-five.site-banner .banner-caption .wrapper .banner-wrap .banner-link {
margin-top: 0;
position: absolute;
right: 0;
bottom: 0;
}
}
@media(min-width:1451px) {
.style-five.site-banner .wp-custom-header {
height: 658px;
}
}
@media screen and (max-width: 1210px) {
.style-five.site-banner .wp-custom-header,
.style-five.site-banner .banner-caption .wrapper {
width: 100%;
padding-left: 3%;
padding-right: 3%;
}
}
@media(max-width:1024px) {
.style-five.site-banner .wp-custom-header {
max-width: 770px;
margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
} .style-six.site-banner {
background-color: rgba(var(--primary-color-rgb), 0.1);
padding: 90px 0;
position: relative;
overflow: hidden;
}
.style-six.site-banner::after {
content: '';
position: absolute;
width: 244px;
height: 198px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='244.614' height='198.56' viewBox='0 0 244.614 198.56'%3E%3Cg id='Group_6281' data-name='Group 6281' transform='translate(-1865.716 56.644)'%3E%3Cg id='Group_6280' data-name='Group 6280'%3E%3Cpath id='Path_30637' data-name='Path 30637' d='M1513.342,1482.8c-12.991,25.019-27.714,61.337-20.785,77.479s23.406,57.3,43.747,62.145,26.041,11.562,39.027,9.14,12.022,5.379,45.682,2.169,29.544-19.5,49.463-27.571,36.18-16.37,44.84-16.37,30.994-45.656,13.673-66.639-125.577-88.778-157.621-87.165S1513.342,1482.8,1513.342,1482.8Z' transform='translate(374.934 -1492.606)' fill='%23e75387' opacity='0.05'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
top: -61px;
left: -68px;
z-index: -1;
}
.style-six.site-banner>.wrapper {
display: flex;
flex-direction: column;
}
.style-six.site-banner .banner-caption {
position: relative;
top: unset;
left: unset;
flex: 0 0 50%;
transform: unset;
z-index: 2;
overflow: hidden;
background: unset;
}
.style-six.site-banner .wp-custom-header::before {
content: '';
position: absolute;
background-color: rgba(var(--primary-color-rgb), 0.1);
width: 494px;
height: 494px;
border-radius: 100%;
left: -105px;
bottom: -245px;
z-index: -1;
}
.style-six.site-banner .banner-caption .wrapper {
padding: 0 35px 0 0;
}
.style-six.site-banner .banner-caption .banner-wrap {
width: 100%;
float: unset;
text-align: left;
}
.style-six.site-banner .wp-custom-header {
flex: 0 0 50%;
position: relative;
z-index: 2;
}
.style-six.site-banner .wp-custom-header::after {
content: none;
}
@media(min-width:1025px) {
.style-six.site-banner>.wrapper {
flex-direction: row-reverse;
}
.style-six.site-banner .banner-caption .wrapper {
padding: 50px 65px 50px 0;
max-width: 568px;
}
.style-six.site-banner.item-right>.wrapper {
flex-direction: row;
}
.style-six.site-banner.item-right .banner-caption .wrapper {
padding: 50px 0 50px 65px;
max-width: 568px;
}
}
@media(max-width:360px) {
.style-one.site-banner.appointment .banner-caption,
.style-two.site-banner.appointment .banner-caption .wrapper {
padding: 45px 0;
}
}  .site .header-lay6 .main-header .wrapper .site-branding {
justify-content: center;
border-bottom: 1px solid var(--primary-color);
}
.site .header-lay6 .header-t {
border-bottom: 0;
padding-bottom: 0;
}
.site .header-lay6 .header-t .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
padding-bottom: 10px;
}
.site .header-lay6 .header-t .wrapper .top-right {
float: unset;
width: unset;
padding-left: 30px;
}
.site .header-lay6 .header-t .wrapper .top-right .header-social {
padding-right: 30px;
}
.site .header-lay6 .header-t .wrapper .top-right .header-search {
border-left: 0;
border-right: 1px solid #e5e5e5;
padding-left: 0;
padding-right: 15px;
margin-left: 0;
margin-right: 10px;
} .site .header-lay7 .main-header {
border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2);
}
.site .header-lay7 .main-header .wrapper {
justify-content: space-between;
}
.site .header-lay7 .main-header .wrapper::before,
.site .header-lay7 .main-header .wrapper::after {
content: none;
}
.site .header-lay7 .main-header .wrapper .site-branding {
flex: unset;
}
.site .header-lay7 .header-t {
border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2);
}
.site .header-lay7 .header-t .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.site .header-lay7 .header-t .wrapper .top-right {
float: unset;
width: unset;
padding-left: 30px;
}
.site .header-lay7 .header-t .wrapper .top-right .header-social {
padding-right: 30px;
}
.site .header-lay7 .header-t .wrapper .top-right .header-search {
border-left: 0;
border-right: 1px solid #e5e5e5;
padding-left: 0;
padding-right: 15px;
margin-left: 0;
margin-right: 10px;
}
.site .header-lay7 .main-header .wrapper .top-left+.button-wrap {
margin-left: 60px;
}
.site .header-lay7 .main-header .wrap-right {
display: flex;
align-items: center;
margin-left: 30px;
}
.site .header-lay7 .main-header .wrapper .top-left {
font-size: 16px;
}
.site .header-lay7 .main-header .wrapper .top-left span+span {
margin-left: 25px;
}
.site .header-lay7 .main-header .wrapper .top-left span svg {
fill: var(--primary-color);
margin-right: 5px;
}
.site .header-lay7 .main-header .wrapper .top-left span svg path {
fill: var(--primary-color);
margin-right: 5px;
}
.site .header-lay7 .main-header .wrapper .top-left span a {
color: #46493C;
} .site-header .button-wrap a {
padding: 13px 20px;
}
.site .header-lay8 .main-header {
border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2);
}
.site .header-lay8 .main-header .wrapper {
display: flex;
justify-content: space-between;
}
.site .header-lay8 .main-header .wrapper .menu-wrap {
display: flex;
align-items: center;
}
.site .header-lay8 .main-header .wrapper .menu-wrap nav+.button-wrap {
margin-left: 40px;
}
.site .header-lay8 .header-t {
background-color: rgba(var(--primary-color-rgb), 0.2);
border-bottom: 0
}
.site .header-lay8 .header-t .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.site .header-lay8 .main-header .wrapper::before,
.site .header-lay8 .main-header .wrapper::after,
.site .header-lay8 .header-t .wrapper::before,
.site .header-lay8 .header-t .wrapper::after {
content: none;
}
.site .header-lay8 .main-header .wrapper .site-branding {
flex: unset;
}
.site .header-lay8 .header-t .wrapper .top-right {
float: unset;
width: unset;
padding-left: 30px;
}
.site .header-lay8 .header-t .wrapper .top-right .header-social {
padding-right: 30px;
}
.site .header-lay8 .header-t .wrapper .top-right .header-search {
border-left: 0;
border-right: 1px solid #e5e5e5;
padding-left: 0;
padding-right: 15px;
margin-left: 0;
margin-right: 10px;
}
.site .header-lay8 .header-t .wrapper .top-left {
width: unset;
}
.site .header-lay8 .header-t .wrapper .top-left span svg {
fill: var(--primary-color);
margin-right: 5px;
}
.site .header-lay8 .header-t .wrapper .top-left span svg path {
fill: var(--primary-color);
margin-right: 5px;
}
.site .header-lay8 .header-t .wrapper .top-left span a {
color: #46493C;
} .site-header .button-wrap a {
padding: 13px 20px;
white-space: nowrap;
font-weight: normal;
}
.site .header-lay9 .main-header {
border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2);
display: flex;
flex-direction: column;
}
.site .header-lay9 .main-header .site-branding {
display: flex;
justify-content: center;
border-bottom: 2px solid rgba(var(--primary-color-rgb), 0.2);
padding-top: 40px;
padding-bottom: 40px;
}
.site .header-lay9 .main-header .wrapper .menu-wrap {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 10px 0 5px;
}
.site .header-lay9 .main-header .wrapper .menu-wrap nav+.button-wrap {
margin-left: 40px;
}
.site .header-lay9 .header-t {
background-color: rgba(var(--primary-color-rgb), 0.2);
padding: 15px 0;
}
.site .header-lay9 .header-t .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.site .header-lay9 .header-t .wrapper::before,
.site .header-lay9 .header-t .wrapper::after {
content: none;
}
.site .header-lay9 .header-t .wrapper .top-right {
float: unset;
width: unset;
padding-left: 30px;
}
.site .header-lay9 .header-t .wrapper .top-right .header-social {
padding-right: 30px;
}
.site .header-lay9 .header-t .wrapper .top-right .header-search {
border-left: 0;
border-right: 1px solid #e5e5e5;
padding-left: 0;
padding-right: 15px;
margin-left: 0;
margin-right: 10px;
}
.site .header-lay9 .header-t .wrapper .top-left {
width: unset;
}
.site .header-lay9 .header-t .wrapper .top-left span svg {
fill: var(--primary-color);
margin-right: 5px;
}
.site .header-lay9 .header-t .wrapper .top-left span svg path {
fill: var(--primary-color);
margin-right: 5px;
}
.site .header-lay9 .header-t .wrapper .top-left span a {
color: #46493C;
}
@media(min-width:1024px) {
.site .header-lay9 .main-header .site-branding {
padding: 40px 0;
}
.site .header-lay6 .main-header .site-branding {
padding: 40px 0;
}
} .site .header-lay10 .main-header {
display: flex;
flex-direction: column;
}
.site .header-lay10 .main-header .site-branding {
display: flex;
justify-content: center;
border-top: 1px solid rgba(var(--primary-color-rgb), 0.2);
}
.site .header-lay10 .main-header .wrapper .menu-wrap {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.site .header-lay10 .main-header .wrapper .menu-wrap nav+.button-wrap {
margin-left: 40px;
}
.site .header-lay10 .header-t {
background-color: rgba(var(--primary-color-rgb), 0.2);
padding: 15px 0;
}
.site .header-lay10 .header-t .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.site .header-lay10 .header-t .wrapper::before,
.site .header-lay10 .header-t .wrapper::after {
content: none;
}
.site .header-lay10 .header-t .wrapper .top-right {
float: unset;
width: unset;
padding-left: 30px;
}
.site .header-lay10 .header-t .wrapper .top-right .header-social {
padding-right: 30px;
}
.site .header-lay10 .header-t .wrapper .top-right .header-search {
border-left: 0;
border-right: 1px solid #e5e5e5;
padding-left: 0;
padding-right: 15px;
margin-left: 0;
}
.site .header-lay10 .header-t .wrapper .top-left {
width: unset;
}
.site .header-lay10 .header-t .wrapper .top-left span svg {
fill: var(--primary-color);
margin-right: 5px;
}
.site .header-lay10 .header-t .wrapper .top-left span svg path {
fill: var(--primary-color);
margin-right: 5px;
}
.site .header-lay10 .header-t .wrapper .top-left span a {
color: #46493C;
} @media(min-width:1025px) {
.mobile-menu {
display: none;
}
}
@media(max-width:1024px) {
.desktop.main-header,
.header-t.desktop {
display: none !important;
}
.mobile-menu .main-header {
border-bottom: 0;
}
.mobile-menu .main-header .wrapper::after,
.mobile-menu .main-header .wrapper::before {
content: none;
}
.mobile-menu .main-header .wrapper .site-branding {
flex: unset;
width: unset;
border-bottom: 0;
}
.mobile-menu .nav-slide-wrapper {
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 rgb(0 0 0 / 10%);
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;
}
.mobile-menu .nav-slide-wrapper .wrapper .menu-wrap,
.mobile-menu .nav-slide-wrapper .wrapper .menu-wrap .main-navigation {
width: 100%;
overflow: hidden;
}
.mobile-menu .nav-slide-wrapper.menu-toggled {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.mobile-menu .nav-slide-wrapper .menu-wrap .main-navigation ul.menu {
all: unset;
}
.mobile-menu .nav-slide-wrapper .main-navigation .toggle-button {
display: none;
}
.mobile-menu .main-header .menu-toggled {
width: 40px;
height: 40px;
}
.mobile-menu .main-header .toggle-button {
display: block;
padding: 0;
width: 40px;
height: 40px;
border-radius: 100%;
position: relative;
}
.mobile-menu .main-header .menu-toggled .toggle-button {
position: absolute;
top: 20px;
right: 55%;
z-index: 99999;
}
.mobile-menu .main-header 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;
}
.mobile-menu .main-header button.toggle-button .toggle-bar:first-child {
top: -10px;
}
.mobile-menu .main-header button.toggle-button .toggle-bar:last-child {
top: 10px;
}
.mobile-menu.m-toggled .main-header button.toggle-button .toggle-bar:first-child {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transform: rotate(135deg);
top: 0;
}
.mobile-menu.m-toggled .main-header button.toggle-button .toggle-bar:nth-child(2) {
opacity: 0;
visibility: hidden;
}
.mobile-menu.m-toggled .main-header button.toggle-button .toggle-bar:last-child {
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
transform: rotate(-135deg);
top: 0;
}
.mobile-menu.m-toggled .main-header .toggle-button {
position: absolute;
top: 20px;
right: 55%;
z-index: 99999;
}
.mobile-menu .nav-slide-wrapper .header-t {
padding: 0;
border: 0;
background: none;
}
.mobile-menu .nav-slide-wrapper .header-t .wrapper {
flex-direction: column;
align-items: flex-start;
}
.mobile-menu .nav-slide-wrapper .header-t .wrapper .top-right {
padding-left: 0;
margin-bottom: 21px;
display: flex;
justify-content: center;
width: 100%;
align-items: center;
}
.site .mobile-menu .header-t .wrap-right .top-left,
.mobile-menu .header-t .wrap-right {
width: 100%;
margin-top: 28px;
}
.mobile-menu .header-t .wrap-right .top-left>span {
display: block;
text-align: center;
margin: 0 0 12px;
}
.mobile-menu .header-t .wrap-right .button-wrap {
text-align: center;
margin-top: 18px;
}
.mobile-menu .header-t .wrap-right .button-wrap a {
width: 80%;
margin: 0 auto;
text-align: center;
}
.mobile-menu .main-header .wrapper {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.site .header-lay10 .main-header .site-branding {
border-top: 0;
}
}
@media(max-width:580px) {
.mobile-menu .nav-slide-wrapper {
width: 100%;
}
.mobile-menu.m-toggled .main-header .toggle-button {
right: 40px
}
} .instagram-section {
text-align: center;
position: relative;
}
.instagram-section .popup-gallery li {
margin-bottom: 0;
}
.instagram-section .popup-gallery li a {
display: block;
width: 100%;
}
@media (max-width: 767px) {
.instagram-section .popup-gallery.photos-4 li,
.instagram-section .popup-gallery.photos-5 li,
.instagram-section .popup-gallery.photos-6 li,
.instagram-section .popup-gallery.photos-7 li,
.instagram-section .popup-gallery.photos-8 li,
.instagram-section .popup-gallery.photos-9 li,
.instagram-section .popup-gallery.photos-10 li {
width: 33.33%;
}
}
@media (max-width: 558px) {
.instagram-section .popup-gallery.photos-4 li,
.instagram-section .popup-gallery.photos-5 li,
.instagram-section .popup-gallery.photos-6 li,
.instagram-section .popup-gallery.photos-7 li,
.instagram-section .popup-gallery.photos-8 li,
.instagram-section .popup-gallery.photos-9 li,
.instagram-section .popup-gallery.photos-10 li {
width: 50%;
}
}
.instagram-section .profile-link {
border: 1px border var(--primary-color);
padding: 10px 30px;
display: inline-block;
position: absolute;
left: 50%;
top: 50%;
background-color: #fff;
border-radius: 5px;
transform: translate(-50%, -50%);
font-family: var(--secondary-font);
font-size: 0.8888888889em;
font-weight: 400;
text-decoration: none;
transition: all 500ms ease;
color: var(--primary-color);
border: 1px solid var(--primary-color);
}
@media (max-width: 767px) {
.instagram-section .profile-link {
position: static;
margin: 10px auto;
transform: unset;
}
}
.instagram-section .profile-link:hover {
background-color: var(--primary-color);
color: #fff;
}
.instagram-section .profile-link .insta-icon {
margin-right: 10px;
}
.woocommerce div.product .product_title,
.woocommerce div.product .woocommerce-tabs .panel h2, 
.woocommerce div.product .entry-summary .variations_form .single_variation_wrap .button, 
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product .cart .single_add_to_cart_button.alt {
font-family: var(--secondary-font);
} .site .header-lay7 .header-t .wrapper .top-right {
margin-left: auto;
}
.site .header-lay7 .header-t .wrapper .top-right .header-search {
border-right: 0;
}
.site .header-lay7 .header-t .wrapper .top-right .header-cart{
position: relative;
}
.site .header-lay7 .header-t .wrapper .top-right .header-cart::before {
position: absolute;
content: "";
margin-left: 7px;
border-left: 1px solid #e5e5e5;
top: 0;
left: -24px;
width: 1px;
height: 26px;
} section.wheeloflife-section{
padding: 50px 0;
}
.wheeloflife-section .wrapper .section-content{
max-width: 767px;
margin: 0 auto;
margin-bottom: 40px;
}
.wheeloflife-section  .wheelOfLifeRootAppSelector .wheeloflife-wrapper{
margin-bottom:0;
}
.wheeloflife-section .wrapper .section-content p:last-of-type{
margin-bottom: 0;
}
.wheeloflife-section .wrapper .section-content img{
margin-top: 1em;
}
.wheeloflife-btn.is-primary:hover, button:not(:hover):not(:active):not(.has-background).wheeloflife-btn.is-primary:hover{
background-color: var(--secondary-color);
}
@media(min-width:767px){
section.wheeloflife-section{
padding: 80px 0;
}
}@media(max-width:1024px){.bg-remove-tablet{background-image:unset!important}}@media(max-width:1024px){.bg-remove-mobile{background-image:unset!important}}.elem-appointment-section .wpcf7-form textarea{height:150px}.elem-appointment-section .wpcf7-form p label{font-weight:600;font-size:16px;color:#000}.Divider-circle,.Divider-circle1{position:relative}.box-align-center .elementor-container{align-items:center}.middle-box{position:relative;overflow:hidden}.middle-box .rotate-y{transform:rotate(49deg);position:absolute;top:14px;right:-28px}.elem-appointment-section .wpcf7-form p{margin-bottom:20px}.elem-appointment-section .wpcf7-form p:last-child{margin-bottom:0}.elem-appointment-section .wpcf7-form p input[type=submit]{width:100%;background-color:#fbaca5}.elem-appointment-section .wpcf7-form p input[type=submit]{width:100%;background-color:var(--secondary-color)}.elem-appointment-section .wpcf7-form input::placeholder,.elem-appointment-section .wpcf7-form textarea::placeholder{color:#000}.meet-team .meafe-team-member-social-profiles .meafe-team-member-social-link{padding-left:0}.meet-team .meafe-team-member-social-profiles .meafe-team-member-social-link::before{display:none}.listing ul li::before{display:none}.listing ul li{align-items:flex-start}.listing ul li .meafe-icon-list-icon{display:inline-flex!important;margin-top:8px}.listing.listing-icon-position ul li .meafe-icon-list-icon{margin-top:13px}.listing.pricing-listing ul li .meafe-icon-list-icon{display:inline-flex!important;margin-top:2px}.arrow-button-hover.elementor-widget-button a{position:relative;color:var(--primary-color)}.arrow-button-hover a::after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.674' height='10.009' viewBox='0 0 13.674 10.009'%3E%3Cg id='Group_255' data-name='Group 255' transform='translate(-609.024 -4045.697)'%3E%3Cpath id='Path_4337' data-name='Path 4337' d='M-1301,1456h11.233' transform='translate(1910.77 2594.787)' fill='none' stroke='%2388ced0' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath id='Path_4338' data-name='Path 4338' d='M-1292.088,1450.363l3.944,3.944-3.944,3.944' transform='translate(1910.092 2596.395)' fill='none' stroke='%2388ced0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-size:13px;position:absolute;top:-7px;right:-39px;width:13px;height:13px;transition:all .2s ease-in-out;width:30px;height:30px;border:1px solid rgba(var(--primary-color-rgb),.3);border-radius:100px}.arrow-button-hover a .elementor-align-icon-right,.link-hover a{transition:all .4s ease-in-out}.arrow-button-hover a:hover::after{right:-44px}.elementor-icon-list-icon svg{margin-top:7px}.link-hover a:hover{color:var(--primary-color)!important}.listing-icon-primary .elementor-icon-list-item .elementor-icon-list-icon svg path{fill:#FBACA5}.listing-icon-add .elementor-icon-list-item .elementor-icon-list-icon svg path{fill:#17BE8A}.arrow-button-hover a:hover .elementor-align-icon-right{margin-left:18px!important}.image-height-adjustment .elementor-widget-wrap div{height:100%}.image-height-adjustment .elementor-widget-wrap div img{height:100%;object-fit:cover}.share-icon{position:relative}.arrow-btn .elementor-button-icon{display:flex;align-items:center}.arrow-btn .elementor-button-icon svg{width:unset}.arrow-btn:hover .elementor-button-icon svg path:first-child{stroke:#fff!important}.arrow-btn:hover .elementor-button-icon svg path:last-child{fill:#fff!important}.flex-1 .elementor-button-content-wrapper .elementor-button-text{flex:unset}.share-icon .share-icon-container{position:absolute;top:14px;left:0}.contact-page-form p,.service-detail-contact-7-form p{margin-bottom:0!important}.contact-page-form h4{margin-bottom:30px}.contact-form-column h3{color:var(--white-color);margin-bottom:9px}.align-center>.elementor-container{align-items:center}.elementor-widget-wp-widget-blp_pt_widget{margin-bottom:0;display:flex;flex-direction:column}.elementor-widget-container h1,.elementor-widget-container h2,.elementor-widget-container h3,.elementor-widget-container h4,.elementor-widget-container h5,.elementor-widget-container h6{margin-bottom:0}.widget-area .elementor-widget:last-child{margin-bottom:0}.elementor-widget select{max-width:100%}.elementor-widget ol,.elementor-widget ul{margin:0;padding:0;list-style:none}.elementor-widget ul ul{margin-left:15px}.elementor-widget:not(.elementor-widget-text-editor,.elementor-widget-toggle,.elementor-widget-tabs,.elementor-widget-accordion,.elementor-icon-list--layout-traditional) ul li{display:block;margin-bottom:25px;font-size:1em;font-weight:500}.elementor-icon-list--layout-traditional ul li{margin-bottom:0}.elementor-widget ul li:last-child{margin-bottom:0}.elementor-widget .elementor-text-editor ul,.elementor-widget .textwidget ul,.elementor-widget.elementor-widget-html ul{margin:0;padding-left:1.7em;list-style:inherit}.elementor-widget .elementor-text-editor ul li,.elementor-widget .textwidget ul li,.elementor-widget.elementor-widget-html ul li{display:list-item;margin-bottom:0;font-weight:400}.elementor-widget ul li a{text-decoration:none;color:var(--black-color)}.elementor-widget ul li a:hover{color:var(--primary-color)}.elementor-widget ul li.bttk-social-icon-wrap a:hover{color:var(--white-color)}.elementor-widget .widget_bttk_popular_post ul li,.elementor-widget .widget_bttk_pro_recent_post ul li{display:flex}.elementor-widget ul.bttk-itw-holder li{display:table}.elementor-widget .blossom-inner-wrap .image-holder{width:auto;max-width:200px}.elementor-widget-wp-widget-archives ul li,.elementor-widget-wp-widget-categories ul li,.elementor-widget-wp-widget-meta ul li,.elementor-widget-wp-widget-nav_menu ul li,.elementor-widget-wp-widget-pages ul li{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(var(--primary-color-rgb),.2);font-size:1em;font-weight:400;position:relative;padding-left:20px}.elementor-widget-wp-widget-archives ul li:last-child,.elementor-widget-wp-widget-categories ul li:last-child,.elementor-widget-wp-widget-meta ul li:last-child,.elementor-widget-wp-widget-nav_menu ul li:last-child,.elementor-widget-wp-widget-pages ul li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.elementor-widget-wp-widget-archives ul li::before,.elementor-widget-wp-widget-categories ul li::before,.elementor-widget-wp-widget-meta ul li::before,.elementor-widget-wp-widget-nav_menu ul li::before,.elementor-widget-wp-widget-pages ul li::before{content:"";background:var(--primary-color);width:6px;height:6px;position:absolute;left:0;top:12px;border-radius:100px}.elementor-widget-wp-widget-calendar table{margin:0}.elementor-widget-wp-widget-calendar table caption{background:var(--secondary-color)}.elementor-widget-wp-widget-calendar table tr td,.elementor-widget-wp-widget-calendar table tr th{padding-left:0;padding-right:0;text-align:center;font-weight:700;font-size:1em;line-height:1.5}.elementor-widget-wp-widget-calendar table tr td{font-weight:400}.elementor-widget-wp-widget-calendar table tbody tr td#today{background:rgba(var(--primary-color-rgb),.15)}.elementor-widget-wp-widget-calendar table tr td a{display:block}.elementor-widget-wp-widget-calendar table tr td a:hover{text-decoration:none;color:var(--black-color)}.elementor-widget-wp-widget-calendar table tfoot{border-top:1px solid rgba(var(--primary-color-rgb),.1)}.elementor-widget-wp-widget-calendar table tfoot td#prev{text-align:left}.elementor-widget-wp-widget-calendar table tfoot td#next{text-align:right}.elementor-widget-wp-widget-archives ul li,.elementor-widget-wp-widget-categories ul li{color:rgba(var(--black-color-rgb),.3);display:flex;flex-wrap:wrap;align-items:center}.elementor-widget-wp-widget-archives ul li a,.elementor-widget-wp-widget-categories ul li a{flex:1}.elementor-widget-wp-widget-search .search-form .search-field{border-color:rgba(var(--primary-color-rgb),.3)}.elementor-widget-wp-widget-search .search-form .search-submit{background-color:var(--primary-color)}.elementor-widget-wp-widget-search .search-form .search-submit:hover{background-color:var(--black-color)}.elementor-widget-wp-widget-recent-posts ul{counter-reset:listCount}.elementor-widget-wp-widget-recent-posts ul li{counter-increment:listCount;position:relative;padding-left:55px;font-size:1.1112em}.elementor-widget-wp-widget-recent-posts ul li::before{content:"0"counter(listCount);font-family:var(--secondary-font);color:rgba(var(--primary-color-rgb),.5);font-size:2em;line-height:1;position:absolute;top:5px;left:0}.text-underline .elementor-heading-title{position:relative;display:inline-block}.text-underline .elementor-heading-title::after{content:"";width:100%;height:13px;background:rgba(var(--secondary-color-rgb),.1);position:absolute;bottom:4px;left:0}.elementor-widget .blossomthemes-email-newsletter-wrapper,.elementor-widget-wp-widget-blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper{padding:0}.elementor-widget .blossomthemes-email-newsletter-wrapper .container,.elementor-widget-wp-widget-blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container{padding:0}.elementor-widget-wp-widget-blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .img-holder{width:60px;height:60px;border-radius:100%;overflow:hidden;margin:0 auto 20px auto;position:relative}.elementor-widget-wp-widget-blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder{text-align:center}.elementor-widget-wp-widget-blossomthemes_email_newsletter_widget .text-holder h3{margin-top:0;margin-bottom:0;font-size:1.39em;font-family:var(--secondary-font);font-weight:600;letter-spacing:.5px}.elementor-widget-wp-widget-blossomthemes_email_newsletter_widget .text-holder span{display:block;margin-top:15px}.elementor-widget-wp-widget-blossomthemes_email_newsletter_widget form input[type=text]{margin-bottom:20px;border:none}.elementor-widget-wp-widget-blossomthemes_email_newsletter_widget form label{margin-bottom:20px}.elementor-widget-wp-widget-btif_instagram_widget .profile-link{display:block;margin-top:10px;text-align:center;background:var(--black-color);border:1px solid var(--black-color);color:var(--white-color);font-size:.7778em;padding:10px;text-decoration:none;line-height:1.5}.elementor-widget-wp-widget-btif_instagram_widget .profile-link:hover{background:0 0;color:var(--black-color)}.elementor-widget-wp-widget-btif_instagram_widget ul li .instagram-meta{left:0;bottom:0;color:var(--white-color)}.elementor-widget-wp-widget-btif_instagram_widget ul:after{content:'';display:block;clear:both}.elementor-widget-wp-widget-btif_instagram_widget ul{margin:0 -1px!important}.elementor-widget-wp-widget-btif_instagram_widget ul li{float:left;width:33.3333%;padding:0 1px!important;margin:0 0 2px!important;position:relative}.elementor-widget-wp-widget-btif_instagram_widget ul li .instagram-meta{display:flex;flex-wrap:wrap;align-items:center;position:absolute;width:100%;padding:5px 10px;opacity:0;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s;background:-moz-linear-gradient(top,transparent,rgba(var(--black-color-rgb),.65) 100%);background:-webkit-linear-gradient(top,transparent,rgba(var(--black-color-rgb),.65) 100%);background:linear-gradient(to bottom,transparent,rgba(var(--black-color-rgb),.65) 100%)}.elementor-widget-wp-widget-btif_instagram_widget ul.photos-4 li .instagram-meta,.elementor-widget-wp-widget-btif_instagram_widget ul.photos-5 li .instagram-meta{display:none}.elementor-widget-wp-widget-btif_instagram_widget ul li:hover .instagram-meta{opacity:1}.elementor-widget-wp-widget-btif_instagram_widget ul li .instagram-meta .like{display:flex;flex:1;align-items:center;flex-wrap:wrap;padding-right:10px}.elementor-widget-wp-widget-btif_instagram_widget ul li .instagram-meta svg{margin-right:5px}.elementor-widget-wp-widget-btif_instagram_widget ul li img{vertical-align:top;width:100%}.elementor-widget-wp-widget-btif_instagram_widget ul.photos-1 li{width:100%}.elementor-widget-wp-widget-btif_instagram_widget ul.photos-2 li{width:50%}.elementor-widget-wp-widget-btif_instagram_widget ul.photos-4 li{width:25%}.elementor-widget-wp-widget-btif_instagram_widget ul.photos-5 li{width:20%}.elementor-widget-wp-widget-bttk_author_bio{text-align:center}.elementor-widget-wp-widget-bttk_author_bio .image-holder{border-radius:100%;overflow:hidden;width:250px;height:250px;margin-left:auto;margin-right:auto;margin-bottom:30px}.elementor-widget-wp-widget-bttk_author_bio .image-holder img{width:100%;height:100%;object-fit:cover}.elementor-widget-wp-widget-bttk_author_bio .title-holder{font-size:1.39em;font-family:var(--secondary-font);font-weight:600;letter-spacing:.5px;line-height:1.3;margin-bottom:10px}.elementor-widget-wp-widget-bttk_author_bio .author-bio-content p{margin-top:0;margin-bottom:20px}.elementor-widget-wp-widget-bttk_author_bio .text-signature{background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="128.31" height="12.679" viewBox="0 0 128.31 12.679"><path d="M1317.685,1743.805s136.174-19.581,127.315,4.494" transform="translate(-1317.614 -1735.793)" fill="none" stroke="%23000" stroke-width="1"/></svg>');background-position:center bottom;padding-bottom:15px;background-repeat:no-repeat;background-size:auto;font-family:'Dancing Script',cursive;font-size:30px;color:#000;font-style:italic;line-height:1.3;margin-bottom:10px}.elementor-widget-wp-widget-bttk_author_bio .readmore{background:var(--black-color);color:var(--white-color);font-size:.7778em;font-weight:700;letter-spacing:.5px;text-decoration:none;padding:10px 30px;margin-top:15px;margin-bottom:0;display:block}.elementor-widget-wp-widget-bttk_author_bio .readmore:hover{background:var(--primary-color)}.site-footer .elementor-widget-wp-widget-bttk_author_bio .readmore:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-bttk_author_bio .author-socicons{margin-top:20px}.elementor-widget-wp-widget-bttk_author_bio .author-socicons li{margin:10px 5px 0 5px;display:inline-block}.elementor-widget-wp-widget-bttk_author_bio .author-socicons li a{display:inline-block;width:36px;height:36px;text-align:center;background:rgba(var(--primary-color-rgb),.3);border-radius:100%;line-height:38px;color:rgba(var(--black-color-rgb),.8)}.elementor-widget-wp-widget-bttk_author_bio .author-socicons li a:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-bttk_popular_post ul,.elementor-widget-wp-widget-bttk_pro_recent_post ul{counter-reset:list-count}.elementor-widget-wp-widget-bttk_popular_post ul li,.elementor-widget-wp-widget-bttk_pro_recent_post ul li{counter-increment:list-count;padding-top:15px;padding-left:15px;position:relative}.elementor-widget-wp-widget-bttk_popular_post ul li::before,.elementor-widget-wp-widget-bttk_pro_recent_post ul li::before{content:counter(list-count);position:absolute;top:0;left:0;width:32px;height:32px;background:var(--white-color);text-align:center;line-height:32px;border-radius:100%;font-size:1.1112em;color:var(--primary-color);font-weight:400;font-family:var(--secondary-font);border:2px dotted var(--primary-color)}.elementor-widget-wp-widget-bttk_popular_post ul li,.elementor-widget-wp-widget-bttk_pro_recent_post ul li{overflow:hidden}.elementor-widget-wp-widget-bttk_popular_post ul li .post-thumbnail,.elementor-widget-wp-widget-bttk_pro_recent_post ul li .post-thumbnail{float:left;width:30%;height:auto;margin-right:20px}.elementor-widget-wp-widget-bttk_popular_post ul li .post-thumbnail img,.elementor-widget-wp-widget-bttk_pro_recent_post ul li .post-thumbnail img{vertical-align:top;width:100%;height:100%;object-fit:cover}.elementor-widget-wp-widget-bttk_popular_post ul li .entry-header,.elementor-widget-wp-widget-bttk_pro_recent_post ul li .entry-header{overflow:hidden}.elementor-widget-wp-widget-bttk_popular_post ul li .entry-header .entry-meta,.elementor-widget-wp-widget-bttk_pro_recent_post ul li .entry-header .entry-meta{font-size:.7778em;line-height:1.5}.elementor-widget-wp-widget-bttk_popular_post ul li .entry-header .entry-title,.elementor-widget-wp-widget-bttk_pro_recent_post ul li .entry-header .entry-title{font-size:1.1112em;line-height:1.8;margin:0}.elementor-widget-wp-widget-bttk_popular_post .style-two li .post-thumbnail,.elementor-widget-wp-widget-bttk_pro_recent_post .style-two li .post-thumbnail{width:100%;margin-right:0;margin-bottom:20px;height:auto}.elementor-widget-wp-widget-bttk_popular_post .style-two li .entry-header,.elementor-widget-wp-widget-bttk_pro_recent_post .style-two li .entry-header{width:100%;text-align:center;padding:0 15px}.elementor-widget-wp-widget-bttk_popular_post .style-three li .post-thumbnail,.elementor-widget-wp-widget-bttk_pro_recent_post .style-three li .post-thumbnail{height:190px;margin:0 0 -40px;width:100%}.elementor-widget-wp-widget-bttk_popular_post .style-three li .entry-header,.elementor-widget-wp-widget-bttk_pro_recent_post .style-three li .entry-header{background:var(--white-color) none repeat scroll 0 0;margin:0 auto;max-width:92%;padding:13px 15px 0;position:relative;text-align:center;width:100%}.elementor-widget-wp-widget-bttk_popular_post ul li .entry-header .cat-links,.elementor-widget-wp-widget-bttk_pro_recent_post ul li .entry-header .cat-links{display:none}.elementor-widget-wp-widget-bttk_popular_post .style-three li .entry-header .cat-links,.elementor-widget-wp-widget-bttk_popular_post .style-two li .entry-header .cat-links,.elementor-widget-wp-widget-bttk_pro_recent_post .style-three li .entry-header .cat-links,.elementor-widget-wp-widget-bttk_pro_recent_post .style-two li .entry-header .cat-links{display:block;font-size:.7778em;font-weight:500}.elementor-widget-wp-widget-bttk_popular_post .style-three li .entry-header .cat-links a,.elementor-widget-wp-widget-bttk_popular_post .style-two li .entry-header .cat-links a,.elementor-widget-wp-widget-bttk_pro_recent_post .style-three li .entry-header .cat-links a,.elementor-widget-wp-widget-bttk_pro_recent_post .style-two li .entry-header .cat-links a{margin:0 3px}.elementor-widget-wp-widget-bttk_custom_categories ul li{background-size:cover!important;font-size:1em;margin-bottom:15px}.elementor-widget-wp-widget-bttk_custom_categories ul li a{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;color:var(--white-color);min-height:120px;padding:15px}.elementor-widget-wp-widget-bttk_custom_categories ul li a:hover{color:var(--white-color)}.elementor-widget-wp-widget-bttk_custom_categories ul li .cat-title{float:none;font-size:1.1112em;font-family:var(--secondary-font);letter-spacing:.5px;margin-right:10px;font-weight:600}.elementor-widget-wp-widget-bttk_custom_categories ul li .post-count{float:none;background:var(--primary-color);font-size:.7778em;letter-spacing:.5px;width:auto;height:auto;line-height:normal;padding:5px 10px}.elementor-widget-wp-widget-bttk_custom_categories ul li a:hover .post-count,.elementor-widget-wp-widget-bttk_custom_categories ul li a:hover:focus .post-count{width:auto;background:var(--black-color)}.elementor-widget-wp-widget-bttk_image_text_widget ul li{position:relative}.elementor-widget-wp-widget-bttk_image_text_widget ul li img{width:100%}.elementor-widget-wp-widget-bttk_image_text_widget ul li .btn-readmore{position:absolute;width:70%;text-align:center;top:50%;left:50%;color:var(--white-color);background:#111;text-transform:uppercase;font-size:.7em;padding:15px 20px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:ease .2s;-moz-transition:ease .2s;transition:ease .2s}.elementor-widget-wp-widget-bttk_image_text_widget ul li .btn-readmore:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .item{width:100%;min-height:350px;position:relative}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .item img{width:100%;height:100%;object-fit:cover}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .item .carousel-title{position:absolute;bottom:0;left:0;right:0;background:rgba(var(--black-color-rgb),.5);padding:3% 5%}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .carousel-title a{color:var(--white-color);display:inline-block}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .carousel-title a:hover{color:var(--primary-color)}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .carousel-title .cat-links{display:block;font-size:.7778em;font-weight:500}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .carousel-title .cat-links a{margin:0 3px}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .carousel-title .cat-links a::after{content:","}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .carousel-title .cat-links a:last-child::after{display:none}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .item .carousel-title .title{font-size:1.1112em;margin-top:5px;margin-bottom:0}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-nav [class*=owl-]{border-radius:100%;background:rgba(var(--black-color-rgb),.5);left:10px;top:40%;min-height:auto;margin:0;width:40px;height:40px;font-size:0;position:absolute;-webkit-transition:ease .2s;-moz-transition:ease .2s;transition:ease .2s}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-nav .owl-next{left:auto;right:10px}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-nav [class*=owl-]:hover{background:var(--primary-color)}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-nav [class*=owl-]:before{display:none}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-next::after,.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-prev::after{background-repeat:no-repeat;width:10px;height:20px;position:absolute;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);content:''}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-prev::after{background-image:url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z"></path></svg>');top:50%;left:50%}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-next::after{background-image:url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z"></path></svg>');top:50%;left:50%}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-dots{position:static}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot{background:rgba(var(--black-color-rgb),.3);margin:5px;width:25px;height:8px}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot.active,.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot:hover{background:var(--black-color);border-color:var(--black-color)}.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span,.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span:hover,.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot.active span,.elementor-widget-wp-widget-bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot:hover span{display:none}.elementor-widget-wp-widget-bttk_social_links{margin-bottom:20px}.elementor-widget-wp-widget-bttk_social_links ul{text-align:center;display:flex;flex-wrap:wrap;align-items:center}.elementor-widget-wp-widget-bttk_social_links ul li{margin-right:15px;margin-bottom:15px;padding:0;font-size:1.1112em}.elementor-widget-wp-widget-bttk_social_links ul li:last-child{margin-bottom:15px}#primary .elementor-widget-wp-widget-bttk_social_links ul li a{display:inline-block;background:0 0;border-radius:100%;width:63px;height:63px;line-height:60px;border:1px solid rgba(var(--primary-color-rgb),.3)}#primary .elementor-widget-wp-widget-bttk_social_links ul li a:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-blossom_client_logo_widget .blossom-inner-wrap{display:flex;flex:1;flex-wrap:wrap;justify-content:center;align-items:center}.elementor-widget-wp-widget-blossom_client_logo_widget .image-holder{padding:15px 30px;display:flex;flex-direction:column;flex:1;min-width:150px;align-items:center;justify-content:center}.elementor-widget-wp-widget-blossom_client_logo_widget .image-holder a{display:flex;flex-direction:column}.black-white img{-webkit-filter:grayscale(1);filter:grayscale(1)}.black-white:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.elementor-widget-wp-widget-blossom_client_logo_widget .image-holder:not(.black-white) a:hover{opacity:.65}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .elementor-widget-container>div{padding:5%}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .elementor-widget-container>div.bttk-cta-bg{position:relative;z-index:1}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .elementor-widget-container>div.bttk-cta-bg::before{content:"";background:rgba(var(--black-color-rgb),.5);position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.content-area .elementor-widget-wp-widget-blossomtheme_companion_cta_widget .elementor-widget-container>div h5{background:0 0;margin-top:0;padding:0;font-size:1.6665em;letter-spacing:0;text-transform:none}.content-area .elementor-widget-wp-widget-blossomtheme_companion_cta_widget .bttk-cta-bg .blossomtheme-cta-container h5,.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .bttk-cta-bg .text-holder{color:var(--white-color)}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .text-holder p{margin-top:0;font-size:.8888em}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .btn-cta{display:inline-block;font-weight:700;font-size:.7778em;color:var(--white-color);letter-spacing:1px;background:var(--primary-color);border:1px solid var(--primary-color);padding:12px 25px;text-transform:uppercase;text-decoration:none;margin:3px}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .btn-cta+.btn-cta,.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .btn-cta:hover{background:0 0;color:var(--primary-color)}.elementor-widget-wp-widget-blossomtheme_companion_cta_widget .btn-cta+.btn-cta:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-bttk_testimonial_widget .bttk-testimonial-holder{padding-top:40px}.elementor-widget-wp-widget-bttk_testimonial_widget .bttk-testimonial-inner-holder{border:3px solid rgba(var(--black-color-rgb),.05);border-radius:5px;text-align:center;padding:70px 20px 20px 20px;position:relative}.elementor-widget-wp-widget-bttk_testimonial_widget .img-holder{width:100px;border-radius:5px;overflow:hidden;position:absolute;top:-40px;left:0;border:2px solid rgba(var(--black-color-rgb),.05);padding:4px;background:var(--white-color);right:0;margin:0 auto}.site-footer .elementor-widget-wp-widget-bttk_testimonial_widget .img-holder{background:var(--black-color);border-color:rgba(var(--white-color-rgb),.2)}.elementor-widget-wp-widget-bttk_testimonial_widget .img-holder img{border-radius:3px}.elementor-widget-wp-widget-bttk_testimonial_widget .bttk-testimonial-inner-holder .name{display:block;font-weight:700;line-height:1.4}.elementor-widget-wp-widget-bttk_testimonial_widget .bttk-testimonial-inner-holder .designation{font-size:.7778em;color:rgba(var(--black-color-rgb),.5)}.elementor-widget-wp-widget-bttk_testimonial_widget .testimonial-content{margin-top:15px}.elementor-widget-wp-widget-bttk_testimonial_widget .testimonial-content p{margin-top:0;margin-bottom:20px}.elementor-widget-wp-widget-bttk_testimonial_widget .testimonial-content p:last-child{margin-bottom:0}.elementor-widget-wp-widget-bttk_testimonial_widget .testimonial-meta{margin-top:20px}.elementor-widget-wp-widget-blossomthemes_stat_counter_widget .blossomthemes-sc-holder{position:relative;padding-left:70px;display:flex;flex-direction:column-reverse}.elementor-widget-wp-widget-blossomthemes_stat_counter_widget .blossomthemes-sc-holder h5{background:0 0;padding:0;font-size:1.112em;margin-bottom:0;text-align:left}.elementor-widget-wp-widget-blossomthemes_stat_counter_widget .blossomthemes-sc-holder .icon-holder{font-size:3em;position:absolute;top:5px;left:0;line-height:1;color:var(--primary-color)}.elementor-widget-wp-widget-blossomthemes_stat_counter_widget .blossomthemes-sc-holder .hs-counter{font-size:2.6665em;font-weight:700;line-height:1}.elementor-widget-wp-widget-bttk_description_widget,.elementor-widget-wp-widget-bttk_description_widget .image-social-wrap{position:relative}.elementor-widget-wp-widget-bttk_description_widget .image-social-wrap .social-profile{position:absolute;bottom:0;left:0;margin:0;display:block}.elementor-widget-wp-widget-bttk_description_widget .social-profile li{margin:0;font-weight:400;font-size:.7778em}.elementor-widget-wp-widget-bttk_description_widget .social-profile li a{display:inline-block;color:#6a6a6a;background:#f5f5f5;border:none;border-radius:0;width:37px;height:37px;text-align:center;line-height:37px}.elementor-widget-wp-widget-bttk_description_widget .social-profile li a:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-bttk_description_widget .text-holder{width:100%;padding:0;margin-top:20px}.elementor-widget-wp-widget-bttk_description_widget .text-holder .name{display:block;font-weight:600;font-family:var(--secondary-font);font-size:1.1112em;line-height:1.5;letter-spacing:.5px}.elementor-widget-wp-widget-bttk_description_widget .text-holder .designation{display:block;font-size:.8888em;letter-spacing:.5px;line-height:1.5;color:rgba(var(--black-color-rgb),.8)}.elementor-widget-wp-widget-bttk_description_widget .bttk-team-holder-modal.show{display:none!important}.elementor-widget-wp-widget-bttk_icon_text_widget .rtc-itw-inner-holder{display:flex;flex:1;flex-direction:column;text-align:center}.elementor-widget-wp-widget-bttk_icon_text_widget .rtc-itw-inner-holder .icon-holder{font-size:3em;line-height:1;color:var(--primary-color)}.elementor-widget-wp-widget-bttk_icon_text_widget .rtc-itw-inner-holder .text-holder{order:2;margin-top:40px}.content-area .elementor-widget-wp-widget-bttk_icon_text_widget .rtc-itw-inner-holder .text-holder h5{font-size:1.1112em;text-align:center;background:0 0;padding:0;margin-top:0;margin-bottom:0}.elementor-widget-wp-widget-bttk_icon_text_widget .text-holder .btn-readmore{display:inline-block;font-weight:700;font-size:.7778em;color:var(--white-color);letter-spacing:1px;background:var(--primary-color);border:none;padding:13px 30px;text-transform:uppercase;text-decoration:none}.elementor-widget-wp-widget-bttk_icon_text_widget .text-holder .btn-readmore:hover{background:var(--black-color);color:var(--white-color)}.elementor-widget-wp-widget-bttk_contact_social_links ul.contact-list li{margin-bottom:5px}.elementor-widget-wp-widget-bttk_contact_social_links ul.contact-list li:first-child{margin-bottom:40px}.elementor-widget-wp-widget-bttk_contact_social_links ul.contact-list li span{margin-right:10px;font-family:var(--secondary-font);font-weight:600;letter-spacing:.2px}.elementor-widget-wp-widget-bttk_contact_social_links .contact-list-title{display:none}.elementor-widget-wp-widget-bttk_contact_social_links .social-networks{margin-top:40px}.elementor-widget-wp-widget-bttk_contact_social_links .social-networks .contact-list-title{display:block;color:rgba(var(--black-color-rgb),.8)}.elementor-widget-wp-widget-bttk_contact_social_links .social-networks li{margin-top:10px;margin-bottom:0;margin-right:10px;display:inline-block;font-size:1.1112em}.elementor-widget-wp-widget-bttk_contact_social_links .social-networks li a{display:inline-block;color:var(--primary-color);padding:5px}.widget-area .elementor-widget-wp-widget-bttk_contact_social_links .social-networks li a{color:var(--black-color)}.elementor-widget-wp-widget-bttk_contact_social_links .social-networks li a:hover{color:var(--primary-color)}.elementor-widget-wp-widget-blp_faq_widget .faq-block{background:rgba(var(--primary-color-rgb),.1);margin-bottom:20px;text-align:left}.elementor-widget-wp-widget-blp_faq_widget .faq-block:last-child{margin-bottom:0}.elementor-widget-wp-widget-blp_faq_widget .faq-block .faq-title{background:0 0;color:var(--black-color);padding:0;font-family:var(--secondary-font);font-weight:600;font-size:1em;line-height:1.5;width:100%;text-align:left;position:relative;padding:15px 30px 15px 15px;-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s}.elementor-widget-wp-widget-blp_faq_widget .faq-block .faq-title:hover{background:0 0;color:var(--primary-color)}.elementor-widget-wp-widget-blp_faq_widget .faq-block .faq-title::after{content:"";background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fbaca5" d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"></path></svg>');background-repeat:no-repeat;background-position:center;width:18px;height:18px;position:absolute;top:21px;right:15px;-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s}.elementor-widget-wp-widget-blp_faq_widget .faq-block.active .faq-title::after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}.elementor-widget-wp-widget-blp_faq_widget .faq-block .faq-content{font-size:.8888em;color:rgba(var(--black-color-rgb),.8);padding:20px 15px;border-top:1px solid var(--white-color)}.elementor-widget-wp-widget-blp_faq_widget .faq-block .faq-content p{margin-top:0;margin-bottom:20px}.elementor-widget-wp-widget-blp_faq_widget .faq-block .faq-content p:last-child{margin-bottom:0}.elementor-widget-wp-widget-woocommerce_widget_cart ul li{padding:0 0 10px 30px;border-bottom:1px solid #e5e5e5;margin:0 0 10px;position:relative;font-size:1em;text-transform:none;min-height:85px}.elementor-widget-wp-widget-woocommerce_widget_cart ul li a{font-size:.8888em;font-family:var(--primary-font);color:#262525}.elementor-widget-wp-widget-woocommerce_widget_cart ul li .remove{position:absolute;top:8px;left:0;font-size:0;width:20px;height:20px}.elementor-widget-wp-widget-woocommerce_widget_cart ul li .remove:focus,.elementor-widget-wp-widget-woocommerce_widget_cart ul li .remove:hover{background:0 0}.elementor-widget-wp-widget-woocommerce_widget_cart ul li .remove:after{position:absolute;top:0;left:0;content:'';background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23e2401c" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"></path></svg>');background-repeat:no-repeat;width:20px;height:20px;color:#e2401c;font-size:.8888em}.elementor-widget-wp-widget-woocommerce_widget_cart ul.product_list_widget li img{width:75px;float:right;margin-right:0;margin-left:4px;border-radius:5px}.elementor-widget-wp-widget-woocommerce_widget_cart ul li a:not(.button){font-weight:400}.elementor-widget-wp-widget-woocommerce_widget_cart ul li .variation{padding-left:0;border-left:0}.elementor-widget-wp-widget-woocommerce_widget_cart ul li .variation dt{font-weight:400}.elementor-widget-wp-widget-woocommerce_widget_cart ul li .variation dd{margin:0}.elementor-widget-wp-widget-woocommerce_widget_cart .total{border-top:0;padding-top:0;padding-bottom:10px;font-size:.8888em;border-bottom:1px solid #e5e5e5;text-align:center;display:flex;flex:auto;flex-wrap:wrap}.elementor-widget-wp-widget-woocommerce_widget_cart .total strong{font-weight:600;color:var(--black-color);display:flex;flex-direction:column;text-align:left;flex:1}.elementor-widget-wp-widget-woocommerce_widget_cart .buttons .button{text-decoration:none;margin-bottom:10px;display:block;background:var(--black-color);color:var(--white-color);text-align:center;font-size:.7778em;font-weight:600;letter-spacing:1px;border-radius:0;text-transform:uppercase;padding:12px 30px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s;position:relative}.elementor-widget-wp-widget-woocommerce_widget_cart .buttons .button:focus,.elementor-widget-wp-widget-woocommerce_widget_cart .buttons .button:hover{background:var(--primary-color);color:var(--white-color)}.elementor-widget-wp-widget-woocommerce_product_search .woocommerce-product-search{background:0 0;border-radius:5px;margin:0 3px 0 0;width:100%;padding:0;border:1px solid #e5e5e5}.elementor-widget-wp-widget-woocommerce_product_search .woocommerce-product-search:after{content:'';display:block;clear:both}.elementor-widget-wp-widget-woocommerce_product_search .woocommerce-product-search input[type=search]{background:0 0;border:0;border-radius:0;float:left;margin:0;padding:10px 15px;font-size:.8888em;width:calc(100% - 50px);height:50px;font-weight:400}.elementor-widget-wp-widget-rating_filter ul li .star-rating{vertical-align:top;margin-top:7px}ul.product_list_widget li img{float:left;width:75px;margin-left:0;margin-right:15px}ul.product_list_widget li{margin:0 0 20px;text-transform:none;font-weight:400;font-size:.8888em;min-height:75px}ul.product_list_widget li a{font-weight:400}ul.product_list_widget li .product-title{display:block;color:var(--black-color);font-family:var(--primary-font)}ul.product_list_widget li .product-title:focus,ul.product_list_widget li .product-title:hover{color:var(--primary-color)}ul.product_list_widget li .amount{color:#b5b5b5;font-weight:500}ul.product_list_widget li ins,ul.product_list_widget li ins .amount{background:0 0;color:var(--black-color)}ul.product_list_widget li ins{margin-left:10px}ul.product_list_widget li .star-rating{margin:0 0 5px}.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:5px}.elementor-widget-wp-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice{margin:5px;padding:0 10px;border-bottom:1px solid #aaa}.elementor-widget-wp-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{position:relative}.elementor-widget-wp-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-search--inline{border-bottom:none}.elementor-widget-wp-widget-layered-nav ul li input[type=text]{width:100%!important}.elementor-widget-wp-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.elementor-widget-wp-widget-layered_nav_filters ul li a{position:relative;padding-left:30px}.elementor-widget-wp-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before,.elementor-widget-wp-widget-layered_nav_filters ul li a:before{content:"";width:16px;height:16px;border:1px solid #ddd;border-radius:2px;position:absolute;top:4px;left:0;background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');background-repeat:no-repeat;background-size:0;background-position:center;-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s}.elementor-widget-wp-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before,.elementor-widget-wp-widget-layered_nav_filters ul li a:hover:before{border-color:var(--primary-color)}.elementor-widget-wp-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before,.elementor-widget-wp-widget-layered_nav_filters ul li.chosen a:before{background-size:10px;background-color:var(--primary-color);border-color:var(--primary-color)}.elementor-widget-wp-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count{display:inline-block;float:right;border:1px solid #ddd;line-height:1.3;padding:0 5px;border-radius:50px;color:#999596}.elementor-widget-wp-widget-price_filter .ui-slider-horizontal{height:5px;background:#eee;margin-left:0;margin-right:0;border-radius:0;margin-bottom:25px}.elementor-widget-wp-widget-price_filter .ui-slider .ui-slider-handle{background:var(--white-color);width:15px;height:15px;top:-5px;border-radius:100%;box-shadow:5px 0 15px rgba(136,206,208,.3);border:3px solid var(--primary-color)}.elementor-widget-wp-widget-price_filter .ui-slider .ui-slider-handle.ui-state-active,.elementor-widget-wp-widget-price_filter .ui-slider .ui-slider-handle.ui-state-focus,.elementor-widget-wp-widget-price_filter .ui-slider .ui-slider-handle.ui-state-hover{width:22px;height:22px;top:-8px}.elementor-widget-wp-widget-price_filter .ui-slider .ui-slider-range{background:var(--primary-color)}.elementor-widget-wp-widget-price_filter .price_slider_amount{font-size:1em;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;flex:1}.elementor-widget-wp-widget-price_filter .price_slider_amount .button{font-size:.6666em;font-weight:700;letter-spacing:1px;color:var(--white-color);background:var(--primary-color);border-radius:50px;border:2px solid var(--primary-color);text-transform:uppercase;padding:16px 30px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s;position:relative}.elementor-widget-wp-widget-price_filter .price_slider_amount .button:focus,.elementor-widget-wp-widget-price_filter .price_slider_amount .button:hover{color:var(--primary-color);background:0 0}.elementor-widget-wp-widget-price_filter .price_slider_amount .price_label{font-size:.7778em;color:#999;display:flex;flex:1;margin-top:0;justify-content:flex-end;font-weight:600;letter-spacing:1px}.elementor-widget-wp-widget-price_filter .price_slider_amount .price_label>span{display:inline-block;margin:0 5px}.elementor-add-section .elementor-select-preset-list li::before{content:none}.elementor-element-edit-mode .elementor-editor-element-settings li::before{content:none}.elementor-editor-section-settings .elementor-editor-element-setting:first-child:before{width:unset;height:unset;transform:unset;background:unset;left:unset}.elementor-tab-content ol,.elementor-tab-content ul,.elementor-widget-text-editor ol,.elementor-widget-text-editor ul{list-style:disc;margin-left:3em;margin-bottom:1em}.elementor-tab-content li>ul,.elementor-widget-text-editor li>ul{list-style:disc;margin-left:1.5em;margin-bottom:0;margin-top:10px}.elementor-tab-content li>ol,.elementor-widget-text-editor li>ol{list-style:decimal;margin-left:1.5em;margin-bottom:0;margin-top:10px}.elementor-tab-content ol,.elementor-widget-text-editor ol{list-style:decimal}.elementor-tab-content ol li,.elementor-tab-content ul li,.elementor-widget-text-editor ol li,.elementor-widget-text-editor ul li{display:list-item;margin-bottom:10px;padding-left:0}.elementor-tab-content ul li::before,.elementor-widget-text-editor ul li::before{content:none}.elementor-page p{margin-bottom:1em;line-height:1.75;margin-top:0}.elementor-page p:last-child{margin-bottom:0}.submit-btn-full-width input[type=submit]{width:100%}.elementor-section-wrap .elementor-section{text-align:unset}.elementor-page .entry-content a:hover{text-decoration:none}.elementor-widget-button .elementor-button-link{border-radius:5px;font-size:1em;line-height:1;font-weight:600;display:inline-block;text-align:center;text-decoration:none;padding:15px 25px;color:var(--font-color);transition:all .35s ease;background-color:var(--secondary-color);color:var(--white-color)}.elementor-widget-button .elementor-button-link:hover{background-color:var(--primary-color);text-decoration:none}.ElemPrimary-btn .elementor-button-link{background-color:var(--primary-color);color:var(--white-color)}.ElemPrimary-btn .elementor-button-link:hover{background-color:var(--secondary-color);text-decoration:none}.Rounded-btn .elementor-button-link{border:1px solid var(--primary-color);color:var(--primary-color);background-color:transparent}.Rounded-btn .elementor-button-link:hover{border:1px solid var(--primary-color);background-color:var(--primary-color);color:var(--white-color)}.Rounded-btn .elementor-button-link .elementor-button-content-wrapper{display:inline-block;position:relative}.Rounded-btn .elementor-button-link .elementor-button-content-wrapper::after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.674' height='10.009' viewBox='0 0 13.674 10.009'%3E%3Cg id='Group_255' data-name='Group 255' transform='translate(-609.024 -4045.697)'%3E%3Cpath id='Path_4337' data-name='Path 4337' d='M-1301,1456h11.233' transform='translate(1910.77 2594.787)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath id='Path_4338' data-name='Path 4338' d='M-1292.088,1450.363l3.944,3.944-3.944,3.944' transform='translate(1910.092 2596.395)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-size:13px;position:absolute;top:-7px;right:-39px;width:13px;height:13px;transition:all .2s ease-in-out;width:30px;height:30px;border:1px solid rgba(var(--primary-color-rgb),.3);border-radius:100px;background-color:var(--primary-color)}.middle-box .Rounded-btn .elementor-button-link .elementor-button-content-wrapper::after{background-color:var(--white-color);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.674' height='10.009' viewBox='0 0 13.674 10.009'%3E%3Cg id='Group_255' data-name='Group 255' transform='translate(-609.024 -4045.697)'%3E%3Cpath id='Path_4337' data-name='Path 4337' d='M-1301,1456h11.233' transform='translate(1910.77 2594.787)' fill='none' stroke='%2388CED0' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath id='Path_4338' data-name='Path 4338' d='M-1292.088,1450.363l3.944,3.944-3.944,3.944' transform='translate(1910.092 2596.395)' fill='none' stroke='%2388CED0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E")}.elementor-page .site-content{margin-top:0;margin-bottom:0}.bg-primary-color,.bg2-primary-color .elementor-widget-wrap{background-color:var(--primary-color)}.color-primary .elementor-heading-title{color:var(--primary-color)}.bg-color-secondary .elementor-widget-container{background-color:var(--secondary-color)}.box-shadow .elementor-widget-wrap{box-shadow:5px 5px 0 0 var(--primary-color)}.bg-1-primary-color-opacity-10 .elementor-widget-wrap{background-color:rgba(var(--primary-color-rgb),.1)}.bg-1-secondary-color-opacity-5 .elementor-widget-wrap,.bg-2-secondary-color-opacity-5{background-color:rgba(var(--secondary-color-rgb),.05)}.bg-primary-color-opacity-10{background-color:rgba(var(--primary-color-rgb),.1)}.bg-primary-color-opacity-40{background-color:rgba(var(--primary-color-rgb),.4)}.border-secondary .elementor-element-populated{border-color:var(--secondary-color)}.bg-1-primary-color-opacity-15 .elementor-widget-container,.bg-2-primary-color-opacity-15{background-color:rgba(var(--primary-color-rgb),.15)}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)}}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}