.highlight-background {
display: inline-block;
padding: 1px 5px;
}
.firstletter-paragraph {
display: block;
min-height: 5em;
}
.firstletter {
display: block;
float: left;
font-size: 2em;
font-weight: 700;
width: 2em;
height: 2em;
margin-right: 4px;
margin-top: 8px;
line-height: 2em;
text-align: center;
}
.firstletter-content {
display: block;
}
blockquote {
padding: 2em;
margin-bottom: 1.5em;
opacity: .7;
}
blockquote p {
margin-bottom: 0;
font-style: italic;
font-size: 1.5em;
text-align: justify;
}
blockquote p::before {
font-family: fontAwesome;
content: '\f10d';
font-size: 1.8em;
line-height: 1em;
padding-right: 10px;
color: $color__active;
} .slick-slider
{
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
margin-top: 1em;
margin-bottom: 1.5em;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} 
.slick-arrow {
display: inline-block;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);;
transform: translateY(-50%);;
width: 40px;
height: 40px;
padding: 0;
margin: 0;
color: #fff;
opacity: .3;
z-index: 1;
-webkit-transition: opacity 500ms;
transition: opacity 500ms;
}
.slick-slider:hover .slick-arrow {
opacity: .9;
}
.slick-prev {
left: 0;
}
.slick-next {
right: 0;
} .gallery.masonry {
margin-top: 1em;
margin-bottom: 1.5em;
}
.gallery.masonry a {
margin-bottom: 20px;
}
.masonry.columns-1 a {
width: 100%;
}
.masonry.columns-2 a {
width: calc(50% - 10px);
}
.masonry.columns-3 a {
width: calc(33.33% - 13px);
}
.masonry.columns-4 a {
width: calc(25% - 15px);
}
@media only screen and (max-width : 560px) {
.masonry.columns-3 a,
.masonry.columns-4 a {
width: calc(50% - 10px);
}
}
@media only screen and (max-width : 420px) {
.masonry.columns-2 a,
.masonry.columns-3 a,
.masonry.columns-4 a {
width: 100%;
}
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 16px; } body {
margin: 0; } article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block; } audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0; } [hidden],
template {
display: none; } a {
background-color: transparent; } a:active,
a:hover {
outline: 0; } abbr[title] {
border-bottom: 1px dotted; } b,
strong {
font-weight: bold; } dfn {
font-style: italic; } h1 {
font-size: 2em;
margin: 0.67em 0; } mark {
background: #ff0;
color: #000; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; } sup {
top: -0.5em; } sub {
bottom: -0.25em; } img {
border: 0; } svg:not(:root) {
overflow: hidden; } figure {
margin: 1em 40px; } hr {
box-sizing: content-box;
height: 0; } pre {
overflow: auto; } code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; } button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; } button {
overflow: visible; } button:focus,
input:focus,
textarea:focus {
outline: 0; } button,
select {
text-transform: none; } button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default; } button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; } input {
line-height: normal; } input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; } legend {
border: 0;
padding: 0; } textarea {
overflow: auto; } optgroup {
font-weight: bold; } table {
border-collapse: collapse;
border-spacing: 0; } td,
th {
padding: 0; } ul, ol {
font-size: 0; } ul li,
ol li {
font-size: 1rem; }  body,
button,
input,
select,
optgroup,
textarea {
color: #2a2a2a;
font-family: Open Sans, Helvetica, Arial, sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5; } .fa-input {
font-family: FontAwesome, Open Sans, Helvetica, Arial, sans-serif; } h1, h2, h3, h4, h5, h6 {
clear: both; } p {
margin-bottom: 1.5em; } dfn, cite, em, i {
font-style: italic; } address {
margin: 0 0 1.5em; } pre {
background: #00a28d;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; } code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 12.8px;
font-size: 0.8rem;
color: #a5a5a5; } abbr, acronym {
border-bottom: 1px dotted #00a28d;
cursor: help; } mark, ins {
background: #efefef;
text-decoration: none; } big {
font-size: 125%; }  html {
box-sizing: border-box; } *,
*:before,
*:after { box-sizing: inherit; } body {
background: #efefef; }  ::-webkit-scrollbar {
width: 11px; } ::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.8);
border: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
border-top-right-radius: 0; } ::-webkit-scrollbar-track {
background: rgba(170, 170, 170, 0.8); } blockquote, q {
quotes: "" ""; } blockquote:before, blockquote:after, q:before, q:after {
content: ""; } hr {
background-color: #00a28d;
border: 0;
height: 1px;
margin-bottom: 1.5em; } ul, ol {
margin: 0 0 1.5rem 3rem; } ul {
list-style: none; } ul li {
position: relative; } .entry-content ul li::before {
position: absolute;
content: '\f046';
font-family: fontAwesome;
font-size: 0.7em;
left: -1.3em;
top: 0.4em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; } ol {
list-style: decimal; } li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5rem; } dt {
font-weight: bold; } dd {
margin: 0 1.5em 1.5em; } img {
height: auto; max-width: 100%; vertical-align: top; } figure {
margin: 1em 0; } table {
margin: 0 0 1.5em;
width: 100%; } .l-wrapper {
display: none;
position: relative;
max-width: 480px;
height: 276px;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
text-align: center; } .l-wrapper.active {
display: block; } svg {
height: 120px;
width: 120px;
overflow: visible; } .g-circles { } .g--circle {
-webkit-transform-origin: 60px 60px;
transform-origin: 60px 60px;
fill: #00a28d;
-webkit-animation: opacity 1.2s linear infinite;
animation: opacity 1.2s linear infinite; } .g--circle:nth-child(12n + 1) {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
-webkit-transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
transform: rotate(-30deg) translate(5px, 5px) scale(0.9); } .g--circle:nth-child(12n + 2) {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
-webkit-transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
transform: rotate(-60deg) translate(5px, 5px) scale(0.9); } .g--circle:nth-child(12n + 3) {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
-webkit-transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
transform: rotate(-90deg) translate(5px, 5px) scale(0.9); } .g--circle:nth-child(12n + 4) {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
-webkit-transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
transform: rotate(-120deg) translate(5px, 5px) scale(0.9); } .g--circle:nth-child(12n + 5) {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
-webkit-transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
transform: rotate(-150deg) translate(5px, 5px) scale(0.9); } .g--circle:nth-child(12n + 6) {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
-webkit-transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
transform: rotate(-180deg) translate(5px, 5px) scale(0.9); } .g--circle:nth-child(12n + 7) {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
-webkit-transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
transform: rotate(-210deg) translate(5px, 5px) scale(0.9); } .g--circle:nth-child(12n + 8) {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
-webkit-transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
transform: rotate(-240deg) translate(5px, 5px) scale(0.9); } .g--circle:nth-child(12n + 9) {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
-webkit-transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
transform: rotate(-270deg) translate(5px, 5px) scale(0.9); } .g--circle:nth-child(12n + 10) {
-webkit-animation-delay: -1s;
animation-delay: -1s;
-webkit-transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
transform: rotate(-300deg) translate(5px, 5px) scale(0.9); } .g--circle:nth-child(12n + 11) {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
-webkit-transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
transform: rotate(-330deg) translate(5px, 5px) scale(0.9); } .g--circle:nth-child(12n + 12) {
-webkit-animation-delay: -1.2s;
animation-delay: -1.2s;
-webkit-transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
transform: rotate(-360deg) translate(5px, 5px) scale(0.9); } .g-circles--v1 .g--circle {
fill-opacity: 0;
-webkit-animation-name: opacity;
animation-name: opacity; }
@-webkit-keyframes opacity {
3% {
fill-opacity: 1; }
75% {
fill-opacity: 0; } }
@keyframes opacity {
3% {
fill-opacity: 1; }
75% {
fill-opacity: 0; } }
@-webkit-keyframes opacity-stroke {
10% {
stroke-opacity: 1; }
85% {
stroke-opacity: 0; } }
@keyframes opacity-stroke {
10% {
stroke-opacity: 1; }
85% {
stroke-opacity: 0; } }
@-webkit-keyframes transform {
10% {
-webkit-transform-origin: 70px 70px;
transform-origin: 70px 70px;
-webkit-transform: scale(0.75);
transform: scale(0.75); } }
@keyframes transform {
10% {
-webkit-transform-origin: 70px 70px;
transform-origin: 70px 70px;
-webkit-transform: scale(0.75);
transform: scale(0.75); } }
@-webkit-keyframes transform-2 {
40% {
-webkit-transform: scale(0.85) translate(10px, 10px);
transform: scale(0.85) translate(10px, 10px); }
60% {
stroke-width: 20; } }
@keyframes transform-2 {
40% {
-webkit-transform: scale(0.85) translate(10px, 10px);
transform: scale(0.85) translate(10px, 10px); }
60% {
stroke-width: 20; } } .go-top {
position: fixed !important;
right: 20px;
bottom: -45px;
color: #fff;
display: block;
font-size: 22px;
line-height: 40px;
text-align: center;
width: 40px;
height: 40px;
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
z-index: 9999;
cursor: pointer;
border-radius: 2px;
transition: all 0.5s; } .go-top i {
color: white; } .go-top.active {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
visibility: visible;
bottom: 11px; }  button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
display: inline-block;
padding: 13px 25px;
text-transform: uppercase;
background-color: #00a28d;
color: #fff;
border: none;
text-decoration: none;
transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
margin-left: 1em; } button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
background-color: #006f61; } .text-paragraph .button {
margin: 0; } input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #2a2a2a;
border: 1px solid #777777;
border-radius: 3px;
padding: 6px;
text-indent: 5px; } input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #00a28d;
border: 1px solid #00a28d; } select {
border: 1px solid #00a28d; } textarea {
width: 100%; } .entry-content input {
width: 100%;
margin: 0; }  div.wpcf7 {
max-width: 600px;
margin: 0 auto;
width: 100%; } .wpcf7 input[type="submit"] {
max-width: 180px; } div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-mail-sent-ok {
margin: 0;
border: none;
padding: 0; } span.wpcf7-not-valid-tip {
font-size: 0.8em; }   a {
text-decoration: none; } a:focus, a:hover, a:active {
outline: 0; } .site-footer a {
text-decoration: none; } .entry-content a:not(.button) {
text-decoration: underline; }  .main-nav-container {
border-bottom: 1px solid #c3c3c3;
background-color: #fff; } .main-nav-container.sticky,
.no-header.has-sticky-menu .main-nav-container {
position: fixed;
width: 100%;
top: 0;
z-index: 1000; } .customize-support .main-nav-container.sticky,
.customize-support.no-header.has-sticky-menu .main-nav-container {
top: 30px; } .main-navigation,
.slicknav_nav {
display: flex;
width: 1140px;
max-width: 100%;
margin: 0 auto; } .main-navigation ul,
.slicknav_nav ul {
display: block;
list-style: none;
margin: 0;
padding-left: 0; } .main-navigation ul ul,
.slicknav_nav ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
background-color: #fff; } .main-navigation ul ul ul,
.slicknav_nav ul ul ul {
left: -999em;
top: 0; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul,
.slicknav_nav ul ul li:hover > ul,
.slicknav_nav ul ul li.focus > ul {
left: 100%; } .main-navigation ul ul a,
.slicknav_nav ul ul a {
width: 200px;
position: relative; } .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.slicknav_nav ul li:hover > ul,
.slicknav_nav ul li.focus > ul {
left: auto; } .main-navigation li,
.slicknav_nav li {
display: inline-block;
position: relative; } .main-navigation a,
.slicknav_nav a {
display: block;
text-decoration: none;
text-transform: uppercase;
padding: 0.8em;
font-weight: 500;
font-size: 1.2em; } .main-navigation li:first-of-type a,
.slicknav_nav li:first-of-type a {
padding-left: 0; } .main-navigation li:last-of-type a,
.slicknav_nav li:last-of-type a {
padding-right: 0; } .main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.slicknav_nav .current_page_item > a,
.slicknav_nav .current-menu-item > a,
.slicknav_nav .current_page_ancestor > a,
.slicknav_nav .current-menu-ancestor > a {
color: #00a28d; } .slicknav_nav .main-menu-container li {
display: block; } .slicknav_arrow {
position: absolute;
right: 20px;
top: 10px; } .main-navigation.full-width-true {
width: 100% !important;
padding: 0 1em; } .main-navigation .menu-item-has-children {
padding-right: 8px; } .main-navigation .menu-item-has-children::after {
font-family: fontAwesome;
content: "\f107";
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor: pointer; } .main-navigation .sub-menu {
display: none;
border: 1px solid #c3c3c3;
border-top: 2px solid #00a28d;
margin-top: 10px;
transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; } .main-navigation .sub-menu li {
padding: 0.2em 0.6em; } .main-navigation .sub-menu:before {
content: '';
display: block;
position: absolute;
top: -15px;
height: 20px;
width: 100%; } .main-navigation .menu-item-has-children:hover > .sub-menu {
display: block;
-webkit-animation: slide-up .3s ease-out;
-moz-animation: slide-up .3s ease-out; } .main-navigation .menu-item-has-children > .sub-menu .menu-item-has-children:hover > .sub-menu {
display: block;
left: 100%;
-webkit-animation: slide-up .3s ease-out;
-moz-animation: slide-up .3s ease-out; } .main-navigation .menu-item-has-children > .sub-menu > .sub-menu .menu-item-has-children:hover > .sub-menu {
display: block;
left: 100%;
-webkit-animation: slide-up .3s ease-out;
-moz-animation: slide-up .3s ease-out; }
@-webkit-keyframes slide-up {
0% {
opacity: 0;
-webkit-transform: translateY(50px); }
100% {
opacity: 1;
-webkit-transform: translateY(0); } } .main-navigation .sub-menu a {
padding: 0.5em !important; } .main-menu-container {
flex: 5; }  .social-menu-top-container {
text-align: right; }  .menu-search a {
padding-right: 0; } .menu-search i {
border-left: 1px solid #00a28d;
padding: 0px 0 3px 8px; } #search-overlay {
position: fixed;
width: 100vw;
height: 0;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all .5s;
will-change: transform, opacity;
z-index: -1; } #search-overlay .input-search {
height: 2rem;
max-width: 100%;
background: transparent;
border-width: 0 0 1px 0;
border-color: #00a28d;
color: #2a2a2a;
flex: 1 0 auto;
font-size: 2rem;
outline: 0;
padding: 2rem 1rem;
-webkit-appearance: textfield;
outline-offset: -2px;
border-radius: 0; } #search-overlay .search-submit {
background: transparent; } #search-overlay .search-submit::after {
content: '\f002';
font-family: fontAwesome;
background: none;
font-size: 1.5em; } #close-overlay {
position: absolute;
right: 5%;
top: 5%; } #search-overlay.focus {
height: 100vh !important;
width: 100vw !important;
opacity: 1;
z-index: 10000; } .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
float: left;
width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
float: right;
text-align: right;
width: 50%; } .slicknav_menu {
display: none; } .slicknav_menu .sub-menu {
left: 0 !important; } .social-menu-footer {
flex: 1;
text-align: center; } .social-menu-footer ul {
list-style: none;
margin: 0;
padding: 0; } .social-menu-footer ul li {
display: inline-block;
padding: 0 1em; }   .woo-menu-top-container {
margin-right: 3em; } .woo-my-account-menu-item a::before {
font-family: fontAwesome;
content: '\f007';
padding-right: 5px; } .woo-cart-menu-item a::before {
font-family: fontAwesome;
content: '\f07a';
padding-right: 5px; } .woo-shop-menu-item a::before {
font-family: fontAwesome;
content: '\f290';
padding-right: 5px; }  .post-pagination {
text-align: center;
margin: 5em 0 1.5em 0; } .page-numbers {
margin: 0 0.3em; } .page-numbers.current {
display: inline-block;
border-radius: 50%;
width: 2em;
height: 2em;
line-height: 2em;
color: #fff;
background: #00a28d; } .page-numbers.next::after,
.page-numbers.prev::before {
font-family: fontAwesome;
content: "\f105";
padding-left: 5px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; } .page-numbers.prev::before {
content: "\f104";
padding-right: 5px; }   .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; } .screen-reader-text:focus {
background-color: #efefef;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #2a2a2a;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }  #content[tabindex="-1"]:focus {
outline: 0; }  .alignleft {
display: inline;
float: left;
margin-right: 1.5em; } .alignright {
display: inline;
float: right;
margin-left: 1.5em; } .aligncenter {
clear: both;
margin: 0 auto !important;
display: block;
margin-left: auto;
margin-right: auto; }  .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed; } .clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both; }  .widget {
padding: 1em 0 2em 0; } .widget select {
max-width: 100%; } .widget ul {
margin: 0;
padding: 0; } #secondary .widget {
margin: 0 0 1.5em;
font-size: 0.9em;
padding: 1em; } #secondary .widget h3 {
margin-top: 0;
margin-bottom: 1em;
padding-bottom: 10px;
border-bottom: 1px solid #4f8e85;
max-width: 60%; } #secondary .widget p {
margin: 0;
margin-top: 1em; } #secondary .widget ul {
margin: 0;
list-style: none;
padding: 0; } #secondary .widget ul li {
padding: 1em 0;
border-bottom: 1px solid #ececec;
margin-right: 1em; } #secondary .widget ul li:last-of-type {
border-bottom: none; } #secondary .widget table {
margin-bottom: 0; } #secondary .widget .input-search {
border: none;
width: 90%; } #secondary .widget .search-submit {
background: none;
padding: 0;
margin: 0; } #secondary .widget .search-submit::after {
font-family: fontAwesome;
content: "\f002";
padding-left: 5px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
vertical-align: top; } #secondary .widget:first-of-type {
padding-top: 3em; } .widget_media_image {
text-align: center; } .footer-widgets.full-width {
background: #fff;
text-align: center;
overflow: hidden; } .footer-widgets.full-width .textwidget {
max-width: 100%;
margin: 0 auto;
width: 1140px; } .footer-widgets.full-width blockquote {
padding: 2em 0;
margin: 1.5em 0; } .footer-widgets.full-width .widget-title {
font-size: 2em; } .footer-widgets.full-width .widget_media_image {
text-align: center; } .footer-widgets.full-width .widget_media_image h3 {
text-align: left; } .footer-widgets.columns {
max-width: 100%;
width: 1140px;
margin: 0 auto;
padding: 3em 1em 0 1em;
display: -ms-grid;
display: grid;
grid-gap: 0 2rem; } .footer-widgets.columns aside {
padding-bottom: 0;
text-align: left; } .footer-widgets.columns .widget ul {
list-style: none;
line-height: 2rem; } .footer-widgets.columns .widget-title {
text-align: left; } .footer-widgets.columns.column-1 {
-ms-grid-columns: 1fr [1];
grid-template-columns: repeat(1, 1fr); } .footer-widgets.columns.column-1 aside {
text-align: center; } .footer-widgets.columns.column-2 {
-ms-grid-columns: 1fr [2];
grid-template-columns: repeat(2, 1fr); } .footer-widgets.columns.column-3 {
-ms-grid-columns: 1fr [3];
grid-template-columns: repeat(3, 1fr); } .footer-widgets.columns.column-4 {
-ms-grid-columns: 1fr [4];
grid-template-columns: repeat(4, 1fr); }     .site-content {
margin: 0 auto;
margin-bottom: 50px;
width: 1140px;
max-width: 100%; } .logo-over-hero .site-content {
margin-top: 100px; } .sticky {
display: block; } .hentry:not(.sticky-post):not(.type-post):not(.type-page) {
padding: 0 2em; } .hentry:not(.sticky-post) {
margin: 0 0 2.5em;
background-color: #fff; } .hentry.single-post {
margin: 0; } .entry-header {
padding: 5em 1em;
text-align: center;
text-transform: uppercase; } .post-categories a,
.entry-meta,
.entry-meta a {
color: #777777; } .post-categories a:first-of-type::before {
font-family: fontAwesome;
content: "\f115";
padding-right: 5px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; } .posted-on::before {
font-family: fontAwesome;
content: "\f133";
padding-right: 5px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; } .entry-title {
font-size: 3em;
margin: 0;
-ms-word-wrap: break-word;
word-wrap: break-word; } a,
.related-posts h3 {
transition: color 300ms ease-in-out; } .updated:not(.published) {
display: none; } .entry-content {
overflow: hidden;
position: relative; } .hover-effect {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: background-color 300ms ease-in-out;
background-color: rgba(255, 255, 255, 0); } .hover-effect svg {
width: 30%;
height: 100%;
opacity: 0;
transition: opacity 300ms ease-in-out; } .hover-effect path {
fill: #00a28d; } article:hover .hover-effect,
.related-posts a:hover .hover-effect {
background-color: rgba(255, 255, 255, 0.7); } .related-posts a:hover h3,
.entry-title a:hover {
color: #00a28d; } article:hover svg,
.related-posts a:hover svg {
opacity: 1; } .page-content,
.entry-summary {
margin: 1.5em 0 0; } .entry-content {
margin: 0; } .entry-content > :first-child {
margin-top: 0; } .text-paragraph,
.entry-content > *:not(p):not(figure):not(div) {
padding: 0 10%;
font-size: 1.2em; } .entry-content > table {
margin: 0 10%;
width: 80%; } .entry-content h1 {
font-size: 2.5em !important; } .entry-content h2 {
font-size: 2em !important; } .entry-content h3 {
font-size: 1.8em !important; } .entry-content h4 {
font-size: 1.6em !important; } .entry-content h5 {
font-size: 1.5em !important; } .entry-content h6 {
font-size: 1.3em !important; } .entry-content h1,
.entry-content:not(.wc-tab) h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 1em 0 1.5em 0; } .type-post ul li,
.type-post ol li {
font-size: 1.2rem;
padding-bottom: 1rem; } .page-links {
clear: both;
margin: 0 0 1.5em; } .type-post:not(.sticky-post) {
opacity: 0;
border: 1px solid rgba(197, 197, 197, 0.41);
-webkit-transform: translateY(250px);
transform: translateY(250px);
transition: opacity 300ms, -webkit-transform 300ms;
transition: opacity 300ms, transform 300ms;
transition: opacity 300ms, transform 300ms, -webkit-transform 300ms; } .type-post:not(.multi-columns) .entry-footer {
margin-top: 3em; } .type-post:not(.multi-columns) .entry-footer.background-color-true {
background-color: #00a28d;
color: #fff; } .type-post:not(.multi-columns) .entry-footer.background-color-true a,
.type-post:not(.multi-columns) .entry-footer.background-color-true a:hover {
color: #fff; } .type-post.in-viewport {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); } .entry-footer {
display: flex;
flex-wrap: wrap;
padding: 2em;
line-height: 1; } .entry-footer span {
flex: 1; } .entry-footer .edit-link {
flex: 1;
min-width: 100%;
padding-left: 1em; } .tags-links {
text-align: center;
max-width: 380px; } .tags-links a {
display: inline-block;
line-height: 2em;
padding: 0 5px;
border-radius: 3px; } .tags-links a:before {
font-family: fontAwesome;
content: "\f292";
padding-right: 1px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; } .comments-link {
text-transform: uppercase;
font-size: 2em; } .comments-link a {
padding: 5px;
border-radius: 5px; } .share-container {
flex: 1;
text-align: right; } .share-container a {
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
text-align: center;
display: inline-block;
border-radius: 50%; } .background-color-true .share-container a {
background-color: #00a28d;
color: #fff !important; } .background-color-true .share-container a:hover,
.background-color-true .tags-links a:hover,
.background-color-true .comments-link a:hover {
background-color: #006f61; } .share-container a:last-of-type {
margin-right: 0; } .not-found {
margin: 0;
margin-bottom: 2em;
text-align: center; } .not-found p {
margin: 0;
font-size: 3em;
font-weight: 700; } .not-found p:first-of-type {
font-size: 14em; } .page-header.search {
padding: 1em;
background: #fff;
border: 1px solid rgba(197, 197, 197, 0.41);
margin-bottom: 1em; } .page-header.search h1 {
font-size: 1em;
font-weight: 400; } .page-header.search span {
font-weight: 700;
font-size: 1.3em; } blockquote {
padding: 2em;
margin-bottom: 1.5em;
position: relative; } blockquote p {
margin-bottom: 0;
font-style: italic;
font-size: 1em;
opacity: .8; } blockquote p::before {
font-family: fontAwesome;
content: '\f10d';
font-size: 1em;
line-height: 1em;
padding-right: 10px;
color: #00a28d; } blockquote:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 9%;
width: 3px;
background-color: #00a28d; } cite {
display: block;
margin-top: 5px; } cite:before {
content: "\2014 \2009"; } .related-container {
margin: 2em 0;
padding: 2em;
background-color: #fff;
border: 1px solid rgba(197, 197, 197, 0.41); } .related-container h2 {
text-align: center;
padding-top: 1em; } .related-posts {
display: -ms-grid;
display: grid;
grid-gap: 2rem;
-ms-grid-columns: 1fr [3];
grid-template-columns: repeat(3, 1fr); } .related-posts a {
text-align: center; } .related-posts h3 {
margin-bottom: 0; } .related-posts span {
font-style: italic;
font-size: 0.9em; } .related-posts .feat-image {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center; } .related-posts .feat-image::before {
display: block;
content: '';
padding-top: 75%; } .multi-columns {
display: inline-block;
margin-bottom: 50px;
vertical-align: top;
background: #fff; } .multi-columns .entry-thumbnail {
display: block;
position: relative;
margin: 0; } .multi-columns .entry-footer {
display: block;
line-height: 2em;
border: none;
text-align: center; } .multi-columns .post-categories {
font-size: .8em;
line-height: 1.5em; } .multi-columns .entry-title {
font-size: 1.5em; } .multi-columns.columns-2 {
width: calc(50% - 25px); } .multi-columns.columns-3 {
width: calc(33.333% - 33px); } .multi-columns:nth-child(2) {
margin-top: 100px; } .sticky-posts-wrapper {
padding: 2em;
background-color: #fff;
margin-bottom: 50px;
border: 1px solid rgba(197, 197, 197, 0.41); } .sticky-posts {
margin: 0;
padding: 0;
list-style: none;
opacity: 0;
display: none; } .sticky-posts.slick-initialized,
.count-1 .sticky-posts {
opacity: 1;
display: block; } .sticky-post {
background: transparent;
overflow: hidden;
padding: 0.5em; } .sticky-post .feat-header {
position: relative;
padding: 0; } .sticky-post .entry-feat {
display: block;
background-size: cover;
background-position: center center;
background-repeat: no-repeat; } .sticky-posts-layout.layout-portrait .sticky-post .entry-feat {
padding-top: 125%; } .sticky-posts-layout.layout-landscape .sticky-post .entry-feat,
.count-1 .sticky-posts-layout.layout-portrait .sticky-post .entry-feat {
padding-top: 56.25%; } .sticky-post .entry-feat:before {
content: '';
position: absolute;
bottom: 0;
width: 100%;
height: 90px;
left: 0;
z-index: 1;
background-color: rgba(255, 255, 255, 0.8);
transition: height 300ms ease-in-out; } .sticky-post:hover .entry-feat:before {
height: 100%; } .sticky-post .entry-meta {
position: absolute;
left: 1em;
right: 1em;
bottom: 0.5em;
font-size: 1em;
z-index: 10;
text-align: left;
overflow: hidden; } .sticky-post .entry-meta h3 {
margin: 0; } .sticky-post .entry-meta p {
margin: 0;
position: relative;
font-weight: 700;
text-transform: uppercase; } .svg-holder {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
text-align: center;
opacity: 0;
transition: opacity 300ms ease-in-out;
z-index: 10; } .sticky-post:hover .svg-holder {
opacity: 1; } .animate-bottom {
-webkit-transform: translateY(50px);
transform: translateY(50px);
opacity: 0;
transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out; } .sticky-post:hover .animate-bottom {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1; }  .sticky-posts-wrapper .slick-arrow {
background: white;
color: black;
cursor: pointer;
width: 60px;
height: 60px;
text-align: center;
transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out; } .sticky-posts-wrapper .slick-arrow i {
font-size: 2rem;
line-height: 60px; } .sticky-posts-wrapper .slick-prev {
-webkit-transform: translate(-50px, -50%);
transform: translate(-50px, -50%); } .sticky-posts-wrapper .slick-next {
-webkit-transform: translate(50px, -50%);
transform: translate(50px, -50%); } .slick-slider:hover .slick-arrow {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }  .comments-area {
max-width: 1140px;
margin: 0 auto;
padding: 2em 10%;
background-color: #fff;
border: 1px solid rgba(197, 197, 197, 0.41);
border-top: none !important; } .comment-respond {
padding: 20px 0;
margin-bottom: 20px; } .commentlist {
padding: 0;
margin: 0; } .commentlist,
.commentlist ul {
list-style: none;
width: 100%; } .commentlist .children {
padding-left: 90px;
margin: 0; } .comment-content a {
word-wrap: break-word; } .comment-content {
margin-left: 90px;
border-bottom: 1px solid #c3c3c3;
margin-bottom: 4em; } .comment-reply a {
color: #00a28d; } .comment em {
font-size: .7em; } .bypostauthor {
display: block; } .comment-notes {
font-size: .8em; } .comment-author img {
max-width: 70px;
width: auto;
height: auto;
float: left;
margin-right: 20px; } .comment-author a {
text-decoration: none;
font-weight: 700; } .comment-date {
position: relative;
font-size: .8em;
margin: 0 2em;
color: #777777;
font-style: italic; } .comment-date::before,
.comment-reply::before {
content: '';
position: absolute;
display: block;
left: -1em;
top: calc(50% - 2px);
width: 5px;
height: 5px;
border-radius: 50%;
background: #777777; } .comment-reply::before {
top: 50%; } .comment-reply {
position: relative; } .comment-reply-link {
text-decoration: none;
font-size: .8em; } .comment-reply-link::after {
content: '\f101';
font-family: fontAwesome;
vertical-align: middle;
padding-left: 2px; } .comment-content p {
margin-top: 0.5em;
font-size: .9em;
padding: 0 2em; } .comment-form {
position: relative; } .comment-form input:not(.button) {
padding: 6px;
max-width: 100%;
width: 100%;
height: 3em;
line-height: 2em;
margin-bottom: 30px;
font-size: .9em; } .comment-form textarea {
font-size: .9em; } .form-submit {
text-align: right; } .form-submit .submit { } .form-allowed-tags {
font-size: .8em; } #comment-status {
font-size: .8em; } .comment-error {
text-transform: capitalize;
color: red; }  .site-header {
position: relative; } .site-branding {
margin: 5em 0;
padding: 0 2em;
text-align: center;
-webkit-transform: scale(1);
transform: scale(1);
transition: -webkit-transform 100ms;
transition: transform 100ms;
transition: transform 100ms, -webkit-transform 100ms; } .logo-over-hero:not(.no-header) .site-branding:not(.no-header) {
position: absolute;
margin: 0;
left: 0px;
right: 0px;
margin: 0px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }  .custom-logo-link {
display: inline-block; } .site-title {
margin: 0;
font-size: 5em;
margin-bottom: 0; } .site-description {
font-size: 1.2em;
margin-bottom: 0;
color: #777777;
text-transform: uppercase; } .site-header.sticky {
padding-top: 50px; } .header-featured,
.video-banner {
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover; } .video-banner > * {
z-index: -1 !important; } .header-featured::before,
.video-banner::before {
content: "";
display: block;
padding-top: 25%; } .video-banner iframe,
.video-banner video {
transition: opacity 500ms; }  embed,
iframe,
object {
max-width: 100%; } .yt-header .wp-custom-header {
position: relative;
height: 0;
padding-top: 56.25%; } .wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
display: block;
height: auto;
max-width: 100%;
width: 100%; } .wp-custom-header iframe {
position: absolute;
top: 0;
left: 0;
height: 100%; } .site-footer {
clear: both;
background-color: #333333; } .site-footer *,
.site-footer a {
color: #ffffff; } .footer-content {
display: flex;
width: 1140px;
max-width: 100%;
margin: 2em auto; } .copyright-wrapper,
.back-top-wrapper {
flex: 1; } .back-top-wrapper {
text-align: right; } .copyright {
margin: 0; } #back-to-top i {
margin-left: .5em; } .with-sidebar .content-area {
width: calc(100% - 300px);
max-width: calc(100% - 50px - 300px);
float: right; } .sidebar-widget {
float: left;
width: 100%;
max-width: 300px;
padding: 0;
background-color: #fff;
border: 1px solid rgba(197, 197, 197, 0.41); } .sidebar-widget.left {
margin-right: 50px; } .sidebar-widget.right {
margin-left: 50px; }   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none; }  .infinity-end.neverending .site-footer {
display: block; }  .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; }  .wp-caption {
margin-bottom: 1.5em;
max-width: 100%; } .wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; } .wp-caption .wp-caption-text {
margin: 0.8075em 0; } .wp-caption-text {
text-align: center; }  [id^="gallery-"] {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 1em;
margin-right: -10px;
margin-bottom: 1.5em; } [id^="gallery-"] img {
border: none !important; } .entry-content p {
overflow: hidden; } .entry-content a {
overflow: hidden;
vertical-align: top; } .entry-content a > img {
-webkit-transform: scale(1);
transform: scale(1);
transition: -webkit-transform 400ms ease;
transition: transform 400ms ease;
transition: transform 400ms ease, -webkit-transform 400ms ease; } .entry-content a > img:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05); } [id^="gallery-"] .gallery-item {
margin: 0;
padding-right: 10px;
padding-bottom: 10px; } .gallery-columns-1 .gallery-item,
.column.x100 {
flex: 1 0 100%;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%; } .gallery-columns-2 .gallery-item,
.column.x50 {
flex: 1 0 50%;
-webkit-flex: 1 0 50%;
-ms-flex: 1 0 47%; } .gallery-columns-3 .gallery-item,
.column.x33 {
flex: 1 0 33.3333%;
-webkit-flex: 1 0 33.3333%;
-ms-flex: 1 0 30%; } .gallery-columns-4 .gallery-item,
.column.x25 {
flex: 1 0 25%;
-webkit-flex: 1 0 25%;
-ms-flex: 1 0 21%; } .gallery-columns-5 .gallery-item {
flex: 1 0 20%;
-webkit-flex: 1 0 20%;
-ms-flex: 1 0 15%; } .gallery-columns-6 .gallery-item {
flex: 1 0 16.666%;
-webkit-flex: 1 0 16.666%;
-ms-flex: 1 0 12.666%; } .gallery-columns-7 .gallery-item {
flex: 1 0 14.2800%;
-webkit-flex: 1 0 14.2800%;
-ms-flex: 1 0 10.2800%; } .gallery-columns-8 .gallery-item {
flex: 1 0 12.5%;
-webkit-flex: 1 0 12.5%;
-ms-flex: 1 0 8.5%; } .gallery-columns-9 .gallery-item {
flex: 1 0 11.111%;
-webkit-flex: 1 0 11.111%;
-ms-flex: 1 0 7%; } .gallery-columns-10 .gallery-item {
flex: 1 0 10%;
-webkit-flex: 1 0 10%;
-ms-flex: 1 0 6%; } .gallery-caption {
display: block; } .wp-block-gallery {
margin: 0 -10px; }  .lightbox {
display: inline-block;
overflow: hidden;
max-width: 100%; } .lightbox img {
transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); } #imagelightbox-overlay {
position: fixed;
z-index: 3000;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
display: none; } #imagelightbox {
position: fixed;
z-index: 3001; } #lightbox-close {
position: fixed;
z-index: 3002;
top: 30px;
right: 30px;
width: 40px;
height: 40px;
background-color: rgba(255, 255, 255, 0.1);
cursor: pointer;
border-radius: 3px; } #lightbox-close .line {
position: absolute;
display: block;
width: 30px;
left: 5px;
height: 2px;
background: white; } #lightbox-close .line:nth-child(1) {
top: 19px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); } #lightbox-close .line:nth-child(2) {
bottom: 19px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); } .imagelightbox-arrow {
display: block;
position: fixed;
z-index: 3002;
cursor: pointer;
height: 40px;
width: 40px;
background-color: rgba(255, 255, 255, 0.1);
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 3px; } .imagelightbox-arrow-left {
left: 10px; } .imagelightbox-arrow-right {
right: 10px; } .imagelightbox-arrow::before {
position: relative;
top: 11px;
left: 15px;
content: "";
display: inline-block;
width: 15px;
height: 15px;
border-right: 2px solid white;
border-top: 2px solid white;
-webkit-transform: rotate(225deg);
transform: rotate(225deg); } .imagelightbox-arrow-right::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 8px; }  .zoom-instagram-widget__item {
padding: 0 !important; }
@media only screen and (min-width: 768px) { .zoom-instagram-widget__item {
overflow: hidden; } .zoom-instagram-widget__item a {
display: block;
position: relative;
text-align: center; } .zoom-instagram-widget__item a::before {
font-family: fontAwesome;
content: "\f16d";
display: inline-block;
padding-top: calc(50% - 0.65em);
position: absolute;
font-size: 4em;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(255, 255, 255, 0.8);
color: #00a28d;
opacity: 0;
transition: opacity 300ms ease-in-out;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; } .zoom-instagram-widget__item:hover a::before {
opacity: 1; } .sidebar-widget .zoom-instagram-widget__item a::before {
font-size: 2em; } }  .content-area.shop-loop {
background-color: #fff;
padding: 2em; } .entry-content .woocommerce {
margin: 0 10%; } .shop-loop .woocommerce-breadcrumb {
float: left;
padding-bottom: 2em; } .woocommerce-ordering {
float: right;
padding-bottom: 2em; } .woocommerce-products-header h1 {
text-align: center;
font-size: 3em; } .shop-loop .products {
clear: both;
padding: 0;
margin: 0;
display: -ms-grid;
display: grid;
grid-gap: 2rem; } .products li {
display: inline-block;
vertical-align: top;
text-align: center;
margin-bottom: 5em;
margin-right: 2em; } .shop-loop .products.columns-1 {
-ms-grid-columns: 1fr [1];
grid-template-columns: repeat(1, 1fr); } .shop-loop .products.columns-2 {
-ms-grid-columns: 1fr [2];
grid-template-columns: repeat(2, 1fr); } .shop-loop .products.columns-3 {
-ms-grid-columns: 1fr [3];
grid-template-columns: repeat(3, 1fr); } .shop-loop .products.columns-4 {
-ms-grid-columns: 1fr [4];
grid-template-columns: repeat(4, 1fr); } .shop-loop .products.columns-5 {
-ms-grid-columns: 1fr [5];
grid-template-columns: repeat(5, 1fr); }
@media only screen and (max-width: 1366px) { .no-sidebar .shop-loop .products.columns-5 {
-ms-grid-columns: 1fr [4];
grid-template-columns: repeat(4, 1fr); } }
@media only screen and (max-width: 1140px) { .with-sidebar .shop-loop .products.columns-3,
.with-sidebar .shop-loop .products.columns-4,
.with-sidebar .shop-loop .products.columns-5 {
-ms-grid-columns: 1fr [2];
grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 960px) { .no-sidebar .shop-loop .products.columns-4,
.no-sidebar .shop-loop .products.columns-5 {
-ms-grid-columns: 1fr [3];
grid-template-columns: repeat(3, 1fr); } }
@media only screen and (max-width: 768px) { .shop-loop .products.columns-2,
.shop-loop .products.columns-3,
.shop-loop .products.columns-4,
.shop-loop .products.columns-5 {
-ms-grid-columns: 1fr [2] !important;
grid-template-columns: repeat(2, 1fr) !important; } }
@media only screen and (max-width: 560px) { .shop-loop .products.columns-2,
.shop-loop .products.columns-3,
.shop-loop .products.columns-4,
.shop-loop .products.columns-5 {
-ms-grid-columns: 1fr [1] !important;
grid-template-columns: repeat(1, 1fr) !important; } } .woocommerce-loop-product__link,
.type-product {
position: relative; } .onsale {
position: absolute;
display: block;
background: #e74c3c;
border-radius: 50%;
width: 60px;
height: 60px;
line-height: 4;
right: 10px;
top: 10px;
color: white;
text-transform: uppercase;
text-align: center; } .shop-loop .price,
.related.products .price {
display: block;
margin-bottom: 1em; } .woocommerce-loop-product__title {
text-transform: uppercase;
margin-bottom: 1.5em;
margin-top: 2em;
font-size: 1.1em; } .shop-loop .star-rating,
.related.products .star-rating {
margin-top: -1.5em; } .woocommerce-Price-amount {
font-weight: 700; } .woocommerce-ordering select,
.woocommerce-ordering select:focus {
border: none;
outline: none; } .woocommerce-ordering option {
background: #2b2b2b;
color: white; } .product-cat,
.orderby {
text-transform: uppercase;
font-size: 0.9em;
font-weight: 700;
cursor: pointer; } .add_to_cart_button {
margin: 0; } .added_to_cart {
display: none; }  .single-product.type-page {
background-color: #fff; } .single-product .woocommerce-products-header {
padding: 2em; } .woocommerce-product-gallery__image:not(:first-of-type) {
float: right;
padding: 10px 10px 0 0; } .woocommerce-product-gallery__image:last-of-type {
padding-bottom: 2em; } .single-product .entry-summary,
.single-product .woocommerce-tabs,
.single-product .related.products > h2 {
padding: 2em 10% 0 10%; } .related.products ul {
padding: 0;
margin: 0;
padding-left: 2rem; } .related.products li {
width: calc(33.333% - 2em); } .woocommerce-tabs ul {
margin: 0;
padding: 0; } .woocommerce-tabs li {
list-style: none;
float: left;
padding-right: 1em;
background: #f3f3f3;
padding: 1em;
border-bottom: 1px solid gainsboro;
margin-right: 1px; } .woocommerce-tabs li.comment {
float: none;
margin-bottom: 2em; } .woocommerce-Tabs-panel {
clear: both; } .single-product .cart {
float: right;
padding: 2em 0; } .single-product .cart .quantity {
float: left; } .single-product .cart .button {
float: left;
margin-left: 5px; } .stars a {
padding-right: 10px; } .single-product .qty {
max-width: 50px;
padding: 13px 0; }  .woocommerce a.remove {
text-decoration: none !important; } .woocommerce a.remove:hover {
color: red !important;
background: white !important; } .woocommerce-cart-form .coupon {
width: 50%; } .woocommerce-cart-form #coupon_code {
float: left;
width: 54%; } .woocommerce-cart-form input[type=submit] {
float: right;
width: 45%;
padding: 10px 0; } .woocommerce-cart-form .product-thumbnail {
max-width: 120px; } .woocommerce-cart-form img {
max-width: 100px; } .woocommerce ul.product_list_widget li img {
width: 45px; } .woocommerce ul.product_list_widget li a,
.woocommerce ul.product_list_widget .woocommerce-Price-amount {
font-weight: initial; } @media only screen and (max-width: 1140px) { .site-content,
.main-navigation,
.footer-content,
#footer-widgets .textwidget {
padding: 0 10px; } }
@media only screen and (max-width: 1024px) { .post-single [id^="gallery-"],
.project-single [id^="gallery-"],
.gallery.shuffle {
max-width: calc(100% + 10px);
width: calc(100% + 10px); } }
@media only screen and (max-width: 1024px) { .fullwidth-img {
width: 100%;
margin-left: 0; } .text-paragraph,
.entry-content .woocommerce {
margin-left: 5%;
margin-right: 5%; } .site-title {
font-size: 3em; } }
@media only screen and (max-width: 900px) { .with-sidebar .content-area {
max-width: 100%;
width: 100%;
float: none !important; } .sidebar-widget {
float: none !important;
margin: 3em auto !important;
max-width: 100%; } }
@media only screen and (max-width: 768px) { .site-title {
font-size: 2em; } .main-navigation {
display: none; } .slicknav_menu {
display: block; } .woo-menu-top-container {
position: absolute; } .main-menu-container {
flex: 2;
margin: 3em 0 2em 0;
padding-top: 2em;
border-top: 1px solid #e2e2e2; } .social-menu-top-container {
flex: 2; } .slicknav_nav a.slicknav_row {
padding: 0;
display: block;
width: 100%; } .nav-menu li {
display: block; } .nav-menu li a {
display: inline-block; } .slicknav_nav ul ul a {
width: 100%; } .header-featured::before, .video-banner::before {
padding-top: 45%; } .slicknav_nav .searchform,
.social-menu-top-container {
position: absolute;
right: 10px; } .social-menu-top-container {
right: 65px; } .slicknav_nav li:first-of-type a {
padding-left: 10px; } .slicknav_nav ul ul {
float: none;
position: relative;
padding-left: 15px; } .gallery-columns-3 .gallery-item,
.column.x33,
.gallery-columns-4 .gallery-item,
.column.x25,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item,
.gallery-columns-10 .gallery-item {
flex: 1 0 33.3333%;
-webkit-flex: 1 0 33.3333%;
-ms-flex: 1 0 30%; } .not-found p:first-of-type {
font-size: 10em; } .not-found p {
font-size: 2em; } .single-product .entry-summary, .single-product .woocommerce-tabs, .single-product .related.products > h2, #secondary .widget {
padding: 2em; } .multi-columns.columns-3 {
width: calc(50% - 25px); } }
@media only screen and (max-width: 730px) { .gallery-columns-3 .gallery-item,
.column.x33,
.gallery-columns-4 .gallery-item,
.column.x25,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item,
.gallery-columns-10 .gallery-item {
flex: 1 0 50%;
-webkit-flex: 1 0 50%;
-ms-flex: 1 0 47%; } } @media only screen and (max-width: 680px) { html, body, button, input, select, optgroup, textarea {
font-size: 15px !important; } .entry-title {
font-size: 2em; } .entry-header {
padding: 3em; } .sticky-post .entry-meta h3 {
font-size: 1.3em;
margin: 0;
margin-top: 1em; } .sticky-posts-wrapper {
padding: 1.5em; } }
@media only screen and (max-width: 560px) { html, body, button, input, select, optgroup, textarea {
font-size: 13px !important; } .site-title {
font-size: 1.5em; } .site-description {
font-size: 0.9em; } .slicknav_nav {
flex-direction: column-reverse;
position: relative; } .main-menu-container {
margin: 0;
padding: 0; } .slicknav_nav .menu-search {
position: absolute;
left: 0;
top: 0px; } .woo-menu-top-container {
position: relative;
margin: 0;
text-align: right;
padding-right: 20px; } .social-menu-top-container {
position: relative;
right: 20px; } .slicknav_nav .searchform {
top: 0; } .columns-2 {
width: 100%;
display: block; } .columns-2:nth-child(2) {
margin-top: 0; } .entry-footer, .share-container, .tags-links {
display: block;
text-align: center;
max-width: 100%; } .gallery-columns-2 .gallery-item,
.column.x50,
.gallery-columns-3 .gallery-item,
.column.x33,
.gallery-columns-4 .gallery-item,
.column.x25,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item,
.gallery-columns-10 .gallery-item {
flex: 1 0 100%;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%; } .gal-item {
width: calc(100% - 5px) !important;
margin-bottom: 10px !important; } .footer-content {
flex-wrap: wrap; } .footer-content,
.copyright-wrapper,
.social-menu-footer,
.back-top-wrapper {
min-width: 100%;
text-align: center;
padding: 0.5em 0; } .social-menu-footer {
order: 0; } .back-top-wrapper {
order: 1; } .copyright-wrapper {
order: 2; } .related.products li {
width: calc(50% - 2em); } .related-posts {
-ms-grid-columns: 1fr [1];
grid-template-columns: repeat(1, 1fr); } .footer-widgets.columns {
-ms-grid-columns: 1fr [1] !important;
grid-template-columns: repeat(1, 1fr) !important; } .sticky-post .entry-meta p:first-of-type {
margin: 0; } .multi-columns.columns-2 {
width: 100%; } .multi-columns.columns-3 {
width: 100%; } }
@media only screen and (max-width: 480px) { .text-paragraph {
margin-left: 0;
margin-right: 0; } }
@media only screen and (max-width: 360px) { .related.products li {
width: calc(100% - 2em); } }.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em;cursor:pointer}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;font-weight:700}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;border-radius:1px;background-color:grey}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_brand{float:left}.slicknav_menu{font-size:16px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;border-radius:4px}.slicknav_icon-bar{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.slicknav_open .slicknav_icon-bar:nth-child(1){-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}.slicknav_open .slicknav_icon-bar:nth-child(2){visibility:hidden}.slicknav_open .slicknav_icon-bar:nth-child(3){-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)}