.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 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 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;
}.pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none; }
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.pswp img {
max-width: none; } .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open {
display: block; }
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab; }
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing; } .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; } .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none; }
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden; }
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden; }
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0; } .pswp__img--placeholder {
-webkit-backface-visibility: hidden; } .pswp__img--placeholder--blank {
background: #222; }
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0; } .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC; }
.pswp__error-msg a {
color: #CCC;
text-decoration: underline; }.pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none; }
.pswp__button:focus, .pswp__button:hover {
opacity: 1; }
.pswp__button:active {
outline: none;
opacity: 0.9; }
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0; } .pswp__ui--over-close .pswp__button--close {
opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//www.jacksoninteriors.co.uk/wp-content/plugins/photoswipe-masonry/photoswipe-dist/default-skin/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//www.jacksoninteriors.co.uk/wp-content/plugins/photoswipe-masonry/photoswipe-dist/default-skin/default-skin.svg); }
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none; } }
.pswp__button--close {
background-position: 0 -44px; }
.pswp__button--share {
background-position: -44px -44px; }
.pswp__button--fs {
display: none; }
.pswp--supports-fs .pswp__button--fs {
display: block; }
.pswp--fs .pswp__button--fs {
background-position: -44px 0; }
.pswp__button--zoom {
display: none;
background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
display: block; }
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0; } .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden; } .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute; }
.pswp__button--arrow--left {
left: 0; }
.pswp__button--arrow--right {
right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute; }
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px; }
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px; } .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__share-modal--hidden {
display: none; }
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px; }
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000; }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px; }
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF; }
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF; }
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D; }
a.pswp__share--download:hover {
background: #DDD; } .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px; } .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px; }
.pswp__caption small {
font-size: 11px;
color: #BBB; }
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC; }
.pswp__caption--empty {
display: none; } .pswp__caption--fake {
visibility: hidden; } .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr; }
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px; }
.pswp__preloader--active {
opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url(//www.jacksoninteriors.co.uk/wp-content/plugins/photoswipe-masonry/photoswipe-dist/default-skin/preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active {
opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0; }
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0; }
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right; } }
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550; } .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); } .pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible; }
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5); } .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3); } .pswp__ui--idle .pswp__top-bar {
opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0; } .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; } .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none; }
.pswp__element--disabled {
display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
background: none; }html {
overflow-x: hidden;
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0;
overflow-x: hidden; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
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 {
font-family: 'Cardo', serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5; }
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both; }
p {
margin-bottom: 1.5em; }
dfn,
cite,
em,
i {
font-style: italic; }
blockquote {
margin: 0 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem; }
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark,
ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; } html {
box-sizing: border-box; }
*,
*:before,
*:after { box-sizing: inherit; }
body {
background: #fff; }
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 {
padding-left: 0px;
margin-left: 15px; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em; }
dt {
font-weight: bold; }
dd {
margin: 0 1.5em 1.5em; }
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%; } button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em; }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa; }
button: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; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px; }
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:focus {
outline: thin dotted; }
a:hover,
a:active {
outline: 0; } .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;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
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; }
.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; }  h1, h2, h3 {
font-family: 'Cardo', serif;
color: #8e8882; }
h1 span, h2 span, h3 span {
color: #716654;
font-family: 'Cardo', serif;
display: inline-block; }
p, li, span {
color: #4A4A4A; }
p, li, a, span {
font-family: 'Cardo', serif; }
.left {
float: left; }
.right {
float: right; }
a:hover { } .col-100 {
width: 100%; }
.col-33 {
width: 29.33%;
float: right; }
.col-66 {
width: 66.66%;
float: left; }
.col-50 {
width: 50%;
float: left; }
.col-25 {
width: 25%;
float: left; } .splitter + .wrap .page_row:first-of-type {
margin-top: 0; }
.page_row {
margin: 1.5em 0em;
display: inline-block;
width: 100%; }
.page_row:first-of-type {
margin-top: 0; }
.page_row.img_left .image {
float: left !important; }
.page_row.img_left .text {
float: right !important;
padding-left: 25px; }
.page_row.img_left .text p:first-child {
margin-top: 0px; }
.page_row.img_left .text p:last-child {
margin-bottom: 0px; }
.page_row.img_right .image {
float: right !important; }
.page_row.img_right .text {
float: left !important;
padding-right: 25px; }
.page_row.img_right .text p:first-child {
margin-top: 0px; }
.page_row.img_right .text p:last-child {
margin-bottom: 0px; }
.page_row .text p:first-child {
margin-top: 0px; }
.page_row .text p:last-child {
margin-bottom: 0px; }
.acf-map {
width: 100%;
height: 400px; } .acf-map img {
max-width: inherit !important; }
.singlepost .entry-meta {
font-size: 0.7em;
text-transform: uppercase;
color: #444444; }
.singlepost .post-image {
margin-top: 1.5em; }
.singlepost .post-image img {
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.singlepost .post-image img:hover {
opacity: .8; }
.singlepost .post-content {
margin-top: 1em; }
.singlepost .post-content p:last-of-type {
margin-bottom: 0px; }
.blog main#main .col-33, .archive main#main .col-33, .search main#main .col-33, .search-no-results main#main .col-33 {
width: 22%;
float: left; }
.blog main#main .col-66, .archive main#main .col-66, .search main#main .col-66, .search-no-results main#main .col-66 {
width: 75%;
float: right; }
.blog main#main .col-66 h2, .archive main#main .col-66 h2, .search main#main .col-66 h2, .search-no-results main#main .col-66 h2 {
margin-top: 0; }
.blog header h2, .archive header h2, .search header h2, .search-no-results header h2 {
margin-bottom: 0px; }
.blog .entry-content, .archive .entry-content, .search .entry-content, .search-no-results .entry-content {
margin-top: 5px; }
.blog article, .archive article, .search article, .search-no-results article {
margin-bottom: 3em; }
.blog aside.widget-area, .archive aside.widget-area, .search aside.widget-area, .search-no-results aside.widget-area {
margin-top: 8px; }
.blog aside.widget-area .widget-title, .archive aside.widget-area .widget-title, .search aside.widget-area .widget-title, .search-no-results aside.widget-area .widget-title {
background: #7B766F;
font-family: 'Cardo', serif;
color: #fff;
padding: 0.6em 1em 0.5em;
margin: 0;
font-weight: 400;
font-size: 1.17em; }
.blog aside.widget-area #search-2 .widget-title, .archive aside.widget-area #search-2 .widget-title, .search aside.widget-area #search-2 .widget-title, .search-no-results aside.widget-area #search-2 .widget-title {
background: #716654; }
.blog aside.widget-area #search-2 form, .archive aside.widget-area #search-2 form, .search aside.widget-area #search-2 form, .search-no-results aside.widget-area #search-2 form {
margin-top: 1em; }
.blog aside.widget-area #search-2 .search-field, .archive aside.widget-area #search-2 .search-field, .search aside.widget-area #search-2 .search-field, .search-no-results aside.widget-area #search-2 .search-field {
border-radius: 0;
padding: 0.7em 2.4em 0.7em 0.7em;
width: 100%; }
.blog aside.widget-area #search-2 .form-wrap, .archive aside.widget-area #search-2 .form-wrap, .search aside.widget-area #search-2 .form-wrap, .search-no-results aside.widget-area #search-2 .form-wrap {
position: relative; }
.blog aside.widget-area ul, .archive aside.widget-area ul, .search aside.widget-area ul, .search-no-results aside.widget-area ul {
margin: 0px;
list-style: none;
margin-top: 1em; }
.blog aside.widget-area ul li a, .archive aside.widget-area ul li a, .search aside.widget-area ul li a, .search-no-results aside.widget-area ul li a {
color: #7B766F !important; }
.blog aside.widget-area ul li a:hover, .archive aside.widget-area ul li a:hover, .search aside.widget-area ul li a:hover, .search-no-results aside.widget-area ul li a:hover {
color: #716654 !important; }
.blog main#main .col-33, .archive main#main .col-33, .search main#main .col-33, .search-no-results main#main .col-33 {
float: left; }
.blog main#main .col-66, .archive main#main .col-66, .search main#main .col-66, .search-no-results main#main .col-66 {
float: right !important; }
.submit-search {
position: absolute;
background: none;
border: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto; }
.submit-search input {
border: 0;
background: 0;
position: absolute;
width: 100%;
height: 100%;
z-index: 99999;
outline: none;
top: 0;
left: 0; }
.submit-search i {
color: #757575;
font-size: 1.4em;
-webkit-transition: color 0.1s ease-in-out;
-moz-transition: color 0.1s ease-in-out;
-o-transition: color 0.1s ease-in-out;
-ms-transition: color 0.1s ease-in-out;
transition: color 0.1s ease-in-out; }
.submit-search:hover i {
color: #716654; }
.wpcf7 input, .wpcf7 select, .wpcf7 textarea, .wpcf7 .wpcf7-submit {
width: 100%; }
.wpcf7 input, .wpcf7 textarea {
padding: .7em;
border-radius: 0; }
.wpcf7 .wpcf7-submit {
border: none;
padding: 1em;
background: #716654;
color: #fff;
font-size: 16px;
-webkit-transition: background 0.2s ease-in-out;
-moz-transition: background 0.2s ease-in-out;
-o-transition: background 0.2s ease-in-out;
-ms-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out; }
.wpcf7 .wpcf7-submit:hover {
background: #b28600; }
.wpcf7 .checkbox span {
display: inline-block;
float: right;
width: 15px;
height: 15px; }
.wpcf7-quiz-label {
color:#000000!important;
}
.form-consent-check {
display: inline-block;
float: left;
max-width: 87%;
margin-top: 0; }
.wrap {
max-width: 93%;
width: 1250px;
margin: 0 auto; }
.cf {
clear: both; }
.splitter {
text-align: center;
padding: 1em 0em;
font-weight: 700; }
#content {
overflow: hidden;
background-color: white;
padding-bottom: 2.5em; }
.close-button, html.mm-opened a.close-button {
display: none; }
.fa-times-thin:before {
content: '\00d7'; }
header#masthead {
padding: 1em 0; }
header#masthead .wrap {
margin-top: -35px; }
header#masthead .logo-nav-tel {
overflow: hidden;
width: 100%; }
header#masthead .logo-nav-tel .logo {
margin: 0 auto;
width: 270px;
margin-bottom: 1.6em;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out; }
header#masthead .logo-nav-tel .logo:hover {
opacity: .8; }
header#masthead .logo-nav-tel .logo img {
width: 100%;
height: auto;
display: block; }
header#masthead .logo-nav-tel .nav-tel {
width: 100%; }
header#masthead .logo-nav-tel .nav-tel a.menu-toggle i.fa.fa-bars {
color: #333;
font-size: 2em; }
header#masthead .logo-nav-tel .nav-tel .nav {
overflow: hidden;
width: 100%;
margin: 0 auto; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation {
clear: both;
display: block;
float: left;
width: 100%; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul li {
float: left;
position: relative;
margin-right: 5.57%; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul li:last-of-type {
margin-right: 0; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul li:last-of-type a {
padding-right: 0px;
color: #716654; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul li:last-of-type a:hover {
color: #b28600; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul li:last-of-type.current-menu-item a {
color: #7f5f00; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul li:first-of-type a {
padding-left: 0px; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul li a {
display: block;
text-decoration: none;
color: #8e8882;
font-size: 1.2em;
-webkit-transition: color 0.1s ease-in-out;
-moz-transition: color 0.1s ease-in-out;
-o-transition: color 0.1s ease-in-out;
-ms-transition: color 0.1s ease-in-out;
transition: color 0.1s ease-in-out; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul li a:hover {
text-decoration: none !important;
color: #5a5a5a; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
left: -999em;
z-index: 99999; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul ul a {
width: 200px; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul ul ul {
left: -999em;
top: 0; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul li:hover > ul,
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul li.focus > ul {
left: auto; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul ul li:hover > ul,
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul ul li.focus > ul {
left: 100%; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation .current_page_item > a,
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation .current-menu-item > a,
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation .current_page_ancestor > a,
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation .current-menu-ancestor > a {
color: #565656; }
header#masthead .logo-nav-tel .nav-tel .nav .menu-toggle,
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation.toggled ul {
display: block; }
header#masthead .logo-nav-tel .nav-tel .tel {
text-align: right; }
header#masthead .logo-nav-tel .nav-tel .tel p {
margin: 0px !important; }
#mob-navigation {
visibility: hidden;
display: none; }
.call {
display: inline-block;
width: 100%;
max-height: 46px; }
.call .wrap {
overflow: hidden;
margin-top: 0 !important; }
.call .socials {
float: left;
margin: 0; }
.call p {
margin: 0;
font-weight: 300;
text-align: right;
float: right;
margin-top: .7em; }
.menu-main-menu-container {
display: inline-block;
width: 100%; }
.site-main header.entry-header { padding: 1.33em 0em;
margin-bottom: 3em;
display: inline-block;
width: 100%; }
.site-main header.entry-header h1 {
margin: 0;
text-align: left;
color: #fff;
font-weight: 400; }
.site-main header.entry-header h1 span {
color: #fff; }
.site-main header.entry-header img {
float: left;
width: 84px;
display: block;
margin-bottom: 0 !important;
-webkit-backface-visibility: visible;
backface-visibility: visible; }
.site-main header.entry-header img:hover {
opacity: 1; }
.site-main header.entry-header .shop-heading {
margin: 0;
text-align: left;
color: #fff;
font-weight: 400;
clear: none;
float: left;
display: inline-block;
margin-top: 19px;
margin-left: 27px;
text-transform: uppercase;
font-size: 32px;
font-family: 'Cardo', serif; }
.aws-container {
float: right;
width: 30%;
margin-top: 27px; }
.aws-container .aws-search-field {
height: 36px;
border-radius: 8px !important;
background-image: url(//www.jacksoninteriors.co.uk/images/font-awesome_4-7-0_search_256_0_757575_none.png);
background-size: 17px;
background-repeat: no-repeat;
background-position: 98% 50%; }
.aws-container .aws-search-field:focus {
background-image: none; }
.aws-container .aws-search-field:active {
background-image: none; } .slider-wrap {
position: relative; }
.slider-wrap .wrap {
position: relative;
height: 0;
z-index: 999999; }
.slider-wrap .new-shop {
background: #716654;
padding: 1em 2.6em;
position: absolute;
right: -54px;
top: 1.6em;
display: none; }
.slider-wrap .new-shop:before {
position: absolute;
top: -18px;
right: 59px;
content: ' ';
width: 0;
height: 0;
border-left: 18px solid transparent;
border-right: 18px solid transparent;
border-bottom: 18px solid #716654;
font-size: 0;
line-height: 0; }
.slider-wrap .new-shop p {
color: #fff;
font-size: 1.5em;
font-weight: 400;
text-align: center;
margin: 0; }
.slider-wrap .testimonial-slider {
width: 100%;
display: inline-block;
position: absolute;
bottom: 0;
background: rgba(113, 125, 121, 0.9);
color: #fff;
padding: 1.5em 0;
letter-spacing: 2px; }
.slider-wrap .testimonial-slider .bx-wrapper {
margin-bottom: 0; }
.slider-wrap .testimonial-slider .wrap {
height: auto;
overflow: visible; }
.slider-wrap .testimonial-slider .credit span {
color: #fff;
text-transform: uppercase;
font-family: 'Cardo', serif;
font-size: 1.3em; }
.slider-wrap .testimonial-slider blockquote {
margin: 0;
width: 100%;
font-family: 'Cardo', serif;
font-size: 1.3em;
font-style: italic;
font-weight: 300;
position: relative; }
.slider-wrap .testimonial-slider blockquote:before {
content: '';
position: absolute;
left: -116px;
background-image: url(//www.jacksoninteriors.co.uk/wp-content/uploads/2018/09/quote-mark-grey.svg);
display: block;
width: 60px;
height: 60px;
background-size: 60px;
background-repeat: no-repeat;
transform: rotate(180deg); }
.slider-wrap .testimonial-slider blockquote:after {
position: absolute;
right: -116px;
background-image: url(//www.jacksoninteriors.co.uk/wp-content/uploads/2018/09/quote-mark-grey.svg);
display: block;
width: 60px;
height: 60px;
background-size: 60px;
background-repeat: no-repeat;
top: 34px; }
.slider-wrap .bx-viewport {
overflow: visible !important; }
.slider-wrap .thin {
margin: 0 auto;
width: 51%; }
.metaslider .flexslider {
margin-bottom: 0 !important; }
.metaslider .flex-control-nav {
bottom: 10em !important;
right: 0;
width: 497px; }
.metaslider .flex-control-nav li a {
background: rgba(255, 255, 255, 0.6);
border: 1px solid #7B766F;
width: 14px;
height: 14px;
-webkit-transition: background 0.1s ease-in-out;
-moz-transition: background 0.1s ease-in-out;
-o-transition: background 0.1s ease-in-out;
-ms-transition: background 0.1s ease-in-out;
transition: background 0.1s ease-in-out; }
.metaslider .flex-control-nav li a:hover {
background: white; }
.metaslider .flex-control-nav li a.flex-active {
background: #716654; }
.metaslider .flex-control-nav li a.flex-active:hover {
background: #716654; } .page-template-default h2, .page-template-default h3 {
margin-bottom: .3em; }
.page-template-default p {
margin-top: 0; }
a {
color: #716654;
text-decoration: none;
-webkit-transition: color 0.1s ease-in-out;
-moz-transition: color 0.1s ease-in-out;
-o-transition: color 0.1s ease-in-out;
-ms-transition: color 0.1s ease-in-out;
transition: color 0.1s ease-in-out; }
a:hover {
text-decoration: none !important;
color: #997300; } .page-template-page-home header.entry-header {
padding: 1em 0;
margin-bottom: 0;
background: none; }
.page-template-page-home header.entry-header h1 {
color: #fff;
text-align: center; }
.home-top-content p {
text-align: justify; }
.product-cats {
display: inline-block;
width: 100%; }
.product-cats .home-cat {
padding: 1em;
float: left;
width: 23%;
margin-right: 2.6%;
margin-bottom: 2.6%;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out; }
.product-cats .home-cat:nth-child(4n) {
margin-right: 0; }
.product-cats .home-cat:hover {
opacity: .8; }
.product-cats .home-cat h3 {
text-transform: uppercase;
font-family: 'Cardo', serif;
font-weight: 400;
color: #fff;
margin-top: 0;
font-size: 1em;
margin-bottom: 1em !important; }
.featured-products {
background-color: #BDB39E;
padding: 6em 0;
position: relative;
background-image: url(//www.jacksoninteriors.co.uk/wp-content/uploads/2018/09/clear-logohome.png);
background-repeat: no-repeat;
background-position: 111%;
background-size: 720px; }
.slider-wrap .testimonials-widget-testimonial cite, .slider-wrap .testimonials-widget-testimonial div.credit {
position: relative; }
.slider-wrap .testimonials-widget-testimonial cite:after, .slider-wrap .testimonials-widget-testimonial div.credit:after {
content: '';
display: block;
position: absolute;
width: 50px;
height: 50px;
background-image: url(//www.jacksoninteriors.co.uk/wp-content/uploads/2018/09/crown-big.png);
background-repeat: no-repeat;
top: -49px;
right: -52px;
bottom: 0;
margin: auto;
background-size: 50px; } .feat-products-list {
background: #fff;
padding: 1.5em 2.5em; }
.feat-products-list h2 {
color: #7B766F;
font-weight: 400;
margin-top: 0; }
.feat-products-list h2 span {
color: #716654; }
.feat-products-list .woocommerce ul.products {
display: flex;
flex-wrap: wrap; }
.feat-products-list .woocommerce ul.products li.product {
margin-bottom: 0;
display: flex;
width: 22.1%;
flex-direction: column; }
.feat-products-list .woocommerce ul.products li.product .price {
margin-bottom: 1em; }
.feat-products-list .woocommerce ul.products li.product .button {
font-weight: 300;
text-transform: uppercase;
width: 100%;
background: #716654;
color: #fff !important;
text-align: center;
border-radius: 0;
margin-top: auto;
-webkit-transition: background 0.2s ease-in-out !important;
-moz-transition: background 0.2s ease-in-out !important;
-o-transition: background 0.2s ease-in-out !important;
-ms-transition: background 0.2s ease-in-out !important;
transition: background 0.2s ease-in-out !important; }
.feat-products-list .woocommerce ul.products li.product .button:hover {
background: #b28600; }
.introduction {
display: inline-block;
width: 100%;
padding: 3em 0 0.2em; }
.introduction .left {
width: 20%; }
.introduction .left img {
display: block; }
.introduction .right {
width: 76%; }
.introduction .right h2 {
margin-top: 0; }
.home-socials {
width: 290px;
max-width: 100%; }
.home-socials a {
color: #fff !important;
font-family: 'Cardo', serif;
display: inline-block;
width: 100%;
padding: 0.6em 1em;
-webkit-transition: all 0.2s ease-in-out !important;
-moz-transition: all 0.2s ease-in-out !important;
-o-transition: all 0.2s ease-in-out !important;
-ms-transition: all 0.2s ease-in-out !important;
transition: all 0.2s ease-in-out !important; }
.home-socials a i {
margin-right: .6em;
font-size: 1.4em; }
.home-socials a span {
color: #fff; }
.home-socials a.instagram-link {
padding: 0 !important; }
.home-socials a.instagram-link img {
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.home-socials a.instagram-link img:hover {
opacity: .8; }
.home-socials .facebook-button {
background: #3B5998;
margin-bottom: .5em; }
.home-socials .facebook-button:hover {
background: #4c70ba; }
.home-socials .twitter-button {
background: #0084b4; }
.home-socials .twitter-button:hover {
background: #00a9e7; }
.home-socials .twitter-button i {
position: relative;
top: 2px; }
.logo-section {
display: inline-block;
width: 100%;
border-top: 2px solid #7B766F;
padding: 3em 0;
background: #fff; }
.logo-section .wrap {
width: 841px; }
.logo-section .wrap div {
display: inline-block;
margin-right: 13.3%; }
.logo-section .wrap div:last-of-type {
margin-right: 0; }
.logo-section img {
height: 92px; }
footer.site-footer {
overflow: hidden;
color: white;
font-size: 1.25em;
width: 100%; }
footer.site-footer .footer-bg {
background: #444F49;
display: inline-block;
width: 100%;
padding: 3em 0; }
footer.site-footer a {
color: white;
text-decoration: none; }
footer.site-footer p {
margin: 0px;
color: #fff;
font-size: 16px; }
footer.site-footer h4 {
margin-top: 0;
font-family: 'Cardo', serif; }
footer.site-footer .footer-col-container .footer-col {
float: left;
width: inherit;
line-height: 1.25em; }
footer.site-footer .footer-col-container .footer-col.last {
float: right;
position: relative;
text-align: right;
font-size: 18px; }
footer.site-footer .footer-col-container .footer-col.last h4 {
font-size: 20px; }
footer.site-footer .footer-col-container .footer-col.last p {
text-align: right; }
footer.site-footer .footer-col-container .footer-col.last p a {
-webkit-transition: color 0.1s ease-in-out;
-moz-transition: color 0.1s ease-in-out;
-o-transition: color 0.1s ease-in-out;
-ms-transition: color 0.1s ease-in-out;
transition: color 0.1s ease-in-out; }
footer.site-footer .footer-col-container .footer-col.last p a:hover {
color: #716654; }
footer.site-footer .footer-col-container .footer-col.first ul {
list-style: none;
margin-left: 0;
margin-bottom: 0; }
footer.site-footer .footer-col-container .footer-col.first ul li a {
font-size: 18px;
-webkit-transition: color 0.1s ease-in-out;
-moz-transition: color 0.1s ease-in-out;
-o-transition: color 0.1s ease-in-out;
-ms-transition: color 0.1s ease-in-out;
transition: color 0.1s ease-in-out; }
footer.site-footer .footer-col-container .footer-col.first ul li a:hover {
color: #716654; }
footer.site-footer .footer-col-container .footer-col.first p:first-child {
margin-top: -5px; }
footer.site-footer .site-info {
font-size: 0.8em;
margin: 0.7em 0 1.1em;
overflow: hidden; }
footer.site-footer .site-info .legal {
float: right; }
footer.site-footer .site-info .legal span {
color: #4a4a4a; }
footer.site-footer .site-info p {
color: #4A4A4A;
text-align: left;
float: left; }
footer.site-footer .site-info p:last-child {
font-size: 0.96em;
margin-bottom: 0px !important; }
footer.site-footer .site-info a {
color: #716654;
display: inline-block;
-webkit-transition: color 0.1s ease-in-out;
-moz-transition: color 0.1s ease-in-out;
-o-transition: color 0.1s ease-in-out;
-ms-transition: color 0.1s ease-in-out;
transition: color 0.1s ease-in-out; }
footer.site-footer .site-info a:hover {
color: #997300; }
footer.site-footer .site-info i.fa.fa-heart {
color: #bb3131;
overflow: visible;
font-size: 1.5em;
position: relative;
top: 3px; }
#footer-links {
display: inline-block;
margin-top: 0;
width: 73%;
margin-bottom: 1.4em; }
#footer-links li {
float: left;
width: 50%; } .socials {
list-style: none;
display: block;
padding: 0px;
padding-top: 10px;
margin-bottom: 0;
margin-left: 0; }
.socials li {
font-size: 1.5em;
list-style-type: none;
text-align: center;
margin: 0px;
margin-right: 32px;
display: inline-block;
margin-top: -9px; }
.socials li:last-child {
margin-right: 0px; }
.socials li a {
color: white;
text-decoration: none;
background: #605c57;
display: block;
border-radius: 4em;
width: 38px;
height: 38px;
padding: .4em;
font-size: 21.9px;
overflow: hidden;
-webkit-transition: background 0.25s ease-in-out;
-moz-transition: background 0.25s ease-in-out;
-o-transition: background 0.25s ease-in-out;
-ms-transition: background 0.25s ease-in-out;
transition: background 0.25s ease-in-out; }
.socials li a i {
display: block;
height: 100%;
position: relative;
top: 0%;
width: 100%;
margin-bottom: 31px;
-webkit-transition: top 0.25s ease-in-out;
-moz-transition: top 0.25s ease-in-out;
-o-transition: top 0.25s ease-in-out;
-ms-transition: top 0.25s ease-in-out;
transition: top 0.25s ease-in-out; }
.socials li a:hover i {
top: -246%; }
.socials li a.fb:hover {
background: #3B5998; }
.socials li a.twtr:hover {
background: #0084b4; }
.socials li a.inst:hover {
background: #e95950; } .woocommerce.columns-3 {
width: 75%;
float: right; }
.woocommerce a.button.alt, .woocommerce button.button.alt {
color: #fff;
background: #716654;
border-radius: 0;
-webkit-transition: background 0.2s ease-in-out;
-moz-transition: background 0.2s ease-in-out;
-o-transition: background 0.2s ease-in-out;
-ms-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out; }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover {
background: #b28600; } .woocommerce-billing-fields input, .shipping_address input {
border-radius: 0;
padding: .7em; }
.woocommerce-billing-fields label, .shipping_address label {
color: #4A4A4A; }
.woocommerce-additional-fields__field-wrapper input, .woocommerce-additional-fields__field-wrapper textarea {
border-radius: 0;
padding: .7em; }
.woocommerce-additional-fields__field-wrapper textarea {
resize: vertical; }
.woocommerce-additional-fields__field-wrapper label {
color: #4A4A4A; }
.xoo-wsc-items-count {
background-color: #716654; }
.wc-proceed-to-checkout .checkout-button {
color: #fff;
background: #716654;
-webkit-transition: background 0.2s ease-in-out;
-moz-transition: background 0.2s ease-in-out;
-o-transition: background 0.2s ease-in-out;
-ms-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out; }
.wc-proceed-to-checkout .checkout-button:hover {
background: #b28600; } .woocommerce-product-details__short-description {
margin-bottom: 1em; }
.pswp__caption__center {
text-align: center;
font-size: 1em;
font-family: 'Cardo', serif; }
.wc-tab h2 {
font-family: "Karla", sans-serif !important;
margin-top: 0;
font-size: 1.5em !important; }
.woocommerce a.added_to_cart {
float: right; }
.woocommerce div.product {
float: right;
width: 75%; }
.woocommerce div.product .price {
margin-top: 0;
margin-bottom: 1em !important; }
.woocommerce div.product .product-meta {
color: #4A4A4A; }
.woocommerce div.product form.cart .button {
background: #716654;
border-radius: 0;
font-weight: 400;
text-transform: uppercase;
width: 80%;
float: right;
padding: 0.9em 1em 0.7em;
-webkit-transition: background 0.2s ease-in-out;
-moz-transition: background 0.2s ease-in-out;
-o-transition: background 0.2s ease-in-out;
-ms-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out; }
.woocommerce div.product form.cart .button:hover {
background: #b28600; }
.woocommerce div.product form.cart .button span.xoo-wsc-icon-checkmark.xoo-wsc-icon-atc {
display: none; }
.woocommerce div.product .quantity input {
height: 42px;
border-color: #7B766F; }
.woocommerce div.product div.images .flex-control-thumbs li {
width: 24.1%;
margin-right: 1.2%; }
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
margin-right: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border-radius: 0;
background: #7B766F;
-webkit-transition: background 0.2s ease-in-out;
-moz-transition: background 0.2s ease-in-out;
-o-transition: background 0.2s ease-in-out;
-ms-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-weight: 400;
color: #fff;
border: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
background: #948f89; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
color: #fff; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #4A4A4A; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover {
background: #fff;
color: #4A4A4A; }
.woocommerce ul.products li.product .button {
background: #716654;
border-radius: 0;
color: #fff !important;
text-transform: uppercase;
font-weight: 300;
text-align: center;
width: 100%;
-webkit-transition: background 0.2s ease-in-out !important;
-moz-transition: background 0.2s ease-in-out !important;
-o-transition: background 0.2s ease-in-out !important;
-ms-transition: background 0.2s ease-in-out !important;
transition: background 0.2s ease-in-out !important; }
.woocommerce ul.products li.product .button:hover {
background: #b28600;
cursor: pointer; }
.woocommerce .site-main header.entry-header {
margin-bottom: 2em; }
.woocommerce aside {
float: left;
width: 22%; }
.woocommerce aside .widget {
margin-bottom: 2.5em; }
.woocommerce aside .widget:last-of-type {
margin-bottom: 0; }
.woocommerce aside .widget ul, .woocommerce aside .widget img {
margin-top: 1em !important; }
.woocommerce aside h3 {
font-family: 'Cardo', serif;
background: #716654;
color: #fff;
font-weight: 400;
padding: 0.6em 1em 0.5em;
margin: 0; }
.woocommerce aside ul {
list-style-type: none; }
.woocommerce aside ul li a {
color: #7d7d7d !important; }
.woocommerce aside ul li a:hover {
color: #b28600 !important; }
.woocommerce aside #media_image-2 h3 {
background: #7B766F; }
.woocommerce aside #nav_menu-2 h3 {
background: #7B766F; }
.woocommerce .type-product img, .woocommerce .product-category.product img {
margin: 0 0 0.3em !important;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out; }
.woocommerce .type-product img:hover, .woocommerce .product-category.product img:hover {
opacity: .8; }
.woocommerce .type-product h2, .woocommerce .product-category.product h2 {
font-family: 'Cardo', serif;
font-size: 1.2em;
font-weight: 500; }
.summary.entry-summary {
margin-top: 0; }
.summary.entry-summary h1 {
margin-top: 0;
font-weight: 300; }
.single-product .amount {
color: #9E0001; }
.single-product .amount span {
color: #9E0001; }
.single-product .post-image {
margin: 0; }
.single-product .entry-content {
margin: 0; }
.single-product .post-content {
display: inline-block;
width: 100%;
margin-top: 0; }
.related.products h2 {
font-weight: 300; }
.related.products li {
text-align: center; }
.related.products li h2 {
font-weight: 500; } .page-id-142 .testimonials-widget-testimonial.list {
clear: none;
display: inline-block;
padding: 1.7em;
border-bottom: 1em;
width: 100%; }
.page-id-142 .testimonials-widget-testimonial.list:nth-child(odd) {
background: #444E49; }
.page-id-142 .testimonials-widget-testimonial.list:nth-child(even) {
background: #A99076; }
.page-id-142 .testimonials-widget-testimonial.list:last-of-type {
margin-bottom: 0; }
.page-id-142 .testimonials-widget-testimonial.list blockquote {
margin: 0;
width: 81%;
float: right;
font-size: 1.1em; }
.page-id-142 .testimonials-widget-testimonial.list .credit {
font-weight: 600;
font-family: 'Cardo', serif;
font-style: italic;
display: inline-block;
width: 84%;
float: right;
margin-top: 1.7em;
font-size: 1.3em;
color:#fff; }
.page-id-142 .testimonials-widget-testimonial.list .image {
width: 188px; }
.page-id-138 .product-cats .home-cat {
margin-bottom: 2.2em; }
.page-id-138 .page_row {
margin-top: 0; } .gallery {
overflow: hidden; }
.gallery a {
display: block;
width: 32%;
margin-right: 2%;
margin-bottom: 2%;
float: left; }
.gallery a:nth-child(3n) {
margin-right: 0; }
.gallery a img {
display: block;
width: 100%;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out; }
.gallery a img:hover {
opacity: .8; }
.gallery-cat-display {
background: #716654;
color: #fff;
border: 0;
border-radius: 0;
display: none;
visibility: hidden;
width: 100%;
font-size: 18px;
text-align: left;
outline: none;
padding: 0.8em 1em; }
.jig-filterButtons {
text-align: center; }
.jig-filterButton {
background: #716654 !important;
color: #fff;
border: 0 !important;
border-radius: 25px !important;
text-align: center;
display: inline-block !important;
padding: 0.8em 1.9em !important;
margin: 6px !important;
-webkit-transition: background 0.2s ease-in-out;
-moz-transition: background 0.2s ease-in-out;
-o-transition: background 0.2s ease-in-out;
-ms-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out; }
.jig-filterButton:hover {
background: #b28600 !important; }
.jig-filterButton.jig-filterButtonSelected {
background: #7f5f00 !important; } .page-template-page-contact main#main .col-33 h2 {
margin-bottom: .3em; }
.page-template-page-contact main#main .col-33 p {
margin-top: 0; }
.page-template-page-contact { } .aws-search-result .aws_result_title {
color: #8e8882;
font-family: 'Cardo', serif; }
.aws-search-result .aws_result_stock {
color: #716654; }
.single-post .entry-content {
margin-top: 0; }
.psgal {
max-width: 100%; }
.psgal figure {
max-width: 100%; }
.single .post-image img:hover {
opacity: 1; } .blog-slide {
max-width: 100%;
margin-top: 1.5em; } .page-template-page-case-studies main#main .wrap {
-webkit-column-count: 3;
column-count: 3;
column-gap: 2em; }
.page-template-page-case-studies main#main .wrap .case-study {
width: 100%;
display: inline-block;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
margin-bottom: 2em;
border: 1px solid #8d8982; }
.page-template-page-case-studies main#main .wrap .case-study .case-content {
padding: 0 1em; }
.page-template-page-case-studies main#main .wrap .case-study .read-more {
display: block;
width: 100%;
text-align: center;
background: #8d8982;
color: #fff;
padding: 0.7em;
font-size: 18px;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
-o-transition: background 0.2s linear;
-ms-transition: background 0.2s linear;
transition: background 0.2s linear; }
.page-template-page-case-studies main#main .wrap .case-study .read-more:hover {
background: #716654; }
.single-case_studies .entry-content {
margin-top: 0; }
.single-case_studies .post-image {
float: left;
width: 34%;
margin-right: 1em;
margin-top: 0; }
.single-case_studies .post-content {
margin-top: 0;
float: right;
width: 62%; }
.single-case_studies .post-content > h2 {
margin-top: 0; }
.single-case_studies .post-content .wp-block-gallery {
margin-left: 0; }
.navigation {
overflow: hidden;
width: 100%; }
.navigation a {
display: block;
background: #716654;
border-radius: 0;
color: #fff !important;
text-transform: uppercase;
font-weight: 300;
text-align: center;
max-width: 48%;
-webkit-transition: background 0.2s ease-in-out !important;
-moz-transition: background 0.2s ease-in-out !important;
-o-transition: background 0.2s ease-in-out !important;
-ms-transition: background 0.2s ease-in-out !important;
transition: background 0.2s ease-in-out !important;
padding: 0.6em 1.7em;
position: relative; }
.navigation a:before, .navigation a:after {
font-family: "Font Awesome 5 Free";
font-weight: 900; }
.navigation a:hover {
background: #b28600; }
.navigation a[rel~="prev"] {
float: left;
padding-left: 15px; }
.navigation a[rel~="prev"]:before {
content: '\f0d9';
margin-right: 0.9em; }
.navigation a[rel~="next"] {
float: right;
padding-right: 15px; }
.navigation a[rel~="next"]:after {
content: '\f0da';
margin-left: 0.9em; } @media only screen and (max-width: 1406px) {
.slider-wrap .new-shop {
right: -19px; }
.slider-wrap .new-shop:before {
right: 22px; } }
@media only screen and (max-width: 1349px) {
header#masthead .logo-nav-tel .nav-tel .nav {
width: 1002px; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul li {
margin-right: 3.85%; }
.slider-wrap .new-shop {
right: 97px; } }
@media only screen and (max-width: 1308px) {
.slider-wrap .new-shop {
right: 66px; } }
@media only screen and (max-width: 1260px) {
.page-id-142 .testimonials-widget-testimonial.list blockquote {
width: 76%; } }
@media only screen and (max-width: 1234px) {
.slider-wrap .new-shop {
right: 29px; } }
@media only screen and (max-width: 1180px) {
.product-cats {
display: flex;
flex-direction: column;
flex-flow: wrap; }
.product-cats .home-cat h3 {
height: 36px; } }
@media only screen and (max-width: 1160px) {
.slider-wrap .new-shop {
right: 0; }
.slider-wrap .new-shop:before {
display: none; } }
@media only screen and (max-width: 1168px) {
.slider-wrap .testimonial-slider {
position: static; }
.metaslider .flex-control-nav {
bottom: 2em !important; } }
@media only screen and (max-width: 1093px) {
header#masthead .logo-nav-tel .nav-tel .nav {
width: 807px; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul li {
margin-right: 1.77%; } }
@media only screen and (max-width: 1080px) {
.navigation a {
width: 100%;
max-width: none; }
.navigation a:first-of-type {
margin-bottom: 0.5em; } }
@media only screen and (max-width: 1011px) {
.page-id-142 .testimonials-widget-testimonial.list blockquote {
width: 70%; } }
@media only screen and (max-width: 974px) {
.metaslider .flex-control-nav {
width: 100%; } }
@media only screen and (max-width: 966px) {
.woocommerce div.product {
width: 100%; }
.woocommerce aside {
width: 100%; }
.woocommerce.columns-3 {
width: 100%; } }
@media only screen and (max-width: 917px) {
.logo-section .wrap {
width: 621px; }
.logo-section .wrap div {
margin-right: 11.7%; }
.logo-section img {
height: 73px; } }
@media only screen and (max-width: 916px) {
.page-template-page-case-studies main#main .wrap {
column-count: 2;
column-count: 2; } }
@media only screen and (max-width: 903px) {
footer.site-footer .footer-col-container .footer-col {
width: 360px !important; } }
@media only screen and (max-width: 882px) {
header#masthead .logo-nav-tel .nav-tel .nav {
width: 673px; }
header#masthead .logo-nav-tel .nav-tel .nav .main-navigation ul li a {
font-size: 1em; } }
@media only screen and (max-width: 860px) {
.call span {
display: none; } }
@media only screen and (max-width: 845px) {
.page-id-142 .testimonials-widget-testimonial.list blockquote {
width: 61%; } }
@media only screen and (max-width: 840px) {
.product-cats .home-cat {
width: 46.5%;
margin-right: 7%;
margin-bottom: 7%; }
.product-cats .home-cat:nth-child(2n) {
margin-right: 0; }
.feat-products-list .woocommerce ul.products li.product {
width: 45%;
margin-right: 6%;
margin-bottom: 6%; }
.feat-products-list .woocommerce ul.products li.product:nth-child(2n) {
margin-right: 0; } }
@media only screen and (max-width: 795px) {
.metaslider .slides img {
width: auto !important;
height: 260px !important; } }
@media only screen and (max-width: 789px) {
footer.site-footer .footer-col-container .footer-col.last {
width: 40% !important; } }
@media only screen and (max-width: 763px) {
.single-case_studies .entry-content {
display: flex;
flex-wrap: wrap;
flex-flow: column; }
.single-case_studies .post-image {
width: 100%;
margin-right: 0; }
.single-case_studies .post-content {
width: 100%; } }
@media only screen and (max-width: 750px) {
footer.site-footer .footer-col-container .footer-col {
float: none !important;
padding: 0px !important;
width: 100% !important;
text-align: center !important;
margin-bottom: 40px; }
footer.site-footer .footer-col-container .footer-col p {
width: 100%;
text-align: center; }
footer.site-footer .footer-col-container .footer-col.last {
margin-bottom: 0px !important;
width: auto !important; }
footer.site-footer .footer-col-container .footer-col.last p {
text-align: center; }
footer.site-footer .footer-col-container .footer-col a.line {
margin-right: 0px !important; }
footer.site-footer .site-info {
text-align: center; }
footer.site-footer .site-info p {
text-align: center; }
#footer-links li {
float: none;
width: auto; } }
@media only screen and (max-width: 745px) {
.aws-container {
width: 100%; }
.woocommerce .site-main header.entry-header img {
display: none; }
.site-main header.entry-header .shop-heading {
margin: 0; } }
@media only screen and (min-width: 739px) {
.menu-toggle, #mob-navigation {
display: none !important; }
.main-navigation ul {
display: block !important; }
html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
-webkit-transform: translate(0px, 0) !important;
-ms-transform: translate(0px, 0) !important;
transform: translate(0px, 0) !important;
-webkit-transform: translate3d(0px, 0, 0) !important;
transform: translate3d(0px, 0, 0) !important; } }
@media only screen and (max-width: 738px) {
header#masthead .wrap {
margin-top: 1em; }
header#masthead .logo-nav-tel .nav-tel .tel {
text-align: center; }
header#masthead .logo-nav-tel .nav {
display: none; }
.slider-wrap .thin {
width: 70%; }
.metaslider .flex-control-nav {
bottom: 1em !important; }
.new-shop {
display: none; } }
@media only screen and (max-width: 721px) {
footer.site-footer .site-info {
margin: 1.1em 0; }
footer.site-footer .site-info p {
float: none; }
footer.site-footer .site-info .legal {
float: none; } }
@media only screen and (max-width: 703px) {
.slider-wrap .thin {
width: 63%; } }
@media only screen and (min-width: 701px) {
.jig-filterButtons {
display: block !important; } }
@media only screen and (max-width: 700px) {
.jig-filterButtons {
display: none;
visibility: hidden; }
.jig-filterButtons.mob-show {
visibility: visible; }
.jig-filterButton {
width: 100%;
border-radius: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: 0 !important;
background: #7B766F !important; }
.justified-image-grid {
margin-top: 1.5em !important; }
.gallery-cat-display {
display: inline-block;
visibility: visible; } }
@media only screen and (max-width: 682px) {
.logo-section .wrap {
width: 531px; }
.logo-section .wrap div {
margin-right: 8%; } }
@media only screen and (max-width: 679px) {
.page-id-142 .testimonials-widget-testimonial.list blockquote {
width: 54%; } }
@media only screen and (max-width: 666px) {
.col-33, .col-66 {
width: 100% !important; }
.col-33.text, .col-66.text {
padding: 0px !important;
float: left !important; }
.col-33.image, .col-66.image {
float: left !important;
margin-bottom: 5px; }
.col-33.image img, .col-66.image img {
display: block;
margin: 0 auto;
margin-bottom: 1em; }
.page_row {
margin-bottom: 2.85em !important; }
.page_row.img_right .image {
float: left !important; }
.page_row.img_right .text {
float: right !important; } }
@media only screen and (max-width: 609px) {
.page-template-page-case-studies main#main .wrap {
-webkit-column-count: 1;
column-count: 1; } }
@media only screen and (max-width: 605px) {
.slider-wrap .thin {
width: 51%; }
.slider-wrap .testimonial-slider .credit span {
font-size: 1em; }
.slider-wrap .testimonial-slider blockquote {
font-size: 1em; } }
@media only screen and (max-width: 600px) {
html.mm-opened a.close-button {
display: block !important; }
html.mm-opened a.close-button i {
color: #333;
margin: 0.5em;
font-size: 2em; }
#page.site.wrap {
max-width: 100% !important; }
header#masthead {
background-color: white; }
header#masthead .logo-nav-tel .logo {
width: 100%;
margin: 0 auto;
float: none !important; }
header#masthead .logo-nav-tel .logo img {
max-width: 200px !important; margin: 0 auto !important; }
header#masthead .logo-nav-tel .nav-tel {
width: 100% !important;
float: none !important; }
header#masthead .logo-nav-tel .nav-tel .tel {
text-align: center !important;
margin: 1em 0em; }
header#masthead .logo-nav-tel .nav-tel .nav nav#site-navigation button {
margin: 0 auto !important;
float: none !important; }
header#masthead .logo-nav-tel .nav-tel .nav nav#site-navigation ul {
width: 100% !important;
float: none !important;
margin-top: 0.5em !important;
margin-bottom: 0.5em !important; }
header#masthead .logo-nav-tel .nav-tel .nav nav#site-navigation ul li {
float: none !important;
width: 100% !important; }
header#masthead .logo-nav-tel .nav-tel .nav nav#site-navigation ul li a {
text-align: center;
padding: 0px !important;
padding: 0.75em 0em !important; } }
@media only screen and (max-width: 591px) {
.woocommerce .site-main header.entry-header img {
float: none;
margin: 0 auto; }
.site-main header.entry-header .shop-heading {
margin-left: 0;
width: 100%;
text-align: center; } }
@media only screen and (max-width: 578px) {
.page-id-142 .testimonials-widget-testimonial.list blockquote {
width: 100%;
text-align: center; }
.page-id-142 .testimonials-widget-testimonial.list .image {
margin: 0 auto 1em;
float: none;
display: block; }
.page-id-142 .testimonials-widget-testimonial.list .credit {
text-align: center; } }
@media only screen and (max-width: 585px) {
.logo-section .wrap {
width: 481px; }
.logo-section .wrap div {
margin-right: 5.4%; } }
@media only screen and (max-width: 540px) {
.product-cats .home-cat {
width: 100%;
margin-right: 0;
margin-bottom: 1.5em; }
.product-cats .home-cat img {
width: 100%;
height: auto; }
.product-cats .home-cat h3 {
height: auto;
font-size: 1.2em; } }
@media only screen and (max-width: 531px) {
.logo-section {
width: 100%;
text-align: center; }
.logo-section div {
width: 100%;
margin-bottom: 1em;
margin-right: 0; }
.logo-section div:last-of-type {
margin-bottom: 0; } }
@media only screen and (max-width: 518px) {
.gallery img {
width: 49%; }
.gallery img:nth-child(3n) {
margin-right: 2%; }
.gallery img:nth-child(even) {
margin-right: 0; } }
@media only screen and (max-width: 500px) {
.woocommerce aside h3 {
text-align: center; }
.woocommerce aside ul {
margin-left: 0; }
.woocommerce aside ul li {
text-align: center; }
.woocommerce aside .widget img {
display: block;
margin: 0 auto; } }
@media only screen and (max-width: 493px) {
.slider-wrap .thin {
width: 77%; }
.slider-wrap .testimonial-slider .credit:after {
display: none !important; }
.slider-wrap .testimonial-slider blockquote:before, .slider-wrap .testimonial-slider blockquote:after {
height: 0;
width: 0;
content: '';
background: none !important;
display: none !important; } }
@media only screen and (max-width: 480px) {
.feat-products-list .woocommerce ul.products li.product {
width: 100%;
margin-right: 0;
margin-bottom: 3em; }
.feat-products-list .woocommerce ul.products li.product:last-of-type {
margin-bottom: 0; } }
@media only screen and (max-width: 434px) {
.call p {
display: none; }
.call .socials {
float: none;
margin: 0 auto;
width: 187px; } }
@media only screen and (max-width: 400px) {
.metaslider .flex-control-nav {
bottom: .6em !important; } }
.testimonials-widget-testimonials .listing p, li, span {
color: #fff;
}
.testimonials-widget-testimonials .listing p {
color: #fff !important;
}
.testimonials-widget-testimonial blockquote{
color: #fff;
}
header.entry-header {
background-color: #444E49 !important;
color: #ffffff;
}
#mobile-menu li a {
color:#000000!important;
}