.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face {
font-family: 'Northwell';
src: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/fonts/Northwell.eot); src: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/fonts/Northwell.eot?#iefix) format('embedded-opentype'), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/fonts/Northwell.woff) format('woff'), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/fonts/Northwell.ttf)  format('truetype'), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/fonts/Northwell.svg#svgFontName) format('svg'); } html {
font-family: "FreightDisp Pro Book";
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
ol, ul, li {
list-style: none;
list-style-type: none;
display: inline-block;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: "FreightDisp Pro Book";
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #404040;
font-family: "FreightDisp Pro Book", 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: "FreightDisp Pro Book";
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: "FreightDisp Pro Book";
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; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
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: 0px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
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: 0px;
padding: 3px;
}
select {
border: 1px solid #ccc;
}
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;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:hover,
a:focus,
a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}  .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.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 {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.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;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.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;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.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%;
} .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;
}#coming_soon img {
max-width: 500px;
}
#coming_soon .coming-soon-titile {
display: block;
width: 100%;
}
#instagram_feed {
display: -webkit-flex;
display: flex;
width: 100%;
text-align: center;
}
.instafeed-item {
position: relative;
display: inline-block;
width: 17%;
}
.instafeed-item img {
display: block;
}
.instafeed-item:hover .ig-bg {
opacity: 1;
}
.ig-bg {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.65);
color: white;
font-size: 30px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.ig-bg i {
position: absolute;
bottom: 10px;
right: 10px;
}
*:focus {
outline: none;
}
html,
body {
overflow-x: hidden;
}
body,
.reset-font-family {
font-family: "roboto", sans-serif;
}
ol,
ul,
li {
display: block;
padding: 0;
margin: 0 0 0 2em;
}
ol li, ul li {
display: list-item;
font-size: 15px;
letter-spacing: 1px;
}
ul {
list-style-type: disc;
}
ol > li {
list-style-type: disc;
}
ul ol li {
list-style-type: decimal;
}
ol {
list-style-type: decimal;
}
ol > li {
list-style-type: decimal;
}
ol ul li {
list-style-type: disc;
}
a {
color: black;
text-decoration: none;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
a:hover {
color: #deaeae;
}
a:focus,
a:hover {
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "freight-big-pro", serif;
letter-spacing: 2px;
font-weight: normal;
}
.page-header {
position: relative;
text-align: center;
}
body.page-template-page-shop .page-header {
margin-bottom: 80px;
}
h1,
.h1 {
font-size: 32px;
line-height: 30px;
}
h2,
.h2 {
font-size: 27px;
line-height: 24px;
}
h3,
.h3 {
font-size: 24px;
line-height: 22px;
}
h4,
.h4 {
font-size: 20px;
margin: 5px 0 5px;
line-height: 20px;
}
h5,
.h5,
h6,
.h6 {
font-size: 12px;
margin: 5px 0 5px;
line-height: 18px;
}
p {
font-family: "roboto", serif;
letter-spacing: 0.5px;
font-size: 14px;
margin-bottom: 1.5em;
}
input {
background: #eeeeee;
border: solid 1px #e7e7e7;
border-radius: 0;
text-transform: uppercase;
box-shadow: none;
outline: none;
}
input.name,
input.email {
background: white !important;
border: solid 2px #eaeaea !important;
border-radius: 0 !important;
color: black !important;
font-size: 10px !important;
letter-spacing: 0.2em !important;
}
#mc-embedded-subscribe-form #inputs_wrap {
position: relative;
}
#mc-embedded-subscribe-form #inputs_wrap i.fa-envelope-o {
position: absolute;
right: 10px;
font-size: 15px;
top: 8px;
}
select {
font-family: "roboto", sans-serif;
border: 1px solid #ccc;
background: #eee;
display: block;
width: 80%;
margin: 0 auto;
}
.menu-toggle {
background: transparent;
padding: 0;
box-shadow: none;
text-shadow: none;
border: none;
color: black;
}
.menu-toggle:hover {
box-shadow: none;
}
.show {
display: block !important;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.clearfix {
clear: both;
}
#primary {
clear: both;
}
#primary {
width: 100%;
float: left;
}
.entry-header-single {
text-align: center !important;
margin: 0 auto !important;
background-color: white;
position: relative;
padding: 0px !important;
}
.entry-header-single h1.enty-title {
margin-bottom: 0px !important;
}
.entry-header-single .post_meta {
text-align: center !important;
margin-top: -24px;
}
#primary.full {
width: 88%;
max-width: 1250px;
margin: 0 auto;
float: none; }
#primary.full .entry-content p {
font-size: 15px;
line-height: 30px;
}
.page-content,
.entry-content,
.entry-summary {
font-size: 14px;
}
.entry-content a {
color: #deaeae;
}
body.archive .page-title,
body.search .page-title,
body.page-template-page-shop .page-title {
font-size: 19px;
letter-spacing: 2px;
line-height: 27px;
margin-bottom: 50px;
}
body.page-template-page-shop .page-title {
margin-bottom: 0;
}
#secondary {
width: 28%;
float: right;
}
#secondary .mc-field-group .fa-envelope-o {
position: absolute;
top: 26px;
right: 15px;
}
#cooler-nav-waypoint {
position: absolute;
}
#cooler-nav {
display: none;
}
.nav-box {
position: relative;
display: inline-block;
z-index: 0;
}
.nav-box.previous {
position: fixed;
left: 0;
}
.nav-box.next {
position: fixed;
right: 0;
}
.nav-box img {
display: block;
}
.nav-box .post-nav-text {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
background: rgba(0, 0, 0, 0.3);
color: white;
}
.btn {
display: block;
background: #f5e4e5;
border: 1px solid #f5e4e5;
border-radius: 0;
color: black;
width: 240px;
padding: 14px 10px;
font-size: 11px;
font-family: "roboto", sans-serif;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.2em;
box-shadow: none !important;
text-shadow: none !important;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.btn a {
color: white;
}
.btn:hover {
background: #f3ede9;
border: 1px solid #f3ede9;
color: black;
}
.btn-rv,
.comment-reply-link,
input[type="button"],
input[type="submit"] {
background: #f5e4e5;
border: solid 1px #f5e4e5;
box-shadow: none !important;
text-shadow: none !important;
}
.btn-rv a {
color: black;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
outline: none;
box-shadow: none;
text-shadow: none;
}
.btn-rv:hover,
.btn-rv:focus,
.comment-reply-link:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
background: #f3ede9;
border: 1px solid #f3ede9;
color: black;
}
.btn-rv:hover a {
color: #282828;
}
.btn-pink {
background: black;
border: solid 2px black;
color: white;
box-shadow: none;
}
.btn-pink a {
color: #282828;
}
.btn-pink:hover,
.btn-pink:focus {
background: #f3ede9;
border: solid 2px #f3ede9;
color: #282828;
box-shadow: none;
}
.btn-pink:hover a {
color: #282828;
}
.btn-off {
background: transparent;
padding: 0;
box-shadow: none;
border: none;
} #featured_posts {
position: relative;
display: block;
background: #faf7f2;
margin: 0;
} .slick-prev:before,
.slick-next:before {
color: #d4d4d4 !important;
}
.featured-posts-title {
text-align: center;
font-size: 32px;
text-transform: uppercase;
font-family: "freight-big-pro", serif;
letter-spacing: 2.5px;
margin-bottom: 20px;
}
.featured-posts-outer {
position: relative;
width: 95%;
max-width: 1290px;
margin: 0 auto;
padding: 50px 0px 50px;
z-index: 2;
text-align: center;
}
.featured-posts-outer .more-image {
width: 30%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
transform: translate(0, -18%);
}
.featured-posts-outer h2 {
font-family: "Oswald", sans-serif;
text-transform: lowercase;
font-size: 25px;
}
.featured-posts-outer h2 span {
font-family: "freight-big-pro", serif;
text-transform: lowercase;
font-style: italic;
font-size: 25px;
font-weight: 100;
}
#featured_posts .slide {
text-align: center;
}
#featured_posts .slide-image {
display: block;
width: 92%;
margin-left: 6%;
position: relative;
color: white;
}
#featured_posts .slide-image .slide-image-inner {
width: 100%;
}
.featured-posts-wrap-2 .slide-image {
display: block;
width: 220px;
height: 150px;
}
.slide-title {
font-family: "freight-big-pro";
margin-top: 0;
letter-spacing: 0.5px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
text-align: center;
opacity: 0;
z-index: 1;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
#featured_posts .slide-image:hover .slide-title {
opacity: 1;
background: rgba(0, 0, 0, 0.3);
}
.slide-bg {
display: none !important;
position: absolute;
width: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
#featured {
position: relative;
}
#featured img {
width: 100%;
height: auto;
}
#featured span {
position: absolute;
width: 35%;
top: 35%;
right: 5%;
font-size: 25px;
box-sizing: border-box;
}
.container {
max-width: 1150px;
width: 85%;
padding: 0;
margin: 0 auto;
}
.container-md {
max-width: 900px;
width: 85%;
margin: 0 auto;
}
#container-push {
padding-top: 5%;
}
#masthead {
background: white;
font-size: 10px;
top: 0;
left: 0;
right: 0;
line-height: normal;
font-weight: 200;
letter-spacing: 0.1em;
text-transform: uppercase;
z-index: 50;
}
#waypoint {
display: block;
position: relative;
z-index: 50; height: 0;
}
.nav_fixed {
position: fixed !important; left: 0;
right: 0;
}
body.customize-support #site-navigation-wrap {
top: 32px !important;
}
#site-navigation-wrap {
display: block;
height: 50px;
margin: 0;
position: fixed;
top: 0;
left: 0;
right: 0;
text-align: center;
background: #f5e4e5;
}
#search-wrapper-nav {
position: absolute;
left: 50px;
top: 15px;
font-size: 14px;
}
.header-item {
display: block;
}
.header-item.fa-circle {
flex-grow: 1;
font-size: 4px;
text-align: center;
}
#masthead #social-icons {
font-size: 14px;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
#masthead #social-icons .social-icon {
margin: 0 20px;
}
body.archive #site-navigation-wrap {
margin-bottom: 45px;
}
.dark_nav {
color: black;
background-color: white;
}
#masthead .dark_nav a {
color: black;
}
#masthead .dark_nav a:hover {
color: #deaeae;
}
#masthead a {
color: black;
line-height: 0;
font-weight: normal;
}
#masthead a:hover {
color: white;
text-decoration: none;
}
#masthead #logo-wrap {
opacity: 0;
position: fixed;
top: 10px;
left: 20px;
width: 14%;
margin: 0;
z-index: 1;
text-align: left;
}
#masthead #logo {
max-height: 35px;
width: auto;
}
#logo-wrap {
display: block;
width: 23%;
max-width: 500px;
margin: 130px auto 50px;
text-align: center;
}
#logo {
width: 100%;
max-width: 100%;
}
#reward-liketoknowit {
margin: 0 auto;
margin-bottom: 75px;
max-width: 1170px;
}
.full-width-nav-item {
width: 100% !important;
max-width: initial !important;
}
.nav-single-post-wrap {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.nav-single-post-image {
width: 35%;
}
.nav-single-post-text {
padding: 4%;
display: block;
line-height: 22px;
font-size: 13px;
width: 65%;
box-sizing: border-box;
text-transform: none;
font-family: "freight-big-pro", serif;
text-align: center;
}
.nav-single-post-text h3 {
margin-bottom: 45px;
font-size: 22px;
font-family: "freight-big-pro", serif;
}
.wp_rp_content {
margin-top: 100px;
}
#site-navigation {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
text-align: center;
}
#secondary-nav {
text-transform: uppercase;
letter-spacing: 2px;
font-family: "roboto";
padding: 8px 0px;
} #masthead #shop-link {
position: absolute;
top: 25px;
right: 50px;
font-family: "roboto", serif;
font-size: 10px;
letter-spacing: 4px;
color: #f3ede9;
}
.sub-post-title {
font-family: "freight-big-pro", serif;
font-size: 17px;
line-height: 23px;
}
.sub-read-more {
font-size: 9px;
padding-top: 5px;
}
#primary-menu {
text-align: center;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 3px;
line-height: 10px;
}
#primary-menu ul.nav-menu {
display: inline-block;
padding: 0;
margin: 0;
line-height: normal;
list-style: none;
}
#primary-menu ul.nav-menu > li {
float: left;
padding: 18px 37px;
margin: 0;
letter-spacing: 2px;
font-size: 12px;
font-weight: normal;
}
#primary-menu ul.nav-menu > li > .sub-menu {
display: block;
visibility: hidden;
background: #d6c3c5;
padding: 10px 2%;
margin: 0;
text-align: center;
position: absolute;
z-index: 50;
list-style: none;
list-style-type: none;
width: 100%;
top: 49px;
left: 0;
font-size: 10px;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#primary-menu ul.nav-menu > li > .sub-menu > li {
list-style: none;
list-style-type: none;
margin: 0px;
padding: 10px;
}
#primary-menu ul.nav-menu > li > .sub-menu > li > a {
display: block;
padding: 0;
line-height: normal;
color: black;
}
#primary-menu ul.nav-menu > li > .sub-menu > li > a:hover {
color: white;
}
#primary-menu ul.nav-menu > li:hover > .sub-menu {
visibility: visible;
opacity: 1;
}
#currentItemImage {
display: block;
background: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/images/currentItemImage.png) no-repeat;
background-size: contain;
width: 35px;
height: 25px;
margin: 0 auto;
}
#navSearchWidget {
margin-top: 80px;
}
#navSearchWidget h3 {
font-family: "freight-big-pro", serif;
}
.nav-col {
margin-top: 30px;
margin-left: 40px;
}
#dropdowns {
position: fixed;
top: 50px;
width: 100%;
background: white;
box-shadow: 0px 0px 10px black;
z-index: 2;
}
.dropdown-wrapper {
display: none;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
padding: 3%;
max-width: 1200px;
}
.dropdown-image {
margin-right: 5%;
}
.dropdown-text-wrap {
text-align: center;
}
.dropdown-sub-menu {
padding: 0;
margin: 0;
list-style-type: none;
display: -webkit-flex;
display: flex;
-webkit-align-items: baseline;
align-items: baseline;
-webkit-justify-content: center;
justify-content: center;
}
.dropdown-text-wrap h2 {
font-family: "freight-big-pro", serif;
font-size: 28px !important;
letter-spacing: 3px;
text-transform: none;
}
.dropdown-sub-menu li {
display: inline-block;
margin: 0 20px;
}
.dropdown-text {
font-family: "freight-big-pro", serif;
font-size: 16px;
letter-spacing: 2px;
}
.hp-banner h2 {
font-family: "oswald", serif;
font-size: 25px;
font-weight: 300;
margin: 2px;
}
.hp-banner span {
font-family: "freight-big-pro", serif !important;
text-transform: lowercase;
font-size: 30px;
font-weight: 100;
font-style: italic;
margin-top: 0px;
margin-bottom: 0px;
}
.hp-banner p {
margin-top: 0px;
margin-bottom: 0px;
}
#reward-liketoknowit {
margin: 0 auto;
margin-bottom: 75px;
width: 80%;
max-width: 1170px;
} #popup-modal-box {
background: #f5e4e5;
position: relative;
width: 90%;
padding: 0;
max-width: 820px;
}
#popup-modal-box #popup-close {
position: absolute;
top: 6px;
right: 10px;
max-width: 20px;
z-index: 50;
}
#popup-modal-inner {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
padding-right: 5%;
}
#popup-modal-inner nf-field:nth-child(1) {
float: left;
width: 48%;
}
#popup-modal-inner nf-field:nth-child(2) {
float: right;
width: 48%;
}
#popup-modal-inner nf-field:nth-child(3) .nf-field-container {
margin-bottom: 0;
}
#popup-modal-inner input[type="button"] {
display: block;
width: 100%;
background: black;
color: white;
}
#popup-modal-inner input[type="button"]:hover {
background: #333333;
}
#popup-modal-inner input,
#popup-modal-inner textarea {
border: none;
padding: 8px;
letter-spacing: 2px;
font-family: "roboto", serif;
font-size: 11px;
line-height: 13px;
background: transparent !important;
border-top: none !important;
border-left: none !important;
border-right: none !important;
border-bottom: 1px solid black !important;
margin-bottom: 15px !important;
}
#popup-modal-inner button {
display: block;
width: 100%;
}
.popup-text h1,
.popup-text h2,
.popup-text h3,
.popup-text h4,
.popup-text h5,
.popup-text h6 {
font-family: "freight-big-pro", serif;
text-align: left;
}
.popup-text p {
font-family: "brandon-grotesque", sans-serif;
letter-spacing: 1px;
font-size: 12px;
}
.popup-image {
margin-right: 40px;
width: 50%;
}
.popup-text {
width: 46%;
}
#subscribe-modal-box {
background: white;
padding: 2%;
border: 2px solid black;
position: relative;
}
#subscribe-modal-box #subscribe-close {
position: absolute;
top: 6px;
right: 10px;
}
#search-modal-inner input.search-field {
width: 100%;
padding: 24px;
font-family: "roboto";
font-size: 16px;
font-weight: 100;
text-transform: uppercase;
box-shadow: none;
border: 1px solid black;
border-radius: 0;
}
#search-modal-inner #searchsubmit {
background: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/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-inner #searchsubmit:hover {
background-color: #eaeaea;
}
.mobile-search {
display: none;
} #search-close {
position: absolute;
top: -20px;
right: -20px;
}
#search-close img {
width: 22px;
height: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
z-index: 150;
display: none;
cursor: pointer;
}
.modal-box {
width: 50%;
position: absolute;
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;
}
.modal-inner {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
text-align: center;
}
.modal-inner h1 {
margin-top: 0;
margin-bottom: 0;
background-color: #ecd4c9;
color: #fff;
font-size: 38px;
padding: 20px 38px;
}
#search-modal.modal {
z-index: 150000;
} .home-post {
position: relative;
}
#featured {
position: relative;
}
#featured img {
width: 100%;
height: auto;
}
#featured span {
position: absolute;
width: 35%;
top: 35%;
right: 5%;
font-size: 25px;
box-sizing: border-box;
}
#promotion_1 {
background: black;
color: white;
font-size: 20px;
}
.promotion_1_text {
float: left;
padding: 20px 0;
width: 52%;
font-size: 35px;
letter-spacing: 1px;
}
.promotion_1_text span {
color: black;
}
.promotion_1_form {
float: right;
width: 48%;
text-align: center;
padding: 20px 0;
}
.promotion_1_form form {
position: relative;
}
.promotion_1_form form,
.promotion_1_form input {
display: inline-block;
clear: none;
margin: 0 2px;
}
.promotion_1_form input[type="text"],
.promotion_1_form input[type="email"] {
padding: 15px 13% !important;
line-height: normal;
box-sizing: border-box;
font-size: 13px !important;
text-transform: uppercase;
}
.promotion_1_form input[type="submit"] {
background: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/images/formButton.png) no-repeat;
background-size: 100%;
font-size: 0px;
position: absolute;
top: -40%;
border: none;
width: 50%;
height: 200%;
right: -42%;
box-shadow: none;
}
#as_seen_on_items > .container {
padding: 30px 0 35px;
border-bottom: solid 1px #e7e7e7;
margin-bottom: 5px;
}
#as_seen_on_items h3 {
display: inline-block;
vertical-align: middle;
margin: 15px 0;
color: black;
}
#as_seen_on_items .slider_wrap {
width: 80%;
float: right;
}
.as_seen_on_link {
display: block;
text-align: center;
margin: 0 10px;
}
.slick-slide img {
width: auto;
display: inline-block;
vertical-align: middle;
}
.slide-nav {
line-height: 1;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
border: none;
outline: none;
color: black;
}
.nav-right {
right: -25px;
}
.nav-left {
left: -25px;
}
#call_outs {
text-align: center;
margin: 50px auto;
}
#call_outs p {
margin-bottom: 50px;
}
.call_out_items {
width: 100%;
text-align: center;
}
.call_out_item {
display: table;
width: 32%;
position: relative;
margin: 0 0.25%;
padding: 0 3%;
height: 436px;
float: left;
}
.fixed-group {
position: absolute;
width: 100%;
height: 100%;
display: table;
vertical-align: middle;
text-align: center;
}
.call_out_item span {
color: white;
display: table-cell;
vertical-align: middle;
height: 100%;
}
#promotion_2 {
background: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/images/promotion2-bg.jpg) no-repeat;
background-size: cover;
margin: 7% 0 1%;
}
.promotion_2_wrap {
position: relative;
text-align: center;
}
.promotion_2_image {
display: inline-block;
vertical-align: top;
width: 32%;
max-width: 341px;
float: left;
}
.promotion_2_form_wrap {
background: black;
display: inline-block;
padding: 20px;
width: 67%;
position: absolute;
top: 35%;
left: 32%;
color: white;
font-size: 18px;
text-align: center;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#about-section {
background: #faebee;
margin: 120px 0px 100px;
}
#about-section-wrap {
display: -webkit-flex;
display: flex;
padding: 2% 10% 4%;
}
#about-section-content-wrap {
width: 82%;
padding-left: 10%;
}
#about-section-content-title {
padding: 30px 0px;
text-align: center;
font-family: "Oswald", sans-serif;
font-size: 32px;
font-weight: 100;
text-transform: uppercase;
}
#about-section-content-title span {
font-family: "freight-big-pro", serif;
text-transform: lowercase;
font-style: italic;
}
#about-section-content-text {
margin-bottom: 40px;
font-family: "freight-big-pro", serif;
letter-spacing: 1px;
font-size: 15px;
line-height: 26px;
}
#about-section-content-wrap .btn {
margin: 0 auto !important;
}
#about-section-image {
margin-top: -115px;
}
#about-section-image img {
border-radius: 210px;
border: 10px solid white;
}
#ig-daily-life-section {
background-color: #faebee;
margin: 80px 0px 100px 0px;
}
#ig-daily-life-section-wrapper {
max-width: 1000px;
margin: 0 auto;
}
a.read-more {
font-size: 13px;
font-family: "brandon-grotesque", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 auto;
margin-top: 40px;
}
a.read-more span {
font-style: italic;
text-transform: lowercase;
}
#currently-loving-section {
margin: 100px 0px 100px 0px;
padding: 50px;
border-top: 1px solid #c8c8c8;
border-bottom: 1px solid #c8c8c8;
text-align: center;
}
#currently-loving-section-code {
width: 100%;
}
#currently-loving-section-wrapper {
background-color: white;
max-width: 100%;
margin: 0 auto;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
#currently-loving-section-header {
display: inline-block;
vertical-align: middle;
padding: 0 20px;
font-size: 43px;
text-transform: uppercase;
font-family: "freight-big-pro", serif;
letter-spacing: 3px;
background-color: white;
margin-top: -125px;
}
#currently-loving-section-header p {
font-family: "freight-big-pro", serif;
font-size: 40px;
text-transform: capitalize;
}
#currently-loving-section-header h3 {
font-family: "Oswald";
font-weight: 100;
font-size: 22px;
line-height: 14px;
}
#currently-loving-section-header em {
font-family: "freight-big-pro";
text-transform: lowercase;
font-size: 25px;
} .widget {
margin: 0 0 2em;  overflow: auto;
text-align: center;
}
.widget select {
font-size: 10px;
}
.widget-title {
margin-top: 0px;
text-align: center;
font-size: 20px;
font-family: "roboto", serif;
padding: 15px 0px 27px;
display: inline-block;
width: 100%;
margin-bottom: 30px;
position: relative;
}
.widget-title::after {
content: " ";
position: absolute;
bottom: 0;
width: 120px;
border-bottom: solid 1px #f3ede9;
left: 0;
right: 0;
margin: 0 auto;
margin-top: -30px;
}
section#about-blurb {
font-size: 12px;
letter-spacing: 1px;
line-height: 25px;
margin-bottom: 30px;
}
#about-blurb p {
margin-bottom: 0;
margin-top: 35px;
}
.entry-about-page {
position: relative;
}
.about-blurb-header {
position: relative;
}
.about-blurb-header img {
display: block;
}
.about-image {
float: left;
width: 485px;
margin-top: 45px;
}
.about-text-block {
float: right;
width: 56%;
border: 2px solid;
padding: 30px 50px 30px 90px;
position: absolute;
right: 0;
text-align: justify;
}
.about-text-block h3 {
margin-bottom: 0px;
}
.about-text-block h6 {
margin-bottom: 35px;
}
.about-text-block p {
line-height: 30px !important;
font-size: 13px !important;
}
.about-blurb-header h5 {
margin: 0;
position: absolute;
bottom: 0;
font-family: "roboto", cursive;
font-size: 20px;
text-transform: uppercase;
color: black;
background-color: white;
padding: 15px 20px;
right: 0;
}
#secondary .widget_categories ul {
list-style: none;
padding: 0;
margin: 0;
}
.subscribe_form_sub_title {
font-family: "roboto", sans-serif;
font-size: 12px;
text-transform: initial;
line-height: 26px;
letter-spacing: 1px;
margin-bottom: 10px;
}
#sidebar-header {
display: block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
padding: 22px 0;
border-top: 2px solid black;
border-bottom: 2px solid black;
margin-bottom: 30px;
}
#mc_embed_signup {
background: none !important; }
#mc_embed_signup .mc-field-group {
width: 250px !important;
margin: 0 auto;
height: 35px;
margin-top: -20px;
}
#mc_embed_signup .mc-field-group .fa-envelope-o {
position: absolute;
top: 24px;
right: 8px;
color: black;
}
#mc_embed_signup form {
height: 50px !important;
padding: 0px !important;
}
#secondary #social-icons {
text-align: center;
}
#secondary .social-icon {
display: inline-block;
text-align: center;
width: 7%;
font-size: 15px;
color: black;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
#secondary .social-icon:hover {
color: #f3ede9;
}
span.share-text {
font-family: "roboto";
text-transform: uppercase;
font-size: 13px;
letter-spacing: 2px;
}
.share i {
color: #282828;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.share i:hover {
color: #deaeae;
}
#about-me {
text-align: center;
padding-bottom: 24px;
}
#subscribe_widget {
text-align: center;
}
.subscribe_form_wrap {
background: black;
padding: 10%;
width: 100%;
float: right;
color: white;
text-align: center;
}
.subscribe_form_wrap .title {
font-weight: 100;
margin-bottom: 20px;
}
section#social {
margin: 40px 30px;
}
#shop {
text-align: center;
}
.shop-item {
width: 47%;
display: inline-block;
margin-bottom: 20px;
}
.shop-item:nth-child(2n-1) {
float: left;
}
.shop-item:nth-child(2n) {
float: right;
}
.shop-item a {
display: block;
}
#secondary label {
width: 100%;
float: left; }
#secondary .search-field {
width: 100%;
font-size: 10px;
font-weight: 100;
font-family: "roboto", sans-serif;
text-align: center;
} body.paged .container {
padding-top: 5%;
}
.alm-btn-wrap {
text-align: center;
padding: 30px 0 85px !important;
}
#load-more {
font-size: 12px;
padding: 24px 42px;
display: inline-block;
}
.post-entry {
font-size: 16px;
display: -webkit-flex;
display: flex;
max-width: 95%;
margin: 0 auto 50px;
flex-direction: row;
-webkit-justify-content: center;
justify-content: center;
}
.post-entry .container {
width: 95%;
}
.post-entry:nth-of-type(2n) {
flex-direction: row-reverse;
}
#ajax-load-more .post-entry:nth-of-type(2n) {
flex-direction: row-reverse;
}
#ajax-load-more .post-entry:nth-of-type(2n + 1) {
flex-direction: row;
}
#ajax-load-more .post-entry:nth-of-type(2n + 1) .post-block .entry-title {
margin: 30px 0 30px -180px;
text-align: left;
width: 140%;
}
#ajax-load-more .post-entry:nth-of-type(2n) .post-block .entry-title {
margin: 30px -180px 30px 0;
text-align: right;
width: 140%;
}
.post-block {
width: 60%;
padding: 30px;
margin: 1%;
display: -webkit-flex;
display: flex;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.post-block .post-entry-rs {
width: 100%;
}
.post-block.featured-image {
width: 60%;
max-width: 730px;
padding: 0;
display: inline-block;
}
.post-block-right {
width: 40%;
max-width: 610px;
padding: 0;
display: inline-block;
}
.post-block-left .entry-title,
.post-entry:nth-of-type(2n) .post-block .entry-title {
margin: 30px -180px 0px 0;
background-color: white;
text-align: right;
padding: 20px;
z-index: 1;
width: 140%;
}
.post-block-right .entry-title {
margin: 30px 0 0px -180px;
background-color: white;
padding: 31px;
text-align: left;
line-height: normal;
width: 140%;
}
.post-entry-meta {
justify-content: space-between;
align-content: center;
margin-top: 30px;
border-top: 1px solid black;
}
.post-entry-featured .post-entry-meta {
justify-content: space-between;
align-content: center;
margin-top: -30px;
border-top: none;
display: -webkit-flex;
display: flex;
flex-direction: column;
}
.post-entry-featured {
width: 900px;
}
.post-entry-meta .entry-title {
margin-top: 0px;
font-family: "freight-big-pro";
text-align: left;
margin-bottom: 0px;
font-weight: 100;
}
.post-entry-meta .entry-title a {
background-color: white;
padding: 10px 30px;
}
.post-entry-meta h4 {
text-align: center;
font-size: 10px;
margin: 15px 0 5px;
color: #a7a7a7;
}
.post-entry-content .btn {
margin: 0 auto;
}
.post-entry-content .btn span {
font-family: "freight-big-pro", serif;
text-transform: lowercase;
font-style: italic;
font-weight: 100;
}
.post-entry img {
max-width: 100%;
}
.home-entry-excerpt-wrap {
display: -webkit-flex;
display: flex;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-justify-content: center;
justify-content: center;
position: relative;
top: -133px;
}
.home-entry-excerpt-wrap img {
background: white;
padding: 20px;
}
.home-entry-content-wrap {
max-width: 600px;
margin-top: 60px;
}
.home-entry-header {
background: white;
width: 100%;
padding: 1px;
position: relative;
left: -15%;
text-align: left;
padding-left: 30px;
}
.home-entry-header h1 {
font-family: "freight-big-pro", serif;
font-size: 28px !important;
letter-spacing: 3px;
font-weight: 100;
}
.home-entry-exceprt {
padding: 0px 0px 0px 30px;
}
.home-entry-exceprt .btn {
color: white;
background: black;
border: none;
margin: 0 auto;
}
.home-entry-exceprt .btn:hover {
color: #404040;
background: #f3ede9;
border: none;
margin: 0 auto;
}
.home-entry-exceprt .btn i {
text-transform: lowercase;
font-family: "freight-big-pro", serif;
font-family: 11px;
font-weight: 100;
}
.home_post_meta {
position: absolute;
bottom: -8px;
left: 20%;
}
.entry-header {
text-align: center;
font-size: 30px;
background-color: white;
margin: 0 auto;
margin-top: -30px;
}
.entry-title {
font-size: 35px;
letter-spacing: 2.5px;
font-family: "freight-big-pro";
margin-bottom: 30px;
font-weight: 100;
text-transform: none;
}
.entry-title a {
color: #282828;
}
.entry-title a:hover {
color: #f5e5e5;
}
.post_meta {
font-family: "roboto", serif;
font-size: 11px;
letter-spacing: 2px;
line-height: 16px;
margin-top: 17px;
}
.post_date {
font-size: 12px;
color: #000000;
text-transform: uppercase;
letter-spacing: 1px;
}
.meta_sep {
margin: 0 2px;
}
.post_cats {
font-weight: 500;
}
.post_cats a {
font-family: "roboto", cursive;
padding: 1px 2px;
font-size: 10px;
letter-spacing: 2px;
color: #f3ede9;
font-weight: 400;
text-transform: uppercase;
}
.post_cats a:hover {
color: black;
}
.entry-excerpt {
text-align: justify;
}
#post_loop_1_wrap,
#post_loop_2_wrap {
text-align: center;
}
.post_entry_loop_1 {
width: 33%;
display: inline-block;
position: relative;
}
.post_entry_loop_1:nth-child(1) {
float: left;
}
.post_entry_loop_1:nth-child(3) {
float: right;
}
.post_entry_loop_1 .post_meta {
background: white;
display: table;
padding: 4% 2%;
width: 80%;
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
left: 0%;
text-align: center;
text-transform: uppercase;
}
#post_loop_2_wrap {
margin-bottom: 5%;
}
.post_entry_loop_2 {
display: inline-block;
width: 22%;
margin: 1.75%;
}
.post_entry_loop_2:nth-child(1) {
margin-left: 0;
}
.post_entry_loop_2:nth-child(4) {
margin-right: 0;
}
.post_entry_loop_2 img {
width: 100%;
}
.post_entry_loop_3 {
padding-bottom: 8%;
border-bottom: solid 1px #e7e7e7;
margin-bottom: 8%;
overflow: auto;
}
.post_entry_loop_3 .wp-post-image {
display: inline-block;
vertical-align: top;
width: 48%;
}
.excerpt_wrap {
float: right;
display: inline-block;
width: 45%;
margin-right: 1%;
text-align: center;
}
.excerpt_wrap .post_meta {
text-align: center;
}
.excerpt {
text-align: justify;
font-size: 15px;
margin: 0px 0px 40px;
font-family: "freight-big-pro", serif;
letter-spacing: 1px;
line-height: 29px;
color: #404040;
} body.single-post article.post {
max-width: 900px;
margin: 0 auto;
}
#post_entry_subscribe {
background: black;
padding: 10px;
overflow: scroll;
text-align: center;
}
.post_entry_subscribe_wrap {
background: white;
}
.post_entry_subscribe_content {
display: inline-block;
width: 50%;
padding: 30px 20px;
}
#post_entry_subscribe h4 {
font-size: 16px;
line-height: 28px;
color: black;
display: block;
letter-spacing: 2px;
margin: 0 0 20px;
}
#post_entry_subscribe span {
display: block;
font-size: 17px;
letter-spacing: 1px;
width: 80%;
margin: 0 auto 20px;
}
#post_entry_subscribe img {
display: block;
width: 50%;
float: right;
}
.separator.top {
margin: 25px auto;
}
.separator.bottom {
margin: 75px auto;
}
.entry-header {
text-align: center;
margin: 0 0 28px;
}
.post p {
text-align: justify;
font-size: 14px;
margin: 20px 0;
letter-spacing: 1px;
line-height: 29px;
color: #404040;
}
.post .content_wrap p a,
.single .content_wrap p a {
color: #deaeae;
padding: 1px 2px;
}
ul,
ol,
ul ul,
ol ol,
ul ul ul,
ol ol ol,
ul ul ul ul,
ol ol ol ol {
padding: 0;
}
.wpp-list {
margin: 0px !important;
}
.wpp-thumbnail {
float: none !important;
}
.wpp-list li {
margin-top: 0px;
}
ul:nth-child(1n),
ol:nth-child(1n) {
margin-bottom: 20px;
font-size: 13px;
}
ul li,
ol li {
margin: 10px 0;
}
blockquote {
padding: 10px 2%;
font-size: initial;
width: 85%;
margin: 0 auto;
border: none;
font-family: "freight-big-pro", serif;
font-weight: 100;
}
blockquote p {
font-size: 15px;
line-height: 25px;
letter-spacing: 0.8px;
font-family: "freight-big-pro", serif;
font-weight: 100;
font-style: italic;
text-align: center;
}
section#categories-2 {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
line-height: 22px;
}
.post .post-categories {
list-style: none;
padding: 0;
margin: 0;
}
.post .post_meta {
text-align: center;
}
#signature {
text-align: right;
}
#signature img {
width: 50%;
max-width: 200px;
}
#post-foot {
position: relative;
text-align: center;
font-size: 12px;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
flex-grow: 1;
margin: 50px 0 16px;
}
.post-foot-box {
width: 34%;
padding: 2% 0;
text-align: center;
box-sizing: border-box;
font-family: "roboto";
font-weight: 100;
font-size: 12px;
letter-spacing: 1px;
cursor: pointer;
}
.post-foot-box:nth-child(1) {
border-left: none;
text-align: left;
}
.post-foot-box:nth-child(3) {
border-right: none;
text-align: right;
}
ul.related_post {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
.comment-btn {
display: none;
}
.comment-btn .btn {
width: 100%;
}
ul li {
position: relative;
}
ul li .wp_rp_title {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
background: rgba(255, 255, 255, 0.8);
color: black;
display: -webkit-flex;
display: flex;
z-index: 1;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
ul li:hover .wp_rp_title {
opacity: 1;
}
#comment-count {
font-size: 14px;
letter-spacing: 1px;
color: #282828;
font-style: italic;
font-family: "freight-big-pro";
font-weight: 100;
}
#comment-count a {
font-size: 14px;
letter-spacing: 1px;
color: #282828;
font-style: italic;
font-family: "freight-big-pro";
font-weight: 100;
}
.social-share {
text-align: center;
color: black;
margin: 0;
margin-top: 15px;
}
.social-share button {
font-size: 14px;
}
.share {
background: transparent;
padding: 0;
box-shadow: none;
border: none;
display: inline-block;
margin: 0 7px;
}
.share:hover {
color: black;
}
.share span {
display: inline-block;
margin-left: 5px;
}
a.share {
color: black;
}
#popular-posts {
text-align: center;
margin: 70px 0 30px !important;
display: inline-block;
width: 100%;
border: 1px solid black;
padding: 15px 15px 10px;
float: none;
clear: both;
overflow: auto;
}
.popular-posts-title {
background: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/images/pop-title-left.png) no-repeat;
background-size: cover;
width: 11%;
height: 50px;
display: inline-block;
}
.related-wrap {
width: 85%;
margin-left: 2%;
display: inline-block;
vertical-align: top;
overflow: auto;
}
.related-title {
background: #1d1d1d;
text-transform: none;
color: black;
float: left;
letter-spacing: 2px;
width: 8%;
position: relative;
}
.related-title span {
letter-spacing: 3px;
text-transform: uppercase;
display: block;
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 50% 53%;
-ms-transform-origin: 50% 53%;
transform-origin: 50% 53%;
white-space: nowrap;
height: 100%;
position: absolute;
left: 100%;
top: -3%;
}
#related_posts {
background: #faf7f2;
padding: 30px 0 50px;
}
.related-posts-wrap {
text-align: center;
}
.related-post {
width: 23%;
position: relative;
display: inline-block;
margin: 0 1%;
}
span.related-post-title {
position: absolute;
opacity: 0;
top: 0;
bottom: 0;
right: 0;
left: 0;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
font-family: "freight-big-pro";
font-size: 15px;
cursor: pointer;
font-weight: 500;
background: rgba(255, 255, 255, 0.7);
font-weight: 100;
}
span.related-post-title:hover {
opacity: 1;
color: black;
padding: 20px;
text-align: center;
font-size: 21px;
}
.related-posts-outer h2 {
font-family: "freight-big-pro", serif;
text-align: center;  font-size: 35px;
letter-spacing: 2.5px;
}
.related-post:nth-child(1) {
margin-left: 0;
}
.related-post:nth-child(4) {
margin-right: 0;
}
.related-post img {
width: 100%;
}
.related-post img:hover {
opacity: 0.7;
}
.related-post .btn {
display: none;
position: absolute;
left: 11%;
top: 38%;
}
.related-post:hover .btn {
display: block;
}
.site-main .post-navigation {
margin: 50px auto;
}
.post-navigation {
display: block;
background: transparent;
text-transform: uppercase;
letter-spacing: 0.2em;
font-size: 14px;
color: black;
text-align: center;
clear: both;
font-family: "freight-big-pro", serif !important;
font-size: 24px !important;
font-weight: 100 !important;
font-style: italic !important;
color: black;
letter-spacing: 1px;
}
.prev-link { float: none;
display: inline-block;
padding: 12px 13px 10px 19px;
width: auto;
}
.next-link { float: none;
display: inline-block;
padding: 12px 13px 10px 19px;
width: auto;
}
.post-navigation .next-link i {
margin: 0 10px 0 10px;
font-size: 12px;
}
.post-navigation .prev-link i {
margin: 0 10px 0 10px;
font-size: 12px;
}
.post-nav-sep {
margin: 0 2%;
}
#reply-title {
text-align: center;
margin-top: 2%;
}
.logged-in-as {
text-align: center;
margin-bottom: 2%;
text-transform: none;
}
#respond {
text-transform: uppercase;
font-size: 16px;
letter-spacing: 0.2em;
padding: 30px 5% 40px;
background-color: #fbf7f3;
margin-bottom: 50px;
}
body.home #comments {
margin: 50px auto 0;
}
#comments {
width: 80%;
margin: 0 auto;
margin-top: 50px;
}
.says {
display: none;
}
.comment-author {
width: 60%;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
.comment-author .fn {
font-family: "roboto", serif;
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
}
.comment-meta {
position: relative;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
flex-grow: 1;
}
.comments-title {
text-align: center;
margin: 78px 0 63px;
font-size: 15px;
line-height: 22px;
color: #f3ede9;
}
.comment-content p {
font-size: 12px;
margin: 15px 0 0;
letter-spacing: 0.8px;
line-height: 24px;
}
.comment-reply-link {
font-size: 10px;
text-transform: uppercase;
letter-spacing: 2px;
display: inline-block;
padding: 5px 20px;
margin: 20px 0 0;
}
#commentform {
font-family: "roboto", sans-serif;
display: -webkit-flex;
display: flex;
flex-grow: 1;
-webkit-align-items: flex-start;
align-items: flex-start;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 12px;
padding: 0;
}
.reply-title {
font-family: "freight-big-pro";
text-align: center;
display: block;
margin: 0 auto 20px;
font-size: 22px;
}
#commentform #submit {
width: 100%;
padding: 12px;
font-size: 10px;
}
#commentform label {
text-align: center;
width: 100%;
}
.comment-form-author,
.comment-form-email {
float: left;
width: 48%;
}
.comment-form-url {
width: 100%;
}
.comment-input-wrap {
margin-bottom: 14px;
}
.form-submit {
margin: 0;
width: 100%;
}
.comment-form-comment {
flex-grow: 2;
width: 100%;
}
.contact-block-wrapper {
display: -webkit-flex;
display: flex;
}
.contact-block h3 {
margin: 50px 0px 30px;
}
.contact-block p {
letter-spacing: 1px;
font-size: 12px !important;
}
.contact-block a {
font-weight: 700;
}
#nf-field-4 {
font-family: roboto;
letter-spacing: 2px;
padding: 11px 16px;
float: right;
}
.contact-block {
width: calc((100% / 2) - 20px);
margin-right: 30px;
margin-left: 33px;
text-transform: uppercase;
margin-top: 35px;
}
#contact_form .contact-message {
margin-bottom: 0 !important;
}
#contact_form .submit-container {
text-align: right;
}
span.nf-form-title {
display: none;
}
#contact_form input[type="button"] {
color: white;
font-family: "roboto", sans-serif;
font-size: 10px;
letter-spacing: 2px;
padding: 8px 20px;
}
#contact_form input[type="button"]:hover {
color: #f3ede9;
}
.nf-field-element textarea {
height: 100px !important;
}
#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form input[type="url"],
#contact_form input[type="password"],
#contact_form input[type="search"],
#contact_form input[type="number"],
#contact_form input[type="tel"],
#contact_form input[type="range"],
#contact_form input[type="date"],
#contact_form input[type="month"],
#contact_form input[type="week"],
#contact_form input[type="time"],
#contact_form input[type="datetime"],
#contact_form input[type="datetime-local"],
#contact_form input[type="color"],
#contact_form textarea {
padding: 8px 15px;
}
#contact_form textarea {
height: 165px;
}
#author,
#email,
#url,
#comment,
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 {
width: 100%;
background: white;
border: none;
text-transform: none !important;
letter-spacing: 2px;
font-family: "roboto", sans-serif;
font-size: 11px;
line-height: 12px;
padding: 13px;
}
.form-submit {
flex-grow: 2;
}
.form-submit input.submit {
display: block;
padding: 15px;
width: 100%;
font-size: 12px;
margin: 0 auto;
background: black;
box-shadow: none;
}
.form-submit input.submit:hover {
box-shadow: none;
} #archive-items {
text-align: center;
}
.archive-item {
display: inline-block;
width: 31%;
position: relative;
margin: 0% 1% 3%;
overflow: hidden;
}
.archive-item .archive-item-image {
background: black; }
.archive-item .archive-item-image img {
display: block;
}
.archive-item:hover .archive-item-image img {
opacity: 0.7;
}
.archive-item-meta {
color: #2c3554;
background-color: white;
display: block;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
position: relative;
width: 82%;
margin: 0 auto;
padding: 25px 9px 15px;
}
.archive-item-meta:hover {
color: #1d1d1d;
}
.archive-item-title {
font-size: 19px;
font-family: "freight-big-pro";
}
.archive-item-title a {
color: #c8c8c8;
}
.archive-item-date {
font-size: 10px;
}
.archive-item .post_meta {
text-align: center;
}
.archive-item .excerpt {
text-align: center;
font-size: 18px;
}
.archive-item .separator {
margin: 50px auto;
width: 25%;
}
body.archive .page-header {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
font-family: "freight-big-pro";
}
#category-nav {
display: -webkit-flex;
display: flex;
-webkit-align-items: baseline;
align-items: baseline;
-webkit-justify-content: center;
justify-content: center;
}
.category-selection-title {
text-align: center;
}
.category-selection-title span {
display: inline-block;
vertical-align: top;
margin: 0 5px;
}
#category-nav .cat-item {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
margin: 4px 8px;
}
#category-nav .parent-cat::after {
content: "/";
margin: 0 5px 0 20px;
}
#category-nav .cat-item.current-cat a {
color: #eeadc0;
}
#category-selection,
#archive-selection {
background: black;
color: white;
padding: 15px 65.5px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
}
#category-selection:hover .category-selection-list,
#archive-selection:hover .archive-selection-list {
display: block;
width: 203px;
}
.category-selection-list,
.archive-selection-list {
display: none;
background: black;
position: absolute;
right: 0;
padding: 12px;
margin: 0;
list-style: none;
text-align: center;
z-index: 100;
}
.cat-item {
font-size: 10px;
}
.category-selection-list a,
.archive-selection-list a {
color: white;
}
.category-selection-list a:hover,
.archive-selection-list a:hover {
text-decoration: underline;
}
#shop-items {
display: -webkit-flex;
display: flex;
-webkit-align-items: baseline;
align-items: baseline;
justify-content: space-between;
flex-grow: 1;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 90%;
margin: 0 auto;
}
.shop-item-meta img {
border: 10px solid #f4f4f4;
}
.shop-item {
width: 270px;
}
.shop-item-title {
line-height: 20px;
text-align: center;
}
.comment-list {
padding: 0;
margin: 0;
list-style: none;
}
.comment-list li ol {
list-style: none;
}
.comment {
margin: 20px 0;
}
.comment-metadata {
float: right;
font-size: 13px;
letter-spacing: 1px;
}
.comment-body {
padding: 2% 2% 5%;
margin: 0;
border-bottom: solid 1px #f3ede9;
}
.comment-body .avatar {
width: 12%;
border-radius: 100%;
max-width: 100px;
margin-right: 3%;
float: left;
}
.col-row {
clear: both;
}
.half-col {
width: 48%;
}
.half-col:nth-child(2n) {
float: right;
}
.half-col:nth-child(2n + 1) {
float: left;
} footer.site-footer {
background: #f5e4e5;
overflow: auto;
}
#colophon {
color: #181818;
font-size: 11px;
line-height: 19px;
text-align: center;
padding: 36px 2%;
position: relative;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
font-family: "roboto";
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
}
.copyright {
margin-right: 8px;
}
.built-by .fa-circle {
font-size: 3px;
bottom: 2px;
position: relative;
margin: 0 2px;
}
#colophon a {
color: #181818;
}
#colophon a:hover {
color: #f3ede9;
}
#footer-nav {
width: 100%;
}
#footer-menu {
background-color: white;
padding: 20px;
margin: 30px 0;
border-top: 1px solid #909090;
border-bottom: 1px solid #909090;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
}
#footer-menu ul {
display: inline-flex;
width: 100%;
-webkit-justify-content: center;
justify-content: center;
padding-left: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-bottom: 0px;
}
#footer-menu li {
padding: 0px 20px;
list-style: none;
display: inline-block;
letter-spacing: 2px;
font-size: 12px;
font-weight: normal;
}
.footer-subscribe,
.footer-subscribe a {
color: white;
text-align: center;
margin-top: 60px;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 2px;
}
body.customize-support #header-social {
top: 48px;
}
#header-social {
position: fixed;
right: 2%;
top: 16px;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
justify-content: space-between;
width: 60%;
max-width: 155px;
z-index: 1;
}
#header-social .social-icon {
display: block;
margin: 0;
width: auto;
font-size: 13px;
}
#header-social .social-icon:hover {
color: #f7f3f1;
}
#header-social .social-icon i:nth-child(1) {
margin-left: 1px;
}
#social-icons {
font-size: 22px;
}
.social-icon {
display: inline-block;
margin: 0 3.5%;
}
#tertiary-menu {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
#tertiary-menu > li {
display: inline-block;
margin: 0 1.5%;
}
#tertiary-menu > li > a {
padding: 20% 0;
display: block;
}
.site-info {
position: absolute;
left: 5%;
text-align: left;
}
.site-info span {
margin: 0 8px;
}
.footer-logo {
width: 25%;
}
#colophon section#social {
position: absolute;
right: 5%;
margin: 0;
width: 15%;
text-align: right;
}
#colophon section#social #social-icons {
font-size: 12px;
}
#secondary-menu {
padding: 0;
margin: 0;
text-align: center;
list-style: none;
}
#secondary-menu .menu-item {
display: inline-block;
}
#secondary-menu .menu-item a {
padding: 10px 15px;
font-weight: 500;
}
#footer-box {
background: white;
padding: 8%;
margin: 10% auto 7%;
}
#sb_instagram {
padding-bottom: 0px !important;
}
#sbi_load {
padding-top: 0px !important;
}
#subscribe-wrap {
margin-bottom: 16%;
}
#subscribe-wrap,
#popular-wrap {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 0.2em;
text-align: center;
}
.nf-form-fields-required,
.nf-after-field {
display: none;
}
nf-field {
display: inline-block;
width: 100%;
}
nf-field:nth-child(3) {
display: block;
width: 100%;
}
#subscribe-wrap input.submit {
display: inline-block !important;
width: 100% !important;
}
#popular-wrap {
text-align: center;
}
#popular-wrap .title {
margin-bottom: 6%;
}
#contact-col {
margin-top: 50px;
}
#contact_form h4 {
font-size: 55px;
color: #f3ede9;
letter-spacing: 2.3px;
text-align: center;
font-family: "Tangerine", cursive;
text-transform: capitalize;
margin: 60px;
}
#contact_form h4 span {
display: inline-block;
margin: 0 2.3px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.col-wrap {
display: -webkit-flex;
display: flex;
-webkit-align-items: flex-start;
align-items: flex-start;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
flex-grow: 1;
}
.col-6 {
width: 48%;
}
button.alm-load-more-btn {
font-family: "freight-big-pro", serif !important;
font-size: 24px !important;
font-weight: 100 !important;
width: auto;
font-style: italic !important;
height: 50px !important;
border: none !important;
line-height: 44px;
background: #f5e4e5 !important;
color: black !important;
border: none;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
margin: 0 0 4px;
padding: 0 35px !important;
display: inline-block;
position: relative;
letter-spacing: 1px !important;
text-transform: uppercase !important;
letter-spacing: none;
-moz-transition: none;
transition: none;
text-align: center;
text-decoration: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
box-shadow: none;
}
button.alm-load-more-btn:hover {
background: #f3ede9 !important;
}
#popular-wrap .col-4 {
width: 32%;
display: inline-block;
vertical-align: top;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
#popular-wrap .col-4:hover {
opacity: 0.75;
}
#popular-wrap .col-4:nth-child(1) {
float: left;
}
#popular-wrap .col-4:nth-child(3) {
float: right;
} .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;
} .flex_row {
display: flex;
align-items: center;
justify-content: space-between;
} .flex_row .flex_row_block,
.flex_row > * {
width: 49%;
} .flex_row img {
display: block;
max-width: 49%;
margin: 2% 0;
} .flex_row img:nth-of-type(2n) {
margin-left: 1%;
} .flex_row img:nth-of-type(2n + 1) {
margin-right: 1%;
}
@media screen and (max-width: 768px) { .flex_row {
flex-direction: column;
justify-content: flex-start;
} .flex_row > * {
width: 100%;
} .flex_row img {
max-width: 100%;
margin: 20px 0;
}
}
#footer_subscribe {
position: relative;
padding: 50px;
}
#footer_subscribe .footer-subscribe-container {
position: relative;
max-width: 1100px;
margin: 0 auto;
min-height: 442px;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-images {
width: 100%;
align-items: stretch !important;
-webkit-align-items: stretch !important;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-image:nth-child(1) {
position: relative;
z-index: 1;
width: 54%;
align-self: center;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-image:nth-child(2) {
position: relative;
z-index: 2;
width: 28%;
margin: 0 -12%;
align-self: flex-end;
transform: translate(0, 40px);
border: 10px solid white;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-image:nth-child(3) {
position: relative;
z-index: 1;
width: 42%;
align-self: flex-start;
transform: translate(0, -40px);
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-body {
position: absolute;
bottom: 15px;
z-index: 1;
padding: 18px 30px;
background: rgba(255, 255, 255, 0.93);
width: 73%;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-form-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-form-wrapper .script-title {
font-family: 'Northwell', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 115px;
line-height: 1em;
text-align: center;
margin-bottom: -80px;
position: relative;
z-index: 5;
}
#footer_subscribe
.footer-subscribe-container
.footer-subscribe-form-wrapper
.footer-subscribe-background-accent {
background-color: #F5E4E5;
padding: 40px;
margin-left: 25px;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-background {
position: relative;
background-color: rgba(255,255,255,0.9);
padding: 20px;
margin-left: -38%;
z-index: 2;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-title {
text-align: center;
margin-top: 0;
margin-bottom: 5px;
font-family: "freight-big-pro";
font-size: 22px;
}
.footer-subscribe-header span {
font-family: "freight-big-pro";
font-size: 17px;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-header .logo {
max-height: 60px;
width: auto;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-form {
flex-direction: row;
width: 100%;
}
#footer_subscribe
.footer-subscribe-container
.footer-subscribe-form
#inputs_wrap {
display: flex;
display: -webkit-flex;
justify-content: start;
}
#footer_subscribe
.footer-subscribe-container
.footer-subscribe-form
#inputs_wrap
input[type="text"],
#footer_subscribe
.footer-subscribe-container
.footer-subscribe-form
#inputs_wrap
input[type="email"] {
border: none !important;
border-bottom: 1px solid black !important;
margin-right: 20px !important;
background: unset !important;
font-size: 12px;
padding: 10px 0;
}
#footer_subscribe
.footer-subscribe-container
.footer-subscribe-form
#inputs_wrap
input[type="submit"] {
min-width: 100px;
}
#footer_subscribe
.footer-subscribe-container
.footer-subscribe-form
#inputs_wrap
input[type="text"]::placeholder,
#footer_subscribe
.footer-subscribe-container
.footer-subscribe-form
#inputs_wrap
input[type="email"]::placeholder {
font-weight: bold;
}
[data-ff-el="root"].ff-619e69d8e43b952d3905e7ab .ff-619e69d8e43b952d3905e7ab__form {
padding: 0 !important;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
box-shadow: none !important;
}@media only screen and (max-width: 1350px){
.post-entry{
max-width: 95%;
}
.container{
width: 95%;
}
.entry-title{
margin-top: 30px;
}
}
@media only screen and (max-width: 1260px){
section#social {
margin: 40px 0;
}
#masthead #social-icons {
justify-content: flex-end;
}
#masthead .social-icon {
width: 3%;
}
#masthead .social-icon i {
min-width: 32px;
}
#secondary .social-icon {
width: 7%;
}
.call_out_item {
height: 350px;
}
.promotion_2_form_wrap {
top: 30%;
}
#primary-menu ul.nav-menu > li {
padding: 18px 28px;
}
#mc_embed_signup .mc-field-group input{
width: 200px !important;
}
.post-block{
width: 100%;
}
.excerpt {
font-size: 15px;
line-height: 28px;
margin: 0 0 30px;
}
.post-block-left .entry-title{
margin-bottom: 0px;
padding: 26px;
}
.entry-title{
font-size: 32px;
margin-top: -15px;
}
#currently-loving-section-header {
width: auto;
font-size: 35px;
margin-top: -116px;
letter-spacing: 2.5px;
}
.archive-item-meta{
padding: 15px 9px 15px;
}
} @media only screen and (max-width: 1024px){ .promotion_2_form_wrap {
top: 25%;
}
.slick-dots li button {
display: none;
}
#masthead .social-icon {
width: auto;
display: inline-block;
text-align: center;
}
#masthead .social-icon i {
display: block;
text-align: center;
}
#secondary {
margin-top: 15%;
width: 30%;
}
.container {
z-index: 1;
}
#primary-menu ul.nav-menu > li{
padding: 18px 20px;
}
#masthead #social-icons .social-icon{
margin: 0 5px;
}
#masthead #social-icons {
top: 15px;
margin-right: 90px;
}
#contact_form h4{
margin: 30px;
}
#logo-wrap{
display: block;
width: 34%;
max-width: 530px;
margin: 11% auto 65px;
text-align: center;
}
.about-image{
width: 370px;
}
.about-text-block{
float: right;
width: 57%;
border: 2px solid;
padding: 19px 43px 21px 60px;
position: absolute;
right: 0;
text-align: justify;
}
.about-text-block p{
line-height: 25px !important;
}
.contact-block h3{
margin: 30px 0px 30px;
} .post-entry{
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.post-block{
width: 100%;
padding: 30px 0px;
max-width: 100%;
}
.post-entry:nth-of-type(2n) .post-block .entry-title{
margin-left: 0px;
margin-right: 0px;
text-align: center;
}
.post-block-right .entry-title{
margin: 0px;
padding: 0 0 26px;
text-align: center;
}
.post-block-left .entry-title{
margin-right: 0px;
text-align: center;
}
.post-block-left .entry-title, .post-entry:nth-of-type(2n) .post-block .entry-title {
margin: 0px;
text-align: center;
padding: 0 0 30px;
}
.post-block.featured-image{
width: 100%;
}
#currently-loving-section-wrapper{
max-width: 85%;
}
.entry-title{
margin-top: 28px;
}
.excerpt{
font-size: 12px;
line-height: 27px;
}
#currently-loving-section{
margin: 50px 0px 100px 0px;
padding: 50px 0;
}
.excerpt {
font-size: 14px;
line-height: 25px;
margin: 0 0 20px;
} .entry-title{
font-size: 30px;
margin-top: 0px;
}
#currently-loving-section-header {
width: auto;
font-size: 40px;
margin-top: -116px;
letter-spacing: 2.5;
}
.archive-item-title{
font-size: 14px;
}
.archive-item-meta{
padding: 15px 9px 15px;
}
.alm-btn-wrap{
padding: 40px 0 0px !important;
}
.entry-title{
margin-top: 30px;
}
.excerpt {
font-size: 15px;
line-height: 26px;
margin: 20px 0 30px;
} .featured-posts-wrap {
width: 80%;
margin: 0 auto;
}
}
@media only screen and (max-width: 990px){
.modal-box {
width: 90%;
}
#search-modal-inner label {
width: 86%;
}
#primary, #secondary {
float: none;
width: 100%;
margin: 0 auto;
}
#secondary {
margin-top: 15%;
width: 55%;
}
#primary.full{
width: 85%;
margin: 0 auto;
}
#sidebar-header { 
display: none;
}
.widget {
padding: 20px 2%;
}
.alignleft, .post-entry .right {
width: 100%;
float: none;
margin: 0 auto;
}
.post-entry.first .right {
text-align: center;
}
#contact_form textarea{
height: 130px;
}
.post-entry.first .btn {
float: none;
margin: 0 auto;
}
.post-entry.first .right .post-extras {
text-align: center;
}
.entry-head.first {
position: relative;
top: initial;
right: initial;
padding: 0;
width: auto;
}
#main div.post-entry:last-child {
padding-bottom: 120px;
}
#comment-count, .social-share {
position: relative;
margin: 15px 0;
}
}
@media only screen and (max-width: 960px){
#search-wrapper-nav {
display: none;
}
#masthead #logo-wrap {
display: none !important;
}
.container {
z-index: 1;
width: 90%;
}
#search-wrapper-nav {
top: 16px;
right: 25px;
left: initial;
font-size: 15px;
}
.header-item.fa-circle {
display: none;
}
.menu-primary-container {
margin-top: 10px;
}
#primary-menu, #secondary-menu { 
display: none; 
text-align: left;
}
#site-navigation.toggled #primary-menu, #site-navigation.toggled #secondary-menu {
display: block;
}
#site-navigation-wrap {
position: relative;
text-align: center;
height: 50px;
width: 100%;
}
#site-navigation-wrap.dark_nav {
background: #f5e4e5;
}
#site-navigation {
display: block;
position: absolute;
top: 10px;
left: 0;
margin-left: 0;
width: 100%;
text-align: left;
z-index: 50;
}
#site-navigation #logo-wrap {
display: none;
}
#waypoint {
display: block;
}
#waypoint #logo-wrap {
width: 25%;
margin: 80px auto 30px;
}
#masthead #social{
display: block;
width: 100%;
position: relative;
margin: 0;
}
#masthead #social-icons {
justify-content: center;
margin: 0;
}
#content {
clear: both;
}
.menu-toggle {
display: inline-block;
margin-left: 20px;
font-size: 30px;
letter-spacing: 0.2em;
float: none;
color: #282828;
}
.menu-toggle i {
font-size: 30px;
}
.main-navigation.toggled #primary-menu, .main-navigation.toggled #secondary-menu {
display: block;
background: #f5e4e5;
color: white;
font-family: "FreightDisp Pro Book", sans-serif;
font-size: 11px;
}
#primary-menu ul.nav-menu > li > .sub-menu {
visibility: hidden !important;
opacity: 0 !important;
height: 0;
}
.main-navigation.toggled #primary-menu li, .main-navigation.toggled #secondary-menu li, #primary-menu ul.nav-menu > li > .sub-menu > li, #secondary-menu ul.nav-menu > li > .sub-menu > li {
float: none;
padding: 0;
margin: 0;
}
#primary-menu ul.nav-menu > li.menu-item-has-children {
position: relative;
}
#primary-menu ul.nav-menu > li.menu-item-has-children::after {
content: '\f107';
font: normal normal normal 14px/1 FontAwesome;
display: block;
position: absolute;
top: 7px;
right: 25px;
color: #333333;
font-size: 30px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#primary-menu ul.nav-menu > li.menu-item-has-children.show::after {
transform: rotate(-180deg);
}
#primary-menu ul.nav-menu > li.menu-item-has-children.show > .sub-menu {
visibility: visible !important;
opacity: 1  !important;
height: auto;
}
#primary-menu ul.menu > li > .sub-menu > li > a, #secondary-menu ul.menu > li > .sub-menu > li > a {
border-bottom: none;
}
.main-navigation.toggled #primary-menu a, .main-navigation.toggled #secondary-menu a, #primary-menu ul.nav-menu > li > .sub-menu > li > a, #secondary-menu ul.nav-menu > li > .sub-menu > li > a {
color: #282828;
display: block;
line-height: normal;
padding: 15px 46px;
font-size: 11px;
}
ul.sub-menu {
padding-left: 20px !important;
}
#primary-menu ul.nav-menu > li > .sub-menu, #secondary-menu ul.nav-menu > li > .sub-menu {
display: block;
text-align: inherit;
width: 100%;
position: relative;
left: 0;
margin-top: 0;
font-size: 14px;
padding: 0 !important;
top: 0;
}
#primary-menu ul.nav-menu > li > .sub-menu > li > a {
padding: 15px 46px 15px 60px;
}
#currentItemImage {
display: none;
}
#featured span {
font-size: 16px;
width: 60%;
}
#as_seen_on_items h3 {
display: block;
text-align: center;
}
#as_seen_on_items .slider_wrap {
width: 100%;
}
.call_out_item {
height: 300px;
}
#promotion_1 .container {
padding-bottom: 4%;
}
.promotion_1_text, .promotion_1_form {
text-align: center;
float: none;
width: auto;
}
#post_entry_subscribe img {
float: none;
width: 100%;
}
.promotion_2_form_wrap {
font-size: 12px;
}
.post_entry_loop_2 {
width: 48%;
margin: 20px 1%;
}
.post_entry_loop_2:nth-child(2n-1) {
margin-left: 0;
}
.post_entry_loop_2:nth-child(2n) {
margin-right: 0;
}
.archive-item {
width: 300px;
margin: 20px 0;
}
#colophon {
padding-bottom: 40px;
}
#cooler-nav {
display: block;
}
.nav-box.previous, .nav-box.next {
position: absolute;
top: 50px;
height: 50px;
}
.nav-box.previous img, .nav-box.next img {
max-height: 50px;
}
.content_wrap {
max-width: 100%;
margin: 0 auto;
}
#related_posts{
max-width: 85%;
margin: 0 auto;
}
span.related-post-title:hover{
font-size: 15px;
}
#cooler-nav{
display: none;
}
.post-entry:nth-of-type(2n) .post-block .entry-title {
margin-bottom: 0px;
padding: 24px;
margin-right: -92px;
margin-left: 0;
line-height: normal;
}
.post-block-right .entry-title {
margin-bottom: 0px;
padding: 20px 0;
margin-left: -92px;
line-height: normal;
}
.post-block.featured-image {
width: 100%;
max-width: 100%;
text-align: center;
margin-bottom: 0;
}
.post-block-right{
max-width: 80%;
margin: 0 auto;
}
.post-block-left{
max-width: 80%;
margin: 0 auto;
}
.post-block{
max-width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width: 768px){
.btn {
width: auto;
max-width: 240px;
}
#search-wrapper-nav { 
display: initial;
left: 36px;
z-index: 100000;
}
.about-image{
width: 92%;
margin: 0 auto;
float: none;
}
.about-text-block{
float: none;
width: 80%;
margin: 0 auto;
padding: 19px 60px 21px 60px;
position: relative;
right: 0;
text-align: justify;
clear: both;
}
#colophon section#social{
display: none;
}
.site-info{
left: none;
text-align: center;
}
.excerpt{
line-height: 23px;
text-align: left;
}
.post-block{
padding: 18px;
}
.entry-title{
margin-top: 0px;
font-size: 21px;
}
.post-entry-featured{
margin-bottom: 70px;
}
.container{
margin-bottom: 30px;
}
#currently-loving-section-wrapper{
max-width: 90%;
padding: 20px;
}
#currently-loving-section-header{
font-size: 26px;
margin-top: -97px;
width: auto;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-form-wrapper {
margin-top: 50px;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-background {
margin-left: 0;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-form-wrapper .footer-subscribe-background-accent {
margin-left: 0;
}
#comments {
width: 100%;
}
}
@media only screen and (max-width: 769px){
.call_out_item {
height: 250px;
}
.promotion_2_image { display: none; }
.promotion_2_form_wrap {
position: relative;
left: 0;
margin: 0 auto;
}
.over span {
font-size: 1.5em
}
.shop-item {
width: 250px;
}
.post_entry_loop_1, .post_entry_loop_2, .post_entry_loop_3 .wp-post-image, .excerpt_wrap {
width: auto;
display: block;
float: none !important;
margin: 0 auto;
}
.excerpt_wrap .post_meta {
text-align: left;
}
.post-entry{
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.post-block{
width: 100%;
padding: 30px 30px 0px;
}
.post-entry:nth-of-type(2n) .post-block .entry-title{
margin-left: 0px;
margin-right: 0px;
text-align: center;
}
.post-block-right .entry-title{
margin-left: 0px;
margin-right: 0px;
text-align: center;
background: none;
padding-bottom: 0;
width: 100%;
}
.post-block-left .entry-title{
margin-right: 0px;
text-align: center;
}
.entry-title{
font-size: 26px;
}
.excerpt {
font-size: 17px;
line-height: 30px;
}
} @media only screen and (max-width: 720px){
#secondary {
display: none;
}
.container {
width: 90%;
}
.promotion_1_text {
font-size: 16px;
}
.call_out_item {
display: block;
float: none;
margin: 0 auto;
width: 100%;
height: auto;
padding: 12%;
}
.prev-link, .next-link {
display: block;
float: none;
margin: 10px 0;
}
.post-navigation i {
display: none;
}
.archive-item {
width: 49%;
}
.archive-item:nth-child(2n-1) {
float: left;
}
.archive-item:nth-child(2n) {
float: right;
}
#post-foot {
display: block;
}
.popular-posts-title {
background: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/images/pop-title-top.png) no-repeat;
background-size: contain;
float: none;
width: 25%;
height: 50px;
position: absolute;
left: 38%;
}
.related-wrap {
width: 100%;
margin: 70px auto 0;
text-align: center;
}
.related-post {
width: 48%;
float: none;
margin: 10px 0;
display: inline-block;
}
.related-post:nth-child(2n-1) {
margin-left: 0;
}
.related-post:nth-child(3) {
margin-right: initial;
}
}
@media only screen and (max-width: 650px){
#footer_subscribe {
padding: 50px 20px;
}
#footer_subscribe .footer-subscribe-container {
flex-direction: column !important;
} 
#footer_subscribe .footer-subscribe-container .footer-subscribe-form-wrapper .script-title {
font-size: 70px;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-form-wrapper .footer-subscribe-background-accent {
padding: 20px;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-title {
margin: 20px 0;
}
.footer-subscribe-form #inputs_wrap {
flex-direction: column;
}
#currently-loving-section-header p {
font-size: 35px;
letter-spacing: 2.5px;
}
.excerpt{
text-align: center;
}
#shop-items {
justify-content: center;
}
.shop-item {
width: 270px;
}
.contact-block-wrapper{
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.contact-block{
width: 100%;
}
#vertical-social{
display: none;
}
.about-text-block{
float: none;
width: 92%;
margin: 0 auto;
padding: 19px 30px 21px;
position: relative;
right: 0;
text-align: justify;
clear: both;
}
.home-entry-excerpt-wrap{
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.home-entry-content-wrap{
margin-top: 0px;
}
.home-entry-header {
left: 0px;
text-align: center;
padding-left: 0px;
}
.home_post_meta {
position: relative;
bottom: 0px;
left: 0px;
} .home-entry-exceprt {
padding: 0px;
width: 80%;
margin: 0 auto;
margin-bottom: 70px;
}
.post-entry-featured .post-entry-meta{
margin-top: 0px;
}
.post-entry-meta .entry-title{
margin-top: 20px;
line-height: 32px;
}
.post-entry-meta .entry-title a{
background-color: transparent;
padding: 0px;
}
.post-entry{
margin-top: 30px;
}
h2, .entry-title{
text-align: center;
margin-top: 0px;
}
.post-entry:nth-child(even){
flex-direction: column;
}
#currently-loving-section-header{
width: auto;
text-align: center;
}
#currently-loving-section-wrapper{
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
#colophon{
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
h1.page-title.cat-title{
font-size: 19px;
}
body.archive .page-header{
margin-bottom: 0px;
margin-top: 50px;
}
.entry-header-single .post_meta{
text-align: center !important;
}
.post-foot-box{
border: none;
width: 100%;
padding: 0px;
}
#post-foot{
margin-top: 60px;
}
.container-md {
width: 100%;
}
.post-block{
padding: 0px;
}
#ajax-load-more .post-entry:nth-of-type(2n+1) .post-block .entry-title {
margin: 0;
text-align: center;
}
#ajax-load-more .post-entry:nth-of-type(2n) .post-block .entry-title {
margin: 0;
text-align: center;
background: none;
}
.signature {
margin-right: 43px;
}
.post-block {
width: 100% !important;
}
.featured-posts-outer .more-image {
transform: translate(0, -34%);
width: 73%;
}
}
@media only screen and (max-width: 600px){
.over span {
font-size: 1em;
}
.col-6 {
width: 100%;
margin: 20px 0;
}
#logo-wrap{
width: 67%;
margin: 100px auto 0px;
}
body.archive .page-title, body.search .page-title, body.page-template-page-shop .page-title{
margin-bottom: 0px;
}
body.home #logo-wrap {
margin: 0 auto;
margin-top: 100px;
margin-bottom: 50px;
}
.header-item.fa-circle{
display: none;
}
#site-navigation-wrap {
position: fixed;
text-align: center;
height: 50px;
left: 0;
right: 0;
width: 100%;
}
.site-info{
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.copyright{
width: 100%;
}
.built-by{
width: 100%;
margin-top: 5px;
}
.footer-logo{
display: none;
}
#sb_instagram #sbi_images{
display: none;
}
#content{
padding-bottom: 50px;
}
.related-posts-wrap{
-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.post-block-left .entry-title, .post-entry:nth-of-type(2n) .post-block .entry-title {
margin-right: 0px;
text-align: center;
padding-bottom: 0;
background: none;
}
.entry-title{
line-height: 36px;
}
.post-block.featured-image{
width: 100%;
}
#primary.full { 
width: 95%;
}
}
@media only screen and (max-width: 480px){
#masthead #social-icons {
top: 15px;
}
#masthead #social-icons .social-icon {
width: 25px;
}
#site-navigation {
top: 8px;
}
.menu-toggle {
font-size: 20px;
font-family: "brandon-grotesque";
font-weight: 400;
}
#featured span {
font-size: 14px;
width: auto;
position: absolute;
left: 5%;
right: 5%;
}
#search-modal-inner #searchsubmit {
padding: 22px 20px 30px;
}
.archive-item {
width: 100%;
float: none !important;
margin-bottom: -12px;
}
h1 { font-size: 30px; }
h2, .entry-title { font-size: 28px; }
h3 { font-size: 18px; font-weight: 500; }
h4 { font-size: 16px; font-weight: 400; }
h5 { font-size: 14px; font-weight: 300; }
h6 { font-size: 12px; font-weight: 100; font-style: italic; }
body, button, input, select, textarea {
color: #404040;
font-size: 12px;
line-height: 1.5;
}
}
@media only screen and (max-width: 380px){
.over span {
font-size: 0.75em;
}
.btn, .btn-rv, .btn-pink, .btn-pink-rev {
font-size: 8px;
}
.popular-posts-title {
background: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/images/pop-title-top.png) no-repeat;
background-size: contain;
float: none;
width: 60%;
height: 50px;
left: 15px;
right: 15px;
display: block;
margin: 0 auto;
}
.related-wrap {
width: 100%;
margin: 85px auto 0;
text-align: center;
}
.related-post {
width: 100%;
float: none;
margin: 10px 0;
display: inline-block;
}
.related-post:nth-child(1) {
margin-left: initial;
}
.related-post:nth-child(3) {
margin-right: initial;
}
}@font-face {
font-family: 'bodonireg';
src: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/BodoniSvtyTwoITCTT-Book.eot); src: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/BodoniSvtyTwoITCTT-Book.eot?#iefix) format("embedded-opentype"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/BodoniSvtyTwoITCTT-Book.woff) format("woff"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/BodoniSvtyTwoITCTT-Book.ttf) format("truetype"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/BodoniSvtyTwoITCTT-Book.svg#svgFontName) format("svg"); }
@font-face {
font-family: 'europa';
src: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/Europa-Regular.eot); src: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/Europa-Regular.eot?#iefix) format("embedded-opentype"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/Europa-Regular.woff) format("woff"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/Europa-Regular.ttf) format("truetype"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/Europa-Regular.svg#svgFontName) format("svg"); }
@font-face {
font-family: 'PfdBold';
src: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/PFDinTextCondPro-Bold.eot); src: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/PFDinTextCondPro-Bold.eot?#iefix) format("embedded-opentype"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/PFDinTextCondPro-Bold.woff) format("woff"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/PFDinTextCondPro-Bold.ttf) format("truetype"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/PFDinTextCondPro-Bold.svg#svgFontName) format("svg"); }
@font-face {
font-family: 'PfdReg';
src: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/PFDinTextCondPro-Regular.eot); src: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/PFDinTextCondPro-Regular.eot?#iefix) format("embedded-opentype"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/PFDinTextCondPro-Regular.woff) format("woff"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/PFDinTextCondPro-Regular.ttf) format("truetype"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/PFDinTextCondPro-Regular.svg#svgFontName) format("svg"); }
@font-face {
font-family: 'SilverSouth';
src: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/Silver-South-Script.eot); src: url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/Silver-South-Script.eot?#iefix) format("embedded-opentype"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/Silver-South-Script.woff) format("woff"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/Silver-South-Script.ttf) format("truetype"), url(//www.luxmommyblog.com/wp-content/themes/lux-mommy/styles/fonts/Silver-South-Script.svg#svgFontName) format("svg"); } a.share-icon, .share-icons .social-share .share, .share-icons .social-share .share a, p a, p a::after, #masthead a, .mobile-nav-outer a, #colophon .mobile-nav-outer a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu, .post-block .post-block-image > .fade, .product .product-wrap .product-image > .fade, .share-icons .social-share .social-share-inner.fade-share > .fade, .snapshot .post-item-image-wrap .post-item-image > .fade, .animate-right > *, .animate-right > .icon, .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content, #masthead, #masthead .header-block.header-middle .header-block-inner .header-logo img, .post-products-wrap .post-products, #circle_links .circle-links-slider {
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
} a.share-icon, .share-icons .social-share .share, .share-icons .social-share .share a {
color: #000000;
outline: none;
text-decoration: none;
} a.share-icon .icon, .share-icons .social-share .share .icon {
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
} a.share-icon:focus, .share-icons .social-share .share:focus, .share-icons .social-share .share a:focus, a.share-icon:active, .share-icons .social-share .share:active, .share-icons .social-share .share a:active, a.share-icon:visited, .share-icons .social-share .share:visited, .share-icons .social-share .share a:visited {
color: #000000;
} a.share-icon:hover, .share-icons .social-share .share:hover, .share-icons .social-share .share a:hover {
cursor: pointer;
color: #F5E4E5;
} #ltki_wrapper .ltki-container .ltki-cta {
text-transform: uppercase;
font-size: 11px;
font-family: "roboto", sans-serif;
font-weight: 500;
letter-spacing: 0.8px;
border-bottom: 1px solid;
} .product .product-wrap .product-body .product-brand, .product .product-wrap .product-body .product-title {
text-transform: uppercase;
font-size: 11px;
font-family: "roboto", sans-serif;
font-weight: 400;
letter-spacing: 0.8px;
} p a {
position: relative;
color: #000000 !important;
outline: none;
text-decoration: none;
z-index: 1;
} p a > * {
position: relative;
z-index: 1;
} p a::after {
content: '';
display: block;
position: absolute;
top: 70%;
left: 0;
right: 0;
bottom: 0;
background: #F5E4E5;
z-index: -1;
} p a:hover, p a a:focus, p a a:active, p a a:visited {
color: #000000 !important;
} p a:hover::after, p a a:focus::after, p a a:active::after, p a a:visited::after {
top: 0px;
} #masthead a, .mobile-nav-outer a, #colophon .mobile-nav-outer a {
color: #000000;
outline: none;
text-decoration: none;
} #masthead a .icon, .mobile-nav-outer a .icon, #colophon .mobile-nav-outer a .icon {
-webkit-transition: unset;
-moz-transition: unset;
-o-transition: unset;
transition: unset;
} #masthead a:focus, .mobile-nav-outer a:focus, #colophon .mobile-nav-outer a:focus, #masthead a:active, .mobile-nav-outer a:active, #colophon .mobile-nav-outer a:active, #masthead a:visited, .mobile-nav-outer a:visited, #colophon .mobile-nav-outer a:visited {
color: #000000;
} #masthead a:hover, .mobile-nav-outer a:hover, #colophon .mobile-nav-outer a:hover {
cursor: pointer;
color: #BFCECE;
} .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom {
display: -webkit-flex;
display: flex;
text-transform: uppercase;
margin: 0;
padding: 0;
text-align: center;
list-style: none;
} .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom 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 10px;
white-space: nowrap;
} .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu {
position: absolute;
opacity: 0;
visibility: hidden;
margin: 0;
list-style: none;
top: 100%;
text-align: left;
padding: 15px 30px;
background: #ffffff;
white-space: nowrap;
box-shadow: unset;
z-index: 100;
} .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu li {
padding: 5px 0;
} .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu a {
width: auto;
} .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li:hover .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li:hover .sub-menu {
opacity: 1;
visibility: visible;
} .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .icon, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .icon {
position: relative;
top: -1px;
width: 10px;
height: 10px;
margin-left: 4px;
} .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_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 {
font-weight: bold;
} .snapshot-post-wrapper .snapshot-post-inner {
width: 100%;
max-width: 1060px;
margin: 0 auto !important;
} .smash-tabbed-wrapper .smash-tabbed-title, .smash-tabbed-wrapper .smash-tabbed-tabs, .smash-tabbed-wrapper .smash-tabbed-content, #archive-items,
#archive-load-more .alm-reveal, #linktree_page #currently-loving-section-wrapper, .post-tall .post-tall-container, .loop-by-term .loop-by-term-container {
width: 100%;
max-width: 1160px;
margin: 0 auto !important;
} .post-block .post-block-image > .fade, .product .product-wrap .product-image > .fade, .share-icons .social-share .social-share-inner.fade-share > .fade, .snapshot .post-item-image-wrap .post-item-image > .fade {
opacity: 0;
visibility: hidden;
} .post-block .post-block-image:hover > .fade, .product .product-wrap .product-image:hover > .fade, .share-icons .social-share .social-share-inner.fade-share:hover > .fade, .snapshot .post-item-image-wrap .post-item-image:hover > .fade {
opacity: 1;
visibility: visible;
} .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;
} .animate-right > .icon {
margin-left: 5px;
} .animate-right:hover > .icon {
transform: translate(10px, 0);
} .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;
} .adjust-center > * {
flex: 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;
} .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;
} .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;
} body.lock_nav #content {
margin-top: 110px;
} #primary {
float: none;
} .line-sep {
position: relative;
width: 1px;
min-height: 10px;
background: #909090;
margin: 0 10px;
} .bar-sep {
position: relative;
width: 46px;
min-height: 1px;
background: #909090;
margin: 10px 0;
} .dot-sep {
position: relative;
} .dot-sep::before {
content: '\00B7';
font-size: 25px;
color: #000000;
margin: 0 10px;
} ol li, ul li {
font-size: 15px;
letter-spacing: 1px;
display: list-item;
} .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;
} .nf-form-wrap .nf-form-fields-required {
display: none;
} .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 #909090;
padding-top: 10px;
} .smash-tabbed-wrapper .smash-tabbed-tabs {
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;
border-bottom: 1px solid #909090;
cursor: pointer;
} .smash-tabbed-wrapper .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 .smash-tab.active::after {
content: '';
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 5px;
background: #F5E4E5;
z-index: 1;
} .smash-tabbed-wrapper .smash-tabbed-tabs .smash-tab:hover {
color: #F5E4E5;
} .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 #909090;
} .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: 1024px) { .smash-tabbed-wrapper {
padding: 0 50px 30px 50px;
}
}
@media screen and (max-width: 768px) { .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;
}
} .slick-slider {
position: relative;
} .slick-slider .slick-arrow {
position: absolute;
top: 50%;
z-index: 1;
font-size: 20px;
color: #000000;
} .slick-slider .slick-arrow::before {
display: none !important;
} .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 0 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: #000000 !important;
border: 2px solid #000000;
} .slick-slider .slick-dots li button {
position: relative;
color: transparent !important;
width: 15px;
height: 15px;
background: #F5E4E5 !important;
border: 2px solid #F5E4E5;
border-radius: 100% !important;
margin: 0 10px;
padding: 0;
} .slick-slider .slick-dots li button:hover {
background: #000000 !important;
border: 2px solid #000000;
} .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;
} .signature {
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;
text-align: center;
font-family: "SilverSouth", serif;
font-size: 74px;
line-height: 0.55em;
transform: rotate(-9deg);
} .entry-content a.pinit-button {
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;
overflow: visible !important;
} .entry-content a.pinit-button span {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: center center !important;
background-size: 50% !important;
} body.home #masthead {
border-bottom: none;
} #waypoint {
position: relative;
top: 10px;
} #masthead {
position: relative;
padding: 30px;
font-family: "roboto", sans-serif;
font-size: 13px;
letter-spacing: 1px;
background-color: #ffffff;
} #masthead .site-navigation-wrap {
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;
} #masthead .header-block .header-block-inner {
width: 100%;
} #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;
} #masthead .header-block.header-left .header-block-inner .search-modal-link {
margin: 0 10px;
}
@media screen and (max-width: 768px) { #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-middle .header-block-inner .header-logo {
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-middle .header-block-inner .header-logo img {
max-height: 90px;
width: auto;
}
@media screen and (max-width: 600px) { #masthead .header-block.header-middle .header-block-inner .header-logo img {
max-height: 70px;
}
} #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 .header-links {
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;
} #masthead .header-block.header-right .header-block-inner .header-links .dot-sep:last-child {
display: none;
}
@media screen and (max-width: 768px) { #masthead .header-block.header-right {
display: none !important;
}
}
@media screen and (max-width: 768px) { #masthead .header-block {
flex: none;
}
} #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 .header-block-inner #mobile_nav_wrap .mobile-nav-trigger-open {
display: block;
} #masthead.lock_nav .site-navigation-wrap .header-block.header-left .header-block-inner .phone-link {
display: none !important;
} #masthead.lock_nav .site-navigation-wrap .header-block.header-middle .header-block-inner .header-logo {
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.lock_nav .site-navigation-wrap .header-block.header-middle .header-block-inner .header-logo img {
max-height: 50px;
} #masthead.lock_nav .site-navigation-wrap .header-block.header-middle .header-block-inner .menu-container {
display: none !important;
} #masthead.lock_nav .site-navigation-wrap .header-block.header-right .header-block-inner .menu-container {
display: block !important;
} #masthead.lock_nav .site-navigation-wrap .header-block.header-right .header-block-inner .social-icons {
display: none !important;
}
@media screen and (max-width: 768px) { #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 .site-navigation-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;
}
} #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 20px;
z-index: 1;
} #logo_wrap img {
max-height: 100px;
width: auto;
}
@media screen and (max-width: 600px) { #logo_wrap {
max-width: 300px;
margin: 0 auto;
}
} .footer-subscribe-background {
position: relative;
} .footer-subscribe-background .footer-subscribe-form input[type="submit"] {
background: transparent;
border: 2px solid transparent;
} .footer-subscribe-background .signature {
position: absolute;
bottom: 0;
right: 0;
z-index: 10;
transform: rotate(-9deg) translate(50%, 72%);
} #archive-items,
#archive-load-more .alm-reveal {
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;
} #archive-items .archive-item,
#archive-load-more .alm-reveal .archive-item {
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: 33%;
margin: 0;
padding: 15px;
} #archive-items .archive-item .archive-item-meta,
#archive-load-more .alm-reveal .archive-item .archive-item-meta {
flex: 1;
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;
} .post-entry:nth-of-type(2n+1) .featured-image a {
position: relative;
display: block;
} .post-entry:nth-of-type(2n+1) .featured-image a img {
position: relative;
z-index: 1;
} .post-entry:nth-of-type(2n+1) .featured-image a::after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #F5E4E5;
transform: translate(-25px, 25px);
z-index: 0;
} .post-entry:nth-of-type(2n) .featured-image a {
position: relative;
display: block;
} .post-entry:nth-of-type(2n) .featured-image a img {
position: relative;
z-index: 1;
} .post-entry:nth-of-type(2n) .featured-image a::after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #F5E4E5;
transform: translate(25px, 25px);
z-index: 0;
} .post-entry .post-block-right {
position: relative;
z-index: 2;
} #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: "SilverSouth", 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: "SilverSouth", serif;
font-size: 14px;
} #linktree_page .linktree-header .linktree-header-inner .linktree-header-text {
font-family: "roboto", 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: "roboto", serif;
} #linktree_page .linktree-wrapper .linktree-links {
max-width: 300px;
} #linktree_page .linktree-wrapper .red-blob {
transform: translate(0, -92%);
}
} .snapshot-post-wrapper {
padding: 50px;
} .snapshot-post-wrapper .snapshot-post-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;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-image {
position: relative;
width: 50%;
z-index: 1000;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-image a.pinit-button {
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;
overflow: visible !important;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-image a.pinit-button span {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: center center !important;
background-size: 50% !important;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
position: relative;
width: 50%;
padding: 20px 50px;
z-index: 1;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-title {
padding-bottom: 20px;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-body h5.snapshot-label {
display: inline-block;
font-family: "SilverSouth", serif;
font-size: 50px;
line-height: 30px;
letter-spacing: 0;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products {
width: 100%;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-image {
max-height: 150px;
width: auto;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-brand {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
font-family: "roboto", sans-serif;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-link {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 13px;
font-weight: bold;
margin-top: 20px;
} .snapshot-post-wrapper .snapshot-products-large {
width: 100%;
padding: 50px 0;
margin: 50px auto !important;
border-top: 1px solid #909090;
border-bottom: 1px solid #909090;
} .snapshot-post-wrapper .snapshot-products-large .product {
padding: 30px;
} .snapshot-post-wrapper .snapshot-products-large .product.slick-active {
border-right: 1px solid #909090;
margin-right: -1px;
} .snapshot-post-wrapper .snapshot-products-large .slick-arrow.slick-next {
right: -2%;
}
@media screen and (max-width: 1024px) { .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
padding: 30px;
}
}
@media screen and (max-width: 768px) { .snapshot-post-wrapper {
padding: 50px 20px;
} .snapshot-post-wrapper .snapshot-post-inner {
flex-direction: column !important;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-image {
width: 100%;
margin-bottom: 20px;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
padding: 30px;
width: 100%;
margin-left: 0;
}
}
@media screen and (max-width: 600px) { .snapshot-post-wrapper {
padding: 50px 20px;
} .snapshot-post-wrapper .snapshot-post-inner {
flex-direction: column !important;
width: 100% !important;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-image {
width: 100%;
margin-bottom: 20px;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
padding: 0;
width: 100%;
margin-left: 0;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-body h2.snapshot-title {
line-height: 33px;
font-size: 29px;
margin-bottom: 15px;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .snapshot-product .snapshot-product-wrapper {
text-align: center;
} .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .snapshot-product .snapshot-product-wrapper .snapshot-product-brand h3 {
font-size: 28px;
text-align: center;
} .snapshot-post-wrapper .snapshot-products-large {
width: 100% !important;
margin: 20px auto 0 !important;
}
} .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;
margin-bottom: 50px;
} .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-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: flex-start !important;
-webkit-justify-content: flex-start !important;
flex: 1;
margin-top: 11px;
font-size: 20px;
line-height: 34px;
margin-bottom: 13px;
} .post-block a.post-block-cat {
text-transform: uppercase;
margin-top: 15px;
letter-spacing: 1px;
font-size: 11px;
} .post-block .post-block-text {
line-height: 26px;
margin-bottom: 20px;
font-size: 13px;
} .post-block .post-block-link {
font-size: 11px;
font-weight: 700;
}
@media screen and (max-width: 768px) { .post-block .post-block-title {
font-size: 21px;
}
}
@media screen and (max-width: 600px) { .post-block {
margin-bottom: 30px;
width: 50%;
} .post-block .post-block-text {
text-align: center;
}
} .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;
position: absolute;
top: 0;
left: 0;
padding: 10px 2px;
background: #ffffff;
} .post-products-wrap .post-products-trigger span {
transform: rotate(90deg) translate(22%, -174%);
margin-bottom: 100%;
transform-origin: top left;
line-height: 1em;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
} .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;
} .post-tall {
width: 100%;
padding: 50px;
} .post-tall .post-tall-container {
padding: 0;
text-align: center;
} .post-tall .post-tall-container .post-tall-title {
font-family: "freight-big-pro", sans-serif;
text-transform: none;
font-size: 35px;
letter-spacing: 2.5px;
} .post-tall .post-tall-container .post-tall-image-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: flex-end !important;
-webkit-justify-content: flex-end !important;
position: relative;
width: 100%;
} .post-tall .post-tall-container .post-tall-image-wrapper .post-tall-image {
display: block;
width: 100%;
max-width: 768px !important;
margin: 0 auto;
} .post-tall .post-tall-container .post-tall-image-wrapper .post-tall-image img {
width: 100%;
} .post-tall .post-tall-container .post-tall-image-wrapper .post-tall-image-label {
padding: 10px 30px 40px 10px;
font-family: "SilverSouth", serif;
position: absolute;
top: 0;
right: 0;
z-index: 1;
transform: translate(20%, -32%);
max-width: 250px;
text-align: center;
line-height: 60px;
text-transform: lowercase;
font-size: 100px;
justify-content: center;
}
@media screen and (max-width: 960px) { .post-tall .post-tall-container .post-tall-image-wrapper .post-tall-image-label {
transform: translate(20%, -10%);
}
}
@media screen and (max-width: 768px) { .post-tall .post-tall-container .post-tall-image-wrapper .post-tall-image-label {
padding: 10px;
padding-top: 0;
max-width: 90px;
line-height: 40px;
font-size: 50px;
}
}
@media screen and (max-width: 600px) { .post-tall .post-tall-container .post-tall-image-wrapper .post-tall-image-label {
transform: translate(20%, -17%);
text-align: center;
line-height: 32px;
text-transform: lowercase;
font-size: 37px;
justify-content: center;
}
} .post-tall .post-tall-container .post-tall-image-wrapper .post-tall-text {
font-weight: normal;
font-size: 15px;
line-height: 40px;
text-align: center;
letter-spacing: 1px;
}
@media screen and (max-width: 768px) { .post-tall {
padding: 50px 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 {
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: 155px;
text-align: center;
} .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: "roboto", sans-serif;
text-align: center;
font-size: 9px;
color: #F5E4E5;
} .product .product-wrap .product-body .product-title {
text-align: center;
font-weight: bold;
margin: 6px 0;
} .product .product-wrap .product-body .product-description {
padding: 0 20px;
font-size: 13px;
color: #F5E4E5;
} .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;
}
@media screen and (max-width: 768px) { .product .product-wrap .product-body .product-title {
font-size: 10px;
}
} .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 #909090;
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: "roboto", 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:hover {
opacity: 0.8;
} .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: flex-start !important;
-webkit-align-items: flex-start !important;
justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
margin-top: 20px;
} .social-icons {
position: relative;
} .social-icons .social-icons-header {
font-size: 12px;
letter-spacing: 1px;
margin-right: 10px;
text-transform: uppercase;
} .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;
margin: 0 5px;
} .social-icon span {
margin-left: 6px;
text-transform: uppercase;
letter-spacing: 1px;
} #mobile_nav_wrap {
display: none;
cursor: pointer;
} #mobile_nav_wrap .mobile-nav-trigger-open {
margin: 0px;
font-size: 18px;
}
@media screen and (max-width: 768px) { #mobile_nav_wrap .mobile-nav-trigger-open {
display: block;
}
}
@media screen and (min-width: 768px) { #mobile_nav_wrap {
display: block;
}
}
@media screen and (max-width: 768px) { #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;
color: #000000;
overflow-y: scroll;
z-index: 1000000;
} .mobile-nav-outer .mobile-nav-inner {
width: 100%;
} .mobile-nav-outer .mobile-nav-trigger-close {
color: #000000;
} .mobile-nav-outer .mobile-nav-trigger-close.icon {
display: block;
font-size: 18px;
position: absolute;
top: 60px;
left: 27px;
width: 20px;
height: 20px;
} #masthead.lock_nav #mobile_nav_wrap .mobile-nav-trigger-close {
top: 13px;
}
@media screen and (max-width: 768px) { .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: #ffffff;
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: "roboto", 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;
} .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%;
margin: 20px 0;
} .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;
} .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_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;
margin-top: 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;
} .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: lowercase;
font-size: 24px;
font-family: "freight-big-pro", sans-serif;
} .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: "freight-big-pro", 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: 18px;
font-family: "roboto", 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 #ffffff;
} .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom {
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;
} .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 #000000 !important;
} .mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields input[type="text"]::placeholder {
color: #000000;
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: 768px) { .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;
} #circle_links {
position: relative;
padding: 0 50px;
} #circle_links .circle-links-container {
width: 100%;
} #circle_links .circle-links-slider {
visibility: hidden;
opacity: 0;
padding: 30px 0;
margin: 30px 0;
border-top: 1px solid #909090;
border-bottom: 1px solid #909090;
} #circle_links .circle-links-slider.slick-initialized.show-slider {
visibility: visible;
opacity: 1;
} #circle_links .circle-links-slider .slick-arrow:hover {
color: #F5E4E5;
} #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%;
} #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: "roboto", sans-serif;
margin-top: 15px;
letter-spacing: 1px;
font-size: 12px;
font-weight: bold;
color: #000000;
} #circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-text:hover {
color: #F5E4E5;
}
@media screen and (max-width: 830px) { #circle_links .circle-links-slider .circle-slide {
width: 25%;
}
}
@media screen and (max-width: 768px) { #circle_links {
padding: 20px 20px 0;
} #circle_links .circle-links-container {
margin-bottom: 30px;
} #circle_links .circle-links-slider .circle-slide {
padding: 0px 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%;
} .loop-by-term {
position: relative;
padding: 50px 50px 100px;
} .loop-by-term .loop-by-term-container {
width: 100%;
} .loop-by-term .loop-by-term-container .loop-by-term-header {
text-align: center;
} .loop-by-term .loop-by-term-container .loop-by-term-header h2.loop-by-term-title {
text-transform: uppercase;
} .loop-by-term .loop-by-term-container .loop-by-term-header .loop-by-term-text {
max-width: 450px;
width: 100%;
} .loop-by-term .loop-by-term-container .loop-by-term-nav-wrap {
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: space-between !important;
-webkit-justify-content: space-between !important;
border-bottom: 1px solid #909090;
margin: 10px 10px 30px;
} .loop-by-term .loop-by-term-container .loop-by-term-nav-wrap .loop-by-term-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: flex-start !important;
-webkit-justify-content: flex-start !important;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 0.1em;
} .loop-by-term .loop-by-term-container .loop-by-term-nav-wrap .loop-by-term-nav .loop-by-term-term {
margin-right: 20px;
border-bottom: 5px solid transparent;
animation: border 500ms ease;
} .loop-by-term .loop-by-term-container .loop-by-term-nav-wrap .loop-by-term-nav .loop-by-term-term.current {
border-bottom: 5px solid #F6E9E2;
} .loop-by-term .loop-by-term-container .loop-by-term-wrapper {
position: relative;
} .loop-by-term .loop-by-term-container .loop-by-term-wrapper .loop-by-term-posts.loaded {
display: none;
} .loop-by-term .loop-by-term-container .loop-by-term-wrapper .loop-by-term-posts.toggled {
display: block;
} .loop-by-term .loop-by-term-container .loop-by-term-wrapper .loop-by-term-posts .loop-by-term-posts-inner {
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;
width: 100%;
} .loop-by-term .loop-by-term-container .loop-by-term-wrapper .loop-by-term-posts .loop-by-term-posts-inner > * {
width: 25%;
padding: 10px;
}
@media screen and (max-width: 960px) { .loop-by-term {
padding: 20px 30px 80px;
}
}
@media screen and (max-width: 600px) { .loop-by-term {
padding: 60px 20px;
} .loop-by-term .loop-by-term-container .loop-by-term-header h2.loop-by-term-title {
font-size: 28px;
margin-bottom: 10px;
text-align: center;
width: 100%;
} .loop-by-term .loop-by-term-container .loop-by-term-header .loop-by-term-text {
margin-bottom: 20px;
} .loop-by-term .loop-by-term-container .loop-by-term-nav-wrap {
flex-direction: column !important;
} .loop-by-term .loop-by-term-container .loop-by-term-nav-wrap .loop-by-term-cta {
margin-top: 20px;
width: 100%;
} .loop-by-term .loop-by-term-wrapper .loop-by-term-posts .loop-by-term-posts-inner > * {
width: 50% !important;
padding: 10px;
}
} .loop-tall-wrapper {
position: relative;
} .featured-snapshots {
background: #FBF6F2;
padding: 50px;
text-align: center;
margin-top: 40px;
} .featured-snapshots .featured-snapshots-title {
border-top: none !important;
font-family: "freight-big-pro", sans-serif;
font-size: 35px;
letter-spacing: 2.5px;
text-transform: capitalize;
} .featured-snapshots .featured-snapshots-text {
margin: 10px auto 20px;
max-width: 450px;
} .featured-snapshots .smash-tabbed-tabs {
position: relative;
} .featured-snapshots .smash-tabbed-tabs .btn {
position: absolute;
right: 0;
bottom: 0;
} .featured-snapshots .smash-tab-content-inner {
border-bottom: none !important;
} .featured-snapshots .smash-tab-content-inner .snapshot {
margin-bottom: 0;
padding: 20px 10px;
} .featured-snapshots .smash-tabbed-content {
position: relative;
} .featured-snapshots .smash-tabbed-content .signature {
position: absolute;
bottom: 0;
right: 0;
z-index: 10;
transform: rotate(-9deg) translate(32%, 20%);
}
@media screen and (max-width: 600px) { .featured-snapshots {
padding: 50px 20px 20px;
margin-bottom: 0px;
margin-top: 30px;
} .featured-snapshots .smash-tab-content-inner {
margin-top: 20px;
} .featured-snapshots .smash-tab-content-inner .snapshot.archive-item {
width: 50%;
} .featured-snapshots .smash-tabbed-tabs .btn {
display: none !important;
}
} #ltki_wrapper {
position: relative;
} #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: 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%;
} #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: 35px;
margin-bottom: 0;
font-family: "freight-big-pro", sans-serif;
letter-spacing: 2.5;
text-align: center;
margin-bottom: 10px;
} #ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-subtitle {
font-family: "roboto", 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: 768px) { #ltki_wrapper .ltki-container .ltki-feed {
display: none;
}
} #ltki_wrapper .ltki-container .ltki-feed-mobile {
width: 100%;
display: none;
}
@media screen and (max-width: 768px) { #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;
}