@charset "UTF-8";
      @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,500;0,700;1,200;1,400;1,700&display=swap");
html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type=button],
input[type=reset],
input[type=submit] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
border-color: #aaa #bbb #bbb;
}
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: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
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: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 768px) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 0.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 0.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.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 {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 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;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}  @font-face {
font-family: "bodonireg";
src: url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/BodoniSvtyTwoITCTT-Book.eot); src: url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/BodoniSvtyTwoITCTT-Book.eot?#iefix) format("embedded-opentype"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/BodoniSvtyTwoITCTT-Book.woff) format("woff"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/BodoniSvtyTwoITCTT-Book.ttf) format("truetype"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/BodoniSvtyTwoITCTT-Book.svg#svgFontName) format("svg"); }
@font-face {
font-family: "europa";
src: url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Europa-Regular.eot); src: url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Europa-Regular.eot?#iefix) format("embedded-opentype"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Europa-Regular.woff) format("woff"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Europa-Regular.ttf) format("truetype"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Europa-Regular.svg#svgFontName) format("svg"); }
@font-face {
font-family: "PfdBold";
src: url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/PFDinTextCondPro-Bold.eot); src: url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/PFDinTextCondPro-Bold.eot?#iefix) format("embedded-opentype"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/PFDinTextCondPro-Bold.woff) format("woff"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/PFDinTextCondPro-Bold.ttf) format("truetype"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/PFDinTextCondPro-Bold.svg#svgFontName) format("svg"); }
@font-face {
font-family: "Canela-Medium";
src: url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Canela-Medium.eot); src: url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Canela-Medium.eot?#iefix) format("embedded-opentype"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Canela-Medium.woff) format("woff"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Canela-Medium.ttf) format("truetype"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Canela-Medium.svg#svgFontName) format("svg"); }
@font-face {
font-family: "Recoleta";
src: url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Recoleta-Regular.eot); src: url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Recoleta-Regular.eot?#iefix) format("embedded-opentype"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Recoleta-Regular.woff) format("woff"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Recoleta-Regular.ttf) format("truetype"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Recoleta-Regular.svg#svgFontName) format("svg"); }
@font-face {
font-family: "Belluga";
src: url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Belluga.eot); src: url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Belluga.eot?#iefix) format("embedded-opentype"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Belluga.woff) format("woff"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Belluga.ttf) format("truetype"), url(//careerinsightstudio.com/wp-content/themes/smash_theme/fonts/Belluga.svg#svgFontName) format("svg"); }
h1, h2, h3, h4, h5, h6, .main-title {
font-family: "Recoleta", sans-serif;
letter-spacing: 1px;
font-weight: 100;
line-height: 1.5em;
margin: 0;
}
.main-title {
font-family: "Recoleta", sans-serif;
font-size: 40px;
}
#hello_bar .hello-bar-inner .hello-bar-close, .home-post .home-post-inner .home-post-image .social-share .share-actions, #circle_links .circle-links-slider, .post-products-wrap .post-products, .shop-highlights-image .shop-dot-wrapper .shop-dot-product, .fixed-search, #masthead .header-block.header-right .header-block-inner .search-modal-link, #masthead, .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content, .alm-btn-wrap .alm-load-more-btn span, .animate-right > .icon, #contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element > *, .animate-right > *, .share-icons .social-share .social-share-inner.fade-share > .fade, .product .product-wrap .product-image > .fade, .post-block .post-block-image > .fade, .product .product-wrap .product-image-wrap > .fade, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu, .page-nav .page-menu li .sub-menu, #more_nav #category_menu li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu, .icons-nav .menu li .sub-menu, #colophon #footer_menu li .sub-menu, #masthead .header-block .header-block-inner .menu-container .menu li .sub-menu, #colophon a, .mobile-nav-outer a, #colophon .mobile-nav-outer a, #masthead a, a.nav-link, #hero_slider .hero-slide .hero-image .hero-body .hero-cta, .post-block.centered .post-item-body .post-block-cat, a.white-link, .footer-blocks a, .page-nav .page-menu li a, .share-icons .social-share .share a, .share-icons .social-share .share, a.share-icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand, .entry-footer .post-footer-action a, a.alt-link, a, .quick-links a, .post-block .post-item-body .post-block-link, article.page p a, article.post .entry-content p a,
article.snapshot .entry-content p a, article.post .quick-links a,
article.snapshot .quick-links a, p a {
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.quick-links a, .post-block .post-item-body .post-block-link, article.page p a, article.post .entry-content p a,
article.snapshot .entry-content p a, article.post .quick-links a,
article.snapshot .quick-links a, p a {
color: #A58A65;
outline: none;
text-decoration: none;
}
.quick-links a .icon, .post-block .post-item-body .post-block-link .icon, article.page p a .icon, article.post .entry-content p a .icon,
article.snapshot .entry-content p a .icon, article.post .quick-links a .icon,
article.snapshot .quick-links a .icon, p a .icon {
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
}
.quick-links a:focus, .post-block .post-item-body .post-block-link:focus, article.page p a:focus, article.post .entry-content p a:focus,
article.snapshot .entry-content p a:focus, article.post .quick-links a:focus,
article.snapshot .quick-links a:focus, p a:focus, .quick-links a:active, .post-block .post-item-body .post-block-link:active, article.page p a:active, article.post .entry-content p a:active,
article.snapshot .entry-content p a:active, article.post .quick-links a:active,
article.snapshot .quick-links a:active, p a:active {
color: #A58A65;
}
.quick-links a.visited, .post-block .post-item-body .visited.post-block-link, article.page p a.visited, article.post .entry-content p a.visited,
article.snapshot .entry-content p a.visited, article.post .quick-links a.visited,
article.snapshot .quick-links a.visited, p a.visited {
color: #A58A65;
}
.quick-links a:hover, .post-block .post-item-body .post-block-link:hover, article.page p a:hover, article.post .entry-content p a:hover,
article.snapshot .entry-content p a:hover, article.post .quick-links a:hover,
article.snapshot .quick-links a:hover, p a:hover {
cursor: pointer;
color: #D8D8D8;
}
.footer-blocks a, .page-nav .page-menu li a, .share-icons .social-share .share a, .share-icons .social-share .share, a.share-icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand, .entry-footer .post-footer-action a, a.alt-link, a {
color: #333333;
outline: none;
text-decoration: none;
}
.page-nav .page-menu li a .icon, .share-icons .social-share .share .icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title .icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand .icon, .entry-footer .post-footer-action a .icon, a .icon {
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
}
.page-nav .page-menu li a:focus, .share-icons .social-share .share a:focus, .share-icons .social-share .share:focus, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:focus, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:focus, .entry-footer .post-footer-action a:focus, a:focus, .page-nav .page-menu li a:active, .share-icons .social-share .share a:active, .share-icons .social-share .share:active, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:active, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:active, .entry-footer .post-footer-action a:active, a:active, .page-nav .page-menu li a:visited, .share-icons .social-share .share a:visited, .share-icons .social-share .share:visited, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:visited, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:visited, .entry-footer .post-footer-action a:visited, a:visited {
color: #333333;
}
.page-nav .page-menu li a:hover, .share-icons .social-share .share a:hover, .share-icons .social-share .share:hover, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:hover, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:hover, .entry-footer .post-footer-action a:hover, a:hover {
cursor: pointer;
color: #A58A65;
}
a.white-link {
color: #ffffff;
outline: none;
text-decoration: none;
}
a.white-link .icon {
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
}
a.white-link:focus, a.white-link:active, a.white-link:visited {
color: #ffffff;
}
a.white-link:hover {
cursor: pointer;
color: #A58A65;
}
#ltki_wrapper .ltki-container .ltki-cta, #ltki_wrapper .ltki-container .ltki-header .ltki-handle {
text-transform: uppercase;
font-size: 11px;
font-family: "sweet-sans-pro", sans-serif;
font-weight: 500;
letter-spacing: 0.8px;
border-bottom: 1px solid;
}
.product .product-wrap .product-body .product-brand {
text-transform: uppercase;
font-size: 11px;
font-family: "sweet-sans-pro", sans-serif;
font-weight: 400;
letter-spacing: 0.8px;
}
#hero_slider .hero-slide .hero-image .hero-body .hero-cta, .post-block.centered .post-item-body .post-block-cat {
display: inline !important;
position: relative;
color: #333333;
outline: none;
text-decoration: none;
z-index: 1;
position: relative;
z-index: 2;
width: 100%;
width: auto;
background-image: linear-gradient(transparent calc(100% - 18px), #F3F2F0 0);
background-repeat: no-repeat;
background-size: 100% 100%;
background-position-y: 12px;
padding-bottom: 0px;
transition: background-position-y 0.25s;
font-family: "sweet-sans-pro", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
}
#hero_slider .hero-slide .hero-image .hero-body .hero-cta:hover, .post-block.centered .post-item-body .post-block-cat:hover, #hero_slider .hero-slide .hero-image .hero-body .hero-cta a:focus, .post-block.centered .post-item-body .post-block-cat a:focus, #hero_slider .hero-slide .hero-image .hero-body .hero-cta a:active, .post-block.centered .post-item-body .post-block-cat a:active, #hero_slider .hero-slide .hero-image .hero-body .hero-cta a:visited, .post-block.centered .post-item-body .post-block-cat a:visited {
background-position-y: 0;
}
#masthead a, a.nav-link {
color: #333333;
outline: none;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
font-weight: 500;
}
#masthead a .icon, a.nav-link .icon {
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
}
#masthead a:focus, a.nav-link:focus, #masthead a:active, a.nav-link:active, #masthead a:visited, a.nav-link:visited {
color: #333333;
}
#masthead a:hover, a.nav-link:hover {
cursor: pointer;
color: #D8D8D8;
}
.mobile-nav-outer a, #colophon .mobile-nav-outer a {
color: #333333;
outline: none;
text-decoration: none;
}
.mobile-nav-outer a .icon, #colophon .mobile-nav-outer a .icon {
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
}
.mobile-nav-outer a:focus, #colophon .mobile-nav-outer a:focus, .mobile-nav-outer a:active, #colophon .mobile-nav-outer a:active, .mobile-nav-outer a:visited, #colophon .mobile-nav-outer a:visited {
color: #333333;
}
.mobile-nav-outer a:hover, #colophon .mobile-nav-outer a:hover {
cursor: pointer;
color: #D8D8D8;
}
#colophon a {
color: #ffffff;
outline: none;
text-decoration: none;
text-transform: uppercase;
}
#colophon a .icon {
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
}
#colophon a:focus, #colophon a:active, #colophon a:visited {
color: #ffffff;
}
#colophon a:hover {
cursor: pointer;
color: #D8D8D8;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu, .page-nav .page-menu, #more_nav #category_menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu, .icons-nav .menu, #colophon #footer_menu, #masthead .header-block .header-block-inner .menu-container .menu {
display: -webkit-flex;
display: flex;
text-transform: uppercase;
margin: 0;
padding: 0;
text-align: center;
list-style: none;
column-gap: 6em;
row-gap: 1em;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li, .page-nav .page-menu li, #more_nav #category_menu li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li, .icons-nav .menu li, #colophon #footer_menu li, #masthead .header-block .header-block-inner .menu-container .menu li {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
float: none;
padding: 0;
white-space: nowrap;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu, .page-nav .page-menu li .sub-menu, #more_nav #category_menu li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu, .icons-nav .menu li .sub-menu, #colophon #footer_menu li .sub-menu, #masthead .header-block .header-block-inner .menu-container .menu li .sub-menu {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 10px;
position: absolute;
opacity: 0;
visibility: hidden;
margin: 0;
list-style: none;
top: 100%;
text-align: left;
padding: 10px;
background: #F3F2F0;
white-space: nowrap;
box-shadow: unset;
z-index: 100;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu li > .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu li > .sub-menu, .page-nav .page-menu li .sub-menu li > .sub-menu, #more_nav #category_menu li .sub-menu li > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu li > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu li > .sub-menu, .icons-nav .menu li .sub-menu li > .sub-menu, #colophon #footer_menu li .sub-menu li > .sub-menu, #masthead .header-block .header-block-inner .menu-container .menu li .sub-menu li > .sub-menu {
position: absolute;
left: 100%;
top: 0;
margin: 0;
}
@media screen and (max-width: 820px) {
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu li > .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu li > .sub-menu, .page-nav .page-menu li .sub-menu li > .sub-menu, #more_nav #category_menu li .sub-menu li > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu li > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu li > .sub-menu, .icons-nav .menu li .sub-menu li > .sub-menu, #colophon #footer_menu li .sub-menu li > .sub-menu, #masthead .header-block .header-block-inner .menu-container .menu li .sub-menu li > .sub-menu {
position: unset;
left: unset;
top: unset;
}
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu li:hover > .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu li:hover > .sub-menu, .page-nav .page-menu li .sub-menu li:hover > .sub-menu, #more_nav #category_menu li .sub-menu li:hover > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu li:hover > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu li:hover > .sub-menu, .icons-nav .menu li .sub-menu li:hover > .sub-menu, #colophon #footer_menu li .sub-menu li:hover > .sub-menu, #masthead .header-block .header-block-inner .menu-container .menu li .sub-menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu a, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu a, .page-nav .page-menu li .sub-menu a, #more_nav #category_menu li .sub-menu a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu a, .icons-nav .menu li .sub-menu a, #colophon #footer_menu li .sub-menu a, #masthead .header-block .header-block-inner .menu-container .menu li .sub-menu a {
width: auto;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li:hover > .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li:hover > .sub-menu, .page-nav .page-menu li:hover > .sub-menu, #more_nav #category_menu li:hover > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li:hover > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li:hover > .sub-menu, .icons-nav .menu li:hover > .sub-menu, #colophon #footer_menu li:hover > .sub-menu, #masthead .header-block .header-block-inner .menu-container .menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .icon, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .icon, .page-nav .page-menu li .icon, #more_nav #category_menu li .icon, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .icon, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .icon, .icons-nav .menu li .icon, #colophon #footer_menu li .icon, #masthead .header-block .header-block-inner .menu-container .menu li .icon {
position: relative;
top: -1px;
width: 10px;
height: 10px;
margin-left: 4px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.menu-item-header > .menu-item-header, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.menu-item-header > .menu-item-header, .page-nav .page-menu li.menu-item-header > .menu-item-header, #more_nav #category_menu li.menu-item-header > .menu-item-header, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.menu-item-header > .menu-item-header, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-header > .menu-item-header, .icons-nav .menu li.menu-item-header > .menu-item-header, #colophon #footer_menu li.menu-item-header > .menu-item-header, #masthead .header-block .header-block-inner .menu-container .menu li.menu-item-header > .menu-item-header {
font-weight: bold;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.menu-item-btn > a, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.menu-item-btn > a, .page-nav .page-menu li.menu-item-btn > a, #more_nav #category_menu li.menu-item-btn > a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.menu-item-btn > a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-btn > a, .icons-nav .menu li.menu-item-btn > a, #colophon #footer_menu li.menu-item-btn > a, #masthead .header-block .header-block-inner .menu-container .menu li.menu-item-btn > a {
padding: 5px 20px !important;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu > li > .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu > li > .sub-menu, .page-nav .page-menu > li > .sub-menu, #more_nav #category_menu > li > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom > li > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu > li > .sub-menu, .icons-nav .menu > li > .sub-menu, #colophon #footer_menu > li > .sub-menu, #masthead .header-block .header-block-inner .menu-container .menu > li > .sub-menu {
padding-top: 10px;
}
.hero-intro-wrapper .hero-intro-body, .container {
width: 85%;
max-width: 960px;
margin: 0 auto !important;
}
.container-sm {
width: 100%;
max-width: 650px;
margin: 0 auto !important;
}
.intro-wrapper .intro-container, .guides-basic .guide-basic .guide-products, .container-md {
width: 100%;
max-width: 960px;
margin: 0 auto !important;
}
.qa .qa-container, .guides-grid, .guides-basic .guide-basic, .author-block, #about_page .about-content, .mentor-post-entry, article.post .entry-header,
article.snapshot .entry-header, .container-lg {
width: 100%;
max-width: 1100px;
margin: 0 auto !important;
}
.text-links-wrapper .text-links-container, #more_posts.basic #posts-grid, #load_more_posts.basic #posts-grid, .shop-masonry-links-wrapper .shop-masonry-links-container, .image-text .image-text-container, .footer-blocks .footer-blocks-container, .tiled-products-wrapper .tiled-products-container, .featured-products .featured-products-container, .about-section .about-section-container, .mentors-grid-wrapper .mentors-grid-container, .digital-products-grid-wrapper .digital-products-grid-container, .home-post, .posts-collection .posts-collection-container, #circle_links .circle-links-container, .archive-featured-post .archive-featured-post-wrap, .block-notice-wrapper .block-notice-container, .smash-tabbed-wrapper .smash-tabbed-content, .smash-tabbed-wrapper .smash-tabbed-tabs-wrapper, .smash-tabbed-wrapper .smash-tabbed-title, .container-xl {
width: 100%;
max-width: 1200px;
margin: 0 auto !important;
}
.content-rows, #contact_page .contact-wrapper, .entry-footer .entry-footer-actions {
width: 100%;
max-width: 1440px;
margin: 0 auto !important;
}
.text-links-wrapper, .subscribe-bar, #more_posts.posts-slider, #load_more_posts.posts-slider, .featured-products {
margin: 50px 0;
padding: 85px 50px !important;
border-top: 1px solid #D8D8D8;
border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 820px) {
.text-links-wrapper, .subscribe-bar, #more_posts.posts-slider, #load_more_posts.posts-slider, .featured-products {
padding: 60px 40px !important;
}
}
@media screen and (max-width: 600px) {
.text-links-wrapper, .subscribe-bar, #more_posts.posts-slider, #load_more_posts.posts-slider, .featured-products {
padding: 50px 30px !important;
}
}
.share-icons .social-share .social-share-inner.fade-share > .fade, .product .product-wrap .product-image > .fade, .post-block .post-block-image > .fade, .product .product-wrap .product-image-wrap > .fade {
opacity: 0;
visibility: hidden;
}
.share-icons .social-share .social-share-inner.fade-share:hover > .fade, .product .product-wrap .product-image:hover > .fade, .post-block .post-block-image:hover > .fade, .product .product-wrap .product-image-wrap:hover > .fade {
opacity: 1;
visibility: visible;
}
a.btn, .btn, .mentor-block .mentor-block-ctas .mentor-block-cta, .digital-product-block .digital-product-block-ctas .digital-product-block-cta, .digital-products-grid-wrapper .digital-products-grid-container .digital-product-cta, a.btn-tertiary, .btn-tertiary, .basic-search-form.search-button-right .search-fields button, .image-text .image-text-container .image-text-image .image-text-cta, a.btn-secondary, .btn-secondary, .subscribe-bar .subscribe-bar-body form button[type=submit],
.subscribe-bar .subscribe-bar-body form input[type=submit], .quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-cta, #more_posts .next-up-footer .next-up-cta, #load_more_posts .next-up-footer .next-up-cta, .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon, .ig-section .ig-container .ig-feed .ig-cta, .intro-wrapper .intro-container .intro-ctas .intro-cta, .image-text .image-text-container .image-text-body .image-text-cta, .content-rows .content-row .content-row-body .content-row-cta, .contact-form nf-field input[value=Submit][type=button], .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn, .about-section .about-section-container .about-section-body .about-section-ctas .about-cta, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link, .featured-products-numbered .featured-products-numbered-container .featured-products-numbered-cta, .page-nav.has-btns .page-menu-container .page-menu li a, .page-nav.btns .page-menu-container .page-menu li a, .snapshot .snapshot-body .snapshot-link, #search-modal .modal-box .modal-inner input[type=submit], .promo-code .promo-code-inner .promo-code-link, .post-block.cat-bg .post-block-cat, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button], .modal #mc-embedded-subscribe-form input[type=submit], .modal .modal-box .modal-inner input[type=button], .author-block .author-body .author-cta, #instagram_feed .instagram-header, #shop_page .products-grid-cta-wrapper .products-grid-cta, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button], .single-digital-product .digital-product-cta, .mentor-post-entry .mentor-block .mentor-body .mentor-cta, #comments input#submit, .alm-btn-wrap .alm-load-more-btn, a.btn-primary, .btn-primary, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.menu-item-btn > a, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.menu-item-btn > a, .page-nav .page-menu li.menu-item-btn > a, #more_nav #category_menu li.menu-item-btn > a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.menu-item-btn > a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-btn > a, .icons-nav .menu li.menu-item-btn > a, #colophon #footer_menu li.menu-item-btn > a, #masthead .header-block .header-block-inner .menu-container .menu li.menu-item-btn > a {
display: inline-block !important;
padding: 13px 25px !important;
font-family: "sweet-sans-pro", sans-serif !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
font-size: 10px !important;
text-align: center !important;
}
.btn:hover, .mentor-block .mentor-block-ctas .mentor-block-cta:hover, .digital-product-block .digital-product-block-ctas .digital-product-block-cta:hover, .digital-products-grid-wrapper .digital-products-grid-container .digital-product-cta:hover, .btn-tertiary:hover, .basic-search-form.search-button-right .search-fields button:hover, .image-text .image-text-container .image-text-image .image-text-cta:hover, .btn-secondary:hover, .subscribe-bar .subscribe-bar-body form button[type=submit]:hover,
.subscribe-bar .subscribe-bar-body form input[type=submit]:hover, .quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-cta:hover, #more_posts .next-up-footer .next-up-cta:hover, #load_more_posts .next-up-footer .next-up-cta:hover, .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon:hover, .ig-section .ig-container .ig-feed .ig-cta:hover, .intro-wrapper .intro-container .intro-ctas .intro-cta:hover, .image-text .image-text-container .image-text-body .image-text-cta:hover, .content-rows .content-row .content-row-body .content-row-cta:hover, .contact-form nf-field input[value=Submit][type=button]:hover, .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn:hover, .about-section .about-section-container .about-section-body .about-section-ctas .about-cta:hover, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger:hover, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link:hover, .featured-products-numbered .featured-products-numbered-container .featured-products-numbered-cta:hover, .page-nav.has-btns .page-menu-container .page-menu li a:hover, .page-nav.btns .page-menu-container .page-menu li a:hover, .snapshot .snapshot-body .snapshot-link:hover, #search-modal .modal-box .modal-inner input[type=submit]:hover, .promo-code .promo-code-inner .promo-code-link:hover, .post-block.cat-bg .post-block-cat:hover, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button]:hover, .modal #mc-embedded-subscribe-form input[type=submit]:hover, .modal .modal-box .modal-inner input[type=button]:hover, .author-block .author-body .author-cta:hover, #instagram_feed .instagram-header:hover, #shop_page .products-grid-cta-wrapper .products-grid-cta:hover, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button]:hover, .single-digital-product .digital-product-cta:hover, .mentor-post-entry .mentor-block .mentor-body .mentor-cta:hover, #comments input#submit:hover, .alm-btn-wrap .alm-load-more-btn:hover, .btn-primary:hover, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.menu-item-btn > a:hover, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.menu-item-btn > a:hover, .page-nav .page-menu li.menu-item-btn > a:hover, #more_nav #category_menu li.menu-item-btn > a:hover, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.menu-item-btn > a:hover, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-btn > a:hover, .icons-nav .menu li.menu-item-btn > a:hover, #colophon #footer_menu li.menu-item-btn > a:hover, #masthead .header-block .header-block-inner .menu-container .menu li.menu-item-btn > a:hover {
cursor: pointer;
}
.post-block.cat-bg .post-block-cat, a.btn-sm, .btn-sm {
padding: 5px 15px !important;
}
.subscribe-bar .subscribe-bar-body form button[type=submit],
.subscribe-bar .subscribe-bar-body form input[type=submit], .quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-cta, #more_posts .next-up-footer .next-up-cta, #load_more_posts .next-up-footer .next-up-cta, .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon, .ig-section .ig-container .ig-feed .ig-cta, .intro-wrapper .intro-container .intro-ctas .intro-cta, .image-text .image-text-container .image-text-body .image-text-cta, .content-rows .content-row .content-row-body .content-row-cta, .contact-form nf-field input[value=Submit][type=button], .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn, .about-section .about-section-container .about-section-body .about-section-ctas .about-cta, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link, .featured-products-numbered .featured-products-numbered-container .featured-products-numbered-cta, .page-nav.has-btns .page-menu-container .page-menu li a, .page-nav.btns .page-menu-container .page-menu li a, .snapshot .snapshot-body .snapshot-link, #search-modal .modal-box .modal-inner input[type=submit], .promo-code .promo-code-inner .promo-code-link, .post-block.cat-bg .post-block-cat, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button], .modal #mc-embedded-subscribe-form input[type=submit], .modal .modal-box .modal-inner input[type=button], .author-block .author-body .author-cta, #instagram_feed .instagram-header, #shop_page .products-grid-cta-wrapper .products-grid-cta, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button], .single-digital-product .digital-product-cta, .mentor-post-entry .mentor-block .mentor-body .mentor-cta, #comments input#submit, .alm-btn-wrap .alm-load-more-btn, a.btn-primary, .btn-primary, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.menu-item-btn > a, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.menu-item-btn > a, .page-nav .page-menu li.menu-item-btn > a, #more_nav #category_menu li.menu-item-btn > a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.menu-item-btn > a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-btn > a, .icons-nav .menu li.menu-item-btn > a, #colophon #footer_menu li.menu-item-btn > a, #masthead .header-block .header-block-inner .menu-container .menu li.menu-item-btn > a {
background: transparent !important;
border: 1px solid #2D2A2A !important;
color: #2D2A2A !important;
}
.subscribe-bar .subscribe-bar-body form button[type=submit] a,
.subscribe-bar .subscribe-bar-body form input[type=submit] a, .quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-cta a, #more_posts .next-up-footer .next-up-cta a, #load_more_posts .next-up-footer .next-up-cta a, .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon a, .ig-section .ig-container .ig-feed .ig-cta a, .intro-wrapper .intro-container .intro-ctas .intro-cta a, .image-text .image-text-container .image-text-body .image-text-cta a, .content-rows .content-row .content-row-body .content-row-cta a, .contact-form nf-field input[value=Submit][type=button] a, .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn a, .about-section .about-section-container .about-section-body .about-section-ctas .about-cta a, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger a, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link a, .featured-products-numbered .featured-products-numbered-container .featured-products-numbered-cta a, .page-nav.has-btns .page-menu-container .page-menu li a a, .page-nav.btns .page-menu-container .page-menu li a a, .snapshot .snapshot-body .snapshot-link a, #search-modal .modal-box .modal-inner input[type=submit] a, .promo-code .promo-code-inner .promo-code-link a, .post-block.cat-bg .post-block-cat a, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button] a, .modal #mc-embedded-subscribe-form input[type=submit] a, .modal .modal-box .modal-inner input[type=button] a, .author-block .author-body .author-cta a, #instagram_feed .instagram-header a, #shop_page .products-grid-cta-wrapper .products-grid-cta a, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button] a, .single-digital-product .digital-product-cta a, .mentor-post-entry .mentor-block .mentor-body .mentor-cta a, #comments input#submit a, .alm-btn-wrap .alm-load-more-btn a, .btn-primary a, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.menu-item-btn > a a, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.menu-item-btn > a a, .page-nav .page-menu li.menu-item-btn > a a, #more_nav #category_menu li.menu-item-btn > a a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.menu-item-btn > a a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-btn > a a, .icons-nav .menu li.menu-item-btn > a a, #colophon #footer_menu li.menu-item-btn > a a, #masthead .header-block .header-block-inner .menu-container .menu li.menu-item-btn > a a {
color: #2D2A2A !important;
}
.subscribe-bar .subscribe-bar-body form button[type=submit] .icon,
.subscribe-bar .subscribe-bar-body form input[type=submit] .icon, .quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-cta .icon, #more_posts .next-up-footer .next-up-cta .icon, #load_more_posts .next-up-footer .next-up-cta .icon, .ig-section .ig-container .ig-feed .ig-cta .icon, .intro-wrapper .intro-container .intro-ctas .intro-cta .icon, .image-text .image-text-container .image-text-body .image-text-cta .icon, .content-rows .content-row .content-row-body .content-row-cta .icon, .contact-form nf-field input[value=Submit][type=button] .icon, .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn .icon, .about-section .about-section-container .about-section-body .about-section-ctas .about-cta .icon, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger .icon, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link .icon, .featured-products-numbered .featured-products-numbered-container .featured-products-numbered-cta .icon, .page-nav.has-btns .page-menu-container .page-menu li a .icon, .page-nav.btns .page-menu-container .page-menu li a .icon, .snapshot .snapshot-body .snapshot-link .icon, #search-modal .modal-box .modal-inner input[type=submit] .icon, .promo-code .promo-code-inner .promo-code-link .icon, .post-block.cat-bg .post-block-cat .icon, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button] .icon, .modal #mc-embedded-subscribe-form input[type=submit] .icon, .modal .modal-box .modal-inner input[type=button] .icon, .author-block .author-body .author-cta .icon, #instagram_feed .instagram-header .icon, #shop_page .products-grid-cta-wrapper .products-grid-cta .icon, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button] .icon, .single-digital-product .digital-product-cta .icon, .mentor-post-entry .mentor-block .mentor-body .mentor-cta .icon, #comments input#submit .icon, .alm-btn-wrap .alm-load-more-btn .icon, .btn-primary .icon, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.menu-item-btn > a .icon, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.menu-item-btn > a .icon, .page-nav .page-menu li.menu-item-btn > a .icon, #more_nav #category_menu li.menu-item-btn > a .icon, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.menu-item-btn > a .icon, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-btn > a .icon, .icons-nav .menu li.menu-item-btn > a .icon, #colophon #footer_menu li.menu-item-btn > a .icon, #masthead .header-block .header-block-inner .menu-container .menu li.menu-item-btn > a .icon, .subscribe-bar .subscribe-bar-body form button.icon[type=submit],
.subscribe-bar .subscribe-bar-body form input.icon[type=submit], .quick-shop .quick-shop-container .quick-shop-products-wrapper .icon.quick-shop-cta, #more_posts .next-up-footer .icon.next-up-cta, #load_more_posts .next-up-footer .icon.next-up-cta, .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon, .ig-section .ig-container .ig-feed .icon.ig-cta, .intro-wrapper .intro-container .intro-ctas .icon.intro-cta, .image-text .image-text-container .image-text-body .icon.image-text-cta, .content-rows .content-row .content-row-body .icon.content-row-cta, .contact-form nf-field input.icon[value=Submit][type=button], .banner-cta .banner-cta-image .banner-cta-body .icon.banner-cta-btn, .about-section .about-section-container .about-section-body .about-section-ctas .icon.about-cta, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .icon.post-products-trigger, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.icon.collection-post-main-link, .featured-products-numbered .featured-products-numbered-container .icon.featured-products-numbered-cta, .page-nav.has-btns .page-menu-container .page-menu li a.icon, .page-nav.btns .page-menu-container .page-menu li a.icon, .snapshot .snapshot-body .icon.snapshot-link, #search-modal .modal-box .modal-inner input.icon[type=submit], .promo-code .promo-code-inner .icon.promo-code-link, .post-block.cat-bg .icon.post-block-cat, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input.icon[value=Submit][type=button], .modal #mc-embedded-subscribe-form input.icon[type=submit], .modal .modal-box .modal-inner input.icon[type=button], .author-block .author-body .icon.author-cta, #instagram_feed .icon.instagram-header, #shop_page .products-grid-cta-wrapper .icon.products-grid-cta, #contact_page .contact-wrapper .contact-body nf-field input.icon[value=Submit][type=button], .single-digital-product .icon.digital-product-cta, .mentor-post-entry .mentor-block .mentor-body .icon.mentor-cta, #comments input.icon#submit, .alm-btn-wrap .icon.alm-load-more-btn, .icon.btn-primary, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.menu-item-btn > a.icon, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.menu-item-btn > a.icon, .page-nav .page-menu li.menu-item-btn > a.icon, #more_nav #category_menu li.menu-item-btn > a.icon, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.menu-item-btn > a.icon, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-btn > a.icon, .icons-nav .menu li.menu-item-btn > a.icon, #colophon #footer_menu li.menu-item-btn > a.icon, #masthead .header-block .header-block-inner .menu-container .menu li.menu-item-btn > a.icon {
fill: #2D2A2A !important;
}
.subscribe-bar .subscribe-bar-body form button[type=submit]:hover,
.subscribe-bar .subscribe-bar-body form input[type=submit]:hover, .quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-cta:hover, #more_posts .next-up-footer .next-up-cta:hover, #load_more_posts .next-up-footer .next-up-cta:hover, .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon:hover, .ig-section .ig-container .ig-feed .ig-cta:hover, .intro-wrapper .intro-container .intro-ctas .intro-cta:hover, .image-text .image-text-container .image-text-body .image-text-cta:hover, .content-rows .content-row .content-row-body .content-row-cta:hover, .contact-form nf-field input[value=Submit][type=button]:hover, .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn:hover, .about-section .about-section-container .about-section-body .about-section-ctas .about-cta:hover, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger:hover, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link:hover, .featured-products-numbered .featured-products-numbered-container .featured-products-numbered-cta:hover, .page-nav.has-btns .page-menu-container .page-menu li a:hover, .page-nav.btns .page-menu-container .page-menu li a:hover, .snapshot .snapshot-body .snapshot-link:hover, #search-modal .modal-box .modal-inner input[type=submit]:hover, .promo-code .promo-code-inner .promo-code-link:hover, .post-block.cat-bg .post-block-cat:hover, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button]:hover, .modal #mc-embedded-subscribe-form input[type=submit]:hover, .modal .modal-box .modal-inner input[type=button]:hover, .author-block .author-body .author-cta:hover, #instagram_feed .instagram-header:hover, #shop_page .products-grid-cta-wrapper .products-grid-cta:hover, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button]:hover, .single-digital-product .digital-product-cta:hover, .mentor-post-entry .mentor-block .mentor-body .mentor-cta:hover, #comments input#submit:hover, .alm-btn-wrap .alm-load-more-btn:hover, .btn-primary:hover, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.menu-item-btn > a:hover, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.menu-item-btn > a:hover, .page-nav .page-menu li.menu-item-btn > a:hover, #more_nav #category_menu li.menu-item-btn > a:hover, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.menu-item-btn > a:hover, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-btn > a:hover, .icons-nav .menu li.menu-item-btn > a:hover, #colophon #footer_menu li.menu-item-btn > a:hover, #masthead .header-block .header-block-inner .menu-container .menu li.menu-item-btn > a:hover {
background: #2D2A2A !important;
border: 1px solid #2D2A2A !important;
color: #ffffff !important;
}
.subscribe-bar .subscribe-bar-body form button[type=submit]:hover a,
.subscribe-bar .subscribe-bar-body form input[type=submit]:hover a, .quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-cta:hover a, #more_posts .next-up-footer .next-up-cta:hover a, #load_more_posts .next-up-footer .next-up-cta:hover a, .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon:hover a, .ig-section .ig-container .ig-feed .ig-cta:hover a, .intro-wrapper .intro-container .intro-ctas .intro-cta:hover a, .image-text .image-text-container .image-text-body .image-text-cta:hover a, .content-rows .content-row .content-row-body .content-row-cta:hover a, .contact-form nf-field input[value=Submit][type=button]:hover a, .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn:hover a, .about-section .about-section-container .about-section-body .about-section-ctas .about-cta:hover a, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger:hover a, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link:hover a, .featured-products-numbered .featured-products-numbered-container .featured-products-numbered-cta:hover a, .page-nav.has-btns .page-menu-container .page-menu li a:hover a, .page-nav.btns .page-menu-container .page-menu li a:hover a, .snapshot .snapshot-body .snapshot-link:hover a, #search-modal .modal-box .modal-inner input[type=submit]:hover a, .promo-code .promo-code-inner .promo-code-link:hover a, .post-block.cat-bg .post-block-cat:hover a, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button]:hover a, .modal #mc-embedded-subscribe-form input[type=submit]:hover a, .modal .modal-box .modal-inner input[type=button]:hover a, .author-block .author-body .author-cta:hover a, #instagram_feed .instagram-header:hover a, #shop_page .products-grid-cta-wrapper .products-grid-cta:hover a, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button]:hover a, .single-digital-product .digital-product-cta:hover a, .mentor-post-entry .mentor-block .mentor-body .mentor-cta:hover a, #comments input#submit:hover a, .alm-btn-wrap .alm-load-more-btn:hover a, .btn-primary:hover a, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.menu-item-btn > a:hover a, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.menu-item-btn > a:hover a, .page-nav .page-menu li.menu-item-btn > a:hover a, #more_nav #category_menu li.menu-item-btn > a:hover a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.menu-item-btn > a:hover a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-btn > a:hover a, .icons-nav .menu li.menu-item-btn > a:hover a, #colophon #footer_menu li.menu-item-btn > a:hover a, #masthead .header-block .header-block-inner .menu-container .menu li.menu-item-btn > a:hover a {
color: #ffffff !important;
}
.subscribe-bar .subscribe-bar-body form button[type=submit]:hover .icon,
.subscribe-bar .subscribe-bar-body form input[type=submit]:hover .icon, .quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-cta:hover .icon, #more_posts .next-up-footer .next-up-cta:hover .icon, #load_more_posts .next-up-footer .next-up-cta:hover .icon, .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon:hover .icon, .ig-section .ig-container .ig-feed .ig-cta:hover .icon, .intro-wrapper .intro-container .intro-ctas .intro-cta:hover .icon, .image-text .image-text-container .image-text-body .image-text-cta:hover .icon, .content-rows .content-row .content-row-body .content-row-cta:hover .icon, .contact-form nf-field input[value=Submit][type=button]:hover .icon, .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn:hover .icon, .about-section .about-section-container .about-section-body .about-section-ctas .about-cta:hover .icon, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger:hover .icon, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link:hover .icon, .featured-products-numbered .featured-products-numbered-container .featured-products-numbered-cta:hover .icon, .page-nav.has-btns .page-menu-container .page-menu li a:hover .icon, .page-nav.btns .page-menu-container .page-menu li a:hover .icon, .snapshot .snapshot-body .snapshot-link:hover .icon, #search-modal .modal-box .modal-inner input[type=submit]:hover .icon, .promo-code .promo-code-inner .promo-code-link:hover .icon, .post-block.cat-bg .post-block-cat:hover .icon, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button]:hover .icon, .modal #mc-embedded-subscribe-form input[type=submit]:hover .icon, .modal .modal-box .modal-inner input[type=button]:hover .icon, .author-block .author-body .author-cta:hover .icon, #instagram_feed .instagram-header:hover .icon, #shop_page .products-grid-cta-wrapper .products-grid-cta:hover .icon, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button]:hover .icon, .single-digital-product .digital-product-cta:hover .icon, .mentor-post-entry .mentor-block .mentor-body .mentor-cta:hover .icon, #comments input#submit:hover .icon, .alm-btn-wrap .alm-load-more-btn:hover .icon, .btn-primary:hover .icon, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.menu-item-btn > a:hover .icon, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.menu-item-btn > a:hover .icon, .page-nav .page-menu li.menu-item-btn > a:hover .icon, #more_nav #category_menu li.menu-item-btn > a:hover .icon, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.menu-item-btn > a:hover .icon, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-btn > a:hover .icon, .icons-nav .menu li.menu-item-btn > a:hover .icon, #colophon #footer_menu li.menu-item-btn > a:hover .icon, #masthead .header-block .header-block-inner .menu-container .menu li.menu-item-btn > a:hover .icon {
fill: #ffffff !important;
}
.image-text .image-text-container .image-text-image .image-text-cta, a.btn-secondary, .btn-secondary {
background: #2D2A2A !important;
border: 1px solid #2D2A2A !important;
color: #ffffff !important;
}
.image-text .image-text-container .image-text-image .image-text-cta a, .btn-secondary a {
color: #ffffff !important;
}
.image-text .image-text-container .image-text-image .image-text-cta .icon, .btn-secondary .icon, .image-text .image-text-container .image-text-image .icon.image-text-cta, .icon.btn-secondary {
fill: #ffffff !important;
}
.image-text .image-text-container .image-text-image .image-text-cta:hover, .btn-secondary:hover {
background: #2D2A2A !important;
border: 1px solid #2D2A2A !important;
color: #ffffff !important;
}
.image-text .image-text-container .image-text-image .image-text-cta:hover a, .btn-secondary:hover a {
color: #ffffff !important;
}
.image-text .image-text-container .image-text-image .image-text-cta:hover .icon, .btn-secondary:hover .icon {
fill: #ffffff !important;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-product-cta, a.btn-tertiary, .btn-tertiary, .basic-search-form.search-button-right .search-fields button {
background: #2D2A2A !important;
border: 1px solid #2D2A2A !important;
color: #ffffff !important;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-product-cta a, .btn-tertiary a, .basic-search-form.search-button-right .search-fields button a {
color: #ffffff !important;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-product-cta .icon, .btn-tertiary .icon, .basic-search-form.search-button-right .search-fields button .icon, .digital-products-grid-wrapper .digital-products-grid-container .icon.digital-product-cta, .icon.btn-tertiary, .basic-search-form.search-button-right .search-fields button.icon {
fill: #ffffff !important;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-product-cta:hover, .btn-tertiary:hover, .basic-search-form.search-button-right .search-fields button:hover {
background: #2D2A2A !important;
border: 1px solid #2D2A2A !important;
color: #ffffff !important;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-product-cta:hover a, .btn-tertiary:hover a, .basic-search-form.search-button-right .search-fields button:hover a {
color: #ffffff !important;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-product-cta:hover .icon, .btn-tertiary:hover .icon, .basic-search-form.search-button-right .search-fields button:hover .icon {
fill: #ffffff !important;
}
.mentor-block .mentor-block-ctas .mentor-block-cta, .digital-product-block .digital-product-block-ctas .digital-product-block-cta {
background: transparent !important;
border: 1px solid #D8D8D8 !important;
color: #2D2A2A !important;
}
.mentor-block .mentor-block-ctas .mentor-block-cta a, .digital-product-block .digital-product-block-ctas .digital-product-block-cta a {
color: #2D2A2A !important;
}
.mentor-block .mentor-block-ctas .mentor-block-cta .icon, .digital-product-block .digital-product-block-ctas .digital-product-block-cta .icon, .mentor-block .mentor-block-ctas .icon.mentor-block-cta, .digital-product-block .digital-product-block-ctas .icon.digital-product-block-cta {
fill: #2D2A2A !important;
}
.mentor-block .mentor-block-ctas .mentor-block-cta:hover, .digital-product-block .digital-product-block-ctas .digital-product-block-cta:hover {
background: transparent !important;
border: 1px solid #2D2A2A !important;
color: #2D2A2A !important;
}
.mentor-block .mentor-block-ctas .mentor-block-cta:hover a, .digital-product-block .digital-product-block-ctas .digital-product-block-cta:hover a {
color: #2D2A2A !important;
}
.mentor-block .mentor-block-ctas .mentor-block-cta:hover .icon, .digital-product-block .digital-product-block-ctas .digital-product-block-cta:hover .icon {
fill: #2D2A2A !important;
}
#contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element, .animate-right {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
}
#contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element > .icon, .animate-right > .icon {
margin-left: 5px;
}
#contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element:hover > .icon, .animate-right:hover > .icon {
transform: translate(10px, 0);
}
.footer-blocks .footer-blocks-container.footer-blocks-3, .entry-footer .entry-footer-actions, .adjust-center {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.footer-blocks .footer-blocks-container.footer-blocks-3 > *, .entry-footer .entry-footer-actions > *, .adjust-center > * {
flex: 1;
}
.footer-blocks .footer-blocks-container.footer-blocks-3 > *:nth-child(1), .entry-footer .entry-footer-actions > *:nth-child(1), .adjust-center > *:nth-child(1) {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
margin-right: auto;
}
.footer-blocks .footer-blocks-container.footer-blocks-3 > *:nth-child(2), .entry-footer .entry-footer-actions > *:nth-child(2), .adjust-center > *:nth-child(2) {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
flex: 2;
}
.footer-blocks .footer-blocks-container.footer-blocks-3 > *:nth-child(3), .entry-footer .entry-footer-actions > *:nth-child(3), .adjust-center > *:nth-child(3) {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
margin-left: auto;
}
#colophon {
position: relative;
padding: 10px 20px;
background: #535353;
color: #ffffff;
}
#colophon .site-info {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
margin-left: 10px;
font-family: "proxima-nova", sans-serif;
font-size: 11px;
letter-spacing: 1px;
text-transform: uppercase;
}
#colophon .site-info .site-built {
font-family: "proxima-nova", sans-serif;
font-size: 12px;
text-transform: uppercase;
}
#colophon .site-info .site-built span {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#colophon .site-info .site-built span a {
margin-left: 5px;
}
#colophon .site-info .site-built img {
max-height: 25px;
margin-top: 1px;
margin-left: 4px;
}
@media screen and (max-width: 600px) {
#colophon {
padding: 20px;
}
#colophon .site-info {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
margin-left: 0;
}
#colophon .site-info .footer-logo {
margin: 20px 0;
}
#colophon .site-policy {
width: 100%;
flex: auto;
text-align: center;
}
#colophon .site-policy a {
width: 100%;
margin-bottom: 6px;
}
#colophon .site-built {
width: 100%;
flex: auto;
text-align: center;
margin-top: 5px;
}
#colophon .site-built span {
width: 100%;
margin-bottom: 5px;
}
}
.animate-el {
opacity: 0;
}
.show {
display: flex !important;
}
.animate__animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 5%, 0);
transform: translate3d(0, 5%, 0);
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 5%, 0);
transform: translate3d(0, 5%, 0);
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.animate__fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
body {
color: #161616;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body.lock_nav #content {
margin-top: 62px;
}
.post, .page {
margin: 0;
}
.no-results {
padding: 0 0 50px;
}
#page {
position: relative;
overflow: hidden;
}
.no-results .page-content {
padding: 50px;
margin: 0;
text-align: center;
}
.no-results .page-content {
text-align: center;
}
body {
font-family: "proxima-nova", sans-serif;
font-size: 19px;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 16px;
}
a:focus {
outline: none;
}
p {
margin-top: 0;
margin-bottom: 20px;
font-size: 19px;
font-family: "proxima-nova", sans-serif;
line-height: 28px;
letter-spacing: 0.5px;
}
p a {
font-weight: bold;
}
p:last-of-type {
margin-bottom: 0;
}
.gallery-item {
padding: 10px;
}
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 {
border: 1px solid #D8D8D8 !important;
border-radius: 0 !important;
padding: 5px 10px;
background: unset;
}
button, input, input[type=button], input[type=reset], input[type=submit] {
box-shadow: unset;
background: unset;
border: unset;
border-radius: 0 !important;
padding: unset;
font-size: 0.9rem;
}
button:focus, input:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
outline: none !important;
}
.anchor {
scroll-margin-top: 200px;
}
.site-search {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding: 50px 50px 20px;
}
.basic-search-form {
width: 100%;
max-width: 600px;
margin: 0 auto;
}
.basic-search-form .search-fields {
position: relative;
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.basic-search-form .search-fields input {
flex: 1;
}
.basic-search-form .search-fields input[type=submit] {
flex: 0;
}
.basic-search-form.search-icon-left .search-fields {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
.basic-search-form.search-icon-left .search-fields input {
padding-left: 25px;
border: none !important;
border-bottom: 2px solid #D8D8D8 !important;
font-style: italic;
}
.basic-search-form.search-icon-left .search-fields button {
position: absolute;
left: 0;
}
.basic-search-form.search-icon-right .search-fields {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
.basic-search-form.search-icon-right .search-fields input {
padding-right: 25px;
font-style: italic;
}
.basic-search-form.search-icon-right .search-fields button {
position: absolute;
right: 5px;
}
.basic-search-form.search-icon-top .search-fields {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.basic-search-form.search-icon-top .search-fields input {
width: 100%;
font-family: "Recoleta", sans-serif;
font-size: 18px;
border: none !important;
text-align: center;
padding: 0;
color: inherit;
}
.basic-search-form.search-icon-top .search-fields input::placeholder {
text-align: center;
}
.basic-search-form.search-icon-top .search-fields button {
font-size: 10px;
}
.basic-search-form.search-button-right .search-fields {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.basic-search-form.search-button-right .search-fields input {
padding-right: 25px;
font-style: italic;
border: none !important;
background: #ffffff;
}
.icon-text {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
column-gap: 2em;
}
.icon-text .icon-text-image {
width: 50px;
height: auto;
margin-top: 10px;
}
.icon-text .icon-text-body p:empty {
display: none !important;
}
.signature {
text-align: center;
font-family: "Belluga", serif;
font-size: 22px;
margin: 20px 0;
}
.script-font {
font-family: "Belluga", serif;
}
.lazy {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.lazy-contain {
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.line-sep {
position: relative;
width: 1px;
min-height: 10px;
background: #D8D8D8;
margin: 0 10px;
}
.bar-sep {
position: relative;
width: 46px;
min-height: 1px;
background: #D8D8D8;
margin: 10px 0;
}
.dot-sep {
position: relative;
}
.dot-sep::before {
content: "·";
font-size: 30px;
line-height: 0.75em;
color: #333333;
margin: 0 10px;
}
.blob {
position: absolute;
z-index: 1;
}
.blob.leaves-bl {
bottom: 0;
left: 0;
max-width: 250px !important;
z-index: 1;
}
.blob.leaves-tr {
top: 0;
right: 0;
max-width: 350px !important;
z-index: 1;
}
.show {
display: block !important;
}
.social-icon {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
margin: 0;
}
.block-full {
width: 100%;
}
.block-half {
width: 49%;
}
.block-fourth {
width: 23%;
}
.block-third {
width: 32%;
}
.block-fifth {
width: 19%;
}
.pad-section {
padding: 30px 0;
margin-top: 30px;
margin-bottom: 30px;
}
#content {
position: relative;
padding: 0;
}
#content .site-branding {
padding: 65px 0;
}
#content .site-branding #logo {
display: block;
margin: 0 auto;
max-width: 380px;
}
.page-title {
position: relative;
text-align: center;
}
.page-title.has-bar:after {
content: "";
position: absolute;
top: 110%;
left: 0;
right: 0;
width: 80px;
height: 2px;
background: #ffffff;
margin: 0 auto;
}
.flex-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
}
.flex-row {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
}
.flex-row-rev {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
}
.flex-col {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
}
.flex-col-rev {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column-reverse !important;
-webkit-flex-direction: column-reverse !important;
}
.align-start {
display: -webkit-flex !important;
display: flex !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
}
.align-center {
display: -webkit-flex !important;
display: flex !important;
align-items: center !important;
-webkit-align-items: center !important;
}
.align-end {
display: -webkit-flex !important;
display: flex !important;
align-items: flex-end !important;
-webkit-align-items: flex-end !important;
}
.justify-start {
display: -webkit-flex !important;
display: flex !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
.justify-end {
display: -webkit-flex !important;
display: flex !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
.justify-around {
display: -webkit-flex !important;
display: flex !important;
justify-content: space-around !important;
-webkit-justify-content: space-around !important;
}
.justify-center {
display: -webkit-flex !important;
display: flex !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.justify-between {
display: -webkit-flex !important;
display: flex !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.icon {
display: inline-block;
width: 15px;
height: 15px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
a .icon {
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
}
.alm-btn-wrap .alm-load-more-btn {
box-shadow: none;
height: auto !important;
margin-bottom: 0px !important;
margin-top: 50px !important;
padding: 15px 50px !important;
}
.alm-btn-wrap .alm-load-more-btn:hover span {
margin-left: 10px;
}
.slick-slider {
position: relative;
}
.slick-slider .slick-arrow {
position: absolute;
top: 45%;
z-index: 1;
font-size: 20px;
color: #333333;
}
.slick-slider .slick-arrow.slick-prev {
left: -1%;
}
.slick-slider .slick-arrow.slick-next {
right: -1%;
}
.slick-slider .slick-arrow:hover {
cursor: pointer;
color: #ffffff;
}
.slick-slider .slick-dots {
padding: 0;
margin: 20px auto 40px;
list-style: none;
display: -webkit-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
.slick-slider .slick-dots li.slick-active button {
padding: 0;
background: #7A7A7A !important;
border: 2px solid #7A7A7A;
}
.slick-slider .slick-dots li button {
position: relative;
color: transparent !important;
width: 15px;
height: 15px;
background: #D8D8D8 !important;
border: 2px solid #D8D8D8;
border-radius: 100% !important;
margin: 0 10px;
padding: 0;
}
.slick-slider .slick-dots li button:hover {
background: #A58A65 !important;
border: 2px solid #A58A65;
}
.slick-slider .slick-dots li button:hover::after {
background: unset !important;
}
.slick-slider .slick-dots li button::after {
background: unset !important;
}
.slick-slider .slick-dots li button:focus {
outline: none !important;
}
.slick-slider .slick-slide:focus {
outline: none !important;
}
.nf-form-wrap .nf-form-fields-required {
display: none;
}
.numbered-pagination {
position: relative;
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
font-size: 12px;
padding: 50px 20px;
}
.numbered-pagination > * {
margin: 0 6px;
}
.numbered-pagination > .page-numbers {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 26px;
height: 26px;
text-align: center;
}
.numbered-pagination > .page-numbers.current {
background: #F3F2F0;
border-radius: 100%;
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
overflow: hidden;
max-width: 100%;
height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.smash-tabbed-wrapper {
position: relative;
margin-bottom: 50px;
padding: 0 50px;
}
.smash-tabbed-wrapper .smash-tabbed-title {
border-top: 1px solid #D8D8D8;
padding-top: 10px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper {
padding: 0 10px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper .smash-tabbed-tabs-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
border-bottom: 1px solid #D8D8D8;
cursor: pointer;
padding: 0 0 1px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper .smash-tabbed-tabs-inner .smash-tabbed-cta {
text-transform: uppercase;
font-size: 11px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper .smash-tabbed-tabs-inner .smash-tabbed-tabs {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper .smash-tabbed-tabs-inner .smash-tabbed-tabs .smash-tab {
position: relative;
padding: 5px 0;
margin-right: 20px;
margin-bottom: -2px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper .smash-tabbed-tabs-inner .smash-tabbed-tabs .smash-tab.active::after {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 5px;
background: #F3F2F0;
z-index: 1;
}
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper .smash-tabbed-tabs-inner .smash-tabbed-tabs .smash-tab:hover {
color: #A58A65;
}
@media screen and (max-width: 820px) {
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper .smash-tabbed-tabs-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column-reverse !important;
-webkit-flex-direction: column-reverse !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
}
.smash-tabbed-wrapper .smash-tabbed-content {
position: relative;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
opacity: 0;
visibility: hidden;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content:nth-child(1) {
position: relative;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
border-bottom: 1px solid #D8D8D8;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product {
width: 25%;
padding: 40px 5px;
text-align: center;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content.active {
opacity: 1;
visibility: visible;
}
@media screen and (max-width: 1180px) {
.smash-tabbed-wrapper {
padding: 0 50px 30px 50px;
}
}
@media screen and (max-width: 820px) {
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner {
flex-wrap: wrap;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product {
width: 50%;
padding: 30px 20px;
}
}
@media screen and (max-width: 600px) {
.smash-tabbed-wrapper {
padding: 0 20px 30px 20px;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner {
padding-bottom: 30px;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product {
width: 50%;
padding: 20px 10px 0;
}
}
.error-404 {
padding: 30px;
}
.error-404 .basic-search-form {
margin-bottom: 20px;
}
body.home #masthead {
border-bottom: none;
}
#waypoint {
position: relative;
top: 10px;
}
#masthead {
position: relative;
padding: 0;
font-family: "Montserrat", sans-serif;
font-size: 11px;
letter-spacing: 1px;
background-color: #ffffff;
}
#masthead .site-navigation-wrap {
display: grid;
grid-template-columns: 1fr 2fr 1fr;
grid-template-rows: auto;
column-gap: 20px;
row-gap: 0;
position: relative;
}
#masthead .header-block {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
float: none;
flex: 1;
padding: 0;
}
#masthead .header-block .header-block-inner {
width: 100%;
column-gap: 1em;
}
#masthead .header-block .header-block-inner .menu-container {
width: 100%;
}
#masthead .header-block .header-block-inner .menu-container .menu {
width: 100%;
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#masthead .header-block.header-left {
padding-left: 20px;
}
#masthead .header-block.header-left .header-block-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
margin-right: auto;
}
@media screen and (max-width: 820px) {
#masthead .header-block.header-left .header-block-inner > * {
display: none;
}
}
#masthead .header-block.header-middle {
flex: 2;
}
#masthead .header-block.header-middle .header-block-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#masthead .header-block.header-right {
padding-right: 20px;
}
#masthead .header-block.header-right .header-block-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
margin-left: auto;
}
#masthead .header-block.header-right .header-block-inner .search-modal-link {
display: flex;
align-items: center;
}
#masthead .header-block.header-right .header-block-inner .search-modal-link span {
font-size: 10px;
letter-spacing: 2px;
text-transform: uppercase;
padding-right: 10px;
}
@media screen and (max-width: 820px) {
#masthead .header-block.header-right .header-block-inner .search-modal-link span {
display: none;
}
}
#masthead .header-block.header-right .header-block-inner .search-modal-link .icon {
position: relative;
}
#masthead .header-block.header-right .header-block-inner .search-modal-link:hover span {
color: #D8D8D8;
}
#masthead .header-block.header-right .header-block-inner .search-modal-link:hover .icon {
color: #D8D8D8;
}
#masthead .header-block.header-bottom {
grid-column: span 3;
grid-row: 2;
padding: 20px;
border-top: 1px solid #D8D8D8;
border-bottom: 1px solid #D8D8D8;
}
#masthead .fab {
font-size: 13px;
padding: 0;
}
#masthead.lock_nav {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100000;
}
#masthead.lock_nav .site-navigation-wrap .header-block.header-left {
display: none !important;
}
#masthead.lock_nav .site-navigation-wrap .header-block.header-middle {
display: none !important;
}
#masthead.lock_nav .site-navigation-wrap .header-block.header-right {
display: none !important;
}
@media screen and (max-width: 960px) {
#masthead .header-block.header-left .header-block-inner {
flex-direction: column !important;
justify-content: center !important;
align-items: flex-start !important;
row-gap: 1em;
}
}
@media screen and (max-width: 820px) {
#masthead #mobile_nav_wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
#masthead .header-block.header-bottom {
flex: none;
width: 100%;
display: none !important;
}
#masthead.lock_nav #logo_wrap {
padding: 10px 0;
}
#masthead.lock_nav .site-navigation-wrap {
flex-wrap: wrap;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100000;
background-color: white;
position: fixed;
}
#masthead.lock_nav .site-navigation-wrap .header-block.header-left {
display: flex !important;
}
#masthead.lock_nav .site-navigation-wrap .header-block.header-middle {
display: flex !important;
}
#masthead.lock_nav .site-navigation-wrap .header-block.header-right {
display: flex !important;
}
}
@media screen and (max-width: 600px) {
#masthead .site-navigation-wrap {
grid-template-columns: 1fr 4fr;
}
#masthead .header-block.header-right {
display: none !important;
}
#masthead .header-block.header-middle {
padding: 0 20px 0 0px;
}
#masthead .header-block.header-left {
padding: 0 0px 0 20px;
}
#masthead .header-block.header-left .header-block-inner .social-icons {
display: none !important;
}
#masthead.lock_nav .site-navigation-wrap .header-block.header-right {
display: none !important;
}
}
#logo_wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
padding: 50px 0;
z-index: 1;
}
#logo_wrap img {
max-height: 40px;
width: auto;
}
@media screen and (max-width: 820px) {
#logo_wrap {
padding: 20px 0;
}
}
.loop-main .loop-main-inner .loop-main-post .stacked-images {
width: 49%;
height: 665px;
}
.loop-main .loop-main-inner .loop-main-post .stacked-images .stacked-half {
max-width: 325px;
margin-right: -15%;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content {
width: 42%;
padding: 30px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta {
letter-spacing: 1px;
font-family: "Montserrat", sans-serif;
margin-bottom: 10px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta a.category-name {
text-transform: uppercase;
padding-right: 20px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta .post-date {
font-family: "Recoleta", sans-serif;
font-style: italic;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content .exceprt {
font-family: "proxima-nova", sans-serif;
margin-bottom: 20px;
line-height: 28px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post {
display: flex;
align-items: center;
justify-content: center;
font-family: "sweet-sans-pro", sans-serif;
text-transform: uppercase;
font-size: 13px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post span {
padding-right: 10px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post .icon {
width: 10px;
fill: #7a7a7a;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post:hover .icon {
margin-left: 5px;
}
@media screen and (max-width: 960px) {
.loop-main .loop-main-inner .loop-main-post .loop-main-content {
padding: 30px;
}
}
@media screen and (max-width: 960px) {
.loop-main .loop-main-inner .loop-main-post .loop-main-content {
padding: 30px;
width: 44%;
}
.loop-main .loop-main-inner .loop-main-post .stacked-images {
width: 55%;
height: 465px;
}
.loop-main .loop-main-inner .loop-main-post .stacked-images .stacked-half {
display: none;
}
}
@media screen and (max-width: 600px) {
.loop-main .loop-main-inner .loop-main-post {
flex-direction: column;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content {
padding: 20px;
width: 100%;
}
.loop-main .loop-main-inner .loop-main-post .stacked-images {
width: 90%;
height: 300px;
}
}
#featured_posts {
background: #333333;
color: white;
}
#featured_posts a {
color: white !important;
}
#more_posts_home {
border-top: 1px solid #D9D9D9;
padding-top: 50px;
}
[data-ff-el=root].ff-652dc46ae5427c815cd42243 .ff-652dc46ae5427c815cd42243__title * {
font-family: "Recoleta", sans-serif !important;
}
[data-ff-el=root].ff-652dc46ae5427c815cd42243 .ff-652dc46ae5427c815cd42243__button {
font-family: "sweet-sans-pro", sans-serif !important;
}
.archive-items,
.alm-listing {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto;
column-gap: 3em;
row-gap: 4em;
}
.archive-items.search-archive .product,
.alm-listing.search-archive .product {
flex: 1;
}
.archive-items.search-archive .product .product-wrap .product-image,
.alm-listing.search-archive .product .product-wrap .product-image {
max-height: unset;
}
.archive-items.search-archive .archive-item,
.alm-listing.search-archive .archive-item {
flex: 1;
padding: unset;
}
@media screen and (max-width: 1200px) {
.archive-items,
.alm-listing {
padding: 0 50px;
}
}
@media screen and (max-width: 820px) {
.archive-items,
.alm-listing {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
column-gap: 3em;
row-gap: 3em;
padding: 0 40px;
}
}
@media screen and (max-width: 600px) {
.archive-items,
.alm-listing {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
column-gap: 2em;
row-gap: 2em;
padding: 0 30px;
}
}
.ajax-load-more-wrap.alm-is-loaded .alm-listing {
margin-top: 4em !important;
}
@media screen and (max-width: 820px) {
.ajax-load-more-wrap.alm-is-loaded .alm-listing {
margin-top: 3em !important;
}
}
@media screen and (max-width: 600px) {
.ajax-load-more-wrap.alm-is-loaded .alm-listing {
margin-top: 2em !important;
}
}
#archive_page {
padding: 50px 0;
}
#archive_page .author-block {
margin-top: 0;
border-top: none;
padding-bottom: 100px;
}
#archive_page .digital-product-block .digital-product-block-body .digital-product-block-text p {
text-align: center;
}
#archive_page .digital-products-title {
font-size: 30px;
text-align: center;
padding-bottom: 30px;
padding: 0 50px 30px;
}
@media screen and (max-width: 820px) {
#archive_page .digital-products-title {
padding: 0 40px 30px;
}
}
@media screen and (max-width: 600px) {
#archive_page .digital-products-title {
padding: 0 30px 30px;
}
}
#archive_page .digital-products-text {
text-align: center;
max-width: 800px;
margin: 0 auto;
padding: 0 50px 50px;
}
#archive_page .digital-products-text p {
font-size: 15px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
margin-bottom: 10px;
text-align: center;
}
@media screen and (max-width: 820px) {
#archive_page .digital-products-text {
padding: 0 40px 50px;
}
}
@media screen and (max-width: 600px) {
#archive_page .digital-products-text {
padding: 0 30px 40px;
}
}
@media screen and (max-width: 1200px) {
#archive_page .digital-products-more {
padding: 0 50px;
}
}
@media screen and (max-width: 820px) {
#archive_page .digital-products-more {
padding: 0 40px;
}
}
@media screen and (max-width: 600px) {
#archive_page .digital-products-more {
padding: 0 30px;
}
}
#archive_page .archive-items.with-border {
border-top: 1px solid #D8D8D8;
margin-top: 100px !important;
padding-top: 100px;
}
#archive_page .archive-items.alm-listing {
margin-top: 2em !important;
}
#archive_page .alm-reveal {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto;
column-gap: 3em;
row-gap: 4em;
margin-top: 2em !important;
}
@media screen and (max-width: 1200px) {
#archive_page .alm-reveal {
padding: 0 50px;
}
}
@media screen and (max-width: 820px) {
#archive_page .alm-reveal {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
column-gap: 3em;
row-gap: 3em;
padding: 0 40px;
}
}
@media screen and (max-width: 600px) {
#archive_page .alm-reveal {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
column-gap: 2em;
row-gap: 2em;
padding: 0 30px;
}
}
@media screen and (max-width: 820px) {
#archive_page .archive-items.with-border {
margin-top: 50px !important;
padding-top: 50px;
}
}
@media screen and (max-width: 820px) {
#archive_page {
padding: 30px 0;
}
}
.post-item-image {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
position: relative;
display: block;
width: 100%;
}
.archive-item {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
position: relative;
flex: 1;
overflow: hidden;
}
.archive-item-cat {
font-size: 12px;
background: #c0e2e1;
letter-spacing: 1px;
text-transform: uppercase;
padding: 2px 25px;
display: inline-block;
margin-bottom: 10px;
}
body.archive .page-header {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
font-family: "Recoleta", sans-serif;
letter-spacing: 1px;
font-size: 11px;
max-width: 60%;
margin: 0 auto 20px;
padding-bottom: 20px;
}
body.archive .page-header .page-title {
margin-bottom: 0;
}
#load-more-from {
padding: 50px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 50px 0px 27px;
}
#load-more-from .load-more-title {
text-transform: uppercase;
font-family: "Recoleta", sans-serif;
font-size: 25px;
margin-bottom: 20px;
}
#load-more-from .cat-nav {
margin: 0 auto;
}
.cat-nav {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
margin: 0 auto 50px;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Montserrat", sans-serif;
}
.cat-nav a {
margin: 0px 15px;
}
.cat-nav .cat-nav-current {
border-bottom: 1px solid #333333;
}
body.single #primary {
padding-bottom: 0;
margin-bottom: 0;
}
body.single.lock_nav article.post .article-sidebar,
body.single.lock_nav article.snapshot .article-sidebar {
position: fixed !important;
top: 100px;
}
body.single #featured_post {
background: white;
margin-bottom: 70px;
}
.post-wrap {
-webkit-transform: translateX(120px);
-moz-transform: translateX(120px);
-ms-transform: translateX(120px);
-o-transform: translateX(120px);
transform: translateX(120px);
}
.post-wrap.post-wrap-guide {
-webkit-transform: translateX(50px);
-moz-transform: translateX(50px);
-ms-transform: translateX(50px);
-o-transform: translateX(50px);
transform: translateX(50px);
}
.post-wrap.post-wrap-guide .post-sidebar {
width: auto;
position: -webkit-sticky;
position: sticky;
top: 50px;
padding-left: 20px;
}
.post-wrap.post-wrap-guide article.post {
width: auto;
}
.post-wrap article.post {
width: 76%;
}
.post-wrap .post-sidebar {
width: 20%;
position: -webkit-sticky;
position: sticky;
top: 50px;
}
article.post,
article.snapshot {
position: relative;
padding: 50px 0 0;
}
article.post .container-lg,
article.snapshot .container-lg {
width: 80%;
}
article.post .entry-header,
article.snapshot .entry-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
margin-bottom: 20px !important;
}
article.post .entry-header .entry-header-inner,
article.snapshot .entry-header .entry-header-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
text-transform: uppercase;
font-family: "proxima-nova", sans-serif;
font-size: 12px;
letter-spacing: 1px;
}
article.post .quick-links,
article.snapshot .quick-links {
position: absolute;
top: 50%;
left: -125px;
max-width: 250px;
border: 3px solid #E1CCC7;
padding: 20px 30px;
}
article.post .quick-links h3,
article.snapshot .quick-links h3 {
margin-bottom: 10px;
text-transform: capitalize;
}
article.post .quick-links p,
article.snapshot .quick-links p {
font-size: 10px;
margin-bottom: 0;
text-transform: uppercase;
line-height: 2.25em;
word-break: break-word;
}
@media screen and (max-width: 960px) {
article.post .quick-links,
article.snapshot .quick-links {
left: -92px;
max-width: 200px;
padding: 16px 21px;
}
}
@media screen and (max-width: 600px) {
article.post .quick-links,
article.snapshot .quick-links {
display: none;
}
}
article.post .entry-header,
article.snapshot .entry-header {
text-align: center;
}
article.post .entry-content,
article.snapshot .entry-content {
padding-bottom: 50px;
}
article.post .entry-content p,
article.snapshot .entry-content p {
font-size: 17px;
}
article.post .entry-content p:last-of-type,
article.snapshot .entry-content p:last-of-type {
margin-bottom: 5px;
}
article.post .entry-content p a,
article.snapshot .entry-content p a {
border-bottom: 1px solid;
}
article.post .entry-content h1, article.post .entry-content h2, article.post .entry-content h3, article.post .entry-content h4, article.post .entry-content h5, article.post .entry-content h6,
article.snapshot .entry-content h1,
article.snapshot .entry-content h2,
article.snapshot .entry-content h3,
article.snapshot .entry-content h4,
article.snapshot .entry-content h5,
article.snapshot .entry-content h6 {
display: inline;
}
article.post .entry-content img,
article.snapshot .entry-content img {
padding: 20px;
}
article.post .entry-content h1, article.post .entry-content h2, article.post .entry-content h3, article.post .entry-content h4,
article.snapshot .entry-content h1,
article.snapshot .entry-content h2,
article.snapshot .entry-content h3,
article.snapshot .entry-content h4 {
padding-bottom: 10px;
}
article.post .entry-content blockquote,
article.snapshot .entry-content blockquote {
margin: 50px 0;
width: 100%;
background: #F3F2F0;
padding: 50px;
text-align: center;
}
article.post .entry-content blockquote p,
article.snapshot .entry-content blockquote p {
font-size: 37px;
line-height: 45px;
line-height: 1.3em;
font-family: "Recoleta", sans-serif;
}
article.post .entry-content .wp-caption,
article.snapshot .entry-content .wp-caption {
text-align: left;
}
article.post .entry-content .wp-caption .wp-caption-text,
article.snapshot .entry-content .wp-caption .wp-caption-text {
text-align: left;
font-size: 13px;
letter-spacing: 2px;
line-height: 22px;
padding: 0 20px;
margin-top: 0;
}
article.post .entry-content ul, article.post .entry-content li,
article.snapshot .entry-content ul,
article.snapshot .entry-content li {
font-size: 19px;
font-family: "proxima-nova", sans-serif;
line-height: 31px;
letter-spacing: 0.5px;
}
article.post .entry-content .rs-code,
article.snapshot .entry-content .rs-code {
text-align: center;
margin-top: 50px;
}
article.post .entry-products,
article.snapshot .entry-products {
padding-top: 30px;
margin-top: 40px;
border-top: 1px solid #D8D8D8;
}
article.post .entry-products .entry-products-wrap,
article.snapshot .entry-products .entry-products-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
article.post .entry-products .entry-products-wrap .entry-product-header,
article.snapshot .entry-products .entry-products-wrap .entry-product-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 20%;
text-align: center;
}
article.post .entry-products .entry-products-wrap .entry-product-header span,
article.snapshot .entry-products .entry-products-wrap .entry-product-header span {
font-size: 25px;
font-family: "Recoleta", sans-serif;
}
article.post .entry-products .entry-products-wrap .entry-product-header .icon,
article.snapshot .entry-products .entry-products-wrap .entry-product-header .icon {
width: 30px;
height: 30px;
}
@media screen and (max-width: 820px) {
article.post .entry-products .entry-products-wrap .entry-product-header,
article.snapshot .entry-products .entry-products-wrap .entry-product-header {
width: 100%;
}
}
article.post .entry-products .entry-products-wrap .entry-products-slider,
article.snapshot .entry-products .entry-products-wrap .entry-products-slider {
width: 80%;
}
article.post .entry-products .entry-products-wrap .entry-products-slider .slick-arrow.slick-prev,
article.snapshot .entry-products .entry-products-wrap .entry-products-slider .slick-arrow.slick-prev {
left: unset;
right: -2%;
top: 48%;
}
article.post .entry-products .entry-products-wrap .entry-products-slider .slick-arrow.slick-next,
article.snapshot .entry-products .entry-products-wrap .entry-products-slider .slick-arrow.slick-next {
left: unset;
right: -2%;
top: 39%;
}
@media screen and (max-width: 820px) {
article.post .entry-products .entry-products-wrap .entry-products-slider,
article.snapshot .entry-products .entry-products-wrap .entry-products-slider {
width: 100%;
}
}
@media screen and (max-width: 820px) {
article.post .entry-products .entry-products-wrap,
article.snapshot .entry-products .entry-products-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
}
article.post #hide_sidebars,
article.snapshot #hide_sidebars {
position: relative;
transform: translate(0, -60vh);
}
article.post .article-sidebar,
article.snapshot .article-sidebar {
position: absolute;
top: 0;
height: 100%;
padding-top: 170px;
width: 70px;
text-align: center;
overflow: hidden;
}
article.post .article-sidebar.article-sidebar-left,
article.snapshot .article-sidebar.article-sidebar-left {
left: 17px;
}
@media screen and (max-width: 960px) {
article.post .article-sidebar.article-sidebar-left,
article.snapshot .article-sidebar.article-sidebar-left {
left: 0;
}
}
article.post .article-sidebar.article-sidebar-right,
article.snapshot .article-sidebar.article-sidebar-right {
right: 17px;
}
@media screen and (max-width: 960px) {
article.post .article-sidebar.article-sidebar-right,
article.snapshot .article-sidebar.article-sidebar-right {
right: 0;
}
}
article.post .article-sidebar .post-products-wrap .post-products-trigger,
article.snapshot .article-sidebar .post-products-wrap .post-products-trigger {
position: unset;
}
article.post .article-sidebar .article-sidebar-inner,
article.snapshot .article-sidebar .article-sidebar-inner {
position: relative;
height: 100vh;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
article.post .article-sidebar .article-sidebar-inner #progress,
article.snapshot .article-sidebar .article-sidebar-inner #progress {
position: fixed;
top: 75px;
width: 1px;
height: 0;
background-color: #000;
z-index: -1;
}
article.post .article-sidebar .article-sidebar-inner .social-share .share-wrap,
article.snapshot .article-sidebar .article-sidebar-inner .social-share .share-wrap {
width: 100%;
height: 38px;
position: relative;
margin-bottom: 22px;
}
article.post .article-sidebar .article-sidebar-inner .social-share .share-wrap span,
article.snapshot .article-sidebar .article-sidebar-inner .social-share .share-wrap span {
font-weight: 400;
font-size: 15px;
line-height: 14px;
color: rgba(0, 0, 0, 0.6);
position: absolute;
font-family: "Recoleta", sans-serif;
top: 50%;
left: 50%;
margin: auto;
display: block;
-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
article.post .article-sidebar .article-sidebar-inner .social-share .share,
article.snapshot .article-sidebar .article-sidebar-inner .social-share .share {
display: block;
text-align: center;
margin: 0 auto 22px;
font-size: 16px;
line-height: normal;
position: relative;
}
@media screen and (max-width: 820px) {
article.post .article-sidebar,
article.snapshot .article-sidebar {
display: none !important;
}
article.post .article-sidebar .post-products-wrap .post-products-trigger,
article.snapshot .article-sidebar .post-products-wrap .post-products-trigger {
display: none !important;
}
article.post .entry-content blockquote,
article.snapshot .entry-content blockquote {
padding: 50px 40px;
}
}
@media screen and (max-width: 820px) {
article.post .container-lg,
article.snapshot .container-lg {
width: 100%;
padding: 0 40px;
}
}
@media screen and (max-width: 600px) {
article.post .container-lg,
article.snapshot .container-lg {
padding: 0 30px;
}
article.post .entry-content blockquote,
article.snapshot .entry-content blockquote {
padding: 50px 30px;
}
article.post .entry-content blockquote p,
article.snapshot .entry-content blockquote p {
font-size: 27px;
}
}
.entry-header .entry-title {
text-align: center;
margin-bottom: 15px;
font-size: 37px;
line-height: 45px;
margin: auto;
max-width: 700px;
padding: 0 30px;
}
.entry-header .entry-date {
padding-top: 20px;
}
.entry-header .entry-meta {
text-align: center;
font-family: "Montserrat", sans-serif;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
color: #c8c8c8;
margin-bottom: 30px;
}
.entry-header .entry-meta a {
color: #c8c8c8;
}
@media screen and (max-width: 820px) {
.entry-header .entry-title {
font-size: 30px;
}
}
.entry-products-slider {
width: 100%;
}
.entry-products-slider .slick-arrow.slick-prev {
left: unset;
right: -4%;
top: 48%;
}
.entry-products-slider .slick-arrow.slick-next {
left: unset;
right: -4%;
top: 39%;
}
.entry-footer {
padding: 20px;
margin: 50px 50px 0;
border-top: 1px solid #D8D8D8;
border-bottom: 1px solid #D8D8D8;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
}
.entry-footer .post-footer-action a {
font-family: "Recoleta", sans-serif !important;
font-size: 22px !important;
text-transform: capitalize !important;
}
.entry-footer .entry-footer-actions {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
}
.entry-footer .entry-footer-actions .post-footer-meta {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
column-gap: 1em;
text-align: center;
}
@media screen and (max-width: 820px) {
.entry-footer .entry-footer-actions .post-footer-meta {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
}
.entry-footer .entry-footer-actions > a {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
column-gap: 1em;
}
.entry-footer .entry-footer-actions > * {
margin: 0 10px;
font-family: "Montserrat", sans-serif;
font-size: 11px;
letter-spacing: 2px;
}
.entry-footer .entry-footer-actions span {
margin-left: 6px;
font-size: 10px;
text-transform: uppercase;
}
@media screen and (max-width: 960px) {
.entry-footer a {
font-size: 16px !important;
}
}
@media screen and (max-width: 820px) {
.entry-footer {
margin: 50px 40px 0;
}
.entry-footer .entry-footer-actions > *:nth-child(2) {
flex: 1;
}
}
@media screen and (max-width: 820px) {
.entry-footer {
padding: 15px 0px;
margin: 20px 20px 0;
}
.entry-footer .entry-footer-actions {
flex-direction: column !important;
row-gap: 1em;
}
.entry-footer .entry-footer-actions > * {
margin: 0px;
}
.entry-footer .entry-footer-actions > :nth-child(1) {
margin-right: unset;
}
.entry-footer .entry-footer-actions > :nth-child(3) {
margin-left: unset;
}
} #comments {
max-width: 80%;
margin: 50px auto;
}
#comments .comment-subtitle {
font-family: "Recoleta", sans-serif;
letter-spacing: 2px;
font-size: 30px;
text-align: center;
margin-bottom: 40px;
}
#comments .logged-in-as {
display: none;
}
#comments .container {
max-width: 685px;
}
#comments .comments-title {
display: none;
text-align: center;
}
#comments .respond textarea {
width: 100%;
font-size: 12px;
letter-spacing: 1px;
font-family: "proxima-nova", sans-serif;
}
#comments .comment-input-half {
width: 49%;
}
#comments input[type=text], #comments input[type=email], #comments input[type=url], #comments input[type=password], #comments input[type=search], #comments input[type=number], #comments input[type=tel], #comments input[type=range], #comments input[type=date], #comments input[type=month], #comments input[type=week], #comments input[type=time], #comments input[type=datetime], #comments input[type=datetime-local], #comments input[type=color], #comments textarea {
font-family: "proxima-nova", sans-serif;
font-size: 11px;
letter-spacing: 1px;
padding: 7px 10px;
border-radius: 0;
margin-bottom: 5px;
width: 100%;
}
#comments input[type=text]::placeholder, #comments input[type=email]::placeholder, #comments input[type=url]::placeholder, #comments input[type=password]::placeholder, #comments input[type=search]::placeholder, #comments input[type=number]::placeholder, #comments input[type=tel]::placeholder, #comments input[type=range]::placeholder, #comments input[type=date]::placeholder, #comments input[type=month]::placeholder, #comments input[type=week]::placeholder, #comments input[type=time]::placeholder, #comments input[type=datetime]::placeholder, #comments input[type=datetime-local]::placeholder, #comments input[type=color]::placeholder, #comments textarea::placeholder {
text-transform: uppercase;
}
#comments input#submit {
border: none;
}
#comments div#respond {
margin-bottom: 50px;
}
#comments .comment-list {
margin: 0;
padding: 0;
font-family: "proxima-nova", sans-serif;
list-style: none;
}
#comments .comment-list .comment .comment-body {
border-top: 1px solid #dadada;
border-bottom: 1px solid #dadada;
padding: 15px 0;
}
#comments .comment-list .comment .comment-meta {
display: -webkit-flex;
display: flex;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 13px;
padding-bottom: 20px;
}
#comments .comment-list .comment .comment-meta .avatar, #comments .comment-list .comment .comment-meta .says {
display: none;
}
#comments .comment-list .comment .comment-meta .comment-metadata {
display: none;
}
#comments .comment-list .comment .children {
margin: 40px 0px;
}
.mentor-post-entry {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 3em;
padding: 50px;
}
.mentor-post-entry .mentor-block {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
position: relative;
width: 100%;
}
.mentor-post-entry .mentor-block .mentor-image {
width: calc(50% - 1.5em);
}
@media screen and (max-width: 820px) {
.mentor-post-entry .mentor-block .mentor-image {
max-width: 400px;
}
}
.mentor-post-entry .mentor-block .mentor-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 2em;
width: calc(50% - 1.5em);
}
.mentor-post-entry .mentor-block .mentor-body .mentor-header .mentor-company {
color: #A58A65;
}
.mentor-post-entry .mentor-block .mentor-body .mentor-header .mentor-name {
font-size: 40px;
line-height: 55px;
}
.mentor-post-entry .mentor-block .mentor-body .mentor-header .mentor-rate {
font-size: 15px;
line-height: 24px;
letter-spacing: 2px;
font-family: "Montserrat", sans-serif;
}
.mentor-post-entry .mentor-block .mentor-body .mentor-expertise p {
font-size: 15px;
line-height: 24px;
}
.mentor-post-entry .social-icons {
justify-content: flex-start !important;
margin-top: 10px;
}
@media screen and (max-width: 820px) {
.mentor-post-entry .social-icons {
justify-content: center !important;
}
}
.mentor-post-entry .mentor-bio {
max-width: 800px;
margin: auto;
}
.mentor-post-entry .mentor-bio h2 {
text-align: center;
font-size: 40px;
line-height: 55px;
padding-bottom: 20px;
}
.mentor-post-entry .mentor-bio p {
text-align: center;
font-size: 15px;
line-height: 24px;
}
.mentor-post-entry .mentor-reviews {
width: 100%;
}
@media screen and (max-width: 820px) {
.mentor-post-entry {
padding: 50px 40px;
}
.mentor-post-entry .mentor-block .mentor-body {
row-gap: 1em;
}
.mentor-post-entry .mentor-block .mentor-body .mentor-header .mentor-name {
font-size: 30px;
line-height: 45px;
}
.mentor-post-entry .mentor-bio h2 {
font-size: 30px;
line-height: 45px;
}
}
@media screen and (max-width: 820px) {
.mentor-post-entry {
padding: 50px 30px;
}
.mentor-post-entry .mentor-block {
flex-direction: column !important;
row-gap: 2em;
}
.mentor-post-entry .mentor-block .mentor-image {
width: 100%;
}
.mentor-post-entry .mentor-block .mentor-body {
width: 100%;
text-align: center;
align-items: center !important;
}
.mentor-post-entry .mentor-block .mentor-body .mentor-name {
text-align: center;
}
}
#mentors_page .image-text {
padding: 100px 50px;
}
#mentors_page .image-text .image-text-container .image-text-body .image-text-header {
width: 100%;
}
#mentors_page .image-text .image-text-container .image-text-body .image-text-title {
text-align: left;
}
#mentors_page .image-text .image-text-container .image-text-body .image-text-text p {
text-align: left;
margin-bottom: 1em;
}
#mentors_page .image-text .image-text-container .image-text-image img {
width: auto;
max-height: 300px;
}
#mentors_page .image-text .image-text-container .image-text-image .image-text-cta {
border-radius: 10px;
padding: 14px 40px !important;
}
#mentors_page .image-text .image-text-container.image-left, #mentors_page .image-text .image-text-container.image-right {
column-gap: 6em;
}
@media screen and (max-width: 1180px) {
#mentors_page .image-text .image-text-container.image-right, #mentors_page .image-text .image-text-container.image-left {
column-gap: 2em;
}
}
@media screen and (max-width: 960px) {
#mentors_page .columns-wrapper {
grid-template-columns: 1fr;
}
}
@media screen and (max-width: 820px) {
#mentors_page .image-text {
padding: 100px 40px;
}
#mentors_page .image-text .image-text-container {
flex-direction: column !important;
row-gap: 40px;
}
}
@media screen and (max-width: 600px) {
#mentors_page .image-text {
padding: 60px 30px;
}
}
.single-digital-product .digital-product-top {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding: 80px 50px 50px;
row-gap: 2em;
column-gap: 3em;
}
.single-digital-product .digital-product-top .digital-product-top-image {
width: 50%;
}
.single-digital-product .digital-product-top .digital-product-top-body {
width: 50%;
display: flex;
flex-direction: column;
row-gap: 1em;
}
.single-digital-product .digital-product-top .digital-product-top-body .digital-product-text p {
font-size: 15px;
}
.single-digital-product .digital-product-top .digital-product-top-body .digital-product-text p:last-child {
margin-bottom: 0;
}
.single-digital-product .digital-product-top .digital-product-top-body .digital-product-price {
font-size: 17px;
margin-top: -1em;
}
.single-digital-product .digital-product-cta {
padding: 7px 35px !important;
width: fit-content;
}
.single-digital-product .digital-product-testimonials .reviews-slider-wrapper {
border-top: none;
padding: 50px 50px 20px;
}
.single-digital-product .digital-product-content {
padding: 50px;
border-top: 1px solid #D8D8D8;
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 2em;
column-gap: 2em;
}
.single-digital-product .digital-product-content .digital-product-content-title {
text-align: center;
}
.single-digital-product .digital-product-content .digital-product-about-text {
text-align: center;
max-width: 800px;
margin: -1em auto 0;
}
.single-digital-product .digital-product-content .digital-product-about-text p {
font-size: 15px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
margin-bottom: 10px;
}
.single-digital-product .digital-product-content .digital-product-gallery {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
flex-wrap: wrap;
row-gap: 2em;
column-gap: 2em;
width: 100%;
}
.single-digital-product .digital-product-content .wide {
width: 100%;
}
.single-digital-product .digital-product-content .tall {
width: calc(51.5% - 2em);
}
.single-digital-product .digital-product-content .digital-product-cta {
margin: auto;
}
@media screen and (max-width: 820px) {
.single-digital-product .digital-product-top {
padding: 80px 40px 50px;
}
.single-digital-product .digital-product-testimonials .reviews-slider-wrapper {
padding: 40px 40px 30px;
}
.single-digital-product .digital-product-content {
padding: 50px 40px;
}
}
@media screen and (max-width: 600px) {
.single-digital-product .digital-product-top {
padding: 50px 30px 40px;
flex-direction: column !important;
}
.single-digital-product .digital-product-top .digital-product-top-image {
width: 100%;
}
.single-digital-product .digital-product-top .digital-product-top-body {
width: 100%;
}
.single-digital-product .digital-product-testimonials .reviews-slider-wrapper {
padding: 30px 30px 20px;
}
.single-digital-product .digital-product-content {
padding: 50px 30px;
}
.single-digital-product .digital-product-content .tall {
width: 100%;
}
}
article.page {
padding: 50px;
}
article.page p {
font-size: 17px;
}
article.page p:last-of-type {
margin-bottom: 5px;
}
article.page p a {
border-bottom: 1px solid;
}
@media screen and (max-width: 820px) {
article.page {
padding: 50px 40px;
}
}
@media screen and (max-width: 600px) {
article.page {
padding: 50px 30px;
}
}
#about_page .about-outer {
background: #F3F2F0;
padding: 50px;
margin-bottom: 10%;
}
#about_page .about-outer .about-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#about_page .about-outer .about-inner .about-images {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: flex-end !important;
-webkit-align-items: flex-end !important;
justify-content: center !important;
-webkit-justify-content: center !important;
flex: 1;
margin-bottom: -10%;
}
#about_page .about-outer .about-inner .about-images .about-image-main {
width: 82%;
border: 10px solid white;
}
#about_page .about-outer .about-inner .about-images .about-image-side {
position: relative;
width: 43%;
margin-left: -25%;
margin-bottom: -30px;
border: 10px solid white;
}
#about_page .about-outer .about-inner .about-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
flex: 1;
padding: 50px;
}
#about_page .about-outer .about-inner .about-body .page-title {
text-align: left;
}
#about_page .about-outer .about-inner .about-body .page-title span {
color: #F3F2F0;
}
#about_page #about_main .stacked-images {
width: 49%;
height: 665px;
}
#about_page #about_main .stacked-images .stacked-half {
max-width: 325px;
margin-right: -15%;
}
#about_page #about_main .loop-main-content {
width: 42%;
padding: 30px;
}
@media screen and (max-width: 820px) {
#about_page #about_main {
flex-direction: column;
}
#about_page #about_main .stacked-images {
width: 75%;
height: 565px;
}
#about_page #about_main .stacked-images .stacked-half {
display: none;
}
#about_page #about_main .loop-main-content {
width: 80%;
padding: 30px;
}
}
#authors_page {
position: relative;
}
#authors_page .authors-list .author-block:nth-child(2n) {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
#authors_page .authors-list .author-block .author-name {
font-size: 23px;
line-height: 31px;
}
#authors_page .authors-list .author-block .author-company {
font-size: 11px;
}
@media screen and (max-width: 600px) {
#authors_page .authors-list .author-block:nth-child(2n) {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
}
#contact_page {
padding: 50px 0;
}
#contact_page .contact-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
column-gap: 2em;
}
#contact_page .contact-wrapper .contact-image {
width: 44%;
}
@media screen and (max-width: 960px) {
#contact_page .contact-wrapper .contact-image {
width: 100%;
max-width: 350px;
margin-bottom: 20px;
}
}
#contact_page .contact-wrapper .contact-body {
position: relative;
padding: 50px;
width: 56%;
}
#contact_page .contact-wrapper .contact-body form {
padding-top: 30px;
margin-top: 30px;
}
#contact_page .contact-wrapper .contact-body .page-title {
text-align: left;
font-size: 37px;
line-height: 45px;
padding-bottom: 10px;
}
#contact_page .contact-wrapper .contact-body p {
margin: 0;
font-size: 15px;
line-height: 32px;
}
#contact_page .contact-wrapper .contact-body input {
border: none !important;
border-bottom: 1px solid #D8D8D8 !important;
border-radius: 0 !important;
}
#contact_page .contact-wrapper .contact-body textarea {
border: none !important;
border-bottom: 1px solid #D8D8D8 !important;
border-radius: 0 !important;
}
#contact_page .contact-wrapper .contact-body select {
padding: 10px;
font-family: "Montserrat", sans-serif;
}
#contact_page .contact-wrapper .contact-body .nf-field-container {
margin-bottom: 20px;
}
#contact_page .contact-wrapper .contact-body nf-field {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
display: block;
}
#contact_page .contact-wrapper .contact-body nf-field .nf-field-container {
width: 100%;
}
#contact_page .contact-wrapper .contact-body nf-field .nf-field-container.submit-container {
width: auto;
}
#contact_page .contact-wrapper .contact-body nf-field:last-child {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
#contact_page .contact-wrapper .contact-body .nf-field-element textarea {
height: 106px;
}
#contact_page .contact-wrapper .contact-body .label-above .nf-field-label {
margin: 0;
}
#contact_page .contact-wrapper .contact-body .nf-field-label label {
font-weight: 400;
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 2px;
}
#contact_page .contact-wrapper .contact-body .nf-form-fields-required {
display: none !important;
}
@media screen and (max-width: 960px) {
#contact_page .contact-wrapper .contact-body {
width: 100%;
padding: 0;
margin: 0;
}
}
@media screen and (max-width: 960px) {
#contact_page .contact-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column-reverse !important;
-webkit-flex-direction: column-reverse !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding: 0 40px;
row-gap: 1em;
}
#contact_page .contact-wrapper .contact-image {
width: 100%;
}
}
@media screen and (max-width: 600px) {
#contact_page .contact-wrapper {
padding: 0 30px;
}
}
.page-template-page-contact .ig-section {
display: none !important;
}
#linktree_page {
position: relative;
}
#linktree_page .linktree-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
max-width: 912px;
padding: 50px;
margin: 0 auto;
}
#linktree_page .linktree-header .linktree-image-left {
align-self: flex-end;
position: relative;
width: 34%;
z-index: 1;
border-top: 10px solid #ffffff;
border-right: 10px solid #ffffff;
}
#linktree_page .linktree-header .linktree-image-right {
align-self: flex-start;
width: 39%;
margin: 0 50px 50px -4%;
}
#linktree_page .linktree-header .linktree-header-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
z-index: 1;
align-self: flex-start;
width: 30%;
padding-top: 50px;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-subtitle {
font-family: "Belluga", serif;
font-size: 35px;
margin-bottom: 0px;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-title {
text-transform: capitalize;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-title span {
font-family: "Belluga", serif;
font-size: 14px;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-text {
font-family: "proxima-nova", sans-serif;
}
#linktree_page .linktree-wrapper {
position: relative;
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
margin: 0 0 60px;
}
#linktree_page .linktree-wrapper .linktree_title {
text-align: center;
}
#linktree_page .linktree-wrapper .linktree-links {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
width: 100%;
max-width: 470px;
}
#linktree_page .linktree-wrapper .linktree-links .linktree-link {
width: 100%;
margin: 10px 20px;
font-size: 13px !important;
font-weight: bold !important;
padding: 12px !important;
}
@media screen and (max-width: 600px) {
#linktree_page .linktree-header {
flex-direction: column !important;
padding: 0px 30px 30px;
}
#linktree_page .linktree-header .linktree-image-left {
width: 52%;
}
#linktree_page .linktree-header .linktree-image-right {
width: 52%;
margin: -111px 0 20px;
}
#linktree_page .linktree-header .linktree-header-inner {
padding-top: 0 !important;
width: 100%;
text-align: center;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-title span {
font-size: 24px;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-subtitle {
margin-bottom: -10px;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-text {
font-family: "proxima-nova", sans-serif;
}
#linktree_page .linktree-wrapper .linktree-links {
max-width: 300px;
}
#linktree_page .linktree-wrapper .red-blob {
transform: translate(0, -92%);
}
}
#shop_page .shop-search {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding: 50px 50px 20px;
}
#shop_page .shop-search .shop-search-form {
width: 100%;
max-width: 600px;
margin: 0 auto;
}
#shop_page .shop-search .shop-search-form .search-fields {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#shop_page .shop-search .shop-search-form .search-fields input {
flex: 1;
}
#shop_page .shop-search .shop-search-form .search-fields input[type=submit] {
flex: 0;
}
#shop_page .shop-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
text-align: center;
max-width: 1140px;
width: 100%;
margin: 0 auto;
padding: 0 50px 50px;
}
#shop_page .shop-inner > * {
width: 100%;
}
#shop_page .shop-nav .shop-nav-title {
font-size: 22px;
font-family: "Recoleta", sans-serif;
color: black;
padding-bottom: 12px;
}
#shop_page.index .shop-nav {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
#shop_page .products-grid-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
margin-bottom: 20px;
}
#shop_page .products-grid-cta-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
margin-top: 20px;
}
#shop_page .products-grid-wrapper .product-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: auto;
column-gap: 5em;
row-gap: 5em;
display: grid !important;
}
#shop_page .products-grid-wrapper .product-grid-item {
padding: 0px;
text-align: center;
}
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-thumb {
width: 100%;
height: 285px;
position: relative;
}
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-thumb .shop-btn {
opacity: 0;
position: absolute;
}
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-thumb:hover .shop-btn {
opacity: 1;
}
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand {
width: 100%;
font-family: "proxima-nova", sans-serif;
font-size: 12px;
letter-spacing: 0.72px;
padding: 10px 8px 0;
}
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title {
width: 100%;
font-family: "proxima-nova", sans-serif;
font-size: 16px;
padding: 0px 8px;
}
@media screen and (max-width: 960px) {
#shop_page .products-grid-wrapper .product-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto;
column-gap: 4em;
row-gap: 4em;
display: grid !important;
}
}
@media screen and (max-width: 820px) {
#shop_page .products-grid-wrapper .product-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
column-gap: 4em;
row-gap: 4em;
display: grid !important;
}
}
@media screen and (max-width: 600px) {
#shop_page .products-grid-wrapper .product-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
column-gap: 2em;
row-gap: 2em;
display: grid !important;
}
}
@media screen and (max-width: 600px) {
#shop_page .shop-inner {
padding: 0 30px 30px;
}
}
.product .product-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.product .product-wrap .product-image-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
width: 100%;
text-align: center;
}
.product .product-wrap .product-image-wrap .product-image {
max-height: 200px;
width: auto;
}
.product .product-wrap .product-image-wrap .shop-btn {
position: absolute;
}
.product .product-wrap .product-link-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.product .product-wrap .product-link-wrap .product-link {
text-transform: uppercase;
}
#instagram_feed {
position: relative;
}
#instagram_feed .instagram-header {
position: absolute;
top: 46%;
left: 15%;
z-index: 1000;
}
#colophon #footer_menu_container {
margin: 0 10px;
}
#colophon #footer_menu {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.author-block {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
position: relative;
border-top: 1px solid #D8D8D8;
margin-top: 50px;
padding: 80px 0;
}
.author-block .author-image {
width: 30%;
}
.author-block .author-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 1em;
width: 65%;
}
.author-block .author-body .author-header .author-name {
font-size: 40px;
line-height: 55px;
}
.author-block .author-body .author-header .author-company {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
}
.author-block .author-body .author-bio p {
margin-bottom: 0;
font-size: 15px;
line-height: 24px;
}
@media screen and (max-width: 1400px) {
.author-block {
padding: 50px;
}
}
@media screen and (max-width: 820px) {
.author-block {
padding: 50px 40px;
}
}
@media screen and (max-width: 600px) {
.author-block {
padding: 50px 30px;
flex-direction: column !important;
row-gap: 2em;
}
.author-block .author-image {
width: 100%;
}
.author-block .author-body {
width: 100%;
}
}
.custom-search-form {
width: 100%;
}
.custom-search-form .search-with-icon .search-field {
border: none !important;
border-radius: 0 !important;
background-color: white !important;
padding: 5px 5px 5px 30px;
font-style: italic;
}
.digital-product-block {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
position: relative;
}
.digital-product-block .digital-product-block-image {
width: 100%;
}
.digital-product-block .digital-product-block-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
flex: 1;
row-gap: 1em;
padding: 20px;
border-left: 1px solid #D8D8D8;
border-right: 1px solid #D8D8D8;
}
.digital-product-block .digital-product-block-body .digital-product-block-title {
font-size: 27px;
line-height: 37px;
text-align: center;
}
.digital-product-block .digital-product-block-body .digital-product-block-price {
display: none;
}
.digital-product-block .digital-product-block-body .digital-product-block-text p {
flex: 1;
font-size: 15px;
line-height: 24px;
}
.digital-product-block .digital-product-block-ctas {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
}
.digital-product-block .digital-product-block-ctas .digital-product-block-cta {
position: relative;
width: 50%;
}
.digital-product-block .digital-product-block-ctas .digital-product-block-cta:last-child {
margin-left: -1px;
}
.digital-product-block .digital-product-block-ctas .digital-product-block-cta:hover {
z-index: 1;
}
.digital-product-block.condensed-dp .digital-product-block-body {
border: 0;
row-gap: 5px;
padding: 20px 0;
}
.digital-product-block.condensed-dp .digital-product-block-body .digital-product-block-title {
font-size: 20px;
line-height: 24px;
}
.digital-product-block.condensed-dp .digital-product-block-body .digital-product-block-text {
display: none !important;
}
.digital-product-block.condensed-dp .digital-product-block-body .digital-product-block-price {
display: initial;
font-size: 15px;
text-align: center;
font-family: "sweet-sans-pro", sans-serif;
}
.digital-product-block.condensed-dp .digital-product-block-ctas .digital-product-block-cta.learn {
display: none !important;
}
@media screen and (max-width: 960px) {
.digital-product-block .digital-product-block-body .digital-product-block-title {
font-size: 20px;
line-height: 30px;
}
}
.fixed-search {
opacity: 0;
position: fixed;
bottom: 0;
right: 30px;
z-index: 100;
background: #F3F2F0;
color: #ffffff;
padding: 20px 50px;
display: none !important;
}
.fixed-search .fixed-search-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
}
.fixed-search .fixed-search-inner input {
color: #ffffff;
}
.fixed-search .fixed-search-inner input::placeholder {
color: #ffffff;
}
.fixed-search .fixed-search-inner button {
color: #ffffff;
}
body.lock_nav .fixed-search {
opacity: 1;
}
.flex_row {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
width: 100%;
row-gap: 10px;
margin: 20px 0;
}
@media screen and (max-width: 820px) {
.flex_row {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.flex_row > * {
width: 100% !important;
}
}
.shop-highlights-image {
position: relative;
width: 100%;
}
.shop-highlights-image .shop-dot-wrapper {
position: absolute;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot {
width: 15px;
height: 15px;
border-radius: 100%;
background: #ffffff;
border: 1px solid #909090;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding: 20px;
background: #ffffff;
min-width: 275px;
position: absolute;
opacity: 0;
visibility: hidden;
z-index: 10;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-image {
width: 40%;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 60%;
padding: 0 20px;
text-align: center;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-body .shop-dot-product-meta {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-body .shop-dot-product-meta span {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
margin-right: 5px;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-body .shop-dot-product-cta {
font-size: 10px;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-body .shop-dot-product-cta .icon {
width: 10px;
height: 10px;
}
.shop-highlights-image .shop-dot-wrapper:hover .shop-dot-product {
opacity: 1;
visibility: visible;
}
#loading_screen {
position: fixed;
background: #F3F2F0;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 50px;
z-index: 5000;
}
#loading_screen.hide {
display: none !important;
}
#loading_screen .loading-screen-wrap {
text-align: center;
}
#loading_screen .loading-screen-wrap .loading-gif img {
max-height: 200px;
width: auto;
margin: 0 auto;
}
#loading_screen .loading-screen-wrap .loading-msg {
text-transform: lowercase;
font-size: 24px;
font-style: italic;
margin-top: 10%;
}
.mentor-block {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
position: relative;
}
.mentor-block .mentor-block-image {
width: 100%;
}
.mentor-block .mentor-block-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
flex: 1;
row-gap: 1em;
padding: 20px;
border-left: 1px solid #D8D8D8;
border-right: 1px solid #D8D8D8;
}
.mentor-block .mentor-block-body .mentor-block-title {
font-size: 27px;
line-height: 37px;
text-align: center;
}
.mentor-block .mentor-block-body .mentor-block-text p {
flex: 1;
font-size: 15px;
line-height: 24px;
}
.mentor-block .mentor-block-ctas {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
}
.mentor-block .mentor-block-ctas .mentor-block-cta {
position: relative;
width: 50%;
}
.mentor-block .mentor-block-ctas .mentor-block-cta:last-child {
margin-left: -1px;
}
.mentor-block .mentor-block-ctas .mentor-block-cta:hover {
z-index: 1;
}
@media screen and (max-width: 960px) {
.mentor-block .mentor-block-body .mentor-block-title {
font-size: 20px;
line-height: 30px;
}
}
.block-notice-wrapper {
position: fixed;
left: 0;
right: 0;
bottom: 0;
width: 100%;
padding: 20px;
background: #F3F2F0;
z-index: 100;
}
.block-notice-wrapper .block-notice-container {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
column-gap: 1em;
row-gap: 10px;
text-align: center;
}
.block-notice-wrapper .block-notice-container .block-notice-text {
font-weight: bold;
}
.block-notice-wrapper .block-notice-container .block-notice-text p {
margin: 0;
}
.block-notice-wrapper .block-notice-container a {
font-weight: bold;
color: #A58A65;
}
.block-notice-wrapper .block-notice-container a:hover {
color: #333333;
}
@media screen and (max-width: 820px) {
.block-notice-wrapper .block-notice-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
}
@media screen and (max-width: 600px) {
.block-notice-wrapper .block-notice-container {
font-size: 10px;
row-gap: 0;
}
.block-notice-wrapper .block-notice-container p {
font-size: 10px;
}
}
.block-notice-wrapper.unlock {
position: relative;
}
@media screen and (max-width: 600px) {
.block-notice-wrapper {
padding: 10px;
}
}
.modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(200, 200, 200, 0.75);
z-index: 150;
display: none;
cursor: pointer;
}
.modal a {
color: white;
}
.modal .modal-box {
background: #F3F2F0;
color: #333333;
padding: 0;
position: relative;
width: 90%;
max-width: 800px !important;
top: 50%;
margin: auto;
left: 0;
right: 0;
cursor: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.modal .modal-box #popup-close {
position: absolute;
top: 6px;
right: 10px;
max-width: 16px;
z-index: 50;
}
.modal .modal-box #popup-close .icon {
width: 25px;
height: 25px;
fill: black;
}
.modal .modal-box .modal-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
text-align: center;
}
.modal .modal-box .modal-inner .footer-subscribe {
padding: 50px;
}
.modal .modal-box .modal-inner .footer-subscribe .footer-social {
padding: 0px 0px 30px;
}
.modal .modal-box .modal-inner .footer-subscribe .subscribe-title {
font-family: "Recoleta", sans-serif;
font-size: 70px;
line-height: 30px;
margin-bottom: 20px;
margin-top: 20px;
}
.modal .modal-box .modal-inner .footer-subscribe .subscribe-text {
font-family: "proxima-nova", sans-serif;
}
.modal .modal-box .modal-inner .popup-image {
width: 48%;
min-height: 500px;
}
.modal .modal-box .modal-inner .popup-text {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 52%;
padding: 50px;
}
.modal .modal-box .modal-inner .popup-text > * {
width: 100%;
}
.modal .modal-box .modal-inner .popup-text h3 {
font-weight: normal;
font-family: "Belluga", serif;
font-size: 30px;
margin-bottom: 0px;
text-transform: capitalize;
}
.modal .modal-box .modal-inner .popup-text p {
font-size: 12px;
text-transform: uppercase;
line-height: 25px;
margin-bottom: 24px;
}
.modal .modal-box .modal-inner .popup-text #mc_embed_signup_scroll p {
margin-bottom: -20px;
}
.modal .modal-box .modal-inner h1 {
margin-top: 0;
margin-bottom: 0;
color: black;
font-size: 28px;
padding: 0px 40px;
letter-spacing: 1px;
}
.modal .modal-box .modal-inner nf-field:nth-child(1) {
float: left;
width: 48%;
}
.modal .modal-box .modal-inner nf-field:nth-child(2) {
float: right;
width: 48%;
}
.modal .modal-box .modal-inner nf-field:nth-child(3) .nf-field-container {
margin-bottom: 0;
}
.modal .modal-box .modal-inner input {
border: none;
padding: 8px;
letter-spacing: 2px;
font-family: "Recoleta", sans-serif;
font-size: 11px;
line-height: 13px;
}
.modal .modal-box .modal-inner input[type=button] {
padding: 7px 5%;
margin-bottom: 30px;
}
.modal .modal-box .modal-inner textarea {
border: none;
padding: 8px;
letter-spacing: 2px;
font-family: "Recoleta", sans-serif;
font-size: 11px;
line-height: 13px;
}
@media screen and (max-width: 820px) {
.modal .modal-box .modal-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.modal .modal-box .modal-inner > * {
width: 100% !important;
}
.modal .modal-box .modal-inner .popup-image {
display: none;
}
}
.modal #mc-embedded-subscribe-form {
position: relative;
padding: 0 !important;
}
.modal #mc-embedded-subscribe-form input {
border-radius: unset !important;
display: block;
width: 100%;
padding: 10px 10px;
font-family: "proxima-nova", sans-serif;
margin: 2px;
letter-spacing: 2px;
}
.modal #mc-embedded-subscribe-form input[type=submit] {
padding: 7px 5%;
margin-bottom: 30px;
}
.modal #mc-embedded-subscribe-form input::placeholder {
text-transform: uppercase;
}
.modal #mc-embedded-subscribe-form .fa-envelope-o {
position: absolute;
top: 8px;
right: 5px;
font-size: 14px;
z-index: 50;
}
.modal #mc_embed_signup .mc-field-group {
width: 100%;
margin-bottom: 15px;
padding-bottom: 0;
text-align: left;
min-height: unset;
}
.modal #mc_embed_signup .mc-field-group label {
font-size: 10px;
margin-bottom: 5px;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner {
text-align: center;
margin: 50px 0;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner h1, .modal[data-trigger=contact-popup] .modal-box .modal-inner h2, .modal[data-trigger=contact-popup] .modal-box .modal-inner h3, .modal[data-trigger=contact-popup] .modal-box .modal-inner h4, .modal[data-trigger=contact-popup] .modal-box .modal-inner h5, .modal[data-trigger=contact-popup] .modal-box .modal-inner h6 {
position: relative;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner h1::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h2::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h3::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h4::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h5::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h6::after {
content: "";
position: relative;
display: block;
width: 115px;
height: 1px;
background: #333333;
margin: 10px auto 20px;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form {
width: 85%;
max-width: 700px;
margin: 0 auto;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form .nf-form-fields-required {
display: none !important;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container {
margin-bottom: 20px;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container .nf-field-label label {
font-weight: 700;
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 1px;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container.label-above .nf-field-label {
margin: 0;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container textarea {
border: 2px solid #F4F4F4;
border-radius: 0;
height: 106px;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input {
border: 2px solid #F4F4F4;
border-radius: 0;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(2), .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(3) {
float: right;
width: 49%;
clear: right;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(1), .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(4), .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(5) {
float: left;
width: 49%;
clear: left;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(6) {
display: block;
width: 100%;
}
.modal[data-trigger=subscribe-popup] .modal-box {
padding: 0;
max-width: 820px;
}
.modal[data-trigger=subscribe-popup] .modal-box .modal-inner {
flex-wrap: nowrap;
padding-right: 5%;
}
.modal[data-trigger=subscribe-popup] .modal-box .modal-inner .popup-image {
width: 50%;
}
.modal.watercolor .modal-box {
padding: 30px 5% 20px;
background: url(//careerinsightstudio.com/wp-content/themes/smash_theme/smash/images/watercolor.png) no-repeat bottom right/74% #F3F2F0;
background-position-x: 145%;
background-position-y: 165%;
}
.modal.watercolor .modal-box .modal-inner .popup-text {
width: 100%;
}
.modal.watercolor .modal-box .modal-inner .popup-text h2, .modal.watercolor .modal-box .modal-inner .popup-text h3 {
margin: 0 0 20px;
font-weight: bold;
}
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap .nf-form-fields-required {
display: none;
}
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap nf-field .nf-field-container {
margin: 0 0 15px;
}
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap nf-field:nth-child(1), .modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap nf-field:nth-child(2) {
width: 100%;
float: none;
}
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap nf-field:last-child .nf-field-container {
margin: 0 0 0;
text-align: left;
}
.modal.watercolor .modal-box .modal-inner input[type=button] {
margin: 0;
}
.post-block {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
row-gap: 0.5em;
}
.post-block .post-item-image-wrap {
position: relative;
width: 100%;
overflow: hidden;
}
.post-block .post-item-image-wrap .post-item-image {
display: block;
width: 100%;
}
.post-block .post-item-image-wrap .post-item-image:hover {
opacity: 0.8;
}
.post-block .post-block-image {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
overflow: hidden;
width: 100%;
}
.post-block .post-item-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
flex: 1;
row-gap: 5px;
position: relative;
z-index: 1;
width: 90%;
margin: 0 auto;
margin-top: -80px;
padding: 20px;
background: #ffffff;
text-align: center;
}
.post-block .post-item-body .post-block-date {
text-transform: uppercase;
font-size: 12px;
}
.post-block .post-item-body .post-block-title {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
flex: 1;
text-align: center;
font-size: 20px;
}
.post-block .post-item-body .post-block-link {
font-family: "Belluga", serif;
font-size: 20px;
border-bottom: 1px solid;
color: #333333;
text-transform: lowercase;
}
.post-block .post-item-body .post-block-link:hover {
color: #D8D8D8;
}
.post-block.centered {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.post-block.centered .post-item-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
z-index: 1;
margin-top: -20%;
width: 90%;
background: #ffffff;
padding: 1em;
text-align: center;
}
@media screen and (max-width: 960px) {
.post-block .post-item-body .post-block-title {
font-size: 15px;
}
}
.post-item-image-wrap {
overflow: hidden;
}
.post-products-wrap .post-products-trigger {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
background: #ffffff !important;
width: 50px;
height: 50px;
position: absolute;
top: 1px;
left: 1px;
padding: 0 !important;
}
.post-products-wrap .post-products-trigger span {
display: none !important;
transform: rotate(90deg) translate(32%, -160%);
margin-bottom: 80%;
transform-origin: top left;
line-height: 1em;
}
.post-products-wrap .post-products {
position: absolute;
top: 0;
right: 115%;
width: 100%;
background: #ffffff;
padding: 20px 30px 20px 20px;
visibility: hidden;
}
.post-products-wrap:hover .post-products {
right: 0;
visibility: visible;
}
.archive-featured-post {
padding: 0 50px;
}
.archive-featured-post .archive-featured-post-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
gap: 2em;
}
.archive-featured-post .archive-featured-post-wrap .archive-featured-post-col {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 50%;
}
.archive-featured-post .archive-featured-post-wrap .archive-featured-post-col .archive-featured-post-image {
max-height: 550px;
}
.archive-featured-post .archive-featured-post-wrap .archive-featured-post-col .archive-featured-post-body {
text-align: center;
}
.archive-featured-post .archive-featured-post-wrap .archive-featured-post-col .archive-featured-post-body h3 {
font-family: "proxima-nova", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 13.0449px;
line-height: 16px;
letter-spacing: 2.42736px;
text-transform: uppercase;
color: #32373A;
margin-bottom: 20px;
}
.archive-featured-post .archive-featured-post-wrap .archive-featured-post-col .archive-featured-post-body h2 {
font-family: "Recoleta", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 42.9464px;
line-height: 53px;
text-align: center;
text-transform: capitalize;
color: #000000;
}
@media screen and (max-width: 1024px) {
.archive-featured-post .archive-featured-post-wrap .archive-featured-post-col .archive-featured-post-body h2 {
font-size: 32px;
}
}
.archive-featured-post .archive-featured-post-wrap .archive-featured-post-col .archive-featured-post-body p {
font-family: "proxima-nova", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 13.2143px;
line-height: 24px;
text-align: center;
letter-spacing: 0.02em;
color: #000000;
padding: 1em;
}
.archive-featured-post .archive-featured-post-wrap .archive-featured-post-col .archive-featured-post-body a {
font-family: "Belluga", serif;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
text-align: center;
color: #32373A;
text-transform: lowercase;
border-bottom: 1px solid;
padding-bottom: 3px;
}
@media screen and (max-width: 960px) {
.archive-featured-post .archive-featured-post-wrap .archive-featured-post-col .archive-featured-post-body h2 {
font-size: 30px;
line-height: 40px;
}
}
@media screen and (max-width: 820px) {
.archive-featured-post {
padding: 0 40px;
}
}
@media screen and (max-width: 600px) {
.archive-featured-post {
padding: 0 39ox;
}
.archive-featured-post .archive-featured-post-wrap {
flex-direction: column !important;
padding-top: 0;
}
.archive-featured-post .archive-featured-post-wrap .archive-featured-post-col {
min-height: 400px;
width: 100%;
}
.archive-featured-post .archive-featured-post-wrap .archive-featured-post-col .archive-featured-post-body {
padding: 0;
}
.archive-featured-post .archive-featured-post-wrap .archive-featured-post-col .archive-featured-post-body h2 {
font-size: 34.9464px;
line-height: 39px;
margin-top: 13px;
}
.archive-featured-post .archive-featured-post-wrap .archive-featured-post-col .archive-featured-post-body p {
padding: 10px 0;
}
.archive-featured-post .archive-featured-post-wrap:nth-child(even) {
flex-direction: column !important;
}
}
.post-block-slide .post-block-slide-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
column-gap: 1.5em;
padding: 0 10px 0;
}
.post-block-slide .post-block-slide-inner .post-item-image {
display: block;
width: 100%;
flex: 12;
}
.post-block-slide .post-block-slide-inner .post-item-image:hover {
opacity: 0.8;
}
.post-block-slide .post-block-slide-inner .post-item-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
flex: 8;
row-gap: 1em;
width: 100%;
padding-left: 0;
min-height: 100px;
}
.post-block-slide .post-block-slide-inner .post-item-body a.post-block-slide-cat {
font-family: "sweet-sans-pro", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 11px;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: -7px;
display: none !important;
}
.post-block-slide .post-block-slide-inner .post-item-body .post-block-slide-title {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
flex: 1;
font-size: 21px;
line-height: 25px;
text-transform: capitalize;
}
.post-block-slide .post-block-slide-inner .post-item-body .post-block-slide-link {
text-transform: uppercase;
letter-spacing: 2px;
font-family: "Montserrat", sans-serif;
font-size: 11px;
}
@media screen and (max-width: xxxlargepx) {
.post-block-slide .post-block-slide-inner .post-item-body .post-block-slide-title {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
flex: 1;
font-size: 27px;
line-height: 29px;
}
}
@media screen and (max-width: 1180px) {
.post-block-slide .post-block-slide-inner .post-item-body .post-block-slide-title {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
flex: 1;
font-size: 19px;
}
}
.post-block-slide.centered .post-block-slide-inner .post-item-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.post-block-slide.centered .post-block-slide-inner .post-item-body .post-block-slide-title {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
@media screen and (max-width: 600px) {
body.home .post-block-slide .post-block-slide-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding: 0 10px 0;
}
body.home .post-block-slide .post-block-slide-inner .post-item-image {
min-height: 200px;
}
body.home .post-block-slide .post-block-slide-inner .post-item-body {
padding-top: 2em;
}
}
.product .product-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.product .product-wrap .product-image {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
width: 100%;
max-height: 265px;
text-align: center;
}
.product .product-wrap .product-image .btn-primary {
background-color: #ffffff !important;
}
.product .product-wrap .product-image .btn-primary:hover {
color: #A58A65 !important;
}
.product .product-wrap .product-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.product .product-wrap .product-body .product-brand {
font-family: "Montserrat", sans-serif;
text-align: center;
margin-bottom: 10px;
}
.product .product-wrap .product-body .product-title {
font-family: "Recoleta", sans-serif;
text-transform: capitalize;
text-align: center;
font-size: 20px;
line-height: 27px;
}
.product .product-wrap .product-link-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.product .product-wrap .product-link-wrap .product-link {
text-transform: uppercase;
}
.product.product-row .product-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.product.product-row .product-wrap .product-image-wrap {
width: auto;
}
.product.product-row .product-wrap .product-image-wrap .product-image {
max-height: 100px;
}
.product.product-row .product-wrap .product-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding: 0 20px;
}
.promo-code {
width: 22%;
}
.promo-code .promo-code-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
width: 100%;
text-align: center;
row-gap: 1em;
}
.promo-code .promo-code-inner .promo-code-image-wrap {
width: 100%;
border: 1px solid #D8D8D8;
padding: 15px;
}
#search-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(51, 51, 51, 0.8);
z-index: 150000;
display: none;
cursor: pointer;
}
#search-modal .modal-box {
width: 70%;
position: absolute;
background: unset !important;
top: 50%;
margin: auto;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
padding: 5px;
cursor: auto;
}
#search-modal .modal-box #search-close {
position: absolute;
top: -20px;
right: -15px;
z-index: 50;
}
#search-modal .modal-box #search-close .icon {
width: 30px;
height: 30px;
padding: 3px;
color: #ffffff;
border-radius: 100%;
}
#search-modal .modal-box .widget {
margin: 0;
}
#search-modal .modal-box .modal-inner {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
text-align: center;
}
#search-modal .modal-box .modal-inner .site-search {
width: 100%;
}
#search-modal .modal-box .modal-inner h1 {
margin-top: 0;
margin-bottom: 0;
background-color: #ECD4C9;
color: #fff;
font-size: 38px;
padding: 20px 38px;
}
#search-modal .modal-box .modal-inner label {
width: 100%;
}
#search-modal .modal-box .modal-inner input {
background: white;
border: none !important;
flex: 1;
width: 100%;
font-family: "proxima-nova", sans-serif;
padding: 23px;
font-style: unset;
}
#search-modal .modal-box .modal-inner input#search::placeholder {
text-transform: uppercase;
font-size: 14px;
}
#search-modal .modal-box .modal-inner input.search-field {
width: 100%;
padding: 24px;
font-size: 16px;
font-weight: 100;
text-transform: uppercase;
box-shadow: none;
border: solid 1px #999999;
border-radius: 0;
}
#search-modal .modal-box .modal-inner input[type=submit] {
flex: 0;
}
#search-modal .modal-box .modal-inner #searchsubmit {
background: url(//careerinsightstudio.com/wp-content/images/search.png) center center no-repeat;
background-color: white;
font-size: 20px;
color: black;
box-shadow: none;
border: none;
border-radius: 0;
vertical-align: top;
float: left;
padding: 20px 20px 30px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
#search-modal .modal-box .modal-inner #searchsubmit:hover {
background-color: #eaeaea;
}
@media screen and (max-width: 820px) {
#search-modal .modal-box .modal-inner .site-search {
padding: 50px 0;
}
}
@media screen and (max-width: 600px) {
#search-modal .modal-box {
width: 75%;
}
#search-modal .modal-box .modal-inner input[type=submit] {
flex: 0;
display: none !important;
}
}
.share-icon {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
text-align: center;
margin-bottom: 10px;
padding: 5px;
width: 30px;
height: 30px;
background: white;
border: 1px solid #D8D8D8;
z-index: 2;
}
input#postURL {
position: absolute;
right: -9999px;
}
.share-icons {
position: relative;
}
.share-icons .social-share {
position: relative;
}
.share-icons .social-share .social-share-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
}
.share-icons .social-share .social-share-inner.vertical-share {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
.share-icons .social-share .social-share-inner.vertical-share .social-share-title {
transform: rotate(90deg) translate(0, -167%);
transform-origin: top left;
margin-bottom: 60%;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
font-size: 11px;
}
.share-icons .social-share .social-share-inner.vertical-share .share-icons-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
position: relative;
opacity: 1;
visibility: visible;
}
.share-icons .social-share .social-share-inner.fade-share .social-share-title {
display: block;
}
.share-icons .social-share .social-share-inner.fade-share .share-icons-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: absolute;
z-index: 1;
background: #ffffff;
padding: 2px 20px;
}
.share-icons .social-share .social-share-inner .share-icons-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
}
.share-icons .social-share .share {
margin: 8px;
}
.share-icons .social-share .share span {
margin-left: 6px;
font-size: 10px;
text-transform: uppercase;
}
.snapshot .post-item-image-wrap {
position: relative;
width: 100%;
}
.snapshot .post-item-image-wrap .post-item-image {
display: block;
width: 100%;
}
.snapshot .snapshot-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
margin-top: 20px;
}
.snapshot .snapshot-body .snapshot-title {
text-align: center;
}
.social-icons {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
column-gap: 15px;
row-gap: 5px;
}
.social-icons .social-icons-header {
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
}
.social-icons .social-icon {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
font-size: 12px;
column-gap: 5px;
}
.social-icons .social-icon span {
text-transform: uppercase;
letter-spacing: 1px;
}
.video-block {
position: relative;
}
.video-block .video-block-container .video-block-wrap {
position: relative;
width: 100%;
}
.video-block .video-block-container .video-block-wrap .video-block-image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
}
.video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
}
.video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-inner .icon {
width: 55px;
height: 55px;
color: #ffffff;
}
.video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-inner .icon:hover {
color: #333333;
cursor: pointer;
}
.video-block .video-block-container .video-block-wrap .video-block-image::after {
content: "";
display: block;
background: rgba(51, 51, 51, 0.2);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
}
.video-block .video-block-container .video-block-wrap .embed-container {
position: relative;
z-index: 1;
}
.menu-has-drop-posts .posts-drop {
opacity: 0;
visibility: hidden;
padding: 50px;
position: fixed;
top: 57px;
left: 0;
right: 0;
z-index: 100;
background: white;
box-shadow: 2px 2px 5px #444;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper {
display: -webkit-flex;
display: flex;
justify-content: center;
-webkit-justify-content: center;
max-width: 1440px;
margin: 0 auto;
width: 100%;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper p {
display: inline-block;
margin: 0 10px;
font-size: 13px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper input.search-field {
border: 0px;
border-bottom: 1px solid #eee;
text-transform: lowercase;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left {
border-right: 2px solid #dedede;
margin-right: 4%;
width: 30%;
position: relative;
display: -webkit-flex;
display: flex;
flex-direction: column;
-webkit-flex-direction: column;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats {
font-size: 14px;
width: 50%;
text-align: left;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .drop-nav-header {
font-size: 25px;
font-family: "Recoleta", sans-serif;
display: block;
margin: 20px 0;
letter-spacing: 2px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats a.cat-item {
list-style: none;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-size: 12px;
padding: 5px 0px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search {
margin-top: 30px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search form.search-form {
border-bottom: 1px solid #888888;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search .search-with-icon {
position: relative;
display: -webkit-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
margin: 0 auto;
width: 52%;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search .search-with-icon.seach-icon-left i.fa-search {
position: relative;
z-index: 1;
font-size: 11px;
margin-left: -20px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search .search-with-icon .search-field {
min-width: 165px;
padding-left: 4px;
margin-left: -15px;
font-style: italic;
text-align: left;
border: none;
text-transform: lowercase;
font-size: 14px;
font-family: "Recoleta", sans-serif;
margin-left: 5px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .vertical-sep {
width: 3px;
background: #EADCDC;
margin: 0 10%;
display: block;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right {
width: 70%;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post {
display: block;
position: relative;
width: 34%;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post img {
display: block;
padding: 0px 8px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer {
align-items: center;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title-inner {
background: white;
padding: 25px;
width: 100%;
font-family: "Recoleta", sans-serif;
white-space: normal;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title {
font-size: 14px;
font-family: "Recoleta", sans-serif;
letter-spacing: 2px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title:hover {
color: #c8c8c8;
}
.menu-has-drop-posts:hover .posts-drop {
opacity: 1;
visibility: visible;
}
body.customize-support .posts-drop {
top: 179px;
}
body.customize-support.lock_nav .posts-drop {
top: 57px;
}
.icons-nav {
display: none;
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #ffffff;
z-index: 10;
}
.icons-nav .menu {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
}
.icons-nav .menu li {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding: 10px;
}
.icons-nav .menu li i {
font-size: 25px;
}
.icons-nav .menu li .icon {
width: 25px;
height: 25px;
}
.icons-nav .menu li img {
width: auto;
max-height: 25px;
}
@media screen and (max-width: 820px) {
.icons-nav {
display: block;
}
body.has-icon-nav #colophon.site-footer {
margin-bottom: 50px !important;
}
}
#mobile_nav_wrap {
display: none;
cursor: pointer;
}
#mobile_nav_wrap .mobile-nav-trigger-open {
margin: 0;
font-size: 18px;
}
@media screen and (max-width: 820px) {
#mobile_nav_wrap .mobile-nav-trigger-open {
display: block;
}
}
@media screen and (min-width: 820px) {
#mobile_nav_wrap {
display: block;
}
}
@media screen and (max-width: 820px) {
#mobile_nav_wrap {
display: block;
}
body.customize-support #mobile_nav_wrap .mobile-nav-outer {
top: 92px;
}
body.customize-support.lock_nav #mobile_nav_wrap .mobile-nav-outer {
top: 46px;
}
}
.mobile-nav-outer {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
position: fixed;
max-width: 355px;
padding-top: 50px;
width: 100%;
top: 0;
left: -500px;
bottom: 0;
background: #ffffff;
overflow-y: scroll;
z-index: 1000000;
}
.mobile-nav-outer .mobile-nav-inner {
width: 100%;
}
#colophon .mobile-nav-outer {
color: #333333;
}
.mobile-nav-outer .mobile-nav-trigger-close.icon {
display: block;
font-size: 18px;
position: absolute;
top: 60px;
left: 27px;
width: 20px;
height: 20px;
cursor: pointer;
}
#masthead.lock_nav #mobile_nav_wrap .mobile-nav-trigger-close {
top: 13px;
}
@media screen and (max-width: 820px) {
.mobile-nav-outer .mobile-nav-trigger-close {
top: 13px;
}
}
.mobile-nav-outer::-webkit-scrollbar {
width: 1px;
}
.mobile-nav-outer::-webkit-scrollbar-track {
background: #ffffff;
width: 1px;
}
.mobile-nav-outer::-webkit-scrollbar-thumb {
background-color: #333333;
width: 1px;
}
body.customize-support #mobile_nav_wrap .mobile-nav-outer {
top: 32px;
}
@media screen and (max-width: 782px) {
body.customize-support #mobile_nav_wrap .mobile-nav-outer {
top: 46px;
}
}
body.customize-support #masthead.lock_nav #mobile_nav_wrap .mobile-nav-outer {
top: 0;
}
.mobile-nav-outer .mobile-nav-image {
width: 100%;
}
.mobile-nav-outer .mobile-nav-body {
width: 100%;
padding: 30px;
font-family: "Montserrat", sans-serif;
}
.mobile-nav-outer .mobile-nav-body > * {
width: 100%;
}
.mobile-nav-outer .mobile-nav-body #mobile_logo {
position: relative;
width: 100%;
text-align: center;
margin: 0 0 35px;
}
.mobile-nav-outer .mobile-nav-body #mobile_logo img {
width: 100%;
max-width: 350px;
margin: 0 auto;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
text-align: left;
padding: 20px 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
width: 100%;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item .sub-menu .menu-item {
margin: 0 !important;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item .menu-drop {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item .menu-drop .icon {
margin-left: 10px;
cursor: pointer;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.menu-item-has-children > .sub-menu {
position: relative;
display: none !important;
opacity: 0;
visibility: hidden;
transform: unset;
background: unset;
padding: unset;
padding-left: 10px;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.menu-item-has-children > .sub-menu li {
margin-bottom: 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.menu-item-has-children > .sub-menu li a {
font-size: 15px;
padding-left: 30px;
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
letter-spacing: 1px;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.menu-item-has-children.show > .sub-menu {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
opacity: 1;
visibility: visible;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item a {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
align-items: center;
text-transform: capitalize;
font-size: 30px;
font-family: "Recoleta", sans-serif;
letter-spacing: 1.5px;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item a span {
padding: 0 10px;
font-style: italic;
font-size: 24px;
font-family: "Recoleta", sans-serif;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item a span.menu-count {
padding: 0 10px 0 0;
font-style: normal;
font-size: 14px;
font-family: "proxima-nova", sans-serif;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.light-menu-item {
font-weight: 100;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom {
padding-top: 20px;
border-top: 1px solid #333333;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
.mobile-nav-outer .mobile-nav-body .social-icons {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
margin: 35px 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_search {
margin-bottom: 35px;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
position: relative;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields input[type=text] {
padding: 5px 0 !important;
border: none !important;
border-bottom: 1px solid #333333 !important;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields input[type=text]::placeholder {
color: #333333;
text-transform: uppercase;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields button {
position: absolute;
right: 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields button .icon {
width: 15px;
height: 15px;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .widget {
margin: 0;
width: 100%;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .widget input {
width: 100%;
}
@media screen and (max-width: 820px) {
.mobile-nav-outer {
padding-top: 45px;
}
}
#mobile_nav_bg {
display: none;
background: rgba(0, 0, 0, 0.4);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 100000;
}
#more_nav {
position: relative;
padding: 20px;
background: #F3F2F0;
}
#more_nav #category_menu li {
font-family: "Montserrat", sans-serif;
}
#more_nav #category_menu li a {
color: black !important;
}
#more_nav #category_menu li a:hover {
color: #A58A65 !important;
}
#more_nav .more-nav-header {
font-family: "Recoleta", sans-serif;
margin: 0 0px 5px 0;
}
@media screen and (max-width: 820px) {
#more_nav {
flex-direction: column;
}
#more_nav .more-nav-header {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
}
@media screen and (max-width: 600px) {
#more_nav {
flex-direction: column;
}
#more_nav #category_menu {
flex-direction: column;
margin-left: 0px;
}
#more_nav .more-nav-header {
width: 100%;
margin-right: 0px;
font-size: 20px;
}
}
.page-nav {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
margin-bottom: 30px;
}
.page-nav .page-menu-container {
width: 100%;
padding: 20px;
}
.page-nav h2.page-nav-title {
text-transform: capitalize;
font-size: 40px;
letter-spacing: 2px;
font-family: "Recoleta", sans-serif;
}
.page-nav .page-nav-text {
text-align: center;
max-width: 1000px;
padding: 0 30px;
}
@media screen and (max-width: 820px) {
.page-nav .page-nav-text {
margin-bottom: 20px;
}
}
.page-nav form {
width: 100%;
max-width: 480px;
margin: 10px 0;
}
.page-nav form .search-fields {
position: relative;
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.page-nav form .search-fields input {
width: 100%;
font-size: 12px;
letter-spacing: 1px;
font-family: "Recoleta", sans-serif;
}
.page-nav form .search-fields button {
position: absolute;
right: 10px;
}
@media screen and (max-width: 600px) {
.page-nav form .search-fields {
max-width: 90%;
margin: 0 auto;
}
}
.page-nav .page-menu {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
margin: 10px 0 30px;
}
.page-nav .page-menu ul {
padding: 5px 0px;
}
.page-nav .page-menu li {
text-align: left;
font-weight: 500;
}
.page-nav .page-menu li.index-label {
font-family: "Belluga", serif;
text-transform: lowercase;
font-size: 36px;
font-style: italic;
font-weight: 400;
}
.page-nav .page-menu li.current-menu-item {
border-bottom: 2px solid #A58A65;
}
@media screen and (max-width: 820px) {
.page-nav .page-menu li.current-menu-item {
border-bottom: 1px solid #eeeeee;
}
}
.page-nav .page-menu li .sub-menu {
margin: 0;
padding: 0;
list-style-position: inside;
}
@media screen and (max-width: 820px) {
.page-nav .page-menu {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
font-size: 11px;
letter-spacing: 1px;
width: 100%;
}
.page-nav .page-menu .menu-item {
width: 100%;
padding: 12px 20px;
border-bottom: 1px solid #eeeeee;
}
.page-nav .page-menu .menu-item .menu-drop {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.page-nav .page-menu .menu-item .menu-drop .icon {
margin-left: 10px;
}
.page-nav .page-menu .menu-item.menu-item-has-children .sub-menu {
position: relative;
display: none;
opacity: 0;
visibility: hidden;
transform: unset;
background: unset;
padding: unset;
padding-left: 10px;
}
.page-nav .page-menu .menu-item.menu-item-has-children .sub-menu li {
margin-bottom: 0;
border-bottom: unset;
}
.page-nav .page-menu .menu-item.menu-item-has-children.show .sub-menu {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
opacity: 1;
visibility: visible;
}
.page-nav .page-menu .menu-item a {
display: block;
}
.page-nav .page-menu .menu-item.light-menu-item {
font-weight: 100;
}
}
.page-nav .page-nav-title .icon {
display: none;
}
@media screen and (max-width: 820px) {
.page-nav .page-nav-title {
font-family: "proxima-nova", sans-serif;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
width: 100%;
padding: 12px 20px;
text-align: center;
}
.page-nav .page-nav-title.center {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.page-nav .page-nav-title.between {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
}
.page-nav.btns {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
background: #F3F2F0;
padding: 20px 50px;
margin-bottom: 50px;
}
.page-nav.btns .page-nav-title {
margin: 0;
max-width: 300px;
text-align: center;
}
@media screen and (max-width: 960px) {
.page-nav.btns .page-nav-title {
max-width: 100%;
padding-bottom: 0;
justify-content: center !important;
}
}
.page-nav.btns .page-menu-container {
width: auto;
}
.page-nav.btns .page-menu-container .page-menu {
margin: 0;
}
.page-nav.btns .page-menu-container .page-menu li a {
width: 200px !important;
}
.page-nav.btns .page-menu-container .page-menu li.current-menu-item {
border-bottom: unset;
}
.page-nav.has-btns .page-menu-container .page-menu li.current-menu-item {
border-bottom: unset;
}
.page-nav.mobile-title .page-nav-title {
display: none;
}
@media screen and (max-width: 820px) {
.page-nav.mobile-title .page-nav-title.center {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.page-nav.mobile-title .page-nav-title.between {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
}
@media screen and (max-width: 820px) {
.page-nav.btns {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding: 20px;
}
.page-nav.btns .page-menu-container {
width: 100%;
}
.page-nav.btns .page-menu-container .page-menu {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
}
.page-nav.hide-mobile .page-menu .menu-item {
width: fit-content;
border-bottom: none;
}
.page-nav.show-mobile .page-nav-title {
order: 1;
font-family: "proxima-nova", sans-serif;
font-size: 11px;
text-transform: uppercase;
text-align: left;
letter-spacing: 1px;
width: 100%;
padding: 12px 20px;
border-top: 1px solid #efefef;
border-bottom: 1px solid #efefef;
}
.page-nav.show-mobile .page-nav-title.center {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.page-nav.show-mobile .page-nav-title.between {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.page-nav.show-mobile .page-nav-title .icon {
display: block;
margin-left: 10px;
}
.page-nav.show-mobile .page-nav-title.open .icon {
transform: rotate(180deg);
}
.page-nav.show-mobile .page-menu-container {
display: none;
order: 2;
padding: 0;
}
.page-nav.show-mobile form {
order: 3;
}
}
.digital-products-archive-page .page-nav {
display: none !important;
}
.digital-products-archive-page .page-nav .page-nav-title {
display: none;
}
@media screen and (max-width: 820px) {
.digital-products-archive-page .page-nav .page-nav-title {
display: inherit;
}
}
.digital-products-cat-archive-page .page-nav h2.page-nav-title {
font-size: 30px;
}
#circle_links {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 2em;
position: relative;
width: 100%;
margin: 0;
}
#circle_links .circle-links-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#circle_links .circle-links-header.has-cta {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
#circle_links .circle-links-header .circle-links-title {
margin: 0;
}
#circle_links .circle-links-header .circle-links-cta {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
#circle_links .circle-links-container {
width: 100%;
text-align: center;
}
#circle_links .circle-links-container a.circle-links-cta {
letter-spacing: 1px;
font-size: 12px;
text-transform: uppercase;
padding-left: 5px;
}
#circle_links .circle-links-slider {
visibility: hidden;
opacity: 0;
}
#circle_links .circle-links-slider.slick-initialized.show-slider {
visibility: visible;
opacity: 1;
}
#circle_links .circle-links-slider .slick-arrow {
top: 42%;
}
#circle_links .circle-links-slider .circle-slide {
width: 100%;
padding: 20px;
text-align: center;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-image {
width: 100%;
border-radius: 100%;
border: 8px solid #ffffff;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-image:hover {
opacity: 0.8;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-text {
text-transform: uppercase;
font-family: "Montserrat", serif;
margin-top: 15px;
letter-spacing: 1px;
font-size: 12px;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-text:hover {
color: #D8D8D8;
}
#circle_links.has-bg {
background: #F3F2F0;
padding: 50px;
}
#circle_links.has-bg .circle-links-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#circle_links.has-bg .circle-links-header .circle-links-title {
font-size: 34px;
line-height: 40px;
margin: 0;
padding: 0;
}
@media screen and (max-width: 960px) {
#circle_links.has-bg {
padding: 0;
}
#circle_links.has-bg .circle-links-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#circle_links.has-bg .circle-links-header .circle-links-cta {
width: 100%;
}
}
@media screen and (max-width: 960px) {
#circle_links {
padding: 10px 50px 30px;
}
}
@media screen and (max-width: 600px) {
#circle_links {
padding: 0 20px 30px;
}
#circle_links .circle-links-slider .circle-slide {
padding: 0px 10px;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner {
padding: 0 30px;
}
#circle_links .circle-links-slider .slick-arrow {
top: 34%;
}
}
#featured_products {
position: relative;
padding: 50px;
}
#featured_products .featured-products-inner .featured-products-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#featured_products .featured-products-inner .animate-right {
border-bottom: 1px solid #333333;
font-weight: bolder;
font-size: 10px;
font-weight: bolder;
letter-spacing: 1px;
}
#featured_products .featured-products-inner .featured-products-slider .product {
padding: 20px;
}
#featured_products .featured-products-inner .featured-products-slider .product .product-brand {
border-bottom: 1px solid #333333;
margin-bottom: 10px;
}
#featured_products.borders .featured-products-inner {
padding: 50px 0;
border-top: 1px solid #D8D8D8;
border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 600px) {
#featured_products .featured-products-header-wrap {
flex-direction: column;
}
}
.product .product-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.product .product-wrap .product-image-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
width: 100%;
text-align: center;
}
.product .product-wrap .product-image-wrap .shop-btn {
position: absolute;
}
.product .product-wrap .product-link-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.product .product-wrap .product-link-wrap .product-link {
text-transform: uppercase;
}
.featured-products-numbered {
position: relative;
padding: 50px 0;
background: #F3F2F0;
margin-bottom: 60px;
}
.featured-products-numbered .hero-body {
background: #F3F2F0;
text-align: center;
max-width: 520px;
width: 100%;
padding: 2em;
margin-bottom: -50px;
position: relative;
z-index: 10;
max-height: 220px;
}
.featured-products-numbered .hero-body .hero-text {
padding: 10px 0 20px;
}
.featured-products-numbered .hero-body .hero-subtitle {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
text-align: center;
letter-spacing: 1.85714px;
text-transform: uppercase;
color: #E7E1E0;
}
.featured-products-numbered .hero-body .hero-title {
font-family: "Recoleta", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 55px;
letter-spacing: 0.1em;
text-transform: capitalize;
color: #FFFFFF;
margin: 0.5em 0;
}
.featured-products-numbered .featured-products-numbered-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 2em;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-title {
padding-bottom: 20px;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider-nav {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
align-self: flex-end;
-webkit-align-self: flex-end;
column-gap: 3em;
margin-right: 50px;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider-nav .icon {
width: 30px;
height: 30px;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider {
width: 100%;
max-width: 1400px;
align-self: flex-start;
-webkit-align-self: flex-start;
transform: translate(-1%, 0);
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .slick-list {
overflow: visible;
margin-left: 50px;
}
@media screen and (max-width: 960px) {
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .slick-list {
overflow: hidden;
margin-left: 0;
}
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product {
padding: 0 2.5em;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
column-gap: 4vw;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-image-wrap {
flex: 1;
background-color: #FFF;
padding: 2em;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-image-wrap .numbered-product-image {
width: 100%;
max-height: 220px;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-count {
position: absolute;
font-family: "Canela-Medium", serif;
font-size: calc(64px + 6vw);
z-index: 1;
transform: translate(0, 0);
color: #4E4E4E;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
flex: 1;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-body .numbered-product-title {
padding-bottom: 0.5em;
font-size: 23px;
line-height: 30px;
letter-spacing: 1px;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-body .shop-btn {
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-weight: 700;
padding-top: 0.5em;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-body .shop-btn .icon {
width: 20px;
height: 20px;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-body .shop-btn .icon:hover {
color: #F3F2F0;
}
@media screen and (max-width: 1100px) {
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-count {
font-size: calc(72px + 6vw);
transform: translate(10px, 0);
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-description {
font-size: 14px;
line-height: 1.4;
}
}
@media screen and (max-width: 960px) {
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product {
padding: 0 0.8em;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-image-wrap {
padding: 0.3em;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-count {
transform: translate(-10px, 0);
}
}
@media screen and (max-width: 600px) {
.featured-products-numbered {
padding-bottom: 26px;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider {
overflow: hidden;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product {
padding: 0 0.8em;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap {
column-gap: 8vw;
flex-direction: column !important;
row-gap: 2em;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-image-wrap {
padding: 2em;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-image-wrap .numbered-product-image {
min-height: 200px;
min-width: 200px;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-count {
font-size: calc(95px + 12vw);
transform: translate(12px, 0);
}
}
@media screen and (max-width: 460px) {
.featured-products-numbered {
padding: 50px 10px 36px 20px;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product {
padding: 0 0.8em;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap {
column-gap: 8vw;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-image-wrap {
padding: 1em;
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-count {
font-size: calc(60px + 6vw);
transform: translate(-25vw, -64px);
}
.featured-products-numbered .featured-products-numbered-container .featured-products-numbered-slider .numbered-product .numbered-product-wrap .numbered-product-body {
flex: 2;
}
}
.reviews-slider-wrapper {
position: relative;
padding: 80px 50px 0;
border-top: 1px solid #D8D8D8;
text-align: center;
}
.reviews-slider-wrapper .reviews-slider-container .reviews-slider-title {
text-align: center;
}
.reviews-slider-wrapper .reviews-slider-container .reviews-slider {
width: 100%;
max-width: 1082px;
margin: 0 auto;
}
.reviews-slider-wrapper .reviews-slider-container .reviews-slider.slick-slider .slick-arrow .icon {
width: 22px;
height: 38px;
}
.reviews-slider-wrapper .reviews-slider-container .reviews-slider.slick-slider .slick-arrow.slick-prev {
left: -4%;
}
.reviews-slider-wrapper .reviews-slider-container .reviews-slider.slick-slider .slick-arrow.slick-next {
right: -4%;
}
.reviews-slider-wrapper .reviews-slider-container .reviews-slider .review {
font-size: 18px;
}
.reviews-slider-wrapper .reviews-slider-container .reviews-slider .review .review-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
}
.reviews-slider-wrapper .reviews-slider-container .reviews-slider .review .review-inner .review-icon {
position: absolute;
top: 30px;
left: 30px;
z-index: 1;
width: 57px;
height: 47px;
color: #A58A65;
}
.reviews-slider-wrapper .reviews-slider-container .reviews-slider .review .review-inner .review-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
text-align: center;
row-gap: 10px;
width: 100%;
}
.reviews-slider-wrapper .reviews-slider-container .reviews-slider .review .review-inner .review-body .review-text {
font-family: "Recoleta", sans-serif;
font-size: 20px;
line-height: 38px;
}
.reviews-slider-wrapper .reviews-slider-container .reviews-slider .review .review-inner .review-body .review-title {
font-family: "Recoleta", sans-serif;
font-size: 29px;
line-height: 40px;
}
@media screen and (max-width: 820px) {
.reviews-slider-wrapper {
padding: 80px 0px 0;
}
}
@media screen and (max-width: 600px) {
.reviews-slider-wrapper .reviews-slider-container .reviews-slider .review .review-inner .review-body .review-text {
line-height: 30px;
}
}
#hero_slider {
position: relative;
padding: 30px 20px 90px;
}
#hero_slider .slick-slider {
position: relative;
}
#hero_slider .slick-slider .slick-dots {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
margin: 0;
position: absolute;
bottom: 0;
left: -20px;
width: auto;
z-index: 100;
}
#hero_slider .slick-slider .slick-dots li {
line-height: normal;
width: auto;
height: auto;
}
#hero_slider .slick-slider .slick-dots li button {
display: block !important;
margin: 5px !important;
}
#hero_slider .slick-slider .slick-dots li button::before {
display: none;
}
#hero_slider .slick-slider .slick-arrow {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
background: #F3F2F0;
padding: 3px;
border-radius: 100%;
width: 25px;
height: 25px;
}
#hero_slider .slick-slider .slick-arrow.slick-prev {
top: 45%;
left: 0;
}
@media screen and (max-width: 960px) {
#hero_slider .slick-slider .slick-arrow.slick-prev {
left: -15px;
}
}
#hero_slider .slick-slider .slick-arrow.slick-next {
top: 45%;
right: 0;
}
@media screen and (max-width: 960px) {
#hero_slider .slick-slider .slick-arrow.slick-next {
right: -15px;
}
}
#hero_slider .slick-slider .slick-arrow .icon {
width: 15px;
height: 15px;
}
#hero_slider .slick-slider .slick-arrow:hover {
background: #A58A65;
}
#hero_slider .hero-slide {
padding-left: 40px;
}
#hero_slider .hero-slide .hero-image {
position: relative;
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: flex-end !important;
-webkit-align-items: flex-end !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
padding: 0 50px;
width: 100%;
}
#hero_slider .hero-slide .hero-image .post-products-wrap .post-products-trigger {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
top: 30px;
bottom: unset;
left: 0;
right: unset;
transform: translate(-40px, 0);
font-weight: bold !important;
font-size: 13px !important;
}
#hero_slider .hero-slide .hero-image .post-products-wrap .post-products-trigger span {
transform: unset;
margin: 0;
margin-left: 5px;
}
#hero_slider .hero-slide .hero-image .post-products-wrap .post-products {
top: 0;
}
#hero_slider .hero-slide .hero-image .hero-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
background: #ffffff;
text-align: center;
max-width: 385px;
padding: 90px 30px;
}
#hero_slider .hero-slide .hero-image .hero-body h2 {
font-size: 29px;
line-height: 36px;
margin-bottom: 30px;
}
#hero_slider .hero-slide .hero-image .hero-body .hero-cta {
font-size: 13px;
letter-spacing: 1px;
}
@media screen and (max-width: 1180px) {
#hero_slider .hero-slide .hero-image {
padding: 50px 30px 0;
}
#hero_slider .hero-slide .hero-image .hero-body {
padding: 40px 34px;
}
}
@media screen and (max-width: 960px) {
#hero_slider .hero-slide {
padding-left: 0px;
}
#hero_slider .hero-slide .hero-image {
height: 450px !important;
}
#hero_slider .hero-slide .hero-image .hero-body {
padding: 28px 25px;
max-width: 280px;
}
#hero_slider .hero-slide .hero-image .hero-body h2.hero-title {
font-size: 21px;
line-height: 29px;
}
#hero_slider .hero-slide .hero-image .post-products-wrap .post-products-trigger {
transform: translate(0, 0);
}
}
@media screen and (max-width: 600px) {
#hero_slider {
padding: 50px 30px;
}
#hero_slider .hero-slide .hero-image {
height: 450px !important;
}
#hero_slider .hero-slide .hero-image .hero-body {
background-color: rgba(255, 255, 255, 0.8);
padding: 21px 22px;
}
#hero_slider .hero-slide .hero-image .hero-body h2.hero-title {
font-size: 17px;
line-height: 24px;
margin-bottom: 20px;
}
}
.guides-basic .guide-basic {
position: relative;
padding: 50px 0;
margin-top: 50px;
border-top: 1px solid #D8D8D8;
text-align: center;
}
.guides-basic .guide-basic h3.guide-title {
margin-bottom: 30px;
}
.guides-basic .guide-basic .guide-text {
line-height: 31px;
letter-spacing: 0.5px;
}
.guides-basic .guide-basic .guide-products {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.guides-basic .guide-basic .guide-products .product {
width: auto;
max-width: 285px;
padding: 20px;
}
.guides-rows .post-guide-row {
width: 100%;
position: relative;
max-width: 940px;
margin: 50px auto;
}
.guides-rows .post-guide-row > * {
width: 32%;
}
.guides-rows .post-guide-row:nth-child(2n+1) {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.guides-rows .post-guide-row:nth-child(2n) {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.guides-rows .post-guide-row img {
width: 28%;
}
.guides-rows .post-guide-row .sep {
width: 90px;
height: 2px;
margin: 0 2%;
background: black;
}
.guides-rows .post-guide-row .guide-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 60%;
}
.guides-rows .post-guide-row .guide-body .guide-count {
font-family: "Recoleta", sans-serif;
font-size: 80px;
}
.guides-rows .post-guide-row .guide-body .guide-title {
font-family: "Recoleta", sans-serif;
font-size: 30px;
margin-bottom: 20px;
}
.guides-rows .post-guide-row .guide-body .guide-text {
font-family: "proxima-nova", sans-serif;
margin-bottom: 30px;
line-height: 28px;
}
.guides-rows .post-guide-row .guide-body .guide-text a {
color: #535353;
font-weight: 100;
font-size: 14px;
text-transform: none;
border-bottom: none;
padding-bottom: 0;
}
.guides-rows .post-guide-row .guide-body a {
padding-bottom: 5px;
font-family: "proxima-nova", sans-serif;
text-transform: uppercase;
margin-bottom: 24px;
letter-spacing: 1px;
font-size: 13px;
font-weight: bold;
}
@media screen and (max-width: 820px) {
.guides-rows .post-guide-row {
flex-direction: column;
}
.guides-rows .post-guide-row .sep {
display: none;
}
.guides-rows .post-guide-row .guide-body {
width: 100%;
}
.guides-rows .post-guide-row img {
width: 70%;
margin-bottom: 20px;
}
.guides-rows .post-guide-row:nth-child(2n) {
flex-direction: column;
}
}
@media screen and (max-width: 820px) {
.guides-rows .post-guide-row img {
width: 100%;
margin-bottom: 20px;
}
}
.guides-grid {
max-width: 1025px;
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.guides-grid .guide-grid.vertical {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
width: 50%;
padding: 30px;
}
.guides-grid .guide-grid.vertical .guide-count {
font-family: "Recoleta", sans-serif;
font-size: 100px;
color: #A58A65;
}
.guides-grid .guide-grid.vertical h3.guide-grid-title {
margin-bottom: 20px;
}
.guides-grid .guide-grid.vertical .guide-grid-text {
line-height: 31px;
letter-spacing: 0.5px;
}
.guides-grid .guide-grid.vertical .guide-grid-products {
width: 100%;
}
.guides-grid .guide-grid.horizontal {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
padding: 30px 30px 50px;
margin: 30px 0 0;
border-bottom: 1px solid #D8D8D8;
}
.guides-grid .guide-grid.horizontal:nth-child(2n) {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.guides-grid .guide-grid.horizontal:nth-child(2n) .guide-grid-body {
padding-right: 50px;
margin-right: 50px;
border-right: 1px solid #D8D8D8;
width: 52%;
}
.guides-grid .guide-grid.horizontal:nth-child(2n) .guide-grid-products {
width: 38%;
}
.guides-grid .guide-grid.horizontal:nth-child(2n+1) {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.guides-grid .guide-grid.horizontal:nth-child(2n+1) .guide-grid-products {
padding-right: 50px;
margin-right: 50px;
border-right: 1px solid #D8D8D8;
width: 52%;
}
.guides-grid .guide-grid.horizontal:nth-child(2n+1) .guide-grid-body {
width: 38%;
}
.guides-grid .guide-grid.horizontal .guide-grid-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 52%;
}
.guides-grid .guide-grid.horizontal .guide-grid-body .guide-count {
font-family: "Recoleta", sans-serif;
font-size: 120px;
color: #CCCCCC;
}
.guides-grid .guide-grid.horizontal .guide-grid-body h3.guide-grid-title {
margin-bottom: 20px;
}
.guides-grid .guide-grid.horizontal .guide-grid-body .guide-grid-text {
line-height: 24px;
letter-spacing: 0.5px;
text-align: center;
font-size: 14px;
}
.guides-grid .guide-grid.horizontal .guide-grid-products {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 38%;
}
.guides-grid .guide-grid.horizontal .guide-grid-products .post-product-slider-wrap {
width: 100%;
}
.guides-grid .guide-grid.horizontal:last-child {
border-bottom: none !important;
}
@media screen and (max-width: 820px) {
.guides-grid .guide-grid.horizontal {
padding: 30px 0 50px;
}
}
@media screen and (max-width: 600px) {
.guides-grid {
flex-direction: column !important;
}
.guides-grid .guide-grid.vertical {
width: 100%;
}
.guides-grid .guide-grid.horizontal {
flex-direction: column !important;
padding: 0px 0 50px;
}
.guides-grid .guide-grid.horizontal:nth-child(2n), .guides-grid .guide-grid.horizontal:nth-child(2n+1) {
flex-direction: column !important;
}
.guides-grid .guide-grid.horizontal:nth-child(2n) .guide-grid-body, .guides-grid .guide-grid.horizontal:nth-child(2n+1) .guide-grid-body {
padding-right: 0;
margin-right: 0;
border-right: none;
width: 100%;
}
.guides-grid .guide-grid.horizontal:nth-child(2n) .guide-grid-products, .guides-grid .guide-grid.horizontal:nth-child(2n+1) .guide-grid-products {
width: 100%;
margin-top: 30px;
padding-right: 0;
margin-right: 0;
border-right: none;
}
.guides-grid .guide-grid.horizontal .guide-grid-body {
padding-right: 0;
margin-right: 0;
border-right: none;
width: 100%;
}
.guides-grid .guide-grid.horizontal .guide-grid-products {
width: 100%;
margin-top: 30px;
}
}
.post-product-slider-wrap {
text-align: center;
}
.post-product-slider-wrap .slick-arrow.slick-prev {
left: unset;
right: -4%;
top: 48%;
}
.post-product-slider-wrap .slick-arrow.slick-next {
left: unset;
right: -4%;
top: 39%;
}
.post-product-slider-wrap .post-product-slider img {
margin: 0 auto;
}
.post-product-slider-wrap .post-product-slider .slick-arrow {
position: absolute;
top: 50%;
font-size: 24px;
color: #000000;
}
.post-product-slider-wrap .post-product-slider .slick-arrow.slick-prev {
left: -10%;
}
.post-product-slider-wrap .post-product-slider .slick-arrow.slick-next {
right: -10%;
}
.quick-links {
position: absolute;
top: 50%;
left: -125px;
max-width: 250px;
border: 3px solid #F3F2F0;
background: #ffffff;
padding: 20px 30px;
}
.quick-links h3 {
margin-bottom: 10px;
text-transform: capitalize;
}
.quick-links p {
font-size: 10px;
margin-bottom: 0;
text-transform: uppercase;
line-height: 2.25em;
word-break: break-word;
}
@media screen and (max-width: 960px) {
.quick-links {
left: -92px;
max-width: 200px;
padding: 16px 21px;
}
}
@media screen and (max-width: 600px) {
.quick-links {
display: none;
}
}
.posts-collection {
position: relative;
padding: 50px;
}
.posts-collection .posts-collection-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.posts-collection .posts-collection-container .collection-post-main {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
flex: 3;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body {
position: relative;
width: 60%;
margin-right: -20%;
overflow: hidden;
padding-left: 25px;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner {
position: relative;
width: 94%;
background: #F3F2F0;
border: 2px solid #F3F2F0;
padding: 60px;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-cat {
text-transform: uppercase;
font-family: "Montserrat", serif;
letter-spacing: 1px;
font-size: 12px;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner h2 {
font-size: 40px;
line-height: 44px;
margin: 20px 0;
}
@media screen and (max-width: 1180px) {
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner h2 {
font-size: 25px;
line-height: 36px;
margin: 20px 0;
}
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .collection-post-main-text {
font-size: 15px;
margin-bottom: 20px;
line-height: 25px;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
top: 25px;
left: -25px;
width: 50px;
height: 50px;
padding: 0 !important;
border-radius: 100%;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products {
top: 0;
bottom: unset;
right: 115%;
left: unset;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap:hover .post-products {
right: 0;
}
@media screen and (max-width: 960px) {
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner {
width: 85%;
padding: 40px;
}
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-image {
width: 64%;
}
.posts-collection .posts-collection-container .posts-collection-posts-side {
flex: 1;
padding: 0 0 0 40px;
}
.posts-collection .posts-collection-container .posts-collection-posts-side .collection-post {
border-bottom: 1px solid #F3F2F0;
padding: 10px 0;
margin-bottom: 20px;
text-transform: uppercase;
font-family: "Montserrat", serif;
letter-spacing: 1px;
font-size: 12px;
}
.posts-collection .posts-collection-container .posts-collection-posts-side .collection-post h4 {
font-size: 22px;
}
@media screen and (max-width: 1180px) {
.posts-collection .posts-collection-container .posts-collection-posts-side .collection-post h4 {
font-size: 17px;
}
}
@media screen and (max-width: 960px) {
.posts-collection .posts-collection-container .posts-collection-posts-side {
width: 98%;
}
}
@media screen and (max-width: 600px) {
.posts-collection .posts-collection-container .posts-collection-posts-side {
padding: 0;
width: 91%;
}
}
@media screen and (max-width: 1180px) {
.posts-collection {
padding: 50px 30px 50px 20px;
}
}
@media screen and (max-width: 960px) {
.posts-collection .posts-collection-container {
flex-direction: column !important;
}
}
@media screen and (max-width: 600px) {
.posts-collection {
padding: 30px;
}
.posts-collection .posts-collection-container .collection-post-main {
flex-direction: column-reverse !important;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-image {
width: 100%;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body {
width: 100%;
margin-right: 0%;
margin-right: 25px;
margin-top: -60px;
margin-bottom: 30px;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner {
width: 100%;
padding: 20px;
}
}
.home-post {
padding: 50px 0;
}
.home-post .home-post-inner .home-post-content {
width: 49%;
padding: 50px 50px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner {
display: flex;
flex-direction: column;
row-gap: 10px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-title {
position: relative;
font-size: 37px;
line-height: 45px;
}
@media screen and (max-width: 1024px) {
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-title {
font-size: 32px;
}
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.category-name {
text-transform: capitalize;
font-size: 25px;
font-family: "Belluga", serif;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .post-date {
font-family: "proxima-nova", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .btn {
width: fit-content;
padding: 7px 40px !important;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-excerpt {
margin-top: 15px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-excerpt p {
font-size: 15px;
line-height: 24px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post {
display: flex;
align-items: center;
justify-content: center;
font-family: "sweet-sans-pro", sans-serif;
text-transform: uppercase;
font-size: 15px;
margin-top: 55px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post span {
padding-right: 10px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post .icon {
width: 10px;
fill: black;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post:hover .icon {
margin-left: 5px;
}
.home-post .home-post-inner .home-post-image {
position: relative;
width: 51%;
overflow: hidden;
}
.home-post .home-post-inner .home-post-image .post-products-wrap .post-products-trigger {
bottom: 0;
}
.home-post .home-post-inner .home-post-image .post-products-wrap .post-products {
bottom: 0;
}
.home-post .home-post-inner .home-post-image .social-share {
position: absolute;
top: 0;
left: 0;
color: white;
font-size: 18px;
}
.home-post .home-post-inner .home-post-image .social-share a {
color: white;
}
.home-post .home-post-inner .home-post-image .social-share .icon {
fill: white;
width: 20px;
height: 20px;
}
.home-post .home-post-inner .home-post-image .social-share .share-title {
background: rgba(0, 0, 0, 0.5);
padding: 11px 20px 7px;
}
.home-post .home-post-inner .home-post-image .social-share .share-actions {
background: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
padding: 4px 7px 7px;
}
.home-post .home-post-inner .home-post-image .social-share .share-actions button {
font-size: 14px;
padding: 10px;
color: white;
cursor: pointer;
}
.home-post .home-post-inner .home-post-image .social-share .share-actions button:hover {
color: #000;
}
.home-post .home-post-inner .home-post-image .social-share:hover .share-actions {
opacity: 1;
visibility: visible;
}
@media screen and (max-width: 1180px) {
.home-post .home-post .home-post-inner .home-post-content {
padding: 20px 30px;
}
}
@media screen and (max-width: 820px) {
.home-post {
padding: 50px 40px;
}
.home-post .home-post-inner {
flex-direction: column !important;
row-gap: 2em;
}
.home-post .home-post-inner .home-post-content {
width: 100%;
padding: 0;
}
.home-post .home-post .home-post-inner {
flex-direction: column;
}
.home-post .home-post .home-post-inner .home-post-content {
padding: 30px 30px;
width: 100%;
border: none;
border-bottom: 4px solid #f4f4f4;
border-right: 4px solid #f4f4f4;
border-left: 4px solid #f4f4f4;
}
.home-post .home-post .home-post-inner .home-post-image {
width: 100%;
height: 300px;
}
}
@media screen and (max-width: 600px) {
.home-post {
padding: 50px 30px;
}
.home-post .home-post-inner .home-post-image {
width: 100%;
}
}
.digital-products-grid-wrapper {
position: relative;
margin-bottom: 100px;
}
.digital-products-grid-wrapper .digital-products-grid-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 2.5em;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-products-grid-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-products-grid-header .digital-products-grid-title {
font-size: 30px;
line-height: 45px;
padding-bottom: 15px;
text-align: center;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-products-grid-header .digital-products-grid-text {
max-width: 600px;
margin: auto;
text-align: center;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-products-grid-header .digital-products-grid-text p {
font-size: 15px;
line-height: 24px;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-products-grid-header .digital-products-grid-text p:last-child {
margin-bottom: 0;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-products-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: auto;
column-gap: 2em;
row-gap: 3em;
width: 100%;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-products-grid .digital-product-block {
flex: 1;
height: 100%;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-products-grid .digital-product-block .digital-product-block-ctas .digital-product-block-cta {
padding: 10px 35px !important;
width: fit-content;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-product-cta {
padding: 10px 35px !important;
}
@media screen and (max-width: 1400px) {
.digital-products-grid-wrapper {
padding: 0 50px;
}
}
@media screen and (max-width: 960px) {
.digital-products-grid-wrapper .digital-products-grid-container .digital-products-grid {
column-gap: 1em;
}
}
@media screen and (max-width: 820px) {
.digital-products-grid-wrapper {
padding: 50px 40px 0;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-products-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
column-gap: 1em;
row-gap: 3em;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-products-grid-header .digital-products-grid-title {
font-size: 30px;
}
}
@media screen and (max-width: 600px) {
.digital-products-grid-wrapper {
padding: 50px 30px 0;
}
.digital-products-grid-wrapper .digital-products-grid-container .digital-products-grid {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
column-gap: 1em;
row-gap: 3em;
}
}
.mentors-grid-wrapper {
position: relative;
margin-bottom: 100px;
}
.mentors-grid-wrapper .mentors-grid-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 2em;
}
.mentors-grid-wrapper .mentors-grid-container .mentors-grid-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.mentors-grid-wrapper .mentors-grid-container .mentors-grid-header .mentors-grid-title {
font-size: 40px;
line-height: 55px;
padding-bottom: 15px;
text-align: center;
}
.mentors-grid-wrapper .mentors-grid-container .mentors-grid-header .mentors-grid-text {
max-width: 600px;
margin: auto;
}
.mentors-grid-wrapper .mentors-grid-container .mentors-grid-header .mentors-grid-text p {
font-size: 15px;
line-height: 24px;
}
.mentors-grid-wrapper .mentors-grid-container .mentors-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto;
column-gap: 3em;
row-gap: 4em;
}
.mentors-grid-wrapper .mentors-grid-container .mentors-grid .mentor-block {
flex: 1;
height: 100%;
}
@media screen and (max-width: 1400px) {
.mentors-grid-wrapper {
padding: 0 50px;
}
}
@media screen and (max-width: 960px) {
.mentors-grid-wrapper .mentors-grid-container .mentors-grid {
column-gap: 1em;
}
}
@media screen and (max-width: 820px) {
.mentors-grid-wrapper {
padding: 0 40px;
}
.mentors-grid-wrapper .mentors-grid-container .mentors-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
column-gap: 1em;
row-gap: 3em;
}
.mentors-grid-wrapper .mentors-grid-container .mentors-grid-header .mentors-grid-title {
font-size: 30px;
}
}
@media screen and (max-width: 600px) {
.mentors-grid-wrapper {
padding: 0 30px;
}
.mentors-grid-wrapper .mentors-grid-container .mentors-grid {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
column-gap: 1em;
row-gap: 3em;
}
}
#snapshots_loop {
padding: 50px;
}
#snapshots_loop .snapshots-wrapper .snapshots-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
width: 100%;
}
#snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-title-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
#snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
#snapshots_loop .snapshots-wrapper .snapshots-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
#snapshots_loop .snapshots-wrapper .snapshots-inner .snapshot {
flex: 1;
margin: 12px;
}
.about-section {
position: relative;
padding: 50px;
}
.about-section .about-section-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
column-gap: 2em;
}
.about-section .about-section-container .about-section-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 1em;
width: 48%;
}
.about-section .about-section-container .about-section-body h3.about-section-title {
font-size: 40px;
line-height: 48px;
font-family: "Recoleta", sans-serif;
}
.about-section .about-section-container .about-section-body .about-section-text {
font-size: 13px;
line-height: 26px;
}
.about-section .about-section-container .about-section-body .about-section-ctas {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.about-section .about-section-container .about-section-image {
position: relative;
width: 48%;
z-index: 2;
}
.about-section.has-bg {
background: #F3F2F0;
}
@media screen and (max-width: 600px) {
.about-section {
padding: 50px 20px;
}
.about-section .about-section-container {
flex-direction: column-reverse !important;
}
.about-section .about-section-container .about-section-body {
width: 100%;
}
.about-section .about-section-container .about-section-image {
width: 90%;
margin-bottom: 25px;
}
}
.banner-cta {
position: relative;
}
.banner-cta .banner-cta-image {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
width: 100%;
padding: 100px;
min-height: 570px;
}
.banner-cta .banner-cta-image .banner-cta-body {
background: #ffffff;
text-align: center;
max-width: 525px;
width: 100%;
padding: 50px;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-text {
padding: 10px 0 20px;
font-size: 15px;
line-height: 24px;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-title {
font-size: 37px;
line-height: 45px;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-title span {
display: block;
font-size: 18px;
}
@media screen and (max-width: 820px) {
.banner-cta .banner-cta-image {
justify-content: center !important;
}
}
@media screen and (max-width: 600px) {
.banner-cta .banner-cta-image {
padding: 50px 30px;
}
.banner-cta .banner-cta-image .banner-cta-body {
padding: 30px;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-title {
font-size: 30px;
line-height: 40px;
}
}
.columns-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
width: 100%;
margin-bottom: 100px;
border-top: 1px solid #D8D8D8;
border-bottom: 1px solid #D8D8D8;
}
.columns-wrapper .column {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
border-left: 1px solid #D8D8D8;
padding: 80px 2em;
text-align: left;
flex: 1;
}
.columns-wrapper .column.column-image {
min-height: 600px;
border: none;
padding: 0;
}
.columns-wrapper .column.column-text .column-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 1em;
width: 100%;
}
.columns-wrapper .column.column-text .column-body > * {
width: 100%;
}
.columns-wrapper .column.column-text .column-body h2 {
font-size: 40px;
}
.columns-wrapper .column.column-text .column-body h4 {
font-size: 20px;
}
.columns-wrapper .column.column-text .column-body p {
margin-bottom: 0;
font-size: 16px;
line-height: 24px;
}
.columns-wrapper .column.column-text .column-body ul, .columns-wrapper .column.column-text .column-body ol {
padding: 0;
margin: 0;
list-style-position: inside;
width: fit-content;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.columns-wrapper .column.column-text .column-body li {
font-size: 15px;
padding: 5px 0;
text-align: left;
}
.columns-wrapper .column:first {
border-left: none;
}
.columns-wrapper.has-bg {
background: #F3F2F0;
border-top: none;
border-bottom: none;
}
@media screen and (max-width: 960px) {
.columns-wrapper {
display: grid !important;
grid-template-columns: 1fr 1fr;
}
.columns-wrapper .column.column-image {
grid-column: 1/3;
}
}
@media screen and (max-width: 820px) {
.columns-wrapper .column.column-text .column-body h2 {
font-size: 30px;
}
}
@media screen and (max-width: 600px) {
.columns-wrapper {
margin-bottom: 50px;
grid-template-columns: 1fr;
}
.columns-wrapper .column {
padding: 30px;
}
.columns-wrapper .column.column-image {
grid-column: 1/2;
}
.columns-wrapper .icon-text {
flex-direction: column !important;
justify-content: center !important;
}
.columns-wrapper .icon-text .icon-text-body {
text-align: center;
}
.columns-wrapper .icon-text .icon-text-image {
margin: 10px auto;
}
}
.contact-form {
width: 100%;
}
.contact-form input {
border: none !important;
border-bottom: 1px solid #C7C7C7 !important;
border-radius: 0 !important;
}
.contact-form textarea {
border: none !important;
border-bottom: 1px solid #C7C7C7 !important;
border-radius: 0 !important;
}
.contact-form .nf-field-container {
margin-bottom: 20px;
}
.contact-form nf-field {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
display: block;
}
.contact-form nf-field .nf-field-container {
width: 90%;
}
.contact-form nf-field .nf-field-container.submit-container {
width: auto;
}
.contact-form nf-field input[value=Submit][type=button] {
padding: 14px 60px !important;
font-size: 14px !important;
}
.contact-form .nf-field-element textarea {
height: 106px;
}
.contact-form .label-above .nf-field-label {
margin: 0;
}
.contact-form .nf-field-label label {
font-weight: 700;
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 1px;
}
.contact-form .nf-form-fields-required {
display: none !important;
}
.contact-form .nf-fields-wrap input, .contact-form .field-wrap textarea {
width: 90%;
}
@media screen and (max-width: 600px) {
.contact-form .nf-fields-wrap input, .contact-form .field-wrap textarea {
width: 100%;
}
.contact-form nf-field {
justify-content: center !important;
}
}
.content-rows {
position: relative;
padding: 150px 50px;
}
.content-rows .content-row {
column-gap: 5em;
padding: 50px 0;
}
.content-rows .content-row .content-row-image {
width: 46%;
}
.content-rows .content-row .content-row-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 2em;
width: 46%;
}
.content-rows .content-row .content-row-body .content-row-title {
font-size: 37px;
line-height: 1em;
}
.content-rows .content-row .content-row-body .content-row-title span {
font-size: 26px;
}
.content-rows .content-row .content-row-body .content-row-text p {
font-size: 16px;
line-height: 24px;
}
.content-rows .content-row:nth-child(2n+1) {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.content-rows .content-row:nth-child(2n) {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.content-rows.overlapped .content-row {
padding: 0;
margin-top: -20px;
}
.content-rows.overlapped .content-row .content-row-body {
padding: 50px 0;
}
.content-rows.overlapped .content-row:first {
margin-top: 0;
}
@media screen and (max-width: 1024px) {
.content-rows {
padding: 100px 50px;
}
}
@media screen and (max-width: 960px) {
.content-rows .content-row {
column-gap: 2em;
}
.content-rows.overlapped .content-row .content-row-body {
padding: 0;
}
}
@media screen and (max-width: 820px) {
.content-rows {
padding: 100px 40px;
}
.content-rows.overlapped {
row-gap: 4em;
}
.content-rows.overlapped .content-row {
margin-top: 20px;
}
.content-rows.overlapped .content-row:nth-child(2n), .content-rows.overlapped .content-row:nth-child(2n+1) {
flex-direction: column !important;
row-gap: 2em;
}
.content-rows.overlapped .content-row .content-row-image {
width: 100%;
}
.content-rows.overlapped .content-row .content-row-body {
width: 100%;
}
}
@media screen and (max-width: 600px) {
.content-rows {
padding: 60px 30px;
}
.content-rows .content-row .content-row-body .content-row-title {
font-size: 28px;
text-align: center;
}
.content-rows.overlapped {
row-gap: 4em;
}
.content-rows.overlapped .content-row {
margin-top: 20px;
}
.content-rows.overlapped .content-row:nth-child(2n), .content-rows.overlapped .content-row:nth-child(2n+1) {
flex-direction: column !important;
row-gap: 2em;
}
.content-rows.overlapped .content-row .content-row-image {
width: 100%;
}
.content-rows.overlapped .content-row .content-row-body {
width: 100%;
}
}
#faq-module {
padding: 70px 50px;
}
#faq-module .page-faq-header .page-faq-title {
margin-top: 30px;
margin-bottom: 50px;
font-size: 40px;
}
#faq-module .page-faq-header .page-faq-header-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#faq-module .page-faq-header .page-faq-header-inner .has-cta {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
#faq-module .page-faq-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
position: relative;
}
#faq-module .page-faq-wrapper .faq-col {
width: 48%;
}
#faq-module .page-faq-wrapper .faq-col .faq-item {
background: #ffffff;
margin-bottom: 23px;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
text-align: left;
margin-bottom: 0;
padding: 10px;
font-size: 16px;
color: #4D4D4D;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title span {
width: 90%;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title .icon {
width: 25px;
height: 25px;
padding: 5px;
cursor: pointer;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-text {
display: none;
text-align: left;
padding: 0 10px 10px;
}
#faq-module .page-faq-wrapper .faq-col .faq-item:hover {
cursor: pointer;
}
#faq-module.has-bg {
background: #F3F2F0;
margin: 50px 0;
}
@media screen and (max-width: 960px) {
#faq-module {
padding: 70px 40px 50px;
}
#faq-module .page-faq-header .page-faq-title {
text-align: center;
font-size: 40px;
}
#faq-module .page-faq-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
#faq-module .page-faq-wrapper .faq-col {
width: 100%;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
margin-bottom: 21px;
font-size: 14px;
}
}
@media screen and (max-width: 600px) {
#faq-module {
padding: 80px 30px 30px;
}
#faq-module .page-faq-header .page-faq-title {
text-align: center;
}
}
.featured-products {
position: relative;
}
.featured-products .featured-products-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 2em;
}
.featured-products .featured-products-container .featured-products-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.featured-products .featured-products-container .featured-products-header .featured-products-title {
font-size: 37px;
}
.featured-products .featured-products-container .featured-products-header .featured-products-title span {
font-family: "Belluga", serif;
}
@media screen and (max-width: 1024px) {
.featured-products .featured-products-container .featured-products-header .featured-products-title {
font-size: 32px;
}
}
.featured-products .featured-products-container .featured-products-header .featured-products-subtitle {
font-family: "proxima-nova", sans-serif;
font-size: 10px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
}
.featured-products .featured-products-container .featured-products-header .featured-products-cta {
font-family: "proxima-nova", sans-serif;
font-size: 10px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
}
.featured-products .featured-products-container .featured-products-header .featured-products-cta:hover {
color: #D8D8D8;
}
.featured-products .featured-products-container .featured-products-row {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: auto;
column-gap: 2em;
row-gap: 2em;
width: 100%;
column-gap: 2em;
row-gap: 2em;
}
.featured-products .featured-products-container .featured-products-row .product {
flex: 1;
}
@media screen and (max-width: 820px) {
.featured-products .featured-products-container .featured-products-row {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
column-gap: 2em;
row-gap: 2em;
}
}
.tiled-products-wrapper {
position: relative;
padding: 50px;
}
.tiled-products-wrapper .tiled-products-container .tiled-products-title {
text-align: center;
}
.tiled-products-wrapper .tiled-products-container .tiled-products {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding: 30px;
flex: 1;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col .product {
width: 100%;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col:first-child {
flex: 2;
border-right: 1px solid #D8D8D8;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col:first-child:only-child {
border-right: none;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col:first-child .product .product-wrap .product-image {
flex: 1;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col:first-child .product .product-wrap .product-body {
flex: 2;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col:first-child .product:first-child {
border-bottom: 1px solid #D8D8D8;
}
.featured-snapshots-wrapper {
position: relative;
}
.featured-snapshots-wrapper .featured-snapshots-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
padding: 20px;
background: #F3F2F0;
}
.featured-snapshots-wrapper .featured-snapshots-header .featured-snapshots-header-left {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
column-gap: 10px;
}
.featured-snapshots-wrapper .featured-snapshots-header .featured-snapshots-header-right {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
.featured-snapshots-wrapper .featured-snapshots {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot {
flex: 1;
padding: 0;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-products-wrap {
display: none !important;
}
.featured-tabbed-snapshots {
background: #F3F2F0;
padding: 50px;
text-align: center;
}
.featured-tabbed-snapshots .featured-tabbed-snapshots-title {
border-top: none !important;
}
.featured-tabbed-snapshots .featured-tabbed-snapshots-text {
margin: 10px auto 20px;
max-width: 450px;
}
@media screen and (max-width: 600px) {
.featured-tabbed-snapshots .featured-tabbed-snapshots-text {
font-size: 14px;
margin-bottom: 44px;
}
}
.featured-tabbed-snapshots .smash-tabbed-tabs {
position: relative;
}
.featured-tabbed-snapshots .smash-tabbed-tabs .btn {
position: absolute;
right: 0;
bottom: 0;
}
.featured-tabbed-snapshots .smash-tab-content-inner {
border-bottom: none !important;
}
.featured-tabbed-snapshots .smash-tab-content-inner .snapshot {
margin-bottom: 0;
padding: 20px 10px;
}
@media screen and (max-width: 600px) {
.featured-tabbed-snapshots {
padding: 50px 20px 20px;
margin-bottom: 0px;
margin-top: 30px;
}
.featured-tabbed-snapshots .smash-tab-content-inner {
margin-top: 20px;
}
.featured-tabbed-snapshots .smash-tab-content-inner .snapshot.archive-item {
width: 50%;
}
.featured-tabbed-snapshots .smash-tabbed-tabs .btn {
display: none !important;
}
}
.footer-blocks {
position: relative;
padding: 50px;
background: #ffffff;
color: #333333;
}
.footer-blocks .footer-blocks-container {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
column-gap: 4em;
}
.footer-blocks .footer-blocks-container.footer-blocks-3 {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.footer-blocks .footer-blocks-container.footer-blocks-3 .footer-block {
flex: 3;
}
.footer-blocks .footer-blocks-container .footer-block.footer-image {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.footer-blocks .footer-blocks-container .footer-block.footer-image .footer-logo img {
width: auto;
max-height: 115px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
column-gap: 3em;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
padding: 0 10px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .footer-menu-title {
margin-bottom: 10px;
letter-spacing: 0.5px;
text-transform: uppercase;
font-size: 13px;
font-family: "Recoleta", sans-serif;
}
@media screen and (max-width: 600px) {
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .footer-menu-title {
margin-bottom: 0px;
}
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
width: 100%;
font-family: "proxima-nova", sans-serif;
font-size: 10px;
letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
padding: 20px 0;
}
}
@media screen and (max-width: 820px) {
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
align-items: center !important;
}
}
@media screen and (max-width: 600px) {
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
padding: 15px 4%;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper li {
padding: 5px 0px !important;
}
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper:first-child .menu-container .menu {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
column-gap: 1em;
row-gap: 1em;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper:first-child .menu-container .menu .icon {
width: 15px;
height: 15px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-form {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
row-gap: 1em;
}
.footer-blocks .footer-blocks-container .footer-block.footer-form .footer-block-title {
text-align: left;
margin-bottom: 10px;
font-weight: bold;
text-transform: uppercase;
font-size: 13px;
}
@media screen and (max-width: 600px) {
.footer-blocks .footer-blocks-container .footer-block.footer-form .footer-block-title {
margin-bottom: 0px;
}
}
.footer-blocks .footer-blocks-container .footer-block.footer-search {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
.footer-blocks .footer-blocks-container .footer-block.footer-search .footer-block-title {
text-align: left;
margin-bottom: 10px;
font-weight: bold;
text-transform: uppercase;
font-size: 13px;
}
@media screen and (max-width: 600px) {
.footer-blocks .footer-blocks-container .footer-block.footer-search .footer-block-title {
margin-bottom: 0px;
}
}
.footer-blocks .footer-blocks-container .footer-block.footer-search input#search {
margin: 0;
}
.footer-blocks .footer-blocks-container .footer-block.footer-search .social-icons {
margin-top: 20px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-search .basic-search-form .search-fields input {
margin: 0 !important;
}
.footer-blocks .footer-blocks-container .footer-block.footer-social {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 1em;
}
@media screen and (max-width: 600px) {
.footer-blocks .footer-blocks-container .footer-block {
width: 100%;
justify-content: center !important;
align-items: flex-start !important;
}
}
@media screen and (max-width: 960px) {
.footer-blocks .footer-blocks-container {
column-gap: 2em;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menu {
column-gap: 2em;
}
.footer-blocks .footer-blocks-container .footer-block.footer-3 {
padding-right: 50px;
}
}
@media screen and (max-width: 820px) {
.footer-blocks {
padding: 50px 40px;
}
.footer-blocks .footer-blocks-container {
justify-content: center !important;
}
}
@media screen and (max-width: 600px) {
.footer-blocks {
padding: 50px 30px;
}
.footer-blocks .footer-blocks-container {
flex-direction: column !important;
}
.footer-blocks .footer-blocks-container .footer-block.footer-3 {
padding-right: 0;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus {
flex-wrap: wrap;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
width: 40%;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper > * {
width: 100%;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper:first-child {
width: 100%;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper:first-child .footer-menu-title {
width: fit-content;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper:first-child .menu-container {
width: fit-content;
}
.footer-blocks .footer-blocks-container .footer-block.footer-image {
align-items: center !important;
}
}
#hello_bar {
display: none;
}
#hello_bar .hello-bar-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
width: 100%;
background: #535353;
color: #ffffff;
min-height: 40px;
font-family: "Montserrat", sans-serif;
}
#hello_bar .hello-bar-inner a {
color: #ffffff;
border-bottom: 1px solid;
text-transform: uppercase;
}
#hello_bar .hello-bar-inner a:hover {
color: #D8D8D8;
}
#hello_bar .hello-bar-inner .hello-bar-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
font-size: 10px;
letter-spacing: 2px;
line-height: 12px;
}
#hello_bar .hello-bar-inner .hello-bar-container .hello-bar-text {
margin-right: 5px;
text-transform: uppercase;
}
#hello_bar .hello-bar-inner .hello-bar-close {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: absolute;
width: 50px;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
color: #ffffff;
background: #3a3a3a;
}
#hello_bar .hello-bar-inner .hello-bar-close .icon {
width: 10px;
height: 10px;
}
#hello_bar .hello-bar-inner .hello-bar-close:hover {
cursor: pointer;
background: #D8D8D8;
}
@media screen and (max-width: 600px) {
#hello_bar .hello-bar-inner .hello-bar-container {
flex-direction: column !important;
}
}
.hero-intro-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
padding-bottom: 100px;
}
.hero-intro-wrapper .hero-intro-image {
width: 100%;
}
.hero-intro-wrapper .hero-intro-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
max-width: 914px;
text-align: center;
margin-top: -70px !important;
z-index: 1;
}
.hero-intro-wrapper .hero-intro-body .hero-intro-title {
background: #ffffff;
padding: 30px 80px;
font-size: 37px;
line-height: 45px;
}
.hero-intro-wrapper .hero-intro-body .hero-intro-text p {
font-size: 19px;
line-height: 24px;
}
@media screen and (max-width: 600px) {
.hero-intro-wrapper {
padding-bottom: 50px;
}
.hero-intro-wrapper .hero-intro-body .hero-intro-title {
padding: 30px;
font-size: 28px;
line-height: 40px;
}
.hero-intro-wrapper .hero-intro-image {
min-height: 300px;
}
}
#hero_video {
position: relative;
max-height: 650px;
min-height: 350px;
}
#hero_video video {
visibility: visible !important;
}
#hero_video .hero-video-inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
padding: 50px 50px;
}
#hero_video .hero-video-inner .hero-video-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 1em;
max-width: 420px;
text-align: center;
padding: 30px;
background: rgba(255, 255, 255, 0.75);
}
#hero_video .hero-video-inner .hero-video-body h2.hero-title {
font-size: 40px;
line-height: 1em;
margin-bottom: 0;
font-family: "Recoleta", sans-serif;
}
@media screen and (max-width: 1024px) {
#hero_video .hero-video-inner .hero-video-body h2.hero-title {
font-size: 32px;
}
}
#hero_video .hero-video-inner .hero-video-body .hero-text {
margin: 0;
font-size: 18px;
line-height: 30px;
letter-spacing: 0.5px;
}
@media screen and (max-width: 820px) {
#hero_video .hero-video-inner .hero-video-body .hero-text {
font-size: 16px;
}
}
@media screen and (max-width: 600px) {
#hero_video .hero-video-inner .hero-video-body .hero-text {
display: none;
}
}
@media screen and (max-width: 600px) {
#hero_video .hero-video-inner .hero-video-body .hero-text {
display: none;
}
}
#hero_video .hero-video-inner .scroll-down {
position: absolute;
bottom: 3vh;
width: 56px;
height: 30px;
z-index: 2;
}
#hero_video .hero-video-inner.top-left {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
@media screen and (max-width: 820px) {
#hero_video .hero-video-inner.top-left {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
}
#hero_video .hero-video-inner.top-center {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
@media screen and (max-width: 820px) {
#hero_video .hero-video-inner.top-center {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
}
#hero_video .hero-video-inner.top-right {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-end !important;
-webkit-align-items: flex-end !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
}
@media screen and (max-width: 820px) {
#hero_video .hero-video-inner.top-right {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
}
#hero_video .hero-video-inner.center-left {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
@media screen and (max-width: 820px) {
#hero_video .hero-video-inner.center-left {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
}
#hero_video .hero-video-inner.center-center {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
@media screen and (max-width: 820px) {
#hero_video .hero-video-inner.center-center {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
}
#hero_video .hero-video-inner.center-right {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-end !important;
-webkit-align-items: flex-end !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
@media screen and (max-width: 820px) {
#hero_video .hero-video-inner.center-right {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
}
#hero_video .hero-video-inner.bottom-left {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
@media screen and (max-width: 820px) {
#hero_video .hero-video-inner.bottom-left {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
}
#hero_video .hero-video-inner.bottom-center {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
@media screen and (max-width: 820px) {
#hero_video .hero-video-inner.bottom-center {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
}
#hero_video .hero-video-inner.bottom-right {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-end !important;
-webkit-align-items: flex-end !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
@media screen and (max-width: 820px) {
#hero_video .hero-video-inner.bottom-right {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
}
}
@media screen and (max-width: 820px) {
#hero_video .hero-video-inner {
padding: 50px 40px;
}
}
@media screen and (max-width: 600px) {
#hero_video {
margin-bottom: 200px;
}
#hero_video .hero-video-inner {
padding: 20px;
}
#hero_video .hero-video-inner .hero-video-body {
position: absolute;
bottom: -200px;
width: 80%;
align-self: center;
}
#hero_video .hero-video-inner .hero-video-body h2.hero-title {
font-size: 26px;
line-height: 40px;
}
#hero_video .hero-video-inner .hero-video-body .hero-text {
font-size: 14px;
line-height: 24px;
margin: 10px 0 20px;
}
}
.highlights-rows {
position: relative;
padding-top: 50px;
}
.highlights-rows .highlights-rows-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.highlights-rows .highlights-rows-container .shop-highlights {
width: 100%;
}
.highlights-rows .shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product {
width: 50%;
}
.highlights-rows .shop-highlights:nth-child(2n) .shop-highlights-inner .shop-highlights-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.highlights-rows .shop-highlights:nth-child(2n) .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 65%;
margin-right: -20px;
padding-left: 65px;
}
@media screen and (max-width: 600px) {
.highlights-rows .shop-highlights:nth-child(2n) .shop-highlights-inner .shop-highlights-wrapper {
flex-direction: column !important;
}
.highlights-rows .shop-highlights:nth-child(2n) .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
width: 100%;
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0;
}
}
.highlights-rows .shop-highlights:nth-child(2n+1) .shop-highlights-inner .shop-highlights-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.highlights-rows .shop-highlights:nth-child(2n+1) .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 65%;
margin-right: unset;
padding-left: unset;
margin-left: -20px;
padding-right: 65px;
}
@media screen and (max-width: 600px) {
.highlights-rows .shop-highlights:nth-child(2n+1) .shop-highlights-inner .shop-highlights-wrapper {
flex-direction: column !important;
}
.highlights-rows .shop-highlights:nth-child(2n+1) .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
width: 100%;
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0;
}
}
.image-quote-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
background: #F3F2F0;
}
.image-quote-wrapper .image-quote-text {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-end !important;
-webkit-align-items: flex-end !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
text-align: right;
font-size: 41px;
width: 50%;
padding: 80px 80px 80px 80px;
z-index: 2;
font-family: "Recoleta", sans-serif;
}
@media screen and (max-width: 1024px) {
.image-quote-wrapper .image-quote-text {
font-size: 30px;
margin: 0;
padding: 50px;
}
}
.image-quote-wrapper .image-quote-image {
position: relative;
width: 54%;
min-height: 548px;
z-index: 1;
}
@media screen and (max-width: 820px) {
.image-quote-wrapper {
flex-direction: column !important;
}
.image-quote-wrapper .image-quote-text {
margin-right: 0;
width: 100%;
padding: 50px 30px;
text-align: center;
}
.image-quote-wrapper .image-quote-image {
width: 100%;
}
}
@media screen and (max-width: 600px) {
.image-quote-wrapper .image-quote-text {
font-size: 25px;
}
}
.image-text {
position: relative;
padding: 100px 50px 50px;
}
.image-text.overlay .image-text-container .image-text-body {
max-width: 700px;
background: #ffffff;
border-radius: 20px;
margin-top: -100px;
padding: 30px;
}
.image-text.overlay .image-text-container .image-text-body .image-text-text {
text-align: center;
}
.image-text.overlay .image-text-container .image-text-body .image-text-cta {
padding: 13px 20px !important;
}
.image-text .image-text-container {
position: relative;
}
.image-text .image-text-container .image-text-label {
background: #F3F2F0;
width: fit-content;
padding: 10px 40px;
font-size: 40px;
border-radius: 5px;
right: 0;
top: 50px;
position: absolute;
}
.image-text .image-text-container .image-text-image {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 1em;
}
.image-text .image-text-container .image-text-image img {
width: 100%;
}
.image-text .image-text-container .image-text-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 20px;
}
.image-text .image-text-container .image-text-body .image-text-title {
font-size: 37px;
line-height: 45px;
}
.image-text .image-text-container .image-text-body .image-text-title span {
font-family: "Belluga", serif;
}
@media screen and (max-width: 1024px) {
.image-text .image-text-container .image-text-body .image-text-title {
font-size: 32px;
}
}
.image-text .image-text-container .image-text-body .image-text-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 80%;
}
.image-text .image-text-container .image-text-body .image-text-header .image-text-subtitle {
font-family: "Belluga", serif;
}
.image-text .image-text-container .image-text-body .image-text-text p {
margin-bottom: 0.5em;
font-size: 15px;
line-height: 24px;
}
.image-text .image-text-container .image-text-body .image-text-text p:last-child {
margin-bottom: 0;
}
.image-text .image-text-container .image-text-body .image-text-cta {
padding: 7px 30px !important;
}
.image-text .image-text-container.image-left, .image-text .image-text-container.image-right {
column-gap: 4em;
}
.image-text .image-text-container.image-left .image-text-image, .image-text .image-text-container.image-right .image-text-image {
flex: 1;
}
.image-text .image-text-container.image-left .image-text-body, .image-text .image-text-container.image-right .image-text-body {
flex: 1;
text-align: center;
}
.image-text .image-text-container.image-top, .image-text .image-text-container.image-bottom {
row-gap: 2em;
}
.image-text .image-text-container.image-top .image-text-image, .image-text .image-text-container.image-bottom .image-text-image {
flex: 1;
}
.image-text .image-text-container.image-top .image-text-body, .image-text .image-text-container.image-bottom .image-text-body {
flex: 1;
}
.image-text .image-text-container.image-left {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.image-text .image-text-container.image-right {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.image-text .image-text-container.image-top {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.image-text .image-text-container.image-bottom {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column-reverse !important;
-webkit-flex-direction: column-reverse !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
@media screen and (max-width: 960px) {
.image-text .image-text-container .image-text-label {
right: -20px;
}
.image-text .image-text-container.image-left {
flex-direction: column !important;
row-gap: 3em;
}
}
@media screen and (max-width: 820px) {
.image-text {
padding: 100px 40px 50px;
}
.image-text.overlay .image-text-container .image-text-body {
margin-top: -60px;
max-width: 600px;
}
.image-text .image-text-container .image-text-label {
font-size: 32px;
top: 30px;
}
}
@media screen and (max-width: 600px) {
.image-text {
padding: 50px 30px 20px;
}
.image-text.overlay .image-text-container .image-text-body {
margin-top: 0;
padding: 0;
}
.image-text .image-text-container .image-text-label {
font-size: 24px;
margin-bottom: -2em;
top: -40px;
right: unset;
}
.image-text .image-text-container .image-text-body .image-text-title {
font-size: 30px;
}
.image-text .image-text-container .image-text-body .image-text-header {
width: 100%;
}
}
.intro-wrapper {
position: relative;
padding: 50px;
}
.intro-wrapper .intro-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
text-align: center;
row-gap: 1em;
}
.intro-wrapper .intro-container .intro-ctas {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
column-gap: 1em;
row-gap: 1em;
}
.intro-wrapper .intro-container p {
line-height: 28px;
}
@media screen and (max-width: 960px) {
.intro-wrapper {
padding: 40px 50px;
}
}
@media screen and (max-width: 820px) {
.intro-wrapper {
padding: 40px;
}
}
@media screen and (max-width: 600px) {
.intro-wrapper {
padding: 40px 30px;
}
}
.ig-section {
position: relative;
padding: 50px 0 0;
}
.ig-section .ig-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 1em;
}
.ig-section .ig-container .ig-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
width: 100%;
text-align: center;
padding: 0 30px;
}
.ig-section .ig-container .ig-header .ig-title {
font-size: 19px;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0;
}
.ig-section .ig-container .ig-header .ig-handle {
font-size: 12px;
line-height: 42px;
letter-spacing: 1px;
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-weight: 500;
}
.ig-section .ig-container .ig-images {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
column-gap: 1em;
width: 100%;
}
.ig-section .ig-container .ig-images .ig-image {
flex: 1;
}
.ig-section .ig-container .ig-feed {
position: relative;
width: 100%;
}
.ig-section .ig-container .ig-feed .ig-cta {
position: absolute;
top: 46%;
left: 15%;
z-index: 1000;
display: none !important;
}
.ig-section.has-bg {
background: #535353;
}
@media screen and (max-width: 820px) {
.ig-section .ig-container .ig-header {
flex-direction: column !important;
row-gap: 10px;
justify-content: center !important;
padding: 0;
}
.ig-section .ig-container .ig-header .ig-handle {
line-height: 20px;
}
}
#ltki_wrapper {
position: relative;
background: #F3F2F0;
padding: 50px;
margin: 50px 0;
}
#ltki_wrapper .ltki-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#ltki_wrapper .ltki-container .ltki-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
width: 100%;
}
#ltki_wrapper .ltki-container .ltki-header .ltki-header-col {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-title {
font-size: 28px;
margin-bottom: 0;
}
#ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-subtitle {
font-family: "Recoleta", sans-serif;
letter-spacing: 1px;
font-size: 11px;
font-style: italic;
margin-top: -10px;
}
#ltki_wrapper .ltki-container .ltki-feed {
width: 100%;
}
@media screen and (max-width: 820px) {
#ltki_wrapper .ltki-container .ltki-feed {
display: none;
}
}
#ltki_wrapper .ltki-container .ltki-feed-mobile {
width: 100%;
display: none;
}
@media screen and (max-width: 820px) {
#ltki_wrapper .ltki-container .ltki-feed-mobile {
display: block;
}
}
@media screen and (max-width: 960px) {
#ltki_wrapper {
margin: 0;
padding: 20px 40px;
}
}
@media screen and (max-width: 600px) {
#ltki_wrapper {
padding: 30px 20px;
}
#ltki_wrapper .ltki-container .ltki-header {
flex-direction: column !important;
}
#ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-subtitle {
text-align: center;
width: 100%;
}
}
#rs-ltk-widget-2-wrapper #rs-ltk-widget-2-extra-style-wrapper .rs-ltk-content-frame-wrapper .rs-ltk-widget-content-wrapper .rs-ltk-content-wrapper .rs-ltk-wrapper .rs-ltk-image {
background-color: white !important;
}
#rs-ltk-widget-2-wrapper #rs-ltk-widget-2-extra-style-wrapper .rs-ltk-content-frame-wrapper .rs-ltk-widget-content-wrapper .rs-ltk-content-wrapper .rs-ltk-wrapper .rs-ltk-image:hover {
background-color: white !important;
}
.shop-masonry-links-wrapper {
position: relative;
padding: 50px;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
width: 100%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
position: relative;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-image {
width: 100%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-image:hover {
opacity: 0.85;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
background: #ffffff;
width: 100%;
text-align: left;
padding: 5px 10px;
font-family: "Recoleta", sans-serif;
font-size: 16px;
letter-spacing: 1px;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon {
padding: 7px !important;
margin-left: 10px !important;
width: 30px;
min-width: 30px;
height: 30px;
border-radius: 100%;
}
@media screen and (max-width: 1180px) {
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text {
font-size: 13px;
}
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
width: 56%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link {
padding: 0 2%;
margin-bottom: 20px;
width: 33.3%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link .shop-masonry-link-text p {
margin: 0;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(1), .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(2) {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
width: 50%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(1) .shop-masonry-link-text, .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(2) .shop-masonry-link-text {
position: absolute;
bottom: 0;
width: auto;
max-width: 65%;
}
@media screen and (max-width: 600px) {
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(1), .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(2) {
width: 100%;
}
}
@media screen and (max-width: 600px) {
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link {
width: 100%;
}
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links > *:first-child {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
width: 43%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links > *:first-child .shop-masonry-link-text {
position: absolute;
top: 20px;
width: auto;
}
@media screen and (max-width: 1180px) {
.shop-masonry-links-wrapper {
padding: 50px 35px;
}
}
@media screen and (max-width: 960px) {
.shop-masonry-links-wrapper {
padding: 50px 25px;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links {
flex-direction: column !important;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid {
width: 100%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links > *:first-child {
width: 100%;
margin-bottom: 30px;
padding: 0 14px;
}
}
@media screen and (max-width: 600px) {
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links > *:first-child {
padding: 0 6px;
}
}
.grid {
transform: translate(1%, 0);
}
#more_posts, #load_more_posts {
position: relative;
padding: 60px 0 80px;
}
#more_posts .next-up-prev, #load_more_posts .next-up-prev {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 15%;
z-index: 2;
}
#more_posts .next-up-next, #load_more_posts .next-up-next {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 15%;
z-index: 2;
}
#more_posts .next-up-header, #load_more_posts .next-up-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
width: 100%;
}
#more_posts .next-up-header.has-cta, #load_more_posts .next-up-header.has-cta {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
#more_posts .next-up-footer, #load_more_posts .next-up-footer {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
}
#more_posts .post-grid-title-wrap, #load_more_posts .post-grid-title-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
#more_posts .post-grid-title-wrap .post-grid-title, #load_more_posts .post-grid-title-wrap .post-grid-title {
margin-bottom: 0;
text-transform: capitalize;
font-size: 32px;
letter-spacing: 2px;
}
#more_posts .next-up-posts.basic, #load_more_posts .next-up-posts.basic {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto;
column-gap: 2em;
row-gap: 2em;
width: 100%;
}
#more_posts .next-up-posts.posts-slider.slick-slider, #load_more_posts .next-up-posts.posts-slider.slick-slider {
width: 100% !important;
}
#more_posts .next-up-posts.posts-slider.slick-slider .slick-arrow.slick-prev, #load_more_posts .next-up-posts.posts-slider.slick-slider .slick-arrow.slick-prev {
left: -3%;
color: #929292;
}
#more_posts .next-up-posts.posts-slider.slick-slider .slick-arrow.slick-next, #load_more_posts .next-up-posts.posts-slider.slick-slider .slick-arrow.slick-next {
right: -3%;
color: #929292;
}
#more_posts .next-up-posts.posts-slider.slick-slider > .slick-list, #load_more_posts .next-up-posts.posts-slider.slick-slider > .slick-list {
width: 100%;
}
#more_posts .next-up-posts.posts-slider.slick-slider .post-block, #load_more_posts .next-up-posts.posts-slider.slick-slider .post-block {
padding: 2em;
}
#more_posts.basic #posts-grid, #load_more_posts.basic #posts-grid {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 1em;
}
#more_posts.basic #posts-grid .next-up-posts-fp, #load_more_posts.basic #posts-grid .next-up-posts-fp {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: auto;
column-gap: 1em;
row-gap: 2em;
}
#more_posts.basic #posts-grid .next-up-posts-fp .post-block .post-item-body .post-block-title, #load_more_posts.basic #posts-grid .next-up-posts-fp .post-block .post-item-body .post-block-title {
line-height: 1.05;
}
@media screen and (max-width: 1300px) {
#more_posts.basic #posts-grid, #load_more_posts.basic #posts-grid {
padding: 0 50px;
}
}
@media screen and (max-width: 1180px) {
#more_posts.basic #posts-grid .next-up-posts-fp, #load_more_posts.basic #posts-grid .next-up-posts-fp {
column-gap: 4vw;
}
}
@media screen and (max-width: 960px) {
#more_posts.basic #posts-grid .next-up-posts-fp, #load_more_posts.basic #posts-grid .next-up-posts-fp {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
column-gap: 1em;
row-gap: 2em;
}
}
@media screen and (max-width: 820px) {
#more_posts.basic #posts-grid, #load_more_posts.basic #posts-grid {
padding: 0 40px;
}
}
@media screen and (max-width: 600px) {
#more_posts.basic #posts-grid, #load_more_posts.basic #posts-grid {
padding: 0 30px;
}
#more_posts.basic #posts-grid .next-up-posts-fp, #load_more_posts.basic #posts-grid .next-up-posts-fp {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding-left: 25px;
padding-right: 25px;
}
#more_posts.basic #posts-grid .next-up-posts-fp .post-item-image-wrap, #load_more_posts.basic #posts-grid .next-up-posts-fp .post-item-image-wrap {
width: 82vw;
}
}
#more_posts.posts-slider, #load_more_posts.posts-slider {
padding: 85px 50px !important;
}
#more_posts.posts-slider .post-grid-title-wrap, #load_more_posts.posts-slider .post-grid-title-wrap {
align-items: center !important;
margin: auto;
}
#more_posts.posts-slider #posts-grid .next-up-header, #load_more_posts.posts-slider #posts-grid .next-up-header {
margin-top: 0;
margin-bottom: 3em;
padding: 0 0px;
}
#more_posts.posts-slider #posts-grid .next-up-header .post-grid-title, #load_more_posts.posts-slider #posts-grid .next-up-header .post-grid-title {
margin: 0;
padding: 0;
text-transform: capitalize;
font-family: "Recoleta", sans-serif;
font-size: 37px;
}
#more_posts.posts-slider #posts-grid .next-up-header .post-grid-title span, #load_more_posts.posts-slider #posts-grid .next-up-header .post-grid-title span {
font-family: "Belluga", serif;
}
@media screen and (max-width: 1024px) {
#more_posts.posts-slider #posts-grid .next-up-header .post-grid-title, #load_more_posts.posts-slider #posts-grid .next-up-header .post-grid-title {
font-size: 32px;
}
}
#more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap, #load_more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap {
position: relative;
width: 100%;
}
#more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap .slick-slider .slick-dots, #load_more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap .slick-slider .slick-dots {
margin-top: 5em;
margin-bottom: 0;
}
#more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap .slick-slider .slick-arrow, #load_more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap .slick-slider .slick-arrow {
position: absolute;
bottom: 0;
}
#more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap .slick-slider .slick-arrow.slick-prev, #load_more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap .slick-slider .slick-arrow.slick-prev {
left: -3%;
right: unset;
}
#more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap .slick-slider .slick-arrow.slick-next, #load_more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap .slick-slider .slick-arrow.slick-next {
right: -3%;
left: unset;
}
@media screen and (max-width: 960px) {
#more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap .slick-slider .slick-arrow, #load_more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap .slick-slider .slick-arrow {
bottom: -10px;
}
}
@media screen and (max-width: 600px) {
#more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap, #load_more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap {
margin-left: 0;
width: 80vw;
}
}
@media screen and (max-width: 520px) {
#more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap, #load_more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap {
margin-left: 0;
width: 75vw;
}
}
@media screen and (max-width: 450px) {
#more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap, #load_more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap {
margin-left: 0;
width: 100%;
}
}
@media screen and (max-width: 820px) {
#more_posts.posts-slider, #load_more_posts.posts-slider {
padding: 80px 40px;
}
}
@media screen and (max-width: 600px) {
#more_posts.posts-slider, #load_more_posts.posts-slider {
padding: 80px 30px;
}
}
@media screen and (max-width: 1180px) {
#more_posts .archive-items, #load_more_posts .archive-items {
padding: 0;
}
#more_posts .post-block.centered, #load_more_posts .post-block.centered {
padding: 10px;
}
#more_posts .post-block.centered .post-products-wrap .post-products-trigger, #load_more_posts .post-block.centered .post-products-wrap .post-products-trigger {
bottom: 75px;
width: 34px;
height: 34px;
}
#more_posts .post-block.centered .post-products-wrap .product .product-wrap .product-image:hover .fade, #load_more_posts .post-block.centered .post-products-wrap .product .product-wrap .product-image:hover .fade {
padding: 6px 5px !important;
max-width: 85%;
}
#more_posts .post-block.centered .post-block-body, #load_more_posts .post-block.centered .post-block-body {
padding: 5px;
margin-top: -80px;
}
#more_posts .post-block.centered .post-block-body .post-block-title, #load_more_posts .post-block.centered .post-block-body .post-block-title {
font-size: 16px;
line-height: 1.5;
}
}
@media screen and (max-width: 820px) {
#more_posts, #load_more_posts {
padding: 60px 0px 100px;
}
#more_posts .archive-items, #load_more_posts .archive-items {
padding: 0;
}
#more_posts .post-block.centered .post-products-wrap .post-products-trigger, #load_more_posts .post-block.centered .post-products-wrap .post-products-trigger {
bottom: 100px;
width: 50px;
height: 50px;
}
#more_posts .post-block.centered .post-block-body, #load_more_posts .post-block.centered .post-block-body {
padding: 30px;
margin-top: -110px;
}
#more_posts .post-block.centered .post-block-body .post-block-title, #load_more_posts .post-block.centered .post-block-body .post-block-title {
font-size: 20px;
}
}
@media screen and (max-width: 600px) {
#more_posts, #load_more_posts {
padding: 30px 0 10px;
}
#more_posts .post-block.centered .post-block-body, #more_posts #load_more_posts .post-block.centered .post-block-body, #load_more_posts .post-block.centered .post-block-body, #load_more_posts #load_more_posts .post-block.centered .post-block-body {
padding: 25px 10px;
}
#more_posts .post-block.centered .post-block-body .post-block-title, #more_posts #load_more_posts .post-block.centered .post-block-body .post-block-title, #load_more_posts .post-block.centered .post-block-body .post-block-title, #load_more_posts #load_more_posts .post-block.centered .post-block-body .post-block-title {
font-size: 17px;
}
#more_posts .next-up-header, #load_more_posts .next-up-header {
flex-direction: column !important;
}
#more_posts.posts-slider, #load_more_posts.posts-slider {
padding: 50px 20px !important;
}
#more_posts.posts-slider #posts-grid .next-up-header .post-grid-title, #load_more_posts.posts-slider #posts-grid .next-up-header .post-grid-title {
font-size: 30px;
text-align: center;
}
#more_posts.posts-slider #posts-grid .next-up-header .post-grid-title span, #load_more_posts.posts-slider #posts-grid .next-up-header .post-grid-title span {
display: block;
}
#more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap .slick-slider .slick-list, #load_more_posts.posts-slider #posts-grid .next-up-posts-slider-wrap .slick-slider .slick-list {
margin-left: 0;
}
}
.qa {
background: #F3F2F0;
padding: 60px;
margin: 50px 0;
}
.qa .qa-title-box {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding-bottom: 60px;
}
.qa .qa-list {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
column-gap: 6em;
row-gap: 3em;
}
.qa .qa-list .list-item {
flex: 1;
border-bottom: 1px solid #D8D8D8;
padding-bottom: 10px;
}
.qa .qa-list .list-item h6 {
font-size: 14px;
}
.qa .qa-list .list-item h5 {
text-transform: unset;
font-family: "Belluga", serif;
font-size: 1.5rem;
margin-bottom: -10px;
border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 600px) {
.qa {
padding: 40px 20px 70px;
}
.qa .qa-list {
grid-template-columns: 1fr;
grid-row-gap: 40px;
}
.qa .qa-title-box {
padding-bottom: 30px;
}
}
.quick-shop {
position: relative;
padding: 50px 120px;
}
.quick-shop .quick-shop-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.quick-shop .quick-shop-container .quick-shop-left {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 50%;
text-align: center;
row-gap: 10px;
}
.quick-shop .quick-shop-container .quick-shop-left .quick-shop-image {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
position: relative;
width: 100%;
}
.quick-shop .quick-shop-container .quick-shop-left .quick-shop-image .quick-shop-label {
position: absolute;
top: 30px;
left: 0;
transform: translate(-30px, 0);
background: #F3F2F0;
padding: 10px 30px;
}
.quick-shop .quick-shop-container .quick-shop-left .quick-shop-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 10px;
padding: 20px 0;
}
.quick-shop .quick-shop-container .quick-shop-left .quick-shop-body .quick-shop-title {
text-transform: capitalize;
font-size: 36px;
margin: 10px;
}
.quick-shop .quick-shop-container .quick-shop-products-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 46%;
}
.quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-products {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
}
.quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-products .product {
width: 50%;
padding: 10px;
text-align: center;
margin-bottom: 40px;
}
.quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-products .product .product-wrap .product-image {
width: 37%;
}
@media screen and (max-width: 820px) {
.quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-products .product {
width: 50%;
}
}
@media screen and (max-width: 1260px) {
.quick-shop {
padding: 50px 50px;
}
.quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-products .product {
margin-bottom: 0;
}
.quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-products .product .product-body .product-brand {
text-align: left;
}
}
@media screen and (max-width: 1180px) {
.quick-shop {
padding: 50px 80px;
}
.quick-shop .product .product-wrap .product-body {
margin: 0;
}
}
@media screen and (max-width: 960px) {
.quick-shop {
padding: 50px 40px;
}
.quick-shop .quick-shop-container {
flex-direction: column !important;
}
.quick-shop .quick-shop-container .quick-shop-left {
width: 100%;
}
.quick-shop .quick-shop-container .quick-shop-products-wrapper {
width: 100%;
}
.quick-shop .quick-shop-container .quick-shop-products-wrapper .quick-shop-products .product {
margin-bottom: 50px;
}
}
@media screen and (max-width: 600px) {
.quick-shop {
padding: 50px 20px;
}
.quick-shop .quick-shop-container .quick-shop-products .quick-shop-products-wrapper .quick-shop-products .product {
margin-bottom: 20px;
}
.quick-shop .quick-shop-container .quick-shop-products .product .product-wrap {
flex-direction: column !important;
}
.quick-shop .quick-shop-container .quick-shop-products .product .product-wrap .product-image {
width: 100% !important;
}
.quick-shop .quick-shop-container .quick-shop-products .product .product-wrap .product-body {
width: 100% !important;
padding-top: 10px;
margin: 0;
}
.quick-shop .quick-shop-container .quick-shop-products .product .product-wrap .product-body .product-brand {
width: 100%;
padding: 5px 0;
text-align: center;
}
.quick-shop .product-wrap .product-body .product-title {
text-align: center !important;
}
}
.search-banner-cta {
position: relative;
margin: 50px 0;
}
.search-banner-cta .search-banner-cta-image {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 100%;
padding: 0;
}
.search-banner-cta .search-banner-cta-image .search-banner-cta-body {
background: rgba(0, 0, 0, 0.5);
text-align: center;
max-width: none;
width: 100%;
height: 100%;
padding: 30px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.search-banner-cta .search-banner-cta-image .search-banner-cta-body .search-banner-cta-text {
padding: 10px 0 20px;
color: white;
}
.search-banner-cta .search-banner-cta-image .search-banner-cta-body .search-banner-cta-title {
font-size: 70px;
margin: 20px 0 40px;
color: white;
}
.search-banner-cta .search-banner-cta-image .search-banner-cta-body .search-banner-cta-title span {
display: block;
font-size: 18px;
}
.search-banner-cta .search-banner-cta-image .search-banner-cta-body .search-banner-cta-subtitle {
font-size: 20px;
color: white;
}
.search-banner-cta .search-banner-cta-image .search-banner-cta-body .search-banner-cta-btn span {
font-size: 16px;
font-weight: 700;
letter-spacing: 1.3px;
color: white;
}
@media screen and (max-width: 820px) {
.search-banner-cta {
padding: 20px 40px 0px;
}
.search-banner-cta .search-banner-cta-image .search-banner-cta-body .search-banner-cta-title {
font-size: 50px;
margin: 20px 0;
}
}
@media screen and (max-width: 600px) {
.search-banner-cta {
padding: 0;
}
.search-banner-cta .search-banner-cta-image .search-banner-cta-body .search-banner-cta-title {
font-size: 30px;
}
.search-banner-cta .search-banner-cta-image .search-banner-cta-body .search-banner-cta-subtitle {
font-size: 16px;
}
.search-banner-cta .search-banner-cta-image .search-banner-cta-body .search-banner-cta-btn {
font-size: 14px;
}
}
.shop-highlights {
position: relative;
padding: 50px;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
position: relative;
width: 42%;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 65%;
margin-right: -20px;
padding-left: 65px;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-title {
text-align: center;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
margin-bottom: 20px;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product {
width: 33%;
padding: 20px;
text-align: center;
}
@media screen and (max-width: 1180px) {
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
padding-left: 40px;
}
}
@media screen and (max-width: 820px) {
.shop-highlights {
padding: 50px 40px;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
padding-left: 20px;
}
}
@media screen and (max-width: 600px) {
.shop-highlights {
padding: 20px;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper {
flex-direction: column !important;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
width: 100%;
margin-bottom: 20px;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
padding-left: 0px;
width: 100%;
margin-right: 0px;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product {
width: 50%;
padding: 10px;
}
}
.shop-look {
padding: 50px;
}
.shop-look .shop-look-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.shop-look .shop-look-container .shop-look-body {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: center !important;
-webkit-justify-content: center !important;
width: 30%;
}
.shop-look .shop-look-container .shop-look-products-wrap {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: flex-end !important;
-webkit-justify-content: flex-end !important;
width: 66%;
}
.shop-look .shop-look-container .shop-look-products-wrap .shop-look-image {
width: 57%;
}
.shop-look .shop-look-container .shop-look-products-wrap .shop-look-products {
position: relative;
width: 57%;
margin-left: -14%;
background: #ffffff;
padding: 50px 20px;
}
.shop-look .shop-look-container .shop-look-products-wrap .shop-look-products.slick-slider .slick-arrow.slick-prev {
left: 2%;
}
.shop-look .shop-look-container .shop-look-products-wrap .shop-look-products.slick-slider .slick-arrow.slick-next {
right: 2%;
}
#subscribe_section {
position: relative;
}
#subscribe_section .subscribe-section-wrapper {
background: #ffffff;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-image {
width: 55%;
min-height: 400px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content {
position: relative;
background: #535353;
width: 45%;
text-align: center;
padding: 50px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
max-width: 365px;
width: 100%;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-subtitle {
font-family: "Recoleta", sans-serif;
font-size: 30px;
text-transform: capitalize;
letter-spacing: 1px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-title {
font-family: "Belluga", serif;
font-size: 70px;
text-transform: lowercase;
margin-bottom: 0px;
margin-top: -20px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-text {
font-family: "proxima-nova", sans-serif;
font-size: 18px;
margin-bottom: 20px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form {
width: 100%;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input {
border-radius: 0px !important;
font-size: 10px;
letter-spacing: 1px;
padding: 13px;
margin-bottom: 10px;
border: none;
width: 100%;
font-family: "proxima-nova", sans-serif;
background-color: white;
border: none !important;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input[type=submit] {
margin-bottom: 0;
color: white !important;
}
@media screen and (max-width: 820px) {
#subscribe_section .subscribe-section-wrapper .subscribe-section-content {
padding: 30px;
}
}
@media screen and (max-width: 600px) {
#subscribe_section .subscribe-section-wrapper {
flex-direction: column;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-image {
width: 100%;
height: 250px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content {
width: 100%;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-text {
font-size: 18px;
margin-bottom: 20px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-title {
font-size: 55px;
}
}
.subscribe-bar {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
position: relative;
padding: 50px !important;
column-gap: 4em;
margin-bottom: 0;
}
.subscribe-bar > * {
margin: 0 15px;
}
.subscribe-bar .subscribe-bar-header {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
row-gap: 0em;
width: 100%;
max-width: 490px;
text-align: center;
}
.subscribe-bar .subscribe-bar-header .subscribe-bar-title {
margin-bottom: 0;
font-size: 40px;
}
@media screen and (max-width: 1024px) {
.subscribe-bar .subscribe-bar-header .subscribe-bar-title {
font-size: 32px;
}
}
.subscribe-bar .subscribe-bar-header .subscribe-bar-text p {
font-size: 15px;
line-height: 24px;
}
.subscribe-bar .subscribe-bar-body {
width: max-content;
}
.subscribe-bar .subscribe-bar-body p {
margin: 0;
}
.subscribe-bar .subscribe-bar-body form .fd-form-content {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.subscribe-bar .subscribe-bar-body form .fd-form-content > * {
margin: 0;
}
.subscribe-bar .subscribe-bar-body form .fd-form-content > * input,
.subscribe-bar .subscribe-bar-body form .fd-form-content > * button {
height: 46px;
}
.subscribe-bar .subscribe-bar-body form .fd-form-content > *:first-child input {
min-width: 200px;
}
.subscribe-bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
padding-bottom: 0 !important;
}
.subscribe-bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input {
border-radius: 0px;
border: 1px solid #333333 !important;
font-size: 9px;
line-height: 11px;
letter-spacing: 1.6px;
}
.subscribe-bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type=email] {
min-width: 255px;
min-height: 54px;
background: #ffffff;
}
.subscribe-bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type=submit] {
background: #F3F2F0;
padding: 20px;
margin-left: -1px;
text-transform: uppercase;
line-height: 12px;
}
.subscribe-bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type=submit]:hover {
background: #2D2A2A;
cursor: pointer;
}
.subscribe-bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input::placeholder {
text-transform: uppercase;
}
@media screen and (max-width: 1180px) {
.subscribe-bar {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.subscribe-bar .mc-field-group {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.subscribe-bar .mc-field-group br {
display: none;
}
.subscribe-bar .mc-field-group .btn-primary {
width: 210px;
}
}
@media screen and (max-width: 820px) {
.subscribe-bar {
padding: 50px 40px;
}
}
@media screen and (max-width: 600px) {
.subscribe-bar .subscribe-bar-header .subscribe-bar-title {
font-size: 30px;
}
.subscribe-bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type=email] {
min-width: 200px;
}
}
.text-links-wrapper {
position: relative;
}
.text-links-wrapper .text-links-container {
display: -webkit-flex !important;
display: flex !important;
flex-direction: row !important;
-webkit-flex-direction: row !important;
justify-content: center !important;
-webkit-justify-content: center !important;
column-gap: 4em;
}
.text-links-wrapper .text-links-container .text-link {
display: -webkit-flex !important;
display: flex !important;
flex-direction: column !important;
-webkit-flex-direction: column !important;
align-items: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
border-left: 1px solid #D8D8D8;
padding-left: 1em;
row-gap: 2em;
}
.text-links-wrapper .text-links-container .text-link .text-link-subtitle {
font-size: 12px;
text-transform: uppercase;
line-height: 14px;
letter-spacing: 1.5px;
font-weight: 700;
}
.text-links-wrapper .text-links-container .text-link .text-link-title {
flex: 1;
font-size: 40px;
letter-spacing: 1.2px;
line-height: 42px;
}
.text-links-wrapper .text-links-container .text-link .text-link-title span {
font-family: "Belluga", serif;
font-size: 34px;
text-transform: initial;
}
@media screen and (max-width: 1024px) {
.text-links-wrapper .text-links-container .text-link .text-link-title span {
font-size: 27px;
}
}
@media screen and (max-width: 1024px) {
.text-links-wrapper .text-links-container .text-link .text-link-title {
font-size: 32px;
}
}
@media screen and (max-width: 960px) {
.text-links-wrapper .text-links-container {
column-gap: 1em;
}
.text-links-wrapper .text-links-container .text-link .text-link-title {
font-size: 30px;
line-height: 40px;
}
.text-links-wrapper .text-links-container .text-link .text-link-title span {
font-size: 27px;
}
}
@media screen and (max-width: 600px) {
.text-links-wrapper .text-links-container {
flex-direction: column !important;
row-gap: 3em;
}
}