@charset "UTF-8";
:root {
--blue: #30aeb7;
--brightness: 80%;
--lightbrightness: 110%; }
@-webkit-keyframes preloader {
0% {
height: 5px;
-webkit-transform: translateY(0);
transform: translateY(0);
background: var(--blue);
-webkit-filter: brightness(var(--brightness));
filter: brightness(var(--brightness)); }
25% {
height: 30px;
-webkit-transform: translateY(15px);
transform: translateY(15px);
background: var(--blue);
-webkit-filter: brightness(var(--lightbrightness));
filter: brightness(var(--lightbrightness)); }
50% {
height: 5px;
-webkit-transform: translateY(0);
transform: translateY(0);
background: var(--blue);
-webkit-filter: brightness(var(--brightness));
filter: brightness(var(--brightness)); }
100% {
height: 5px;
-webkit-transform: translateY(0);
transform: translateY(0);
background: var(--blue);
-webkit-filter: brightness(var(--brightness));
filter: brightness(var(--brightness)); } }
@keyframes preloader {
0% {
height: 5px;
-webkit-transform: translateY(0);
transform: translateY(0);
background: var(--blue);
-webkit-filter: brightness(var(--brightness));
filter: brightness(var(--brightness)); }
25% {
height: 30px;
-webkit-transform: translateY(15px);
transform: translateY(15px);
background: var(--blue);
-webkit-filter: brightness(var(--lightbrightness));
filter: brightness(var(--lightbrightness)); }
50% {
height: 5px;
-webkit-transform: translateY(0);
transform: translateY(0);
background: var(--blue);
-webkit-filter: brightness(var(--brightness));
filter: brightness(var(--brightness)); }
100% {
height: 5px;
-webkit-transform: translateY(0);
transform: translateY(0);
background: var(--blue);
-webkit-filter: brightness(var(--brightness));
filter: brightness(var(--brightness)); } }
@-webkit-keyframes cp-bubble-animate {
0% {
opacity: 0.5;
-webkit-transform: scale(1) translateX(0);
transform: scale(1) translateX(0); }
25% {
opacity: 1;
-webkit-transform: scale(1.1) translateX(-15px);
transform: scale(1.1) translateX(-15px); }
50% {
opacity: 1;
-webkit-transform: scale(1.2) translateX(15px);
transform: scale(1.2) translateX(15px); }
100% {
opacity: 0.5;
-webkit-transform: scale(1) translateX(0);
transform: scale(1) translateX(0); } }
@keyframes cp-bubble-animate {
0% {
opacity: 0.5;
-webkit-transform: scale(1) translateX(0);
transform: scale(1) translateX(0); }
25% {
opacity: 1;
-webkit-transform: scale(1.1) translateX(-15px);
transform: scale(1.1) translateX(-15px); }
50% {
opacity: 1;
-webkit-transform: scale(1.2) translateX(15px);
transform: scale(1.2) translateX(15px); }
100% {
opacity: 0.5;
-webkit-transform: scale(1) translateX(0);
transform: scale(1) translateX(0); } }
@-webkit-keyframes cp-bubble-animate-before {
0% {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1); }
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
100%,
50% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes cp-bubble-animate-before {
0% {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1); }
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
100%,
50% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes cp-bubble-animate-after {
0%,
50% {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1); }
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
100%,
75% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes cp-bubble-animate-after {
0%,
50% {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1); }
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
100%,
75% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes cp-flip-animate-before {
0% {
-webkit-transform: rotateY(0) rotateX(0);
transform: rotateY(0) rotateX(0); }
25% {
-webkit-transform: rotateY(360deg) rotateX(0);
transform: rotateY(360deg) rotateX(0); }
50% {
-webkit-transform: rotateY(360deg) rotateX(360deg);
transform: rotateY(360deg) rotateX(360deg); }
75% {
-webkit-transform: rotateY(0) rotateX(360deg);
transform: rotateY(0) rotateX(360deg); }
100% {
-webkit-transform: rotateY(0) rotateX(0);
transform: rotateY(0) rotateX(0); } }
@keyframes cp-flip-animate-before {
0% {
-webkit-transform: rotateY(0) rotateX(0);
transform: rotateY(0) rotateX(0); }
25% {
-webkit-transform: rotateY(360deg) rotateX(0);
transform: rotateY(360deg) rotateX(0); }
50% {
-webkit-transform: rotateY(360deg) rotateX(360deg);
transform: rotateY(360deg) rotateX(360deg); }
75% {
-webkit-transform: rotateY(0) rotateX(360deg);
transform: rotateY(0) rotateX(360deg); }
100% {
-webkit-transform: rotateY(0) rotateX(0);
transform: rotateY(0) rotateX(0); } }
@-webkit-keyframes cp-skeleton-animate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1; }
50% {
opacity: 0.7; }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1; } }
@keyframes cp-skeleton-animate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1; }
50% {
opacity: 0.7; }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1; } }
@-webkit-keyframes cp-eclipse-animate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes cp-eclipse-animate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes cp-boxes-animate-before {
0% {
-webkit-transform: translateX(-20px) rotate(45deg);
transform: translateX(-20px) rotate(45deg); }
50% {
-webkit-transform: translateX(-7px) rotate(225deg);
transform: translateX(-7px) rotate(225deg); }
100% {
-webkit-transform: translateX(-20px) rotate(45deg);
transform: translateX(-20px) rotate(45deg); } }
@keyframes cp-boxes-animate-before {
0% {
-webkit-transform: translateX(-20px) rotate(45deg);
transform: translateX(-20px) rotate(45deg); }
50% {
-webkit-transform: translateX(-7px) rotate(225deg);
transform: translateX(-7px) rotate(225deg); }
100% {
-webkit-transform: translateX(-20px) rotate(45deg);
transform: translateX(-20px) rotate(45deg); } }
@-webkit-keyframes cp-boxes-animate-after {
0% {
-webkit-transform: translateX(20px) rotate(45deg);
transform: translateX(20px) rotate(45deg); }
50% {
-webkit-transform: translateX(7px) rotate(-225deg);
transform: translateX(7px) rotate(-225deg); }
100% {
-webkit-transform: translateX(20px) rotate(45deg);
transform: translateX(20px) rotate(45deg); } }
@keyframes cp-boxes-animate-after {
0% {
-webkit-transform: translateX(20px) rotate(45deg);
transform: translateX(20px) rotate(45deg); }
50% {
-webkit-transform: translateX(7px) rotate(-225deg);
transform: translateX(7px) rotate(-225deg); }
100% {
-webkit-transform: translateX(20px) rotate(45deg);
transform: translateX(20px) rotate(45deg); } }
@-webkit-keyframes cp-round-animate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes cp-round-animate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline; }
html {
font-size: 62.5%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
body {
background: #ffffff; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block; }
table {
border-collapse: separate;
border-spacing: 0; }
caption,
th,
td {
font-weight: normal;
text-align: left; }
blockquote,
q {
quotes: '' ''; }
blockquote:before, blockquote:after,
q:before,
q:after {
content: ''; }
a:focus {
outline: 0; }
a:hover,
a:active {
outline: 0; }
a img {
border: 0; }
a img:focus {
outline: thin dotted; }
body,
button,
input,
select,
textarea {
color: #333333;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
line-height: 1.5;
font-weight: 400; }
b,
strong {
font-weight: bold; }
dfn,
cite,
em,
i {
font-style: italic; }
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large {
margin: 0 15px;
font-size: 20px;
font-style: italic;
font-family: 'Montserrat', sans-serif;
font-weight: 300; }
address {
margin: 0 0 15px; }
pre {
background: #eeeeee;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code,
kbd,
tt,
var {
font: 15px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace; }
abbr,
acronym {
border-bottom: 1px dotted #666666;
cursor: help; }
mark,
ins {
background: #fff9c0;
text-decoration: none; }
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
bottom: 1ex; }
sub {
top: 0.5ex; }
small {
font-size: 75%; }
big {
font-size: 125%; }
h1 {
font-size: 36px; }
h2 {
font-size: 30px; }
h3 {
font-size: 25px; }
h4 {
font-size: 20px; }
h5 {
font-size: 18px; }
h6 {
font-size: 16px; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700; }
hr {
background-color: #cccccc;
border: 0;
height: 1px;
margin-bottom: 15px; }
ul,
ol {
margin: 0 0 15px 20px; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 15px; }
dt {
font-weight: bold; }
dd {
margin: 0 15px 15px; }
img {
height: auto;
max-width: 100%;
vertical-align: middle; }
figure {
margin: 0; }
table {
margin: 0 0 15px;
width: 100%;
border-collapse: collapse; }
th {
font-weight: bold; }
th, td,
.wp-block-table th,
.wp-block-table td {
border: 1px solid #cccccc;
padding: 5px 10px; }
p {
margin: 0 0 30px; }
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: middle; }
.navigation .nav-links a,
.bttn,
button {
background: #333333;
color: #ffffff;
cursor: pointer;
font-size: 14px;
line-height: 13px;
border: none;
padding: 10px 15px;
font-weight: 400;
display: inline-block;
position: relative;
text-shadow: none;
-webkit-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
transition: background 0.5s ease;
border-radius: 0;
-webkit-appearance: none;
-webkit-border-radius: 0; }
input[type='button'], input[type='reset'], input[type='submit'] {
background: #333333;
color: #ffffff;
cursor: pointer;
font-size: 14px;
line-height: 13px;
border: none;
padding: 10px 15px;
font-weight: 400;
display: inline-block;
position: relative;
text-shadow: none;
-webkit-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
transition: background 0.5s ease;
border-radius: 0;
-webkit-appearance: none;
-webkit-border-radius: 0; }
.navigation .nav-links a:hover,
.bttn:hover,
button {
color: #ffffff; }
input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover {
color: #ffffff; }
input[type='checkbox'], input[type='radio'] {
padding: 0; }
button::-moz-focus-inner {
border: 0;
padding: 0; }
input::-moz-focus-inner {
border: 0;
padding: 0; }
input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'] {
color: #666666;
border: 1px solid #cccccc;
height: 36px;
width: 100%;
-webkit-appearance: none;
border-radius: 0;
-webkit-border-radius: 0; }
input[type='text']:focus, input[type='email']:focus, input[type='url']:focus, input[type='password']:focus, input[type='search']:focus {
border: 1px solid #aaaaaa; }
textarea:focus {
border: 1px solid #aaaaaa; }
.searchform input[type='text']:focus {
border: none; }
input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'] {
padding: 3px 6px; }
textarea {
overflow: auto;
padding-left: 3px;
vertical-align: top;
color: #666666;
border: 1px solid #cccccc;
height: 160px;
max-width: 100%;
width: 100%; }
a {
color: #333333;
text-decoration: none;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out; }
a a:hover {
color: #000000; }
.clearfix:after, .clearfix:before,
.row:after,
.row:before,
.entry-content:after,
.entry-content:before,
.comment-content:after,
.comment-content:before,
.site-header:after,
.site-header:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.tg-container:after,
.tg-container:before {
content: '';
display: table; }
.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.tg-container:after {
clear: both; }
.clear {
clear: both; }
.sticky,
.gallery-caption,
.bypostauthor {
}
.alignright {
text-align: right; }
.alignleft {
text-align: left; }
.aligncenter {
text-align: center; }
.alignleft {
float: left;
margin-right: 24px; }
.alignright {
float: right;
margin-left: 24px; }
.aligncenter {
clear: both;
display: block;
margin: 0 auto 28px; }
.hidden {
display: none; }
.full-width,
.full-width-center {
overflow: hidden; }
.full-width #primary .entry-content > .alignfull,
.full-width-center #primary .entry-content > .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: unset; }
.full-width #primary .entry-content > .alignfull.wp-block-cover, .full-width #primary .entry-content > .alignfull.wp-block-cover-image,
.full-width-center #primary .entry-content > .alignfull.wp-block-cover,
.full-width-center #primary .entry-content > .alignfull.wp-block-cover-image {
width: unset; }
.full-width #primary .entry-content > .alignwide,
.full-width-center #primary .entry-content > .alignwide {
margin-left: -50px;
margin-right: -50px;
max-width: unset;
width: unset; }
.full-width.boxed #primary .entry-content > .alignfull,
.full-width-center.boxed #primary .entry-content > .alignfull {
margin-left: -30px;
margin-right: -30px;
max-width: unset; }
.full-width.boxed #primary .entry-content > .alignfull.wp-block-cover, .full-width.boxed #primary .entry-content > .alignfull.wp-block-cover-image,
.full-width-center.boxed #primary .entry-content > .alignfull.wp-block-cover,
.full-width-center.boxed #primary .entry-content > .alignfull.wp-block-cover-image {
width: unset; }
.full-width.boxed #primary .entry-content > .alignwide,
.full-width-center.boxed #primary .entry-content > .alignwide {
margin: 0; }
ul.wp-block-gallery {
margin: 0; }
.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
list-style: outside none none;
margin: 0;
padding: 0; }
.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
border-bottom: none;
color: #333333;
font-size: 13px;
line-height: 24px;
margin: 0 0 10px;
padding: 0 0 5px 25px;
position: relative;
-webkit-transition: color 0.3s ease 0s;
-o-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
display: block; }
.widget_archive li a,
.widget_categories li a,
.widget_recent_entries li a,
.widget_meta li a,
.widget_recent_comments li a,
.widget_rss li a,
.widget_pages li a,
.widget_nav_menu li a {
color: #333333; }
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_recent_entries li a:hover,
.widget_meta li a:hover,
.widget_recent_comments li a:hover,
.widget_rss li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover {
color: #00a9e0; }
.widget_archive a:before,
.widget_categories a:before,
.widget_recent_entries a:before,
.widget_meta a:before,
.widget_recent_comments a:before,
.widget_rss a:before,
.widget_pages a:before,
.widget_nav_menu a:before {
color: #888888;
content: '\f187';
font-family: 'FontAwesome';
font-size: 14px;
left: 0;
position: absolute;
top: 0;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease; }
.widget_archive a:hover:before,
.widget_categories a:hover:before,
.widget_recent_entries a:hover:before,
.widget_meta a:hover:before,
.widget_recent_comments a:hover:before,
.widget_rss a:hover:before,
.widget_pages a:hover:before,
.widget_nav_menu a:hover:before {
color: #00a9e0; }
.widget_categories ul.children,
.widget_pages ul.children,
.widget_meta ul.children,
.widget_recent_comments ul.children,
.widget_recent_entries ul.children,
.widget_rss ul.children,
.widget_nav_menu ul.children {
margin-top: 5px; }
.widget ul.children li:last-child {
margin: 0;
padding-bottom: 0; }
.widget_categories a:before {
content: '\f07b'; }
.widget_recent_entries a:before {
content: "\" ; }
.widget_meta a:before,
.widget_nav_menu a:before {
content: '\f1db'; }
.widget_recent_comments a:before {
content: '\f086'; }
.widget_rss a:before {
content: '\f09e'; }
.widget_pages a:before {
content: '\f1ea'; }
.widget_tag_cloud a {
border: 1px solid #989898;
color: #989898;
display: inline-block;
font-size: 14px !important;
margin: 6px 4px;
padding: 5px 12px; }
.widget_tag_cloud a:hover {
background: #00a9e0 none repeat scroll 0 0;
color: #ffffff; }
.widget_recent_entries .post-date {
color: #9f9f9f;
display: block;
font-size: 12px; }
.tg-column-wrapper {
clear: both;
margin-left: -3%; }
.tg-column-wrapper .tg-column-1,
.tg-column-wrapper .tg-column-1-5,
.tg-column-wrapper .tg-column-2,
.tg-column-wrapper .tg-column-2-5,
.tg-column-wrapper .tg-column-3,
.tg-column-wrapper .tg-column-4,
.tg-column-wrapper .tg-column-5 {
float: left;
margin-left: 3%; }
.tg-column-wrapper .tg-column-1 {
width: 100%; }
.tg-column-wrapper .tg-column-1-5 {
width: 63.67%; }
.tg-column-wrapper .tg-column-2 {
width: 47%; }
.tg-column-wrapper .tg-column-2-5 {
width: 37%; }
.tg-column-wrapper .tg-column-3 {
width: 30.33%; }
.tg-column-wrapper .tg-column-4 {
width: 22%; }
.tg-column-wrapper .tg-column-5 {
width: 17%; }
.flash_inherit_color div,
.flash_inherit_color div.section-description,
.flash_inherit_color h1,
.flash_inherit_color h2,
.flash_inherit_color h3,
.flash_inherit_color h3.section-title,
.flash_inherit_color h4,
.flash_inherit_color h5,
.flash_inherit_color h6,
.flash_inherit_color p,
.flash_inherit_color span,
.flash_inherit_color div.service-content-wrap,
.flash_inherit_color .entry-summary {
color: inherit !important; }
.tg-container {
width: 1200px;
margin: 0 auto; }
.overlay {
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
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;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-size: 14px;
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; }
#primary {
float: left;
width: 65.5%; }
#secondary {
float: right;
width: 32.22%; }
.page-template-full-width #primary,
.page-template-pagebuilder #primary {
width: 100%; }
#scroll-up {
background-color: #30afb8;
border-radius: 3px;
bottom: 20px;
color: #ffffff;
display: none;
padding: 10px 16px;
position: fixed;
opacity: 0.5;
z-index: 9999;
filter: alpha(opacity=50);
right: 20px; }
.post-navigation {
margin: 30px 0;
display: inline-block;
width: 100%; }
.post-navigation .nav-previous {
float: left; }
.post-navigation .nav-next {
float: right; }
.nav-next a .entry-title {
float: left;
margin-right: 3px; }
.site {
background-color: #ffffff;
overflow-x: auto; }
.background-video-row {
position: relative;
background: transparent;
z-index: 1; }
.background-video {
background-position: top center;
background-repeat: no-repeat;
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
z-index: -1; }
.loaded .ytplayer-container {
display: block; }
.loaded .placeholder-image {
opacity: 0; }
.ytplayer-container {
bottom: 0;
height: 100%;
left: 0;
min-width: 100%;
position: absolute;
right: 0;
top: -50%;
z-index: -1; }
.placeholder-image {
height: 100%;
left: 0;
min-height: 100%;
min-width: 100%;
position: fixed;
top: 0;
z-index: 1; }
.ytplayer-shield {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2; }
.ytplayer-player {
position: absolute; }
.tg-single-service,
.tg-wc-product-tab,
.tg-wc-cat-slider,
.tg-progressbar-widget,
.blog-section,
.tg-pricing-table-widget,
.feature-product-section,
.tg-single-team,
.tg-single-counter,
.tribe-events-list-widget,
.call-to-action-section,
.testimonial-section,
.about-section {
padding: 30px 0; }
.section-title-wrapper {
padding-top: 30px; }
.cta-wrapper .section-title-wrapper {
padding-top: 0; }
.ft-dropcap {
letter-spacing: 0;
text-transform: uppercase;
font-size: 48px;
float: left;
margin: 8px 10px 0 0;
line-height: 0.7; }
#preloader {
position: relative; }
#preloader span {
display: block;
bottom: 0;
width: 9px;
height: 5px;
background: #21858c;
position: absolute;
-webkit-animation: preloader 1.5s infinite ease-in-out;
animation: preloader 1.5s infinite ease-in-out; }
#preloader span:nth-child(2) {
left: 11px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s; }
#preloader span:nth-child(3) {
left: 22px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
#preloader span:nth-child(4) {
left: 33px;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s; }
#preloader span:nth-child(5) {
left: 44px;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s; }
#spinners {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
#preloader-background {
background-color: #ffffff;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999; }
.cp-spinner {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.cp-bubble {
border-radius: 50%;
width: 24px;
height: 24px;
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #58bd55;
-webkit-animation: cp-bubble-animate 1s linear infinite;
animation: cp-bubble-animate 1s linear infinite; }
.cp-bubble:before, .cp-bubble:after {
border-radius: 50%;
content: ' ';
width: 24px;
height: 24px;
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #58bd55;
position: absolute;
-webkit-animation: cp-bubble-animate-before 1s ease-in-out infinite;
animation: cp-bubble-animate-before 1s ease-in-out infinite; }
.cp-bubble:before {
left: -30px; }
.cp-bubble:after {
right: -30px; }
.cp-flip {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 10em;
perspective: 10em; }
.cp-flip:before {
width: 48px;
height: 48px;
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #f56151;
content: ' ';
position: absolute;
top: 0;
left: 0;
-webkit-animation: cp-flip-animate-before 2s linear infinite;
animation: cp-flip-animate-before 2s linear infinite; }
.cp-skeleton {
border-radius: 50%;
border-top: solid 6px #f56151;
border-right: solid 6px transparent;
border-bottom: solid 6px transparent;
border-left: solid 6px transparent;
-webkit-animation: cp-skeleton-animate 1s linear infinite;
animation: cp-skeleton-animate 1s linear infinite; }
.cp-skeleton:before {
border-radius: 50%;
content: ' ';
width: 48px;
height: 48px;
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-top: solid 6px transparent;
border-bottom: solid 6px transparent;
position: absolute;
top: -6px; }
.cp-skeleton:before {
border-right: solid 6px transparent;
border-left: solid 6px #f56151;
left: -6px;
-webkit-transform: rotateZ(-30deg);
-ms-transform: rotate(-30deg);
transform: rotateZ(-30deg); }
.cp-skeleton:after {
border-right: solid 6px #f56151;
border-left: solid 6px transparent;
right: -6px;
-webkit-transform: rotateZ(30deg);
-ms-transform: rotate(30deg);
transform: rotateZ(30deg); }
.cp-eclipse {
width: 12px;
height: 12px;
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 50%;
background: #f3d53f;
margin: 12px;
-webkit-animation: cp-eclipse-animate 1s ease-out infinite;
animation: cp-eclipse-animate 1s ease-out infinite; }
.cp-eclipse:before, .cp-eclipse:after {
border-radius: 50%;
content: ' ';
width: 48px;
height: 48px;
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-top: solid 6px transparent;
border-bottom: solid 6px transparent;
position: absolute;
top: -18px; }
.cp-eclipse:before {
border-right: solid 6px #f3d53f;
border-left: solid 6px transparent;
left: -18px; }
.cp-eclipse:after {
border-right: solid 6px transparent;
border-left: solid 6px #f3d53f;
right: -18px; }
.cp-boxes:before, .cp-boxes:after {
width: 24px;
height: 24px;
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: ' ';
background: #58bd55;
position: absolute;
-webkit-animation: cp-boxes-animate-before 1s ease-in-out infinite;
animation: cp-boxes-animate-before 1s ease-in-out infinite; }
.cp-boxes:before {
top: 12px;
left: 0; }
.cp-boxes:after {
top: 12px;
right: 0; }
.cp-round:before, .cp-round:after {
border-radius: 50%;
content: ' ';
width: 48px;
height: 48px;
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0; }
.cp-round:before {
border-top: solid 6px #bababa;
border-right: solid 6px #bababa;
border-bottom: solid 6px #bababa;
border-left: solid 6px #bababa; }
.cp-round:after {
border-top: solid 6px #f56151;
border-right: solid 6px transparent;
border-bottom: solid 6px transparent;
border-left: solid 6px transparent;
-webkit-animation: cp-round-animate 1s ease-in-out infinite;
animation: cp-round-animate 1s ease-in-out infinite; }
.left-sidebar #primary {
float: right; }
.left-sidebar #secondary {
float: left; }
.full-width #primary {
float: none;
width: 100%; }
.full-width #secondary {
float: left; }
.full-width-center #primary {
float: none;
margin: 0 auto;
width: 65.5%; }
.section-title {
color: #313b48;
font-weight: 700;
text-align: center;
text-transform: uppercase;
position: relative;
line-height: 1.5;
display: inline-block;
margin-bottom: 20px; }
.section-title:before {
background: #e1e1e1 none repeat scroll 0 0;
bottom: -5px;
content: '';
height: 1px;
left: 50%;
margin-left: -50px;
position: absolute;
width: 100px; }
.section-title:after {
background: #e1e1e1 none repeat scroll 0 0;
bottom: -5px;
content: '';
height: 1px;
left: 50%;
margin-left: -50px;
position: absolute;
width: 100px;
background: #30afb8 none repeat scroll 0 0;
bottom: -6px;
height: 3px;
margin-left: -15px;
width: 30px; }
.section-description {
text-align: center;
color: #777777; }
.feature-product-section .tg-container {
width: 100%; }
.feature-product-section .tg-feature-product-widget {
position: relative;
margin-bottom: 30px;
overflow: hidden; }
.feature-product-section .tg-feature-product-widget figure img {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.feature-product-section .featured-image-desc {
visibility: hidden;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
width: 90%;
height: 90%;
background: rgba(49, 59, 73, 0.65); }
.feature-product-section .tg-feature-product-widget .feature-inner-block {
position: absolute;
top: 50%;
left: 0;
width: 100%;
padding: 5px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.feature-product-section .tg-feature-product-widget .feature-title-wrap {
text-align: center;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.feature-product-section .tg-feature-product-widget .feature-title-wrap a {
font-size: 16px;
color: #ffffff;
font-weight: 800; }
.feature-product-section .tg-feature-product-widget .feature-desc-wrap {
text-align: center;
color: #f3f0f0;
font-size: 12px; }
.feature-product-section .tg-feature-product-widget .featured-image-desc:before {
border-bottom: 50px solid transparent;
border-right: 48px solid #30afb8;
content: ' ';
position: absolute;
right: 0;
top: 0; }
.feature-product-section .tg-feature-product-widget .featured-image-desc span {
position: absolute;
top: 4px;
right: 7px; }
.feature-product-section .tg-feature-product-widget .featured-image-desc span a {
color: #ffffff; }
.tg-feature-product-layout-1
.tg-feature-product-widget:hover
.featured-image-desc,
.tg-feature-product-layout-2
.tg-feature-product-widget:hover
.featured-image-desc {
visibility: visible;
opacity: 1;
-webkit-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1); }
.feature-product-section .tg-feature-product-layout-2 .tg-container {
width: 100%; }
.feature-product-section .tg-feature-product-layout-2 .tg-column-wrapper {
margin: 0; }
.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget {
margin: 0; }
.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-3 {
margin: 0;
width: 33.33%; }
.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-4 {
margin: 0;
width: 25%; }
.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget img {
width: 100%;
max-width: auto; }
.feature-product-section .tg-feature-product-layout-2 .featured-image-desc {
width: 100%;
height: 100%;
padding: 5px;
background: rgba(49, 175, 184, 0.8); }
.feature-product-section .tg-feature-product-layout-2 .featured-image-desc:before {
border-right: 48px solid #313b48; }
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc {
visibility: visible;
opacity: 1;
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
background: transparent -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))) repeat scroll 0 0;
background: transparent -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
background: transparent -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
background: transparent linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)) repeat scroll 0 0; }
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc:before,
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc span {
display: none; }
.feature-product-section .tg-feature-product-layout-3 .feature-inner-block {
top: auto;
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
bottom: 2%; }
.feature-product-section .tg-feature-product-layout-3 .feature-inner-block .feature-desc-wrap {
display: none; }
.feature-product-section .tg-feature-product-layout-3 .feature-desc-wrap {
display: none; }
.feature-product-section .button-group {
text-align: center;
margin-bottom: 30px; }
.feature-product-section .button-group button {
background: transparent;
color: #525a65; }
.feature-product-section .button-group button:hover {
color: #30afb8;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.feature-product-section .button-group button:before {
background: #525a65 none repeat scroll 0 0;
border-radius: 50%;
content: ' ';
left: 0;
margin-right: 50%;
padding: 2px;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.tg-feature-product-filter-layout .button.is-checked:hover {
color: #30afb8; }
.tg-feature-product-layout-3 .tg-feature-product-widget:hover figure img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1); }
.tg-feature-product-layout-3 .tg-feature-product-widget:hover .feature-title-wrap {
margin-bottom: 3px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.tg-feature-product-layout-1 .grid {
margin-left: -3%; }
.fun-facts-section {
text-align: center;
color: #ffffff; }
.fun-facts-section .fun-facts-icon-wrap {
display: block;
text-align: center;
color: #30afb8;
font-size: 64px;
line-height: 64px;
margin-bottom: 10px; }
.fun-facts-section .counter-wrapper {
font-size: 46px;
font-weight: 700;
line-height: 46px;
display: block;
margin-bottom: 10px; }
.fun-facts-section .fun-facts-title-wrap {
display: block;
font-size: 16px;
font-weight: 400;
color: #ffffff; }
.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-icon-wrap {
background-color: rgba(255, 255, 255, 0.2);
border: 5px solid rgba(255, 255, 255, 0.5);
border-radius: 100%;
color: #ffffff;
display: inline-block;
font-size: 36px;
line-height: 120px;
width: 120px;
height: 120px; }
.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-title-wrap {
line-height: 15px; }
.tg-fun-facts-widget.tg-fun-facts-layout-2 .counter-wrapper {
font-size: 46px;
color: #30afb8;
margin-bottom: 10px; }
#top-footer {
background-color: #313b48;
padding: 80px 0 30px; }
#top-footer .footer-logo {
display: inline-block;
width: 100%;
margin-bottom: 15px; }
#top-footer .footer-logo .logo-image {
float: left;
padding: 5px; }
#top-footer .footer-logo .site-title {
font-size: 32px;
color: #ffffff;
font-weight: 700;
float: left;
line-height: 42px; }
#top-footer .textwidget {
font-size: 15px;
color: #ffffff;
line-height: 24px;
font-weight: 400; }
#top-footer .widget-title {
font-size: 18px;
border-left: 3px solid #30afb8;
font-weight: 600;
line-height: 24px;
color: #ffffff;
margin-bottom: 30px;
padding-left: 20px; }
#top-footer .widget-title:first-letter {
color: #30afb8; }
#top-footer .widget {
margin-bottom: 30px; }
#top-footer .widget ul {
margin: 0; }
#top-footer .widget ul li {
position: relative;
padding: 0 0 10px 20px;
font-size: 12px; }
#top-footer .widget ul li a {
font-size: 14px;
color: #ffffff; }
#top-footer .widget ul li a:before {
font-size: 14px;
color: #ffffff; }
#top-footer .widget ul li:hover a {
color: #30afb8; }
#top-footer .widget ul li:hover a:before {
color: #30afb8; }
#top-footer .widget_tag_cloud .tagcloud a {
border-color: #ffffff;
color: #ffffff; }
#top-footer .widget_tag_cloud .tagcloud a:hover {
background-color: #30afb8;
border-color: #30afb8; }
#bottom-footer {
padding: 20px 0;
background-color: #28313d; }
#bottom-footer .copyright {
float: left; }
#bottom-footer .copyright-text {
color: #ffffff;
font-size: 12px; }
#bottom-footer .copyright-text a {
color: #bcbaba; }
#bottom-footer .copyright-text a:hover {
color: #30afb8; }
#bottom-footer .footer-menu {
float: right;
list-style: none;
margin: 0; }
#bottom-footer .social-menu {
list-style: none;
margin: 0; }
#bottom-footer .copyright-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: start;
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
#bottom-footer .menu-social-container {
margin-left: 0; }
#bottom-footer .footer-menu ul li {
float: left; }
#bottom-footer .footer-menu ul li:after {
content: '|';
padding: 0 5px;
color: #ffffff; }
#bottom-footer .footer-menu ul li:last-child:after {
display: none; }
#bottom-footer .footer-menu ul li a {
color: #ffffff;
font-size: 12px; }
#bottom-footer .footer-menu ul li a:hover {
color: #30afb8; }
.footer-menu li {
float: left;
padding: 0 0 0 15px; }
.footer-menu li a {
color: #ffffff;
font-size: 12px; }
.footer-menu li a:hover {
color: #30afb8; }
#site-navigation {
float: right; }
#site-navigation .menu-toggle {
display: none; }
#site-navigation ul {
margin: 0;
list-style: none; }
#site-navigation ul li {
float: left;
padding: 23px 30px 23px 0;
position: relative; }
#site-navigation ul li a {
font-size: 14px; }
#site-navigation ul li:hover > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a,
#site-navigation ul li.current_page_ancestor > a,
#site-navigation ul li.current-menu-ancestor > a {
color: #30afb8; }
#site-navigation ul li:hover > ul.sub-menu,
#site-navigation ul li:hover > ul.children {
-webkit-transform: translateX(0) translateY(20px);
-ms-transform: translateX(0) translateY(20px);
transform: translateX(0) translateY(20px);
opacity: 1;
visibility: visible; }
#site-navigation ul li:last-child {
padding-right: 0; }
#site-navigation ul li ul.sub-menu,
#site-navigation ul li ul.children {
background-color: #fff;
width: 200px;
position: absolute;
-webkit-transform: translateX(50%) translateY(-15px);
-ms-transform: translateX(50%) translateY(-15px);
transform: translateX(50%) translateY(-15px);
opacity: 0;
visibility: hidden;
z-index: 99;
-webkit-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
transition: background 0.5s ease; }
#site-navigation ul li ul.sub-menu li.menu-item-has-children .sub-toggle,
#site-navigation ul li ul.children li.menu-item-has-children .sub-toggle {
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%) rotate(-90deg);
-ms-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg); }
#site-navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu,
#site-navigation ul li ul.children li.menu-item-has-children ul.sub-menu {
left: 100%; }
@media screen and (min-width: 980px) {
#site-navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu.sub-menu--left,
#site-navigation ul li ul.children li.menu-item-has-children ul.sub-menu.sub-menu--left {
left: auto;
right: 100%;
-webkit-transform: translateX(0) translateY(-30px);
-ms-transform: translateX(0) translateY(-30px);
transform: translateX(0) translateY(-30px); } }
#site-navigation ul li ul.sub-menu > li,
#site-navigation ul li ul.children > li {
padding: 10px;
text-align: left;
width: 100%; }
#site-navigation ul li ul.sub-menu > li:hover > ul.sub-menu,
#site-navigation ul li ul.sub-menu > li:hover > ul.children,
#site-navigation ul li ul.children > li:hover > ul.sub-menu,
#site-navigation ul li ul.children > li:hover > ul.children {
-webkit-transform: translateX(0) translateY(-30px);
-ms-transform: translateX(0) translateY(-30px);
transform: translateX(0) translateY(-30px); }
#site-navigation ul li.focus > ul.sub-menu {
-webkit-transform: translateX(0) translateY(20px);
-ms-transform: translateX(0) translateY(20px);
transform: translateX(0) translateY(20px);
opacity: 1;
visibility: visible; }
#site-navigation.submenu-shadow ul.sub-menu,
#site-navigation.submenu-shadow ul.children {
-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }
@media screen and (min-width: 980px) {
#site-navigation.submenu-shadow ul.sub-menu.sub-menu--left,
#site-navigation.submenu-shadow ul.children.sub-menu--left {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
right: 100%; } }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
height: auto; }
.transparent.header-sticky #masthead-sticky-wrapper.is-sticky #site-navigation ul li.current-flash-item a, #site-navigation ul li.current-flash-item a {
color: #30AFB8; }
#site-navigation ul li.menu-item-has-children .sub-toggle .fa {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.animate-icon {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.panel-row-style {
position: relative; }
.overlay-row {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%; }
.header-top {
background-color: #f1f5f8; }
.header-top .tg-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.header-top .tg-container .right-content p,
.header-top .tg-container .left-content p {
margin: 0; }
.header-top .contact-info {
line-height: 30px;
margin: 0;
list-style: none; }
.header-top .right-content {
margin-left: auto; }
.header-top .left-content {
margin-right: auto; }
.header-top .wpml-button,
.header-top .right-content,
.header-top .left-content {
width: auto; }
.header-top .contact-info li {
float: left;
font-size: 12px;
color: #384554;
margin-right: 30px;
padding: 5px 0; }
.header-top .contact-info li:last-child {
margin-right: 0; }
.header-top .social-menu {
line-height: 30px;
margin: 0;
list-style: none; }
.wpml-button-left {
margin-right: 10px; }
.wpml-button-right {
margin-left: 10px; }
#lang_sel {
height: 33px; }
.header-top #lang_sel a, .header-top #lang_sel ul ul a {
border: medium none;
padding: 8px 0 8px 10px;
font-size: 14px; }
.social-menu li {
float: left;
margin-left: 10px;
font-size: 12px;
padding: 5px 0; }
.header-top .social-menu li:first-child {
margin-left: 0; }
#lang_sel img.iclflag {
padding: 0;
top: 0; }
.header-top #lang_sel li ul a {
color: #fff; }
.header-top #lang_sel li ul a:visited, .header-top #lang_sel li ul a:hover {
color: #fff; }
.header-top #lang_sel a {
color: #fff; }
.header-top #lang_sel a.lang_sel_sel, .header-top #lang_sel a:hover {
color: #fff; }
.header-top #lang_sel a.lang_sel_sel {
background-color: #30afb8; }
.header-top #lang_sel a.lang_sel_sel:hover {
color: #fff;
background-color: #2fadb6; }
.header-top #lang_sel a.lang_sel_sel:visited {
background-color: #30afb8; }
.header-top #lang_sel li ul a {
background-color: #30afb8; }
.header-top #lang_sel li ul a:link, .header-top #lang_sel li ul a:visited {
background-color: #30afb8; }
#lang_sel ul ul {
top: 100%; }
.contact-info span {
font-size: 16px;
padding-right: 10px;
color: #99a3b0; }
.header-bottom .tg-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.header-bottom .site-navigation-wrapper {
-webkit-box-flex: 6;
-ms-flex: 6;
flex: 6; }
.header-bottom .header-action-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.social-menu li a {
background-color: #fff;
border-radius: 100%;
font-size: 12px;
font-family: fontawesome;
text-align: center;
display: inline-block;
line-height: 30px;
height: 30px;
width: 30px;
color: #99a3b0;
display: block; }
.transparent .social-menu li a {
background-color: rgba(0, 0, 0, 0);
border: none;
color: #fff;
height: auto;
width: auto; }
.social-menu li a[href*='facebook.com']::before {
content: '\f09a'; }
.social-menu li a[href*='linkedin.com']::before {
content: '\f0e1'; }
.social-menu li a[href*='twitter.com'] {
position: relative; }
.social-menu li a[href*='twitter.com']:hover::before {
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%20width%3D%2230px%22%20height%3D%2230px%22%3E%3Cpath%20d%3D%22M26.37%2C26l-8.795-12.822l0.015%2C0.012L25.52%2C4h-2.65l-6.46%2C7.48L11.28%2C4H4.33l8.211%2C11.971L12.54%2C15.97L3.88%2C26h2.65%20l7.182-8.322L19.42%2C26H26.37z%20M10.23%2C6l12.34%2C18h-2.1L8.12%2C6H10.23z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E); }
.social-menu li a[href*='twitter.com']::before {
content: "";
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%20width%3D%2230px%22%20height%3D%2230px%22%3E%3Cpath%20d%3D%22M26.37%2C26l-8.795-12.822l0.015%2C0.012L25.52%2C4h-2.65l-6.46%2C7.48L11.28%2C4H4.33l8.211%2C11.971L12.54%2C15.97L3.88%2C26h2.65%20l7.182-8.322L19.42%2C26H26.37z%20M10.23%2C6l12.34%2C18h-2.1L8.12%2C6H10.23z%22%20fill%3D%22%2399a3b0%22%2F%3E%3C%2Fsvg%3E);
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-repeat: no-repeat;
background-position: center;
background-size: 50%; }
.social-menu li a[href*='plus.google.com']::before {
content: '\f0d5'; }
.social-menu li a[href*='youtube.com']::before {
content: '\f16a '; }
.social-menu li a[href*='pinterest.com']::before {
content: '\f0d2'; }
.social-menu li a[href*='flickr.com']::before {
content: '\f16e'; }
.social-menu li a[href*='bluesky.com']::before {
content: '\e671'; }
.social-menu li a[href*='bsky.social/about']::before {
content: '\e671'; }
.social-menu li a[href*='bsky.social']::before {
content: '\e671'; }
.social-menu li a[href*='bsky.app']::before {
content: '\e671'; }
.social-menu li a:hover {
color: #333333; }
.transparent .social-menu li a {
color: #fff; }
.transparent .social-menu li a:hover {
color: #99a3b0; }
.transparent .is-sticky .social-menu li a {
color: #333333; }
.logo {
padding: 0; }
.logo .logo-image {
float: left;
padding: 20px 0; }
.logo .logo-image a img {
padding: 0; }
.logo .logo-text {
float: left;
margin-left: 12px;
padding: 11px 0; }
.logo .logo-text p {
margin: 0; }
.logo-text .site-title {
font-size: 22px;
font-weight: 500;
line-height: 24px; }
.logo-text .site-title span {
font-weight: 700; }
.header-top .tg-column-wrapper {
margin-left: 0; }
.header-top .left-content {
text-align: left; }
.header-top .right-content {
text-align: right; }
.header-sticky.header-top-bar-non-sticky .is-sticky .header-bottom {
z-index: 999 !important; }
body.transparent.header-top-bar-non-sticky #masthead .is-sticky .header-bottom {
background-color: #fff; }
body.transparent.header-top-bar-non-sticky #masthead .is-sticky .header-bottom .search-wrap .search-icon {
color: #99a3b0;
border-color: #99a3b0; }
body.transparent.header-top-bar-non-sticky #masthead .is-sticky .header-bottom .search-wrap .search-icon:hover {
color: #30afb8;
border-color: #30afb8; }
body.transparent.header-top-bar-non-sticky #masthead .is-sticky .header-bottom .cart-wrap .flash-cart-views a {
color: #99a3b0;
border-color: #99a3b0; }
body.transparent.header-top-bar-non-sticky #masthead .is-sticky #site-navigation ul li a {
color: #4c5867; }
body.transparent.header-top-bar-non-sticky #masthead .is-sticky .logo .logo-text a {
color: #4c5867; }
body.transparent.header-top-bar-non-sticky #masthead .is-sticky .logo .logo-text .site-description {
color: #4c5867; }
.header-bottom .header-text-beside-logo {
float: right; }
.header-bottom .contact-info {
margin: 0;
padding: 20px 0; }
.header-bottom .contact-info li {
display: table-cell;
padding: 0 12px; }
.header-bottom .contact-info span {
background-color: #30afb8;
border-radius: 50%;
color: #fff;
display: inline-block;
height: 45px;
line-height: 45px;
margin-right: 15px;
padding: 0;
text-align: center;
width: 45px; }
.left-logo-below-menu .header-bottom .tg-container,
.center-logo-below-menu .header-bottom .tg-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.left-logo-below-menu .header-bottom #site-navigation,
.center-logo-below-menu .header-bottom #site-navigation {
float: left; }
.left-logo-below-menu .header-bottom .logo-header-components-wrapper,
.left-logo-below-menu .header-bottom .site-navigation-wrapper,
.center-logo-below-menu .header-bottom .logo-header-components-wrapper,
.center-logo-below-menu .header-bottom .site-navigation-wrapper {
width: 100%; }
.left-logo-below-menu .menu-social-container,
.center-logo-below-menu .menu-social-container {
float: right; }
.left-logo-below-menu .menu-social-container .social-menu,
.center-logo-below-menu .menu-social-container .social-menu {
float: right;
margin: 0; }
.left-logo-below-menu .header-bottom .header-action-container,
.center-logo-below-menu .header-bottom .header-action-container {
display: none; }
.left-logo-below-menu .header-bottom .site-navigation-container,
.center-logo-below-menu .header-bottom .site-navigation-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.left-logo-below-menu .header-bottom .site-navigation-container .header-action-container,
.center-logo-below-menu .header-bottom .site-navigation-container .header-action-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: auto; }
.left-logo-below-menu .is-sticky .logo-header-components-wrapper,
.center-logo-below-menu .is-sticky .logo-header-components-wrapper {
display: inline-block;
float: left; }
.left-logo-below-menu .is-sticky .site-navigation-wrapper,
.center-logo-below-menu .is-sticky .site-navigation-wrapper {
display: inline-block;
float: right; }
.left-logo-below-menu .is-sticky .site-navigation-container,
.left-logo-below-menu .is-sticky .logo-header-component-container,
.center-logo-below-menu .is-sticky .site-navigation-container,
.center-logo-below-menu .is-sticky .logo-header-component-container {
width: auto;
display: inline-block; }
.center-logo-below-menu .logo-header-component-container {
text-align: center; }
.center-logo-below-menu .logo {
float: none; }
.left-logo-right-menu .header-bottom .header-text-beside-logo {
display: table-cell;
float: none; }
.left-logo-right-menu .header-bottom .widget-area {
display: table-cell; }
.left-logo-right-menu .header-bottom .header-action-container {
margin-left: auto; }
.widget-area {
display: inline-block;
float: right; }
.transparent .header-text-beside-logo a,
.transparent .header-text-beside-logo {
color: #fff; }
.transparent .is-sticky .header-text-beside-logo a,
.transparent .is-sticky .header-text-beside-logo {
color: #404040; }
.colored-social-menu .header-top .social-menu li a[href*='facebook.com'] {
color: #303792; }
.colored-social-menu .header-top .social-menu li a[href*='twitter.com'] {
color: #68beef; }
.colored-social-menu .header-top .social-menu li a[href*='plus.google.com'] {
color: #c5463f; }
.colored-social-menu .header-top .social-menu li a[href*='linkedin.com'] {
color: #1d73bc; }
.colored-social-menu .header-top .social-menu li a[href*='tumblr.com'] {
color: #36465d; }
.colored-social-menu .header-top .social-menu li a[href*='instagram.com'] {
color: #012840; }
.colored-social-menu .header-top .social-menu li a[href*='youtube.com'] {
color: #c4302b; }
.colored-social-menu .header-top .social-menu li a[href*='pinterest.com'] {
color: #bc0618; }
.colored-social-menu .header-top .social-menu li a[href*='flickr.com'] {
color: #0063db; }
.social-menu li a[href*='instagram.com']::before {
content: '\f16d'; }
.social-menu li a[href*='vimeo.com']::before {
content: '\f27d'; }
.social-menu li a[href*='tumblr.com']::before {
content: '\f173'; }
.social-menu li a[href*="facebook.com"]::before {
content: "\f09a"; }
.social-menu li a[href*="linkedin.com"]::before {
content: "\f0e1"; }
.social-menu li a[href*="twitter.com"]::before {
content: "\f099"; }
.social-menu li a[href*="plus.google.com"]::before {
content: "\f0d5"; }
.social-menu li a[href*="pinterest.com"]::before {
content: "\f231"; }
.social-menu li a[href*="instagram.com"]::before {
content: "\f16d"; }
.social-menu li a[href*="youtube.com"]::before {
content: "\f16a"; }
.social-menu li a[href*="x.com"]::before {
content: "\e61b"; }
.social-menu li a[href*="linkedin.com"]::before {
content: "\f0e1"; }
.social-menu li a[href*="telegram"]::before {
content: "\f2c6"; }
.social-menu li a[href*="web.whatsapp.com"]::before, .social-menu li a[href*="whatsapp.com"]::before {
content: "\f232"; }
.square-social-menu .header-top .social-menu li a {
border-radius: 0; }
.no-background-social-menu .header-top .social-menu li a {
background-color: rgba(0, 0, 0, 0); }
.wp-custom-header-video-play {
font: 0px/0px a; }
.wp-custom-header-video-play::before {
content: '\f04c';
font-size: 30px;
color: #fff;
font-family: fontawesome;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.wp-custom-header-video-pause {
font: 0px/0px a; }
.wp-custom-header-video-pause::before {
content: '\f04b';
font-size: 30px;
color: #fff;
font-family: fontawesome;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.wp-custom-header-video-button {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.wp-custom-header:hover .wp-custom-header-video-button {
opacity: 0.6;
visibility: visible; }
.header-video-active .wp-custom-header {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%; }
.header-video-active .wp-custom-header iframe,
.header-video-active .wp-custom-header object,
.header-video-active .wp-custom-header embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.header-bottom {
background: #fff; }
.header-bottom .search-wrap {
padding: 20px 0 20px 30px;
position: relative; }
.transparent.header-sticky .search-icon:hover, .transparent .search-icon:hover {
border-color: #30afb8;
color: #30afb8; }
.header-bottom .search-icon {
border: 1px solid #9ca6b2;
border-radius: 100%;
color: #99a3b0;
cursor: pointer;
font-size: 14px;
height: 30px;
line-height: 27px;
padding: 0;
text-align: center;
width: 30px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
float: right; }
.header-bottom .search-icon:hover {
border-color: #30afb8;
color: #30afb8; }
.header-bottom .search-box {
opacity: 0;
visibility: hidden;
position: absolute;
width: 300px;
top: 100%;
right: -10px;
background-color: #fff;
-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
padding: 20px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.header-bottom .search-box.active {
opacity: 1;
visibility: visible;
right: 0;
z-index: 9; }
.header-bottom .search-box .search-field {
width: 80%;
border-right: none;
border-top: none;
border-left: none;
border-bottom: 1px solid #a1a1a1; }
.header-bottom .search-box .btn {
background: #30afb8; }
.header-bottom .search-box .btn:hover {
background: #2299a1; }
.search-submit .fa {
color: #fff; }
.header-bottom .cart-wrap, .header-bottom .wishlist-wrap {
float: right;
padding: 20px 0 20px 30px;
position: relative; }
.header-bottom .flash-cart-views, .header-bottom .wishlist {
font-size: 14px;
height: 30px;
width: 30px;
line-height: 30px;
border: 1px solid #9ca6b2;
border-radius: 100%;
text-align: center; }
.header-bottom .flash-cart-views a, .header-bottom .wishlist a {
color: #99a3b0;
position: relative; }
.header-bottom .flash-cart-views a span, .header-bottom .wishlist a span {
background-color: #30afb8;
border-radius: 100%;
font-size: 12px;
left: 17px;
position: absolute;
top: -10px;
height: 20px;
width: 20px;
line-height: 20px;
text-align: center;
color: #fff; }
.header-bottom .widget_shopping_cart {
opacity: 0;
visibility: hidden;
position: absolute;
top: 100%;
right: -10px;
min-width: 250px;
-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
background-color: #fff;
padding: 15px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 99; }
.header-bottom .widget_shopping_cart ul {
margin: 0; }
.header-bottom .widget_shopping_cart ul li {
text-align: center; }
.header-bottom .cart-wrap:hover .widget_shopping_cart {
opacity: 1;
visibility: visible;
right: 0; }
.boxed {
width: 1200px;
margin: 0 auto; }
.boxed .site {
background: #fff none repeat scroll 0 0;
-webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.3);
margin: 30px 0;
position: relative; }
.boxed .tg-container {
width: 100%;
padding: 0 30px; }
@media (max-width: 980px) {
.boxed .tg-container {
width: 98%; } }
.transparent #masthead {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 999; }
.transparent .header-top {
background-color: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
color: #fff; }
.transparent .contact-info span, .transparent .contact-info li {
color: #fff; }
.transparent .header-bottom {
border: none;
background-color: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.transparent .logo-text {
color: #fff; }
.transparent .logo-text a {
color: #fff; }
.transparent #site-navigation .menu-toggle .fa, .transparent #site-navigation ul li .sub-toggle {
color: #fff; }
.transparent.header-sticky #site-navigation ul li:hover > a {
color: #30afb8; }
.transparent .is-sticky #site-navigation ul li .sub-toggle {
color: #333333; }
.transparent #site-navigation ul.sub-menu li {
padding: 0; }
.transparent #site-navigation ul li a {
color: #fff;
display: inline-block; }
.transparent #site-navigation ul li:hover .sub-toggle {
color: #30afb8; }
.transparent #site-navigation ul li:hover a {
color: #30afb8;
position: relative;
visibility: none; }
.transparent #site-navigation ul.sub-menu li a {
color: #4c5867;
padding: 10px 30px; }
.transparent #site-navigation ul.sub-menu li a::before {
display: none; }
.transparent #site-navigation ul.sub-menu li:hover a {
color: #30afb8; }
.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li a {
color: #4c5867; }
.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li:hover a {
color: #30afb8; }
.transparent .wishlist,
.transparent .flash-cart-views {
border-color: #fff; }
.transparent .wishlist a,
.transparent .flash-cart-views a {
color: #fff; }
.transparent .search-icon {
color: #fff;
border-color: #fff; }
.right-logo-left-menu .header-bottom .tg-container {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.right-logo-left-menu .header-bottom #site-navigation,
.right-logo-left-menu .header-bottom #mega-menu-wrap-primary {
float: left; }
.right-logo-left-menu .header-bottom .header-action-container {
margin-right: auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.right-logo-left-menu .header-bottom .header-action-container .cart-wrap,
.right-logo-left-menu .header-bottom .header-action-container .search-wrap,
.right-logo-left-menu .header-bottom .header-action-container .wishlist-wrap {
padding-left: 0;
padding-right: 30px; }
.right-logo-left-menu .header-bottom .search-box {
left: -10px; }
.right-logo-left-menu .header-bottom .search-box.active {
right: auto;
left: 0; }
.right-logo-left-menu .header-bottom .widget_shopping_cart {
left: 0; }
.center-logo-below-menu .logo .logo-text,
.center-logo-below-menu .logo .logo-image {
float: none; }
.center-logo-below-menu #site-navigation {
float: left; }
.center-logo-below-menu .header-bottom .tg-container {
text-align: center; }
.center-logo-below-menu .header-bottom .header-action-container {
display: none; }
.center-logo-below-menu .header-bottom .site-navigation-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.center-logo-below-menu .header-bottom .site-navigation-container .header-action-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: auto; }
.center-logo-center-menu .header-bottom .tg-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.center-logo-center-menu .header-bottom .center-menu-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.center-logo-center-menu .header-bottom .center-menu-wrapper .site-navigation-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto; }
.center-logo-center-menu .header-bottom .center-menu-wrapper .main-navigation ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.center-logo-center-menu .header-bottom .center-menu-wrapper .main-navigation ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.center-logo-center-menu .logo {
text-align: center; }
.center-logo-center-menu .logo .logo-image,
.center-logo-center-menu .logo .logo-text {
float: none;
text-align: center;
float: none; }
.center-logo-center-menu .is-sticky .logo {
float: left;
width: auto; }
.center-logo-center-menu .is-sticky #site-navigation {
float: right; }
.center-logo-center-menu .site-navigation-container {
text-align: center; }
.center-logo-center-menu #site-navigation {
display: inline-block;
float: none; }
.center-logo-menu-side .split-menu-logo-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.center-logo-menu-side .split_right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.center-logo-menu-side #site-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 36%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.center-logo-menu-side #site-navigation .menu-toggle {
margin-left: 0;
margin-right: 20px; }
.center-logo-menu-side #site-navigation .header-action-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.center-logo-menu-side #site-navigation .header-action-container > div:first-child {
padding: 20px 0 20px 10px; }
.center-logo-menu-side #site-navigation.split-mobile-menu {
display: none; }
.center-logo-menu-side .header-action-container {
display: none; }
@media (min-width: 980px) {
.right-logo-left-menu .header-bottom #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link,
.center-logo-below-menu .header-bottom #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link,
.left-logo-below-menu .header-bottom #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link {
padding-left: 0; }
.center-logo-menu-side .header-bottom #mega-menu-wrap-split_left #mega-menu-split_left > li.mega-menu-item:first-child > a.mega-menu-link {
padding-left: 0; }
.center-logo-menu-side .header-bottom #mega-menu-wrap-split_right #mega-menu-split_right > li.mega-menu-item:first-child > a.mega-menu-link {
padding-left: 0; } }
.header-sticky .is-sticky #masthead {
z-index: 99 !important; }
.header-sticky .is-sticky .header-top {
background: #f1f5f8;
border: none;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.header-sticky .is-sticky .header-bottom {
background: #fff;
border: none;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
.transparent.header-sticky #masthead-sticky-wrapper {
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 99; }
.transparent.header-sticky #masthead {
left: auto; }
.transparent.header-sticky .header-top {
display: none; }
.transparent.header-sticky .header-bottom {
background-color: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.transparent.header-sticky #site-navigation .menu-toggle .fa, .transparent.header-sticky #site-navigation ul li a {
color: #fff; }
.transparent.header-sticky .cart-wrap .flash-cart-views a {
color: #fff; }
.transparent.header-sticky #site-navigation ul.sub-menu li a {
color: #333333; }
.transparent.header-sticky #site-navigation ul.sub-menu li a:hover {
color: #30afb8; }
.transparent.header-sticky .cart-wrap .flash-cart-views {
border-color: #fff; }
.transparent.header-sticky .search-wrap .search-icon {
color: #fff;
border-color: #fff; }
.transparent.header-sticky .is-sticky #masthead {
z-index: 99 !important; }
.transparent.header-sticky .is-sticky .header-top {
background: #f1f5f8;
border: none;
color: #333333;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.transparent.header-sticky .is-sticky .header-bottom {
background: #fff;
border: none;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.transparent.header-sticky .is-sticky .contact-info li {
color: #333333; }
.transparent.header-sticky .is-sticky .contact-info li span {
color: #333333; }
.transparent.header-sticky .is-sticky .logo-text {
color: #333333; }
.transparent.header-sticky .is-sticky .logo-text a {
color: #333333; }
.transparent.header-sticky .is-sticky #site-navigation .menu-toggle .fa {
color: #333333; }
.transparent.header-sticky .is-sticky #site-navigation ul li a, .transparent.header-sticky .is-sticky #site-navigation ul.sub-menu li a {
color: #333333; }
.transparent.header-sticky .is-sticky .wishlist,
.transparent.header-sticky .is-sticky .flash-cart-views {
border-color: #333333; }
.transparent.header-sticky .is-sticky .wishlist a,
.transparent.header-sticky .is-sticky .flash-cart-views a {
color: #333333; }
.transparent.header-sticky .is-sticky .search-icon {
color: #333333;
border-color: #333333; }
.transparent.header-sticky .custom-logo, .transparent.header-sticky .is-sticky .transparent-logo {
display: none; }
.transparent-logo {
display: none; }
.transparent .custom-logo {
display: none; }
.transparent.header-sticky .is-sticky .custom-logo, .transparent.header-sticky .transparent-logo {
display: inline-block; }
.transparent .transparent-logo {
display: inline-block; }
.custom-logo {
width: auto; }
#wp-custom-header-video {
display: block;
min-height: 300px;
min-height: 75vh;
width: 100%; }
.wp-custom-header {
position: relative;
text-align: center; }
.wp-custom-header-video-button {
position: absolute;
bottom: 0;
left: 0; }
.boxed.left-logo-below-menu .site-navigation-container,
.boxed.center-logo-below-menu .site-navigation-container,
.boxed.center-logo-menu-above .site-navigation-container,
.boxed.left-logo-below-menu .header-bottom .logo-header-component-container,
.boxed.center-logo-below-menu .header-bottom .logo-header-component-container,
.boxed.center-logo-menu-above .header-bottom .logo-header-component-container {
width: 100%; }
.split-mobile-menu {
display: none; }
.popular-batch {
background-color: #2299A1;
color: #fff;
font-size: 12px;
height: 20px;
line-height: 20px;
margin-right: -25px;
position: absolute;
right: 0;
top: 17px;
-webkit-transform: rotate(42deg);
-ms-transform: rotate(42deg);
transform: rotate(42deg);
width: 107px; }
.tg-pricing-widget-block .pricing-table-title {
color: #313b48;
font-size: 22px; }
.tg-pricing-widget-block .pricing {
line-height: 20px;
margin: 20px 0; }
.tg-pricing-widget-block .pricing .pricing-table-icon-wrapper {
font-weight: 400;
font-size: 14px;
vertical-align: top; }
.tg-pricing-widget-block .pricing .price {
font-size: 66px;
line-height: 68px;
color: #313b48; }
.tg-pricing-widget-block .pricing .time {
width: 100%;
font-size: 14px;
display: inline-block; }
.tg-pricing-widget-block .btn-wrapper {
margin-top: 30px;
text-align: center; }
.tg-pricing-widget-block .btn-wrapper a {
background-color: #e7e7e7;
border-radius: 50px;
display: inline-block;
height: 40px;
line-height: 40px;
width: 125px;
font-size: 14px;
color: #313b48; }
.tg-pricing-widget-block .pricing-table-features {
list-style: none;
margin: 0; }
.tg-pricing-widget-block .pricing-table-features li {
border-bottom: 1px solid #e1e1e1;
padding: 10px 0; }
.tg-pricing-widget-block .pricing-table-features li:last-child {
border: none; }
.tg-pricing-widget-block.tg-pricing-table-layout-1 {
text-align: center;
padding: 20px 0;
background-color: #f4f4f4;
position: relative;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.tg-pricing-widget-block.tg-pricing-table-layout-1:hover {
background-color: #30AFB8; }
.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .pricing-table-title {
color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .pricing {
color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .pricing .price {
color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .pricing-table-features li {
color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .btn-wrapper a {
background-color: #2299A1;
color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-2 {
text-align: center;
background-color: #fff;
padding: 20px 0;
position: relative;
overflow: hidden; }
.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing {
background-color: #30AFB8;
color: #fff;
padding: 10px 0;
position: relative; }
.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing .pricing-table-icon-wrapper {
font-weight: 400;
font-size: 14px;
vertical-align: top; }
.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing .price {
font-size: 40px;
line-height: 44px;
color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing .time {
width: 100%;
font-size: 14px;
display: inline-block; }
.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing::before {
border-right: 20px solid transparent;
border-bottom: 20px solid #30AFB8;
top: 100%;
content: " ";
left: 50%;
margin-top: -12px;
position: absolute;
-webkit-transform: translateX(-50%) rotate(-45deg);
-ms-transform: translateX(-50%) rotate(-45deg);
transform: translateX(-50%) rotate(-45deg); }
.tg-pricing-widget-block.tg-pricing-table-layout-2 .btn-wrapper a {
background-color: #30AFB8;
border-radius: 0;
color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-2 .btn-wrapper a:hover {
background-color: #2299A1; }
.tg-pricing-widget-block.tg-pricing-table-layout-3 {
text-align: center;
padding: 0 0 20px 0;
background-color: #f9f9f9;
position: relative;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-title-wrapper {
padding: 30px;
background-color: #444444;
color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-title, .tg-pricing-widget-block.tg-pricing-table-layout-3 .price {
color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing {
margin-top: 0;
margin-bottom: 5px;
color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-title {
font-size: 18px;
color: #30AFB8; }
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-icon-wrapper, .tg-pricing-widget-block.tg-pricing-table-layout-3 .price {
vertical-align: middle;
font-size: 50px; }
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-features li {
border: none;
padding: 15px 0; }
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-features li:nth-child(2n+1) {
background-color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-3 .btn-wrapper a {
background-color: #30AFB8;
border-radius: 0;
color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-3 .btn-wrapper a:hover {
background-color: #2299A1; }
.tg-pricing-widget-block.tg-pricing-table-layout-3.featured-pricing {
margin-top: -5%; }
.tg-pricing-widget-block.tg-pricing-table-layout-3.featured-pricing .pricing-title-wrapper {
background-color: #30AFB8;
padding: 50px 0; }
.tg-pricing-widget-block.tg-pricing-table-layout-3.featured-pricing .pricing-table-title {
color: #333333; }
.tg-pricing-widget-block.tg-pricing-table-layout-4 {
text-align: center;
padding: 20px 0;
background-color: #f9f9f9;
position: relative;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.tg-pricing-widget-block.tg-pricing-table-layout-4 .pricing {
color: #30AFB8; }
.tg-pricing-widget-block.tg-pricing-table-layout-4 .pricing .price {
color: #30AFB8; }
.tg-pricing-widget-block.tg-pricing-table-layout-4 .pricing-table-features li {
margin: 0 15px; }
.tg-pricing-widget-block.tg-pricing-table-layout-4 .btn-wrapper a {
background-color: #30AFB8;
color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-4 .btn-wrapper a:hover {
background-color: #2299A1; }
.tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing {
color: #fff;
background-color: #30AFB8;
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
margin-top: -50px;
padding: 50px 0; }
.tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing .pricing-table-title, .tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing .pricing, .tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing .pricing .price {
color: #fff; }
.tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing .btn-wrapper a {
background-color: #2299A1; }
@-webkit-keyframes animate-width {
0% {
width: 0; }
100% {
visibility: visible; } }
@keyframes animate-width {
0% {
width: 0; }
100% {
visibility: visible; } }
@-webkit-keyframes animate-height {
0% {
height: 0; }
100% {
visibility: visible; } }
@keyframes animate-height {
0% {
height: 0; }
100% {
visibility: visible; } }
.progress-bar-container {
display: inline-block;
width: 100%; }
.bar-title {
float: left;
text-transform: uppercase; }
.progress-bar-percent {
float: right; }
.progress-bar {
background-color: #e1e1e1;
display: inline-block;
height: 5px;
margin: 10px 0;
width: 100%; }
.progress-bar-content .progress-bar:last-child {
margin-bottom: 0; }
.progress-bar-rating {
border-radius: 4px;
float: left;
width: 0;
background-color: #30AFB8;
height: 100%;
font-size: 12px;
text-align: center;
text-indent: -9999px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); }
.progress-bar-rating {
visibility: hidden;
width: 0;
-webkit-animation: animate-width;
animation: animate-width;
animation-timing-function: linear;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
animation-duration: 3s;
-webkit-animation-duration: 3s;
-moz-animation-duration: 3s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards; }
.progress-bar:nth-of-type(1) .progress-bar-rating {
animation-delay: 1s;
-webkit-animation-delay: 1s; }
.progress-bar:nth-of-type(2) .progress-bar-rating {
animation-delay: 2s;
-webkit-animation-delay: 2s; }
.progress-bar:nth-of-type(3) .progress-bar-rating {
animation-delay: 3s;
-webkit-animation-delay: 3s; }
.tg-progress-bar-layout-2 .progress-bar-percent {
display: none; }
.tg-progress-bar-layout-2 .progress-bar-rating {
text-indent: 0;
position: relative;
color: #fff;
-webkit-animation-delay: 2s;
animation-delay: 2s; }
.tg-progress-bar-layout-2 .progress-bar-rating .progress-bar-percent {
background-color: #666666;
border-radius: 50%;
bottom: 100%;
display: inline-block;
float: none;
height: 35px;
font-size: 10px;
line-height: 35px;
position: absolute;
right: -15px;
width: 35px;
margin-bottom: 10px; }
.tg-progress-bar-layout-2 .progress-bar-rating .progress-bar-percent::before {
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-top: 20px solid #666666;
content: " ";
left: 50%;
margin-top: -10px;
position: absolute;
top: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.wpcf7-form {
text-align: left; }
.wpcf7-form input[type="submit"] {
height: 40px;
line-height: 40px;
padding: 0;
width: 110px;
background-color: #30AFB8; }
.wpcf7-form input[type="submit"]:hover {
background-color: #1C9BA4; }
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
background-color: rgba(224, 222, 223, 0.8);
border: medium none;
height: auto;
padding: 15px 0 15px 15px; }
.wpcf7-form-control-wrap input:focus {
border: none; }
.wpcf7-form-control-wrap ::-webkit-input-placeholder {
color: #000;
font-size: 12px;
font-style: italic; }
.wpcf7-form-control-wrap :-moz-placeholder {
color: #000;
font-size: 12px;
font-style: italic; }
.wpcf7-form-control-wrap ::-moz-placeholder {
color: #000;
font-size: 12px;
font-style: italic; }
.wpcf7-form-control-wrap :-ms-input-placeholder {
color: #000;
font-size: 12px;
font-style: italic; }
.heading {
text-align: center; }
.heading .section-title {
margin-bottom: 15px; }
.divider {
display: inline-block;
padding: 0 46px;
position: relative;
margin-bottom: 15px;
color: #30AFB8; }
.divider::after, .divider::before {
background-color: #7e7e7e;
content: "";
height: 2px;
left: 0;
position: absolute;
top: 50%;
width: 40px; }
.divider::before {
left: auto;
right: 0; }
.heading-left {
text-align: left; }
.heading-left .section-title, .heading-left .section-description {
text-align: left; }
.heading-right {
text-align: right; }
.heading-right .section-title, .heading-right .section-description {
text-align: right; }
.section-title-wrapper .heading-right .section-title::before, .section-title-wrapper .heading-right .section-title::after {
right: 0;
left: auto; }
.section-title-wrapper .heading-right .section-title::after {
margin-right: 0; }
.section-title-wrapper .heading-left .section-title::before, .section-title-wrapper .heading-left .section-title::after {
left: 0;
right: auto;
margin-left: 0; }
.section-title-wrapper .heading-left .section-title::after {
margin-left: 0; }
.divider-with-icon .section-title {
display: block;
margin-bottom: 0; }
.divider-with-icon .section-title::before, .divider-with-icon .section-title::after {
display: none; }
.heading-left .divider {
padding: 0; }
.heading-left .divider::after {
display: none; }
.heading-left .divider::before {
left: 20px;
width: 100px;
right: auto; }
.heading-right .divider {
padding: 0; }
.heading-right .divider::before {
display: none; }
.heading-right .divider::after {
left: auto;
width: 100px;
right: 20px; }
.no-divider .section-title::before, .no-divider .section-title::after {
display: none; }
.tribe-events-list-widget .tribe-event-duration {
float: left;
position: relative; }
.tribe-events-list-widget .tribe-event-duration::after {
background-color: #e1e1e1;
content: " ";
display: inline-block;
height: 1px;
position: absolute;
top: 50%;
left: 100%;
width: 71px;
z-index: 1;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.tribe-events-list-widget .tribe-event-start-date {
background-color: #000;
color: #fff;
display: inline-block;
line-height: 20px;
padding: 5px 0;
width: 50px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.tribe-events-list-widget .tribe-event-start-date span {
display: block;
text-align: center; }
.tribe-events-list-widget .tribe-event-title-block {
position: relative;
float: right;
width: calc(100% - 120px);
background-color: #e1e1e1;
padding: 10px 20px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.tribe-events-list-widget .tribe-event-title-block::before {
background-color: #e1e1e1;
content: "";
display: inline-block;
height: calc(100% + 30px);
left: 0;
margin-left: -37px;
position: absolute;
top: 26px;
width: 1px; }
.tribe-events-list-widget .tribe-event-title-block::after {
background-color: #fff;
border-radius: 50%;
content: " ";
height: 15px;
margin-left: -45px;
position: absolute;
left: 0;
top: 18px;
width: 15px;
z-index: 9;
border: 1px solid #e1e1e1;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.tribe-events-list-widget .tribe-event-title-block .tribe-event-description {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.tribe-events-list-widget .tribe-event-title-block p {
margin: 0; }
.tribe-events-list-widget .tribe-events-list-widget-events:last-child .tribe-event-title-block::before {
display: none; }
.tribe-list-widget li:hover .tribe-event-start-date {
background-color: #30AFB8; }
.tribe-list-widget li:hover .tribe-event-title-block {
background-color: #30AFB8; }
.tribe-list-widget li:hover .tribe-event-title-block .tribe-event-title a {
color: #fff; }
.tribe-list-widget li:hover .tribe-event-title-block .tribe-event-description {
color: #fff;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.tribe-list-widget li:hover .tribe-event-title-block::after {
background-color: #30AFB8;
border-color: #30AFB8; }
.tribe-events-widget-link {
text-align: center; }
.tribe-events-widget-link a {
background-color: #30afb8;
color: #fff;
display: inline-block;
padding: 10px; }
.tribe-events-widget-link a:hover {
background-color: #1C9BA4; }
.tribe-event-title {
font-size: 16px;
text-transform: uppercase; }
.wc-cat-thumbnail img {
padding: 0; }
.wc-cat-content {
font-size: 18px;
text-align: center;
font-weight: 800; }
.wc-cat-content .wc-cat-content-title {
display: inline-block; }
.wc-cat-content .wc-cat-content-number {
display: inline-block;
margin-left: 5px;
color: #30AFB8; }
.tab-list {
margin-bottom: 30px;
border-bottom: 2px solid #e1e1e1; }
.tab-list ul {
margin: 0; }
.tab-list ul li {
display: inline-block;
padding: 10px;
position: relative;
top: 2px;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
left: 0; }
.tab-list ul li.ui-tabs-active.ui-state-active {
border-top: 2px solid #E1E1E1;
border-bottom: 3px solid #fff;
border-left: 2px solid #E1E1E1;
border-right: 2px solid #E1E1E1; }
.tab-list ul li.ui-tabs-active.ui-state-active a {
color: #30AFB8; }
#secondary .tab-list ul li {
padding: 10px; }
.post-slider .post-content {
position: absolute;
top: 50%;
left: 50%;
text-align: center;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 0.5);
padding: 20px;
width: 80%; }
.post-slider .post-thumbnail img {
padding: 0; }
.post-content .post-content-title {
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
line-height: 1.5; }
.post-content .post-content-excerpt {
color: #cccccc;
margin-top: 10px;
font-size: 14px; }
.countdown {
padding: 30px 0;
text-align: center; }
.countdown .countdown-row {
display: block; }
.countdown .countdown-row .countdown-section {
display: inline-block; }
.countdown .countdown-row .countdown-section .countdown-amount,
.countdown .countdown-row .countdown-section .countdown-period {
display: block; }
.countdown-section {
margin-left: 30px;
color: #787d85; }
.countdown-section:first-child {
margin-left: 0; }
.countdown-amount {
font-size: 40px; }
.tg-timeline {
margin: 0;
padding: 45px 0;
list-style: none; }
.tg-timeline .tg-timeline-item {
padding-bottom: 45px;
padding-left: 260px;
position: relative; }
.tg-timeline .tg-timeline-item::before, .tg-timeline .tg-timeline-item::after {
content: '';
position: absolute; }
.tg-timeline .tg-timeline-item::before {
width: 15px;
height: 15px;
border-radius: 50%;
top: 18px;
background: #9aa5b0;
left: 206px;
border: 4px solid #ced4da;
z-index: 2; }
.tg-timeline .tg-timeline-item::after {
width: 1px;
background: #ced4da;
top: 0;
bottom: 0;
left: 213px; }
.tg-timeline .tg-timeline-item .tg-timeline__date {
position: absolute;
left: 0;
text-align: center;
width: 170px;
background: #fff;
font-weight: bold; }
.tg-timeline .tg-timeline-item .tg-timeline__date span {
padding: 15px;
display: block;
position: relative; }
.tg-timeline .tg-timeline-item .tg-timeline__date span::after {
content: '';
position: absolute;
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 8px solid #fff;
display: block;
right: -8px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.tg-timeline .tg-timeline-item .tg-timeline__title {
margin-bottom: 15px; }
.tg-timeline .tg-timeline-item .tg-timeline__text {
color: #666666;
margin-bottom: 0; }
.tg-timeline .tg-timeline-item.tg-timeline-item--highlighted .tg-timeline__date {
background: #30afb8;
color: #fff; }
.tg-timeline .tg-timeline-item.tg-timeline-item--highlighted .tg-timeline__date span::after {
border-left-color: #30afb8; }
.tg-timeline .tg-timeline-item.tg-timeline-item--highlighted::before {
background: #30afb8; }
@media only screen and (max-width: 480px) {
.tg-timeline .tg-timeline-item {
padding-left: 0; }
.tg-timeline .tg-timeline-item .tg-timeline__date {
display: block;
width: 100%;
position: initial; }
.tg-timeline .tg-timeline-item .tg-timeline__date span::after {
display: none; }
.tg-timeline .tg-timeline-item .tg-timeline__title {
padding-top: 25px; }
.tg-timeline .tg-timeline-item::after {
display: none; }
.tg-timeline .tg-timeline-item::before {
top: 60px; } }
.tg-accordion .ui-accordion-header {
background: #efefef;
color: #313b48;
font-size: 16px;
padding: 20px;
-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
box-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
cursor: pointer; }
.tg-accordion .ui-accordion-header .ui-accordion-header-icon {
float: right; }
.tg-accordion .accordion-content {
padding: 20px;
font-size: 14px;
color: #8b8a8a;
border: 1px solid #efefef;
line-height: 24px; }
.tg-accordion .accordion-content p {
margin: 0; }
.tg-accordion.layout-two .ui-accordion-header {
background: transparent;
border-right: 1px solid #efefef;
border-left: 1px solid #efefef; }
.tg-accordion.layout-two .ui-accordion-header:first-child {
border-top: 1px solid #efefef; }
.tg-accordion.layout-three .ui-accordion-header {
background: transparent;
border-bottom: 1px solid #efefef; }
.tg-accordion.layout-three .accordion-content {
border: 0 none; }
.flash-row-svg-wrapper svg {
position: absolute;
left: 0;
right: 0;
width: 100%; }
.flash-row-svg-wrapper .flash-top-svg-wrapper svg {
top: 0;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.flash-row-svg-wrapper .flash-bottom-svg-wrapper svg {
bottom: 0; }
.tg-opening-hours {
padding: 30px;
margin: 0;
list-style: none; }
.tg-opening-hours li {
color: #737d84;
padding: 15px 0;
border-bottom: 1px solid #dee1e6; }
.tg-opening-hours li .tg-opening-hour__day {
float: left; }
.tg-opening-hours li .tg-opening-hour__time {
float: right; }
.tg-opening-hours li:last-child {
border-bottom: none; }
.tg-opening-hours.tg-opening-hours--border {
border: 1px solid #dee1e6; }
.tg-opening-hours.tg-opening-hours--dark li {
color: #fff; }
.tg-opening-hours.tg-opening-hours--dark.tg-opening-hours--modern li .tg-opening-hour__day {
color: #fff; }
.tg-opening-hours.tg-opening-hours--dark.tg-opening-hours--modern li .tg-opening-hour__time {
color: #dee1e6; }
.tg-opening-hours.tg-opening-hours--modern li {
border-bottom: none; }
.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__day,
.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__time {
float: none; }
.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__day {
font-weight: bold;
color: #495057;
position: relative;
padding: 10px 0; }
.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__day::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 15px;
height: 2px;
background: #30AFB8; }
.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__time {
font-style: italic;
color: #7e8890; }
.video-player-container {
border: 2px solid #495057; }
.video-player-container .swipebox-video {
display: block; }
.video-player-container .video-player-table {
display: table;
width: 100%;
height: 100%; }
.video-player-container .video-player-table .video-player-button,
.video-player-container .video-player-table .video-player-text {
display: table-cell;
vertical-align: middle;
padding: 10px; }
.video-player-container .video-player-table .video-player-button .video-player--title,
.video-player-container .video-player-table .video-player-text .video-player--title {
color: #343a40; }
.video-player-container .video-player-table .video-player-button .video-player--subtitle,
.video-player-container .video-player-table .video-player-text .video-player--subtitle {
margin-bottom: 0;
font-size: 12px;
color: #868e96; }
.video-player-container .video-player-table .video-player-button {
width: 70px;
font-size: 25px;
text-align: center; }
.video-player-container.video-player--inner-border .video-player-button {
border-right: 2px solid #495057; }
.video-player-container.video-player--inner-background .video-player-button {
background: #495057;
color: #fff; }
.video-player-container.video-player--square-no-border {
border: none; }
.video-player-container.video-player--square-no-border .video-player-button {
background: #495057;
color: #fff; }
.video-player-container.video-player--square-no-border .video-player--title {
border-bottom: 1px solid #dee1e6; }
.video-player-container.video-player--circular {
border: none; }
.video-player-container.video-player--circular .video-player-button {
background: #495057;
border-radius: 50%;
height: 70px;
color: #ffffff; }
.video-player-container.video-player--circular-border {
border-radius: 70px;
border: 1px solid #dee1e6; }
.video-player-container.video-player--circular-border .video-player-button {
background: #495057;
border-radius: 50%;
height: 70px;
color: #ffffff; }
.video-player-container.video-player--boxed {
border: none;
position: relative; }
.video-player-container.video-player--boxed .video-player-button {
position: absolute;
width: 70px;
height: 55px;
font-size: 25px;
text-align: center;
color: #fff;
background: rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
top: calc( 50% - 25px);
left: 0;
right: 0;
margin: 0 auto;
line-height: 2; }
.scroll-up-logo-wrapper {
position: relative; }
.scroll-up-footer #footer-scroll-up {
-webkit-transform: translate(-50%) rotate(45deg);
-ms-transform: translate(-50%) rotate(45deg);
transform: translate(-50%) rotate(45deg);
background: #313b48;
color: #fff;
height: 50px;
left: 50%;
line-height: 50px;
margin-top: -25px;
position: absolute;
text-align: center;
top: 0;
width: 50px;
font-size: 30px; }
.scroll-up-footer #footer-scroll-up .fa {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.footer-full-page {
position: fixed;
bottom: 0;
width: 100%;
z-index: 9999;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
-o-transition: transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%); }
.footer-full-page.footer-full-page--show {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
@media (max-width: 1200px) {
.tg-container {
padding: 0 1%;
width: 98%; }
.boxed {
width: 97%; }
.slider-content .tg-container {
width: 80%;
overflow: hidden; }
.full-width #primary .entry-content > .alignwide {
margin-left: -10px;
margin-right: -10px; }
.full-width-center #primary .entry-content > .alignwide {
margin-left: -50px;
margin-right: -50px; }
.full-width-center #primary .entry-content > .alignfull {
margin-left: -100px;
margin-right: -100px; } }
@media (max-width: 980px) {
.left-logo-below-menu .header-bottom .tg-container, .center-logo-below-menu .header-bottom .tg-container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.slider-content .tg-container {
width: 98%; }
.logo, .search-wrap, .cart-wrap {
z-index: 99; }
.header-bottom {
position: relative; }
.center-logo-menu-side .logo {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.center-logo-menu-side .header-bottom .tg-container, .center-logo-menu-side .split-menu-logo-wrapper {
position: static; }
.center-logo-menu-side #site-navigation {
width: auto; }
.center-logo-menu-side #site-navigation.split-mobile-menu {
display: block;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-left: auto; }
.center-logo-menu-side #site-navigation.split-left, .center-logo-menu-side #site-navigation.split-right {
display: none; }
.center-logo-menu-side #site-navigation .menu-toggle {
margin-right: 10px; }
.center-logo-menu-side .header-action-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.center-logo-menu-side .header-action-container .wishlist-wrap {
padding-left: 0; }
#masthead-sticky-wrapper #site-navigation .menu-scrollbar {
overflow-y: scroll; }
#site-navigation.split-mobile-menu {
float: right; }
.right-logo-left-menu .site-navigation-wrapper {
float: left; }
.right-logo-left-menu #site-navigation .menu-toggle {
margin-left: 0; }
.site-navigation-wrapper {
float: right; }
.transparent .is-sticky #site-navigation ul li .sub-toggle {
color: #ffffff; }
#site-navigation {
padding: 22px 0; }
#site-navigation .menu {
background: #fff none repeat scroll 0 0;
display: none;
left: 0;
position: absolute;
top: 100%;
width: 100%;
z-index: 9999;
padding: 0 20px; }
#site-navigation .menu-toggle {
cursor: pointer;
display: inline-block;
margin-left: 20px;
width: 20px; }
#site-navigation ul > li a {
line-height: 42px;
padding: 0 15px; }
#site-navigation ul li {
float: none;
margin-right: 0;
padding: 0;
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
#site-navigation ul li:hover > a::before, #site-navigation ul li.current-menu-item > a::before {
display: none; }
#site-navigation ul li:hover > a, #site-navigation ul li.current-menu-item a, #site-navigation ul li.current-menu-ancestor a {
display: block;
-webkit-transition: background 0.5s ease 0s;
-o-transition: background 0.5s ease 0s;
transition: background 0.5s ease 0s; }
#site-navigation ul li:hover, #site-navigation ul li.current-menu-item, #site-navigation ul li.current-menu-ancestor {
color: #30afb8; }
#site-navigation ul li.menu-item-has-children.mobile-menu--slided > .sub-toggle .fa {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
#site-navigation ul li.menu-item-has-children .sub-toggle {
position: absolute;
top: 11px;
right: 15px;
background-color: #30afb8;
height: 20px;
width: 20px;
text-align: center;
line-height: 20px;
color: #fff; }
#site-navigation ul li:hover .sub-toggle {
color: #fff;
cursor: pointer; }
#site-navigation ul li ul.sub-menu,
#site-navigation ul li ul.children {
width: 100%;
position: relative;
display: none;
-webkit-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
visibility: visible;
opacity: 1; }
#site-navigation ul li ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu,
#site-navigation ul li ul.sub-menu li.menu-item-has-children:hover > ul.children,
#site-navigation ul li ul.children li.menu-item-has-children:hover > ul.sub-menu,
#site-navigation ul li ul.children li.menu-item-has-children:hover > ul.children {
-webkit-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0); }
#site-navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu,
#site-navigation ul li ul.sub-menu li.menu-item-has-children ul.children,
#site-navigation ul li ul.children li.menu-item-has-children ul.sub-menu,
#site-navigation ul li ul.children li.menu-item-has-children ul.children {
left: 0; }
#site-navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu.sub-menu--left,
#site-navigation ul li ul.sub-menu li.menu-item-has-children ul.children.sub-menu--left,
#site-navigation ul li ul.children li.menu-item-has-children ul.sub-menu.sub-menu--left,
#site-navigation ul li ul.children li.menu-item-has-children ul.children.sub-menu--left {
right: 0;
-webkit-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0); }
#site-navigation ul li ul.sub-menu li.menu-item-has-children .sub-toggle,
#site-navigation ul li ul.children li.menu-item-has-children .sub-toggle {
top: 15px;
color: #fff;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
#site-navigation ul li:hover > ul.sub-menu,
#site-navigation ul li:hover > ul.children {
-webkit-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0); }
#site-navigation ul li:last-child {
border-bottom: none; }
#site-navigation ul ul.sub-menu li.menu-item-has-children ul {
left: 0;
opacity: 1;
visibility: visible;
-webkit-transition: none;
-o-transition: none;
transition: none; }
#site-navigation ul ul.sub-menu li.menu-item-has-children .sub-toggle {
top: 15px;
color: #fff;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
#site-navigation ul ul.sub-menu li.menu-item-has-children:hover .sub-toggle {
cursor: pointer;
color: #fff; }
#site-navigation.sub-menu {
background: #fff none repeat scroll 0 0;
display: none;
border-radius: 0;
width: 100%;
opacity: 1;
position: relative;
left: 0;
top: 0;
-webkit-transition: none 0s ease 0s;
-o-transition: none 0s ease 0s;
transition: none 0s ease 0s;
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
visibility: visible;
-webkit-box-shadow: none;
box-shadow: none;
padding-left: 20px;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
#site-navigation.sub-menu::before {
display: none; }
#site-navigation.sub-menu li {
padding: 0; }
#site-navigation.sub-menu li.current-menu-item, #site-navigation.sub-menu li.current-menu-ancestor {
color: #30AFB8; }
#site-navigation.sub-menu li a,
#site-navigation.sub-menu li ul.sub-menu li a {
color: #4c5867;
display: block;
line-height: 42px;
padding: 0 0 0 20px;
text-align: left; }
#site-navigation.sub-menu > li:hover {
color: #30afb8; }
#site-navigation.sub-menu > li:hover:first-child a, #site-navigation.sub-menu > li:hover:last-child a {
border-radius: 0; }
#site-navigation.sub-menu > li:hover .sub-toggle i {
color: #ffffff; }
.transparent #site-navigation ul li {
float: none;
margin-right: 0;
padding: 0;
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.transparent #site-navigation ul.sub-menu {
background: #fff none repeat scroll 0 0;
display: none;
border-radius: 0;
min-width: 100%;
opacity: 1;
position: static;
left: 0;
top: 0;
-webkit-transition: none 0s ease 0s;
-o-transition: none 0s ease 0s;
transition: none 0s ease 0s;
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
visibility: visible;
-webkit-box-shadow: none;
box-shadow: none;
padding-left: 20px;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
.transparent #site-navigation ul li a, .transparent #site-navigation ul.sub-menu li a {
color: #4c5867;
display: block;
line-height: 42px;
padding: 0 0 0 20px;
text-align: left; }
#site-navigation ul li:last-child,
.transparent #site-navigation ul li:last-child {
border-bottom: none; }
.transparent #masthead .header-bottom #site-navigation ul li:hover .sub-toggle {
color: #fff;
cursor: pointer; }
.transparent #masthead .header-bottom #site-navigation ul li:hover a::before {
display: none; }
.transparent.header-sticky #site-navigation ul li a, .transparent.header-sticky #site-navigation .menu-toggle {
color: #333333; }
.left-logo-below-menu .header-bottom .logo-header-component-container {
width: auto;
display: inline-block;
float: left; }
.center-logo-below-menu .header-bottom .logo-header-components-wrapper, .center-logo-below-menu .header-bottom .logo-header-component-container {
width: auto;
display: inline-block;
float: left; }
.center-logo-menu-above .header-bottom .logo-header-component-container {
width: auto;
display: inline-block;
float: left; }
.center-logo-below-menu #site-navigation ul li, .center-logo-center-menu .site-navigation-container {
text-align: left; }
.left-logo-below-menu .site-navigation-container, .center-logo-below-menu .site-navigation-container, .center-logo-menu-above .site-navigation-container, .left-logo-below-menu .header-bottom .site-navigation-wrapper, .center-logo-below-menu .header-bottom .site-navigation-wrapper, .center-logo-menu-above .header-bottom .site-navigation-wrapper {
width: auto;
display: inline-block;
float: right; }
.left-logo-below-menu .header-bottom .logo-header-components-wrapper, .center-logo-below-menu .header-bottom .logo-header-components-wrapper, .center-logo-menu-above .header-bottom .logo-header-components-wrapper {
width: auto;
float: left; }
.left-logo-below-menu .header-bottom .site-navigation-wrapper, .center-logo-below-menu .header-bottom .site-navigation-wrapper, .center-logo-menu-above .header-bottom .site-navigation-wrapper {
width: auto;
float: right;
text-align: left;
position: static; }
.left-logo-below-menu .header-bottom .logo-image, .center-logo-below-menu .header-bottom .logo-image, .center-logo-menu-above .header-bottom .logo-image {
padding: 20px 0; }
.center-logo-center-menu #site-navigation ul {
display: none; }
.center-logo-center-menu #site-navigation ul li {
display: block; } }
@media (max-width: 768px) {
.full-width #primary .entry-content > .alignwide,
.full-width-center #primary .entry-content > .alignwide {
margin-left: -15px;
margin-right: -15px; }
.full-width.box-layout #primary .entry-content > .alignwide,
.full-width-center.box-layout #primary .entry-content > .alignwide {
margin-left: -15px;
margin-right: -15px; }
.full-width.box-layout #primary .entry-content > .alignfull,
.full-width-center.box-layout #primary .entry-content > .alignfull {
margin-left: -30px;
margin-right: -30px; }
.full-width-center #primary .entry-content > .alignfull {
margin-left: -15px;
margin-right: -15px; }
#top-footer .tg-column-wrapper .tg-column-4 {
width: 47%; }
.tg-team-widget.tg-team-layout-2 .team-content-wrapper, .team-img {
text-align: center; }
#primary, #secondary {
float: none;
width: 100%; }
.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget {
width: 30.33%; }
.feature-product-section .tg-feature-product-widget.tg-column-4 {
width: 47%; }
.fun-facts-section {
margin: 30px 0; }
.blog-section .row:nth-child(2n+1) .post-image::before, .blog-section .row:nth-child(2n) .post-image::before {
display: none; }
.related-posts .tg-column-3 {
width: 47%; }
.related-posts .tg-column-3:nth-child(4) {
clear: none; }
.header-top .left-content, .header-top .right-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.menu-social-container {
margin: 0 auto; }
.header-top .contact-info {
float: none;
margin: 0 auto;
width: auto; }
#bottom-footer .copyright-wrapper {
display: block;
text-align: center; }
.menu-social-container {
margin-top: 10px; }
#bottom-footer .copyright {
float: none; }
.social-menu li {
float: none;
display: inline-block;
vertical-align: top; }
.full-width.box-layout .alignwide,
.full-width-center.box-layout .alignwide {
margin-left: -20px;
margin-right: -20px; } }
@media (max-width: 600px) {
.header-top .tg-container {
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.header-top .contact-info, .header-top .social-menu {
float: none;
line-height: 24px;
text-align: center; }
.header-top .left-content,
.header-top .right-content {
text-align: center;
margin: 0; }
.header-top .right-content {
margin-top: 10px; }
#top-footer .tg-column-wrapper {
margin: 0 3%; }
#top-footer .tg-column-wrapper .footer-block {
width: 100%;
margin: 0 0 30px 0; }
#top-footer .tg-column-wrapper .tg-column-4:last-child {
margin: 0; }
.tg-column-wrapper {
margin-left: 0; }
footer.footer-layout #bottom-footer {
text-align: center; }
footer.footer-layout #bottom-footer .copyright, footer.footer-layout #bottom-footer .footer-menu {
float: none;
display: inline-block; }
.about-section .about-content-wrapper {
display: block;
text-align: center;
width: 100%; }
.about-section .tg-column-wrapper {
text-align: center; }
.about-section .about-section-image {
display: block;
margin: 30px 0;
width: 100%; }
.call-to-action-section .btn-wrapper a {
display: block;
margin: 20px auto 0;
width: 60%;
font-size: 14px; }
.call-to-action-section .btn-wrapper a:first-child {
display: block;
margin: 0 auto 20px;
width: 60%; }
.call-to-action-section .section-title-wrapper .section-title {
font-size: 23px; }
.feature-product-section .tg-feature-product-layout-2 .tg-container .tg-column-wrapper .tg-feature-product-widget, .feature-product-section .tg-container .tg-column-wrapper .tg-feature-product-widget {
width: 47%; }
.blog-section .row:nth-child(2n+1) .post-image::before, .blog-section .row:nth-child(2n) .post-image::before {
display: none; }
.related-posts .tg-column-3 {
width: 100%;
margin-left: 0;
float: none; }
.header-top .tg-column-2 {
float: none;
width: auto; }
.header-top .tg-column-2:last-child {
float: none; }
.header-bottom .cart-wrap:hover .widget_shopping_cart {
display: none; }
.blog.grid-view #primary .post, .archive.grid-view #primary .post, #primary .post .entry-thumbnail img {
width: 100%; }
.blog #primary .post .entry-thumbnail, .archive #primary .post .entry-thumbnail {
float: none;
width: 100%; }
.blog #primary .post .entry-content-block, .archive #primary .post .entry-content-block {
width: 100%; }
.flash-tabs-container.tab-left .tab-list {
float: none;
margin: 0;
width: 100%; }
.flash-tabs-container.tab-right .tab-list, .flash-tabs-container.tab-right .tab-content {
float: none;
margin: 0;
width: 100%; }
.flash-tabs-container.tab-left .tab-content {
float: none;
margin: 0;
width: 100%; }
.flash-tabs-container.tab-left .tab-list ul li:last-child {
border-bottom: 1px solid #efefef; }
.flash-tabs-container.tab-right .tab-list ul li:last-child {
border-bottom: 1px solid #efefef; }
.full-width .alignwide,
.full-width-center .alignwide {
margin-left: 0;
margin-right: 0; }
.full-width.boxed .alignwide,
.full-width-center.boxed .alignwide {
margin-left: 0;
margin-right: 0; } }
@media (max-width: 480px) {
.logo .logo-image {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
.transparent #site-navigation {
padding: 8px 0; }
.header-top {
display: none; }
.logo-text {
padding: 20px 0; }
.logo .logo-text .site-title {
line-height: 24px; }
.logo .logo-text .site-title {
font-size: 18px;
line-height: 24px; }
.site-description {
font-size: 12px; }
.call-to-action-section .btn-wrapper a {
width: 67%; }
.call-to-action-section .btn-wrapper a:first-child {
width: 67%; }
.slider-arrow {
display: none; }
.header-top .tg-column-wrapper .tg-column-2 {
width: 100%; }
.header-top ul.contact-info li {
text-align: center;
width: 100%; }
.feature-product-section .tg-feature-product-layout-2 .tg-container .tg-column-wrapper .tg-feature-product-widget, .feature-product-section .tg-container .tg-column-wrapper .tg-feature-product-widget {
width: 97%; }
.header-bottom .header-action-container .search-wrap,
.header-bottom .header-action-container .cart-wrap {
padding-left: 20px; }
.header-bottom .header-action-container .first-child {
padding-left: 10px; }
.right-logo-left-menu .header-bottom .header-action-container .cart-wrap,
.right-logo-left-menu .header-bottom .header-action-container .search-wrap {
padding-right: 20px; }
.right-logo-left-menu .header-bottom .menu-toggle {
padding-right: 10px; }
.center-logo-center-menu .header-action-container > div:first-child,
.center-logo-below-menu .header-action-container > div:first-child,
.left-logo-right-menu .header-action-container > div:first-child,
.left-logo-below-menu .header-action-container > div:first-child,
.center-logo-menu-side .header-action-container > div:first-child {
padding-left: 10px; }
.center-logo-menu-side #site-navigation .menu-toggle {
margin-right: 0; } }
/* Not from vendor - added directly here, see enqueue.php's comment on this file for why.
flash-pro's own css/all.css (the FA6 bundle dequeued for weight - ~1500 unused icon-class
selectors) also carries FontAwesome 6's own backward-compat aliasing: 4 @font-face blocks
registering the legacy plain 'FontAwesome' family name (unicode-range-split across
solid/brands/regular/v4-compatibility) onto its real font files. That's the only thing
anywhere in the stack that ever defined a font literally named FontAwesome, and every raw
content:"\fXXX"; font-family:fontawesome; glyph rule depends on it (breadcrumb separators,
widget link markers, slider arrows, social icons, etc. - some of those rules now live in
flash-pro-deferred.min.css instead, since A2.1's critical/deferred split moved their
sections there, but @font-face registration is global to the document regardless of which
stylesheet declares it, so this doesn't need to move with them). These 4 blocks (not the
other ~1500 selectors) fix every one of those rules against the theme's real font files,
pixel-perfect, at a fraction of the removed weight. Paths are relative to this file's own
location (naylor-child/css/) back up to the sibling flash-pro/fonts/ directory - update
them if either theme ever moves. */
@font-face{font-family:'FontAwesome';font-display:block;src:url("../../flash-pro/fonts/fa-solid-900.woff2") format("woff2"),url("../../flash-pro/fonts/fa-solid-900.ttf") format("truetype");}
@font-face{font-family:'FontAwesome';font-display:block;src:url("../../flash-pro/fonts/fa-brands-400.woff2") format("woff2"),url("../../flash-pro/fonts/fa-brands-400.ttf") format("truetype");}
@font-face{font-family:'FontAwesome';font-display:block;src:url("../../flash-pro/fonts/fa-regular-400.woff2") format("woff2"),url("../../flash-pro/fonts/fa-regular-400.ttf") format("truetype");unicode-range:U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC;}
@font-face{font-family:'FontAwesome';font-display:block;src:url("../../flash-pro/fonts/fa-v4compatibility.woff2") format("woff2"),url("../../flash-pro/fonts/fa-v4compatibility.ttf") format("truetype");unicode-range:U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A;}
