.wpv-splash-screen {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #ffffff;
z-index: 99999;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.wpv-splash-screen .wpv-splash-screen-progress-wrapper {
position: absolute;
bottom: 50%;
left: 20%;
right: 20%;
padding-bottom: 60px;
border-bottom: 1px solid #EDEDED;
}
.wpv-splash-screen .wpv-splash-screen-progress {
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 1px;
background: #b69e59;
transition: width .25s linear;
}
.wpv-splash-screen img {
margin: auto;
display: block;
max-width: 100%;
height: auto;
}
.icon,
.icon-a:after,
.icon-b:before {
font-family: 'icomoon' !important;
font-weight: normal !important;
font-style: normal !important;
display: inline-block;
min-width: 1em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.theme.icon,
.theme.icon-a:after,
.theme.icon-b:before {
font-family: 'theme' !important;
}
.custom.icon,
.custom.icon-a:after,
.custom.icon-b:before {
font-family: 'vamtam-custom-icons' !important;
}
.icon-b:before,
.icon-a:after {
content: " " attr(data-icon) " ";
}
.icon-b.size-small:before,
.icon-a.size-small:after,
.icon.size-small {
font-size: 16px;
}
.icon-b.size-medium:before,
.icon-a.size-medium:after,
.icon.size-medium {
font-size: 24px;
}
.icon-b.size-large:before,
.icon-a.size-large:after,
.icon.size-large {
font-size: 32px;
}
.icon-b.icon-a:before {
content: " " attr(data-iconb) " ";
}
.icon-b.icon-a:after {
content: " " attr(data-icona) " ";
}
.icon-b:before {
padding-right: .5em;
}
.icon-a:before {
padding-left: .5em;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html,
body {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
blockquote,
q {
quotes: none;
}
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
ins {
color: #545f64;
text-decoration: none;
}
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title],
dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
input,
select {
vertical-align: middle;
}
body {
font: 13px/1.231 sans-serif;
*font-size: small;
}
select,
input,
textarea,
button {
font: 99% sans-serif;
}
pre,
code,
kbd,
samp {
font-family: monospace, sans-serif;
}
:disabled {
cursor: not-allowed;
}
a:hover,
a:active {
outline: none;
}
nav ul,
nav li {
margin: 0;
list-style: none;
list-style-image: none;
}
small {
font-size: 85%;
}
b,
strong,
th {
font-weight: bold;
}
td {
vertical-align: top;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
padding: 15px;
}
textarea {
overflow: auto;
}
input[type="radio"] {
vertical-align: text-bottom;
}
input[type="checkbox"] {
vertical-align: middle;
}
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
cursor: pointer;
}
button,
input,
select,
textarea {
margin: 0;
box-shadow: none;
border-radius: 0;
}
button {
padding: 0;
}
button,
input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
background-image: none;
}
button {
width: auto;
overflow: visible;
}
select,
input,
textarea {
color: #444;
}
.ir {
display: block;
text-indent: -999em;
overflow: hidden;
background-repeat: no-repeat;
text-align: left;
direction: ltr;
}
.hidden {
display: none;
visibility: hidden;
}
.screen-reader-text,
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.invisible {
visibility: hidden;
}
html.no-js .nojs-hide {
display: none;
}
.disable-hover {
pointer-events: none;
}
.clearboth {
clear: both;
}
.row,
.clearfix {
clear: both;
}
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.row:after,
.clearfix:after {
clear: both;
}
.row .row {
margin-left: -25px;
margin-right: -25px;
}
.grid-1-1,
.grid-1-2,
.grid-1-3,
.grid-1-4,
.grid-1-5,
.grid-1-6,
.grid-2-3,
.grid-2-5,
.grid-3-4,
.grid-3-5,
.grid-4-5,
.grid-5-6 {
position: relative;
padding: 0;
float: left;
box-sizing: border-box;
display: block;
padding: 0 25px;
}
.grid-1-1 {
width: 100%;
}
.grid-1-2 {
width: 50%;
}
.grid-1-3 {
width: 33.33333333%;
}
.grid-1-4 {
width: 25%;
}
.grid-1-5 {
width: 20%;
}
.grid-1-6 {
width: 16.66666666%;
}
.grid-2-3 {
width: 66.66666666%;
}
.grid-2-5 {
width: 40%;
}
.grid-3-4 {
width: 75%;
}
.grid-3-5 {
width: 60%;
}
.grid-4-5 {
width: 80%;
}
.grid-5-6 {
width: 83.33333333%;
}
img.lazy,
.loading {
background: url(//altamoda.com.tw/wp-content/themes/hair-beauty/wpv_theme/assets/images/loader.gif) center center no-repeat;
background-image: url(//altamoda.com.tw/wp-content/themes/hair-beauty/wpv_theme/assets/images/loader.gif), url(//altamoda.com.tw/wp-content/themes/hair-beauty/wpv_theme/assets/images/loader_bg.png);
background-position: center center, center center;
background-color: #ffffff;
}
img.loaded,
img.lazy.no-animation,
.loading.no-animation {
background-image: none;
}
.boxed .boxed-layout {
width: 1140px;
max-width: 1140px;
}
.boxed #header-slider-container .ls-container,
.boxed #header-slider-container .rev_slider_wrapper,
.boxed .limit-wrapper .ls-container,
.boxed .limit-wrapper .rev_slider_wrapper {
max-width: 1260px;
}
.boxed #header-slider-container .rev_slider_wrapper {
left: 0 !important;
}
.boxed #header-slider-container .rev_slider_wrapper .tp-leftarrow.default {
left: 30px !important;
}
.boxed #header-slider-container .rev_slider_wrapper .tp-rightarrow.default {
right: 30px !important;
}
body.full article .ls-container {
max-width: 100%;
}
.vamtam-cubeportfolio .cbp-nav-next,
.vamtam-cubeportfolio .cbp-nav-prev {
border-radius: 0 !important;
}
.vamtam-cubeportfolio.cbp-slider-edge.vamtam-cube-narrow .cbp-nav {
display: none;
}
.vamtam-cubeportfolio.cbp-slider-edge.vamtam-cube-narrow .cbp-wrapper {
position: relative;
margin: auto;
}
.vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-prev,
.vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-next {
color: #000000;
background: #ffffff;
width: 44px;
height: 44px;
text-align: center;
transition: all .3s;
box-shadow: 0 2px 3px 0px rgba(0,0,0,0.1);
}
.vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-prev:after,
.vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-next:after {
font-size: 24px;
line-height: 32px;
width: 32px;
height: 32px;
font-style: normal;
background: none;
font-family: theme;
}
.vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-prev:hover,
.vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-next:hover {
color: #b69e59;
opacity: 1;
}
.vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-prev {
left: 10px;
}
.vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-prev:after {
content: "\e607";
}
.vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-next {
right: 10px;
}
.vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-next:after {
content: "\e606";
}
.vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-pagination {
bottom: -40px;
}
.vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-pagination-item {
width: 12px;
height: 12px;
opacity: 0.2;
border: 1px solid #0f0f0f;
}
.vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-pagination-active {
background: #b69e59;
border-color: #b69e59;
opacity: 1;
}
.vamtam-cubeportfolio .cbp-slider-inline .cbp-slider-next,
.vamtam-cubeportfolio .cbp-slider-inline .cbp-slider-prev {
background: none;
color: #ffffff;
float: none;
position: absolute;
left: 50px;
top: 0px;
}
.vamtam-cubeportfolio .cbp-slider-inline .cbp-slider-next:after,
.vamtam-cubeportfolio .cbp-slider-inline .cbp-slider-prev:after {
font-size: 32px;
line-height: 32px;
width: 32px;
height: 32px;
font-style: normal;
background: none;
font-family: theme;
}
.vamtam-cubeportfolio .cbp-slider-inline .cbp-slider-next:hover,
.vamtam-cubeportfolio .cbp-slider-inline .cbp-slider-prev:hover {
color: #ffffff;
}
.vamtam-cubeportfolio .cbp-slider-inline .cbp-slider-next {
left: auto;
right: 50px;
}
.vamtam-cubeportfolio .cbp-slider-inline .cbp-slider-next:after {
content: "\e606";
}
.vamtam-cubeportfolio .cbp-slider-inline .cbp-slider-prev:after {
content: "\e607";
}
.vamtam-cubeportfolio .cbp-slider-controls {
bottom: 85px;
left: 0;
top: auto;
z-index: 10;
position: relative;
width: 100%;
}
.vamtam-cubeportfolio .cbp-item:hover .cbp-slider-prev,
.vamtam-cubeportfolio .cbp-item:hover .cbp-slider-next {
color: #b69e59;
}
.vamtam-cubeportfolio .cbp-item .format-gallery:hover .cbp-slider-prev,
.vamtam-cubeportfolio .cbp-item .format-gallery:hover .cbp-slider-next {
color: #ffffff;
}
.vamtam-cubeportfolio + .thumbnails .cbp-pagination-item {
border: solid 1px #ffffff;
transition: all .4s ease-out;
}
.vamtam-cubeportfolio + .thumbnails .cbp-pagination-item:after {
background: rgba(255,255,255,0.5);
}
.vamtam-cubeportfolio + .thumbnails .cbp-pagination-item.cbp-pagination-active,
.vamtam-cubeportfolio + .thumbnails .cbp-pagination-item:hover {
border-color: #b69e59;
}
.vamtam-cubeportfolio + .thumbnails .cbp-pagination-item.cbp-pagination-active:after,
.vamtam-cubeportfolio + .thumbnails .cbp-pagination-item:hover:after {
background: transparent;
}
.vamtam-cubeportfolio.cbp:after,
.cbp-lazyload:after,
.cbp-popup-loadingBox:after,
.cbp-popup-singlePageInline:after {
-webkit-animation: none;
animation: none;
border: 0;
content: url(https://altamoda.com.tw/wp-content/themes/hair-beauty/wpv_theme/assets/images/loader-ring.gif);
height: 70px;
}
.cbp-popup-wrap.cbp-popup-singlePage .cbp-popup-content {
max-width: 1200px;
}
.cbp-popup-wrap.cbp-popup-singlePage .cbp-popup-content article.type-jetpack-portfolio .portfolio-image-wrapper {
max-width: 1090px;
margin: auto;
}
.cbp-popup-wrap .cbp-popup-lightbox-img,
.cbp-popup-wrap .cbp-popup-lightbox-iframe iframe {
box-shadow: none;
}
body .cbp-popup-singlePage .cbp-popup-navigation-wrap {
background-color: #ffffff;
border-bottom: solid 1px #EDEDED;
}
body .cbp-popup-singlePage .cbp-popup-singlePage-counter {
color: #D8D8D8;
}
body .cbp-popup-singlePage .cbp-popup-next,
body .cbp-popup-singlePage .cbp-popup-prev,
body .cbp-popup-singlePage .cbp-popup-close {
background: none !important;
}
body .cbp-popup-singlePage .cbp-popup-next:after,
body .cbp-popup-singlePage .cbp-popup-prev:after,
body .cbp-popup-singlePage .cbp-popup-close:after {
transition: all .5s;
font-family: 'theme';
font-size: 2.6em;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #b69e59;
display: block;
width: 50px;
height: 45px;
padding-top: 5px;
}
body .cbp-popup-singlePage .cbp-popup-next:hover:after,
body .cbp-popup-singlePage .cbp-popup-prev:hover:after,
body .cbp-popup-singlePage .cbp-popup-close:hover:after {
color: #000000;
}
body .cbp-popup-singlePage .cbp-popup-close:after {
content: "\e900";
font-size: 2.4em;
}
body .cbp-popup-singlePage .cbp-popup-next:after {
content: "\e606";
}
body .cbp-popup-singlePage .cbp-popup-prev:after {
content: "\e607";
}
html,
body,
th,
td,
p {
color: #000000;
}
.color-accent-1,
.hover-color-accent-1:hover {
color: #b69e59;
}
.color-accent-2,
.hover-color-accent-2:hover {
color: #545f64;
}
.color-accent-3,
.hover-color-accent-3:hover {
color: #97AAB4;
}
.color-accent-4,
.hover-color-accent-4:hover {
color: #D8D8D8;
}
.color-accent-5,
.hover-color-accent-5:hover {
color: #ffffff;
}
.color-accent-6,
.hover-color-accent-6:hover {
color: #000000;
}
.color-accent-7,
.hover-color-accent-7:hover {
color: #EDEDED;
}
.color-accent-8,
.hover-color-accent-8:hover {
color: #ffffff;
}
*,
p,
body,
.main-container {
font: 300 15px/22px Lato;
}
.page-header .desc,
.page-header .desc a,
em {
font: 300 italic 18px/20px Helvetica;
color: #000000;
}
h1,
h1 a,
footer.main-footer h1 a,
.font-h1,
.font-h1 a,
footer.main-footer .font-h1 a {
font: normal 60px/60px Playfair Display;
}
h2,
h2 a,
footer.main-footer h2 a,
.font-h2,
.font-h2 a,
footer.main-footer .font-h2 a {
font: 300 44px/42px Helvetica;
}
h3,
h3 a,
footer.main-footer h3 a,
.font-h3,
.font-h3 a,
footer.main-footer .font-h3 a {
font: normal 24px/30px Playfair Display;
}
h4,
h4 a,
footer.main-footer h4 a,
.font-h4,
.font-h4 a,
footer.main-footer .font-h4 a {
font: 300 20px/26px Helvetica;
}
h5,
h5 a,
footer.main-footer h5 a,
.font-h5,
.font-h5 a,
footer.main-footer .font-h5 a {
font: normal 10px/11px Helvetica;
}
h6,
h6 a,
footer.main-footer h6 a,
.font-h6,
.font-h6 a,
footer.main-footer .font-h6 a {
font: bold 10px/11px Helvetica;
}
h1,
h1 a,
.color-h1,
.color-h1 a {
color: #000000;
}
h2,
h2 a,
.color-h2,
.color-h2 a {
color: #000000;
}
h3,
h3 a,
.color-h3,
.color-h3 a {
color: #000000;
}
h4,
h4 a,
.color-h4,
.color-h4 a {
color: #000000;
}
h5,
h5 a,
.color-h5,
.color-h5 a {
color: #656565;
}
h6,
h6 a,
.color-h6,
.color-h6 a {
color: #656565;
}
h1 em {
font: 300 italic 60px/60px Helvetica, Arial, serif;
color: #000000;
}
h2 em {
font: 300 italic 44px/42px Helvetica, Arial, serif;
color: #000000;
}
h3 em {
font: 300 italic 24px/30px Helvetica, Arial, serif;
color: #000000;
}
h4 em {
font: 300 italic 20px/26px Helvetica, Arial, serif;
color: #000000;
}
h5 em {
font: 300 italic 10px/11px Helvetica, Arial, serif;
color: #656565;
}
h6 em {
font: 300 italic 10px/11px Helvetica, Arial, serif;
color: #656565;
}
small {
color: #e2e2e2;
font-size: 11px !important;
}
a {
text-decoration: none;
color: #000000;
transition: color .3s;
}
a .icon.shortcode.use-hover {
transition: all .3s ease-out;
}
a:visited {
color: #000000;
}
a:active {
color: #8b732f;
}
a:hover {
text-decoration: none;
color: #8b732f;
}
a:hover .icon.shortcode.use-hover {
color: #545f64;
}
.wpv-main a .icon.shortcode.border {
color: #000000;
}
.wpv-main a:hover .icon.shortcode.border {
border-color: #8b732f;
color: #8b732f !important;
}
p {
margin: 1em 0;
}
p:empty {
display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0.6em;
margin-bottom: 0.6em;
}
.vamtam-font-style-1 {
font: bold italic 40px/50px Helvetica;
padding-bottom: 10px;
}
.vamtam-font-style-1.with-color {
color: #000000;
}
.vamtam-font-style-2 {
font: 300 36px/40px Helvetica;
}
.vamtam-font-style-2.with-color {
color: #f8e71c;
}
small {
color: #000000;
font-size: 12px;
}
@keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes wiggle {
0% {
transform: skewX(9deg);
}
10% {
transform: skewX(-8deg);
}
20% {
transform: skewX(7deg);
}
30% {
transform: skewX(-6deg);
}
40% {
transform: skewX(5deg);
}
50% {
transform: skewX(-4deg);
}
60% {
transform: skewX(3deg);
}
70% {
transform: skewX(-2deg);
}
80% {
transform: skewX(1deg);
}
90% {
transform: skewX(0deg);
}
100% {
transform: skewX(0deg);
}
}
.animated.flash,
.animated.wiggle {
animation-timing-fill-mode: both;
animation-duration: 1s;
animation-iteration-count: infinite;
}
.animated.flash {
animation-name: flash;
}
.animated.wiggle {
animation-name: wiggle;
animation-timing-function: ease-in;
}
.vamtam-animated {
animation-duration: .5s;
animation-fill-mode: both;
}
@keyframes vamtam-zoomin {
from {
opacity: 0;
transform: scale3d(.3,.3,.3);
}
50% {
opacity: 1;
}
}
.vamtam-zoomin {
animation-name: vamtam-zoomin;
}
@keyframes vamtam-zoomout {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3,.3,.3);
}
to {
opacity: 0;
}
}
.vamtam-zoomout {
animation-name: vamtam-zoomout;
}
@keyframes vamtam-fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.vamtam-fadein {
animation-name: vamtam-fadein;
}
@keyframes vamtam-fadeout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.vamtam-fadeout {
animation-name: vamtam-fadeout;
}
.button,
input[type=button],
input[type=submit] {
display: inline-block;
text-align: center;
cursor: pointer;
position: relative;
z-index: 0;
vertical-align: middle;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
text-decoration: none;
text-shadow: none;
border-radius: 0;
text-align: center !important;
font: 300 12px/1.2em "Lato";
padding: 1.2em 1.7em !important;
transition: color .3s ease-out, border .3s ease-out, background .3s ease-out !important;
border: 1px solid #b69e59;
background: none;
font-weight: 600;
color: #000;
}
.button:focus,
input[type=button]:focus,
input[type=submit]:focus {
outline: 1px dotted #000;
}
.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
text-decoration: none;
}
.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
border-color: #000000;
background: #000000;
color: #fff;
}
.vamtam-button {
display: inline-block;
text-align: center;
cursor: pointer;
position: relative;
z-index: 0;
vertical-align: middle;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
text-decoration: none;
text-shadow: none;
border-radius: 0;
text-align: center !important;
font-size: 1em;
font-weight: normal;
line-height: 1em;
padding: 0;
}
.vamtam-button:focus {
outline: 1px dotted #000;
}
.vamtam-button,
.vamtam-button span {
transition: color .3s ease-out, border .3s ease-out, background .3s ease-out !important;
}
.vamtam-button:hover,
.vamtam-button:hover span {
text-decoration: none;
}
.vamtam-button span {
display: inline-block;
font-size: 1em;
line-height: inherit;
padding: .3em .4em;
margin: 0 0;
vertical-align: middle !important;
}
.vamtam-button span.icon {
font-size: 100%;
}
.vamtam-button span.icon.shortcode.inverted-colors {
font-size: 100%;
}
.vamtam-button span.icon:first-child,
.vamtam-button span.icon:last-child {
background: none;
}
.vamtam-button span.icon:first-child {
padding: .7em 0 .8em 1.2em !important;
}
.vamtam-button span.icon:last-child {
padding: .7em 1.2em .8em 0 !important;
}
.vamtam-button span.btext {
position: relative;
font-weight: 500;
padding: 1.2em 1.6em;
letter-spacing: 1px;
}
.vamtam-button.button-border,
.vamtam-button.button-style-3 {
background: none;
font-style: normal;
overflow: hidden;
}
.vamtam-button.button-border:after,
.vamtam-button.button-style-3:after {
content: '';
position: absolute;
z-index: -1;
width: 100%;
height: 0;
bottom: 0;
left: 0;
transition: all 0.3s ease-out !important;
}
.vamtam-button.button-border:hover:after,
.vamtam-button.button-style-3:hover:after {
height: 100%;
}
.vamtam-button.button-border:hover span.btext {
position: relative;
display: inline-block;
transition: transform 0.3s ease-out !important;
transform: translateY(-100%);
}
.vamtam-button.button-border:hover span.btext:before {
position: absolute;
content: attr(data-text);
font-weight: 700;
transform: translate3d(0,0,0);
top: 100%;
left: 0px;
width: 100%;
height: auto;
line-height: 1.2em;
padding: 1.2em 0;
}
.vamtam-button.button-border span.btext {
padding: 1.2em 2.1em !important;
font-weight: 600 !important;
line-height: 1.2em;
}
.vamtam-button.button-style-3 {
border: none;
padding: 0px !important;
}
.vamtam-button.button-style-3 span.icon {
padding: 0.8em 1.2em !important;
}
.vamtam-button.button-style-3 span.icon:first-child {
border-right: solid 1px;
}
.vamtam-button.button-style-3 span.icon:last-child {
border-left: solid 1px;
}
.vamtam-button.accent1.button-filled {
background: #b69e59;
color: #ffffff;
}
.vamtam-button.accent1.button-filled span {
color: #ffffff;
}
.vamtam-button.accent1.button-border {
border: 1px solid #b69e59;
}
.vamtam-button.accent1.button-border:hover span,
.vamtam-button.accent1.button-border span {
color: #b69e59;
}
.vamtam-button.accent1.button-style-3 {
background: #b69e59;
}
.vamtam-button.accent1.button-style-3 span.icon {
color: #ffffff;
}
.vamtam-button.accent2.button-filled {
background: #545f64;
color: #ffffff;
}
.vamtam-button.accent2.button-filled span {
color: #ffffff;
}
.vamtam-button.accent2.button-border {
border: 1px solid #545f64;
}
.vamtam-button.accent2.button-border:hover span,
.vamtam-button.accent2.button-border span {
color: #545f64;
}
.vamtam-button.accent2.button-style-3 {
background: #545f64;
}
.vamtam-button.accent2.button-style-3 span.icon {
color: #ffffff;
}
.vamtam-button.accent3.button-filled {
background: #97AAB4;
color: #ffffff;
}
.vamtam-button.accent3.button-filled span {
color: #ffffff;
}
.vamtam-button.accent3.button-border {
border: 1px solid #97AAB4;
}
.vamtam-button.accent3.button-border:hover span,
.vamtam-button.accent3.button-border span {
color: #97AAB4;
}
.vamtam-button.accent3.button-style-3 {
background: #97AAB4;
}
.vamtam-button.accent3.button-style-3 span.icon {
color: #ffffff;
}
.vamtam-button.accent4.button-filled {
background: #D8D8D8;
color: #262626;
}
.vamtam-button.accent4.button-filled span {
color: #262626;
}
.vamtam-button.accent4.button-border {
border: 1px solid #D8D8D8;
}
.vamtam-button.accent4.button-border:hover span,
.vamtam-button.accent4.button-border span {
color: #D8D8D8;
}
.vamtam-button.accent4.button-style-3 {
background: #D8D8D8;
}
.vamtam-button.accent4.button-style-3 span.icon {
color: #262626;
}
.vamtam-button.accent5.button-filled {
background: #ffffff;
color: #4d4d4d;
}
.vamtam-button.accent5.button-filled span {
color: #4d4d4d;
}
.vamtam-button.accent5.button-border {
border: 1px solid #ffffff;
}
.vamtam-button.accent5.button-border:hover span,
.vamtam-button.accent5.button-border span {
color: #ffffff;
}
.vamtam-button.accent5.button-style-3 {
background: #ffffff;
}
.vamtam-button.accent5.button-style-3 span.icon {
color: #4d4d4d;
}
.vamtam-button.accent6.button-filled {
background: #000000;
color: #b3b3b3;
}
.vamtam-button.accent6.button-filled span {
color: #b3b3b3;
}
.vamtam-button.accent6.button-border {
border: 1px solid #000000;
}
.vamtam-button.accent6.button-border:hover span,
.vamtam-button.accent6.button-border span {
color: #000000;
}
.vamtam-button.accent6.button-style-3 {
background: #000000;
}
.vamtam-button.accent6.button-style-3 span.icon {
color: #b3b3b3;
}
.vamtam-button.accent7.button-filled {
background: #EDEDED;
color: #3b3b3b;
}
.vamtam-button.accent7.button-filled span {
color: #3b3b3b;
}
.vamtam-button.accent7.button-border {
border: 1px solid #EDEDED;
}
.vamtam-button.accent7.button-border:hover span,
.vamtam-button.accent7.button-border span {
color: #EDEDED;
}
.vamtam-button.accent7.button-style-3 {
background: #EDEDED;
}
.vamtam-button.accent7.button-style-3 span.icon {
color: #3b3b3b;
}
.vamtam-button.accent8.button-filled {
background: #ffffff;
color: #4d4d4d;
}
.vamtam-button.accent8.button-filled span {
color: #4d4d4d;
}
.vamtam-button.accent8.button-border {
border: 1px solid #ffffff;
}
.vamtam-button.accent8.button-border:hover span,
.vamtam-button.accent8.button-border span {
color: #ffffff;
}
.vamtam-button.accent8.button-style-3 {
background: #ffffff;
}
.vamtam-button.accent8.button-style-3 span.icon {
color: #4d4d4d;
}
.vamtam-button.hover-accent1.button-filled:hover {
background: #b69e59;
}
.vamtam-button.hover-accent1.button-filled:hover,
.vamtam-button.hover-accent1.button-filled:hover span {
color: #fff;
}
.vamtam-button.hover-accent1.button-border:after,
.vamtam-button.hover-accent1.button-style-3:after {
background: #b69e59;
}
.vamtam-button.hover-accent1.button-border:hover span,
.vamtam-button.hover-accent1.button-style-3:hover span {
border-color: #b69e59;
}
.vamtam-button.hover-accent1.button-style-3:hover span {
color: #fff;
}
.vamtam-button.hover-accent1.button-style-3:hover span.icon {
border-color: #ffffff;
}
.vamtam-button.hover-accent1.button-border:hover {
border-color: #b69e59;
}
.vamtam-button.hover-accent1.button-border:hover span.btext:before {
color: #fff;
background: #b69e59;
}
.vamtam-button.hover-accent1.button-border:hover span.icon {
color: #fff !important;
}
.vamtam-button.hover-accent2.button-filled:hover {
background: #545f64;
}
.vamtam-button.hover-accent2.button-filled:hover,
.vamtam-button.hover-accent2.button-filled:hover span {
color: #fff;
}
.vamtam-button.hover-accent2.button-border:after,
.vamtam-button.hover-accent2.button-style-3:after {
background: #545f64;
}
.vamtam-button.hover-accent2.button-border:hover span,
.vamtam-button.hover-accent2.button-style-3:hover span {
border-color: #545f64;
}
.vamtam-button.hover-accent2.button-style-3:hover span {
color: #fff;
}
.vamtam-button.hover-accent2.button-style-3:hover span.icon {
border-color: #d8dddf;
}
.vamtam-button.hover-accent2.button-border:hover {
border-color: #545f64;
}
.vamtam-button.hover-accent2.button-border:hover span.btext:before {
color: #fff;
background: #545f64;
}
.vamtam-button.hover-accent2.button-border:hover span.icon {
color: #fff !important;
}
.vamtam-button.hover-accent3.button-filled:hover {
background: #97AAB4;
}
.vamtam-button.hover-accent3.button-filled:hover,
.vamtam-button.hover-accent3.button-filled:hover span {
color: #fff;
}
.vamtam-button.hover-accent3.button-border:after,
.vamtam-button.hover-accent3.button-style-3:after {
background: #97AAB4;
}
.vamtam-button.hover-accent3.button-border:hover span,
.vamtam-button.hover-accent3.button-style-3:hover span {
border-color: #97AAB4;
}
.vamtam-button.hover-accent3.button-style-3:hover span {
color: #fff;
}
.vamtam-button.hover-accent3.button-style-3:hover span.icon {
border-color: #ffffff;
}
.vamtam-button.hover-accent3.button-border:hover {
border-color: #97AAB4;
}
.vamtam-button.hover-accent3.button-border:hover span.btext:before {
color: #fff;
background: #97AAB4;
}
.vamtam-button.hover-accent3.button-border:hover span.icon {
color: #fff !important;
}
.vamtam-button.hover-accent4.button-filled:hover {
background: #D8D8D8;
}
.vamtam-button.hover-accent4.button-filled:hover,
.vamtam-button.hover-accent4.button-filled:hover span {
color: #000;
}
.vamtam-button.hover-accent4.button-border:after,
.vamtam-button.hover-accent4.button-style-3:after {
background: #D8D8D8;
}
.vamtam-button.hover-accent4.button-border:hover span,
.vamtam-button.hover-accent4.button-style-3:hover span {
border-color: #D8D8D8;
}
.vamtam-button.hover-accent4.button-style-3:hover span {
color: #000;
}
.vamtam-button.hover-accent4.button-style-3:hover span.icon {
border-color: #595959;
}
.vamtam-button.hover-accent4.button-border:hover {
border-color: #D8D8D8;
}
.vamtam-button.hover-accent4.button-border:hover span.btext:before {
color: #000;
background: #D8D8D8;
}
.vamtam-button.hover-accent4.button-border:hover span.icon {
color: #000 !important;
}
.vamtam-button.hover-accent5.button-filled:hover {
background: #ffffff;
}
.vamtam-button.hover-accent5.button-filled:hover,
.vamtam-button.hover-accent5.button-filled:hover span {
color: #000;
}
.vamtam-button.hover-accent5.button-border:after,
.vamtam-button.hover-accent5.button-style-3:after {
background: #ffffff;
}
.vamtam-button.hover-accent5.button-border:hover span,
.vamtam-button.hover-accent5.button-style-3:hover span {
border-color: #ffffff;
}
.vamtam-button.hover-accent5.button-style-3:hover span {
color: #000;
}
.vamtam-button.hover-accent5.button-style-3:hover span.icon {
border-color: #808080;
}
.vamtam-button.hover-accent5.button-border:hover {
border-color: #ffffff;
}
.vamtam-button.hover-accent5.button-border:hover span.btext:before {
color: #000;
background: #ffffff;
}
.vamtam-button.hover-accent5.button-border:hover span.icon {
color: #000 !important;
}
.vamtam-button.hover-accent6.button-filled:hover {
background: #000000;
}
.vamtam-button.hover-accent6.button-filled:hover,
.vamtam-button.hover-accent6.button-filled:hover span {
color: #fff;
}
.vamtam-button.hover-accent6.button-border:after,
.vamtam-button.hover-accent6.button-style-3:after {
background: #000000;
}
.vamtam-button.hover-accent6.button-border:hover span,
.vamtam-button.hover-accent6.button-style-3:hover span {
border-color: #000000;
}
.vamtam-button.hover-accent6.button-style-3:hover span {
color: #fff;
}
.vamtam-button.hover-accent6.button-style-3:hover span.icon {
border-color: #808080;
}
.vamtam-button.hover-accent6.button-border:hover {
border-color: #000000;
}
.vamtam-button.hover-accent6.button-border:hover span.btext:before {
color: #fff;
background: #000000;
}
.vamtam-button.hover-accent6.button-border:hover span.icon {
color: #fff !important;
}
.vamtam-button.hover-accent7.button-filled:hover {
background: #EDEDED;
}
.vamtam-button.hover-accent7.button-filled:hover,
.vamtam-button.hover-accent7.button-filled:hover span {
color: #000;
}
.vamtam-button.hover-accent7.button-border:after,
.vamtam-button.hover-accent7.button-style-3:after {
background: #EDEDED;
}
.vamtam-button.hover-accent7.button-border:hover span,
.vamtam-button.hover-accent7.button-style-3:hover span {
border-color: #EDEDED;
}
.vamtam-button.hover-accent7.button-style-3:hover span {
color: #000;
}
.vamtam-button.hover-accent7.button-style-3:hover span.icon {
border-color: #6e6e6e;
}
.vamtam-button.hover-accent7.button-border:hover {
border-color: #EDEDED;
}
.vamtam-button.hover-accent7.button-border:hover span.btext:before {
color: #000;
background: #EDEDED;
}
.vamtam-button.hover-accent7.button-border:hover span.icon {
color: #000 !important;
}
.vamtam-button.hover-accent8.button-filled:hover {
background: #ffffff;
}
.vamtam-button.hover-accent8.button-filled:hover,
.vamtam-button.hover-accent8.button-filled:hover span {
color: #000;
}
.vamtam-button.hover-accent8.button-border:after,
.vamtam-button.hover-accent8.button-style-3:after {
background: #ffffff;
}
.vamtam-button.hover-accent8.button-border:hover span,
.vamtam-button.hover-accent8.button-style-3:hover span {
border-color: #ffffff;
}
.vamtam-button.hover-accent8.button-style-3:hover span {
color: #000;
}
.vamtam-button.hover-accent8.button-style-3:hover span.icon {
border-color: #808080;
}
.vamtam-button.hover-accent8.button-border:hover {
border-color: #ffffff;
}
.vamtam-button.hover-accent8.button-border:hover span.btext:before {
color: #000;
background: #ffffff;
}
.vamtam-button.hover-accent8.button-border:hover span.icon {
color: #000 !important;
}
#comments-list,
#trackbacks-list {
margin-bottom: 0px;
}
#comments-list {
border-bottom: solid 1px #EDEDED;
}
.respond-box {
position: relative;
margin: 10px 0 0;
padding: 0;
border-top: 0;
background: #EDEDED;
}
.respond-box-title.sep-text {
position: relative;
width: auto;
height: 0;
padding: 20px 35px;
}
.respond-box-title.sep-text .sep-text-before,
.respond-box-title.sep-text .sep-text-after {
width: 50%;
vertical-align: bottom;
}
.respond-box-title.sep-text .content {
padding: 0;
color: #000000;
}
.comments-wrapper {
clear: both;
border: solid 1px #EDEDED;
margin-top: 20px;
}
.comments-wrapper:first-child {
border: solid 1px #EDEDED;
margin-top: 10px;
}
.comments-wrapper .sep-text {
z-index: 2;
margin-top: 20px;
margin-bottom: 0px;
padding-bottom: 20px;
padding-left: 30px;
}
.comments-wrapper .sep-text .sep-text-before,
.comments-wrapper .sep-text .sep-text-after,
.comments-wrapper .sep-text .sep-text-line {
display: none;
}
.comments-wrapper .sep-text .content {
padding: 0 10px;
}
.comments-wrapper .sep-text .content h5,
.comments-wrapper .sep-text .content h5 a {
font: normal 24px/30px Playfair Display;
}
.comments-wrapper .sep-text .content a {
color: #000000;
}
.comments-wrapper .sep-text .content a:hover {
color: #8b732f;
text-decoration: none;
}
.comments-wrapper .sep-text .sep-text-more {
padding-right: 20px;
padding-left: 0px;
}
.comments-wrapper .sep-text .sep-text-more a.icon-b {
font-size: 12px;
}
.comments-wrapper .sep-text .sep-text-more a.icon-b:before {
color: #97AAB4 !important;
}
.comments-wrapper .children > div {
margin-left: 0;
padding-left: 0;
}
.comments-wrapper label {
font-size: 12px !important;
}
.comments:not(.vamtam-comments-small) .comment,
.woocommerce #reviews #comments:not(.vamtam-comments-small) .comment {
position: relative;
min-height: 70px;
border-top: solid 1px #EDEDED;
padding: 25px 30px;
}
.comments:not(.vamtam-comments-small) .comment.has-children,
.woocommerce #reviews #comments:not(.vamtam-comments-small) .comment.has-children {
padding-bottom: 0;
}
.comments:not(.vamtam-comments-small) .comment .children,
.woocommerce #reviews #comments:not(.vamtam-comments-small) .comment .children {
margin: 0px;
border-top: solid 1px #EDEDED;
}
.comments:not(.vamtam-comments-small) .comment .children .comment,
.woocommerce #reviews #comments:not(.vamtam-comments-small) .comment .children .comment {
clear: both;
margin-left: 80px;
padding-left: 10px;
}
.comments:not(.vamtam-comments-small) .comment .children .comment:last-child,
.woocommerce #reviews #comments:not(.vamtam-comments-small) .comment .children .comment:last-child {
padding-bottom: 15px;
border-bottom: none;
}
.comments .avatar,
.woocommerce #reviews #comments .avatar {
max-width: 70px !important;
max-height: 70px;
background-color: #EDEDED;
}
.comments .comment-author,
.woocommerce #reviews #comments .comment-author {
position: absolute;
top: 0;
bottom: 0;
padding: 20px 0px;
min-height: 70px;
width: 70px;
}
.comments .bypostauthor,
.woocommerce #reviews #comments .bypostauthor {
position: relative;
z-index: 1;
transition: background .3s ease-out;
}
.comments .bypostauthor:hover,
.woocommerce #reviews #comments .bypostauthor:hover {
background: #f5f5f5;
}
.comments .bypostauthor:hover .comment-author:after,
.woocommerce #reviews #comments .bypostauthor:hover .comment-author:after {
border-right-color: #ffffff;
}
.comments .comment-author-link,
.woocommerce #reviews #comments .comment-author-link {
display: inline;
}
.comments .comment-time,
.woocommerce #reviews #comments .comment-time {
position: relative;
display: inline;
font-size: 9px;
text-transform: uppercase;
color: #97AAB4;
font-family: Helvetica, Arial, serif;
font-weight: normal;
margin: 0;
padding: 0;
letter-spacing: 1px;
}
.comments .comment-time:before,
.woocommerce #reviews #comments .comment-time:before {
margin: auto 10px;
content: " | ";
}
.comments .comment-edit-link,
.woocommerce #reviews #comments .comment-edit-link {
float: right;
}
.comments .comment-content,
.woocommerce #reviews #comments .comment-content {
position: relative;
margin-left: 100px;
min-height: 50px;
}
.comments .comment-content:hover h6.comment-reply-link,
.woocommerce #reviews #comments .comment-content:hover h6.comment-reply-link {
display: block;
}
.comments .comment-meta,
.woocommerce #reviews #comments .comment-meta {
margin-top: -3px;
margin-bottom: 6px;
}
.comments .comment-meta > .comment-author-link,
.woocommerce #reviews #comments .comment-meta > .comment-author-link {
font: 300 20px/26px Helvetica;
}
.comments h6.comment-reply-link,
.woocommerce #reviews #comments h6.comment-reply-link {
position: absolute;
top: 0px;
right: 0px;
display: none;
padding: 0 0 0 5px;
}
.comments h6.comment-reply-link a,
.woocommerce #reviews #comments h6.comment-reply-link a {
margin: 0 0 0 5px;
color: #000000;
font-size: 12px;
font-weight: normal;
}
.comments h6.comment-reply-link a:hover,
.woocommerce #reviews #comments h6.comment-reply-link a:hover {
color: #8b732f;
}
.comments h6.comment-reply-link:before,
.woocommerce #reviews #comments h6.comment-reply-link:before {
position: relative;
top: 5px;
color: #97AAB4;
content: "\e03a";
font-size: 18px;
font-family: theme;
line-height: 18px;
}
.comments #reply-title,
.woocommerce #reviews #comments #reply-title {
margin-bottom: 0px !important;
}
.comments #cancel-comment-reply-link,
.woocommerce #reviews #comments #cancel-comment-reply-link {
position: relative;
}
.comments .comment-notes,
.woocommerce #reviews #comments .comment-notes {
margin-bottom: 14px;
}
.comments .comment-note,
.woocommerce #reviews #comments .comment-note {
position: absolute;
top: -10px;
font-size: 12px;
transition: all .35s;
opacity: 0;
color: #4F9304;
}
#commentform {
position: relative;
padding-bottom: 30px;
}
#commentform:after {
display: block;
clear: both;
content: "";
}
#commentform .form-input {
float: left;
margin-bottom: 10px;
width: 100%;
background: none;
}
#commentform .comment-form-email:hover .comment-note {
opacity: 1;
top: -20px;
}
#commentform .comment-form-comment textarea {
height: 130px;
}
#commentform .form-input input,
#commentform .comment-form-comment textarea {
width: 100%;
font-size: 14px;
font-weight: 300;
margin-top: 0;
background: transparent !important;
transition: all .4s;
color: #000;
border-color: #EDEDED;
padding: 15px;
margin-bottom: 23px;
}
#commentform .form-input input:hover,
#commentform .form-input input:focus,
#commentform .comment-form-comment textarea:hover,
#commentform .comment-form-comment textarea:focus {
border: solid 1px #b69e59;
padding: 15px;
}
#commentform .form-submit {
bottom: 0;
height: auto;
float: none;
margin: 0 0 0 25px;
}
#commentform #submit {
position: relative;
padding: 0.9em 1.5em;
text-transform: uppercase;
}
#commentform #submit:before {
position: absolute;
top: 50%;
left: 0;
content: "\e025";
font-family: theme;
}
#commentform input[type="checkbox"] {
vertical-align: middle;
}
#respond {
padding: 20px 5px 5px 5px;
}
.respond-box {
background: none;
margin-bottom: 0px;
margin-top: 0px;
}
.respond-box .respond-box-title.sep-text {
margin: 0px;
height: auto;
padding: 20px 30px;
}
.respond-box .respond-box-title.sep-text .content {
font: normal 24px/30px Playfair Display;
padding: 0;
}
.respond-box .respond-box-title.sep-text .sep-text-line {
border-top-width: 0;
border-bottom: 0;
}
.comment-meta {
color: #ffffff;
font-size: 13px;
}
.comment-author {
line-height: 1em !important;
}
.comment-author span {
float: left;
margin-top: 3px;
}
#cancel-comment-reply-link,
h6.comment-reply-link,
.comment-edit-link,
.comment-notes {
font-size: 12px !important;
}
.comment-content {
line-height: 1.4em;
}
body.page-template-guestbook-php #commentform .form-input {
background: none;
}
body.page-template-guestbook-php #commentform .form-input.grid-1-2 {
width: 50%;
}
body.page-template-guestbook-php #commentform .form-input.grid-1-1 {
width: auto;
}
body.page-template-guestbook-php #commentform .comment-notes {
float: right;
}
body.page-template-guestbook-php #commentform .comment-note {
font-size: 12px;
opacity: 0.0;
margin-top: -20px;
display: block;
height: 20px;
transition: opacity 1s ease;
}
body.page-template-guestbook-php #commentform textarea {
height: auto;
}
body.page-template-guestbook-php #commentform .form-submit {
float: left;
margin-right: 0;
margin-left: 0;
width: 100%;
text-align: center;
}
body.page-template-guestbook-php #commentform #submit {
border: 1px solid #b69e59;
background: none;
font-weight: 600;
border-radius: 0;
color: #000;
}
body.page-template-guestbook-php #commentform #submit:hover:hover {
border-color: #000000;
background: #000000;
color: #fff;
}
body.page-template-guestbook-php #comments-list {
border: none;
}
body.page-template-guestbook-php .respond-box {
margin-top: 0;
margin-bottom: 60px;
border: 0;
background: #ffffff;
box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1) !important;
}
body.page-template-guestbook-php .respond-box,
body.page-template-guestbook-php .respond-box p {
color: #000000;
}
body.page-template-guestbook-php .respond-box a {
color: #b69e59;
}
body.page-template-guestbook-php .comments-title {
text-align: center;
text-transform: uppercase;
margin-bottom: 0px;
margin-top: 80px;
}
body.page-template-guestbook-php .comments-title a {
font-size: 8px;
letter-spacing: 2px;
color: #97AAB4;
}
body.page-template-guestbook-php .comment-time {
text-transform: uppercase;
display: block;
}
body.page-template-guestbook-php .comment-time:before {
display: none;
}
body.page-template-guestbook-php .comments .content {
font-size: 23px;
color: #97AAB4;
padding: 0px 10px;
}
body.page-template-guestbook-php .comments .comment {
clear: none;
padding: 0 15px;
border-bottom: 0;
}
body.page-template-guestbook-php .comments .comment > .sep-text {
margin: 0;
}
body.page-template-guestbook-php .comments .comment > .sep-text .sep-text-before,
body.page-template-guestbook-php .comments .comment > .sep-text .sep-text-after {
vertical-align: top;
padding-bottom: 5px;
}
body.page-template-guestbook-php .comments .comment .comment-inner {
padding: 20px;
border: 1px solid #EDEDED;
border-top: 0;
margin-top: -9px;
text-align: center;
}
body.page-template-guestbook-php .comments .comment .comment-inner .comment-header {
font-size: 24px;
margin: 1em 0 0.8em 0;
}
body.page-template-guestbook-php .comments .bypostauthor:hover {
background: transparent;
}
body.page-template-guestbook-php #comments:first-child {
margin-top: -60px;
}
body.page-template-guestbook-php .vamtam-comments-small .comment-author-link:after {
content: " ";
display: block;
width: 60px;
height: 1px;
background: #b69e59;
margin: auto;
margin-top: 20px;
margin-bottom: 15px;
transition: all .6s;
}
body.page-template-guestbook-php .vamtam-comments-small .comment-inner:hover .comment-author-link:after {
width: 80px;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
display: inline-block;
margin-bottom: 0 !important;
}
#bbpress-forums p.bbp-topic-meta img.avatar.avatar-14,
#bbpress-forums ul.bbp-reply-revision-log img.avatar.avatar-14,
#bbpress-forums ul.bbp-topic-revision-log img.avatar.avatar-14,
#bbpress-forums div.bbp-template-notice img.avatar.avatar-14,
#bbpress-forums .widget_display_topics img.avatar.avatar-14,
#bbpress-forums .widget_display_replies img.avatar.avatar-14,
#bbpress-forums p.bbp-topic-meta img.avatar.avatar-14 {
display: none !important;
}
#bbpress-forums .bbp-topic-started-by img {
display: none !important;
}
#bbpress-forums #bbp_search {
width: 200px;
margin-right: 10px;
}
#bbpress-forums #bbp-search-form {
margin-bottom: 10px;
}
#bbpress-forums .bbp-forum-title {
font: normal 24px/30px Playfair Display;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
font: 300 15px/22px Lato;
}
#bbpress-forums .bbp-breadcrumb p {
margin: 0;
}
#bbpress-forums #subscription-toggle {
float: right;
}
body table.booked-calendar th,
body table.booked-calendar td {
font-family: 'Lato';
}
body table.booked-calendar td.today:hover .date .number {
border-color: #000000;
background-color: #EDEDED;
color: #000000;
}
body table.booked-calendar td.today .date {
background: #ffffff;
}
body table.booked-calendar td.today .date .number {
background: none;
color: #000000;
border: solid 1px #000000;
}
body table.booked-calendar .booked-appt-list {
padding: 30px 0px 0px;
font-size: 14px;
}
body table.booked-calendar .booked-appt-list h2 {
margin: 0 15px 20px;
font-family: 'Playfair Display';
text-align: center;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
font-size: 12px;
font-weight: 600;
line-height: 30px;
padding: 12px 10px 12px 15px;
width: 30%;
color: #555;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
width: 35%;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
width: 35%;
padding-top: 9px;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
border-color: transparent;
padding: 10px 14px !important;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled] span {
color: inherit;
}
body table.booked-calendar .booked-appt-list .timeslot:last-child {
border-bottom: solid 5px #EDEDED;
margin: 0px;
}
body .booked-calendarSwitcher.calendar {
margin: 15px auto auto auto;
text-align: center;
width: 100%;
padding: 0px 20px;
color: #000000;
border-radius: 0px;
background: none !important;
}
body .booked-calendarSwitcher.calendar select {
padding: 5px;
font-size: 14px;
min-width: 200px;
max-width: 180px;
border-radius: 0px;
color: #000000;
vertical-align: top;
background-color: #ffffff !important;
border: solid 1px #ccc !important;
}
body .booked-calendarSwitcher.calendar p i.fa {
color: #b69e59;
margin: 1px 8px 0 0;
font-size: 18px;
}
body .booked-spinner {
width: auto !important;
height: auto !important;
top: 10px !important;
right: 10px !important;
bottom: 10px !important;
left: 10px !important;
min-height: 100px;
}
body .booked-spinner:after {
content: url(https://altamoda.com.tw/wp-content/themes/hair-beauty/wpv_theme/assets/images/loader-ring.gif);
position: absolute;
top: calc(50% - 35px);
left: calc(50% - 35px);
background: #ffffff;
border-radius: 100%;
width: 70px;
height: 70px;
}
body .booked-spinner > div {
display: none;
}
body .booked-modal .bm-overlay {
background: #ffffff;
}
body .booked-modal .bm-window {
border-radius: 0px;
background: #ffffff;
box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
body .booked-modal .bm-window p {
margin: 0 0 25px;
font-size: 14px;
line-height: 18px;
}
body .booked-modal .bm-window p small {
margin: 0 0 30px;
color: #000000;
text-transform: none;
font: normal 30px/22px 'Playfair Display' !important;
}
body .booked-modal input[type=submit],
body .booked-modal button {
border: 1px solid #D8D8D8;
background: none;
font-weight: 600;
border-radius: 0;
color: #000;
}
body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email] {
border-radius: 0px;
border-color: #D8D8D8;
transition: all .3s;
}
body .booked-form .field input:hover {
border-color: #b69e59;
}
body .booked-form .field label.field-label {
font: 100 16px/20px 'Lato';
}
body .booked-form .field select {
padding: 5px;
}
body .booked-form .field .required-asterisk {
margin: -2px 0 0 6px;
font-size: 8px;
vertical-align: middle;
}
body .booked-form .field .checkbox-radio-block {
padding: 0 0 10px 5px;
}
body #booked-profile-page input[type=submit],
body #booked-profile-page button,
body table.booked-calendar input[type=submit],
body table.booked-calendar button,
body .booked-modal input[type=submit],
body .booked-modal button {
border: 1px solid #D8D8D8;
background: none;
font-weight: 600;
border-radius: 0;
color: #000;
line-height: 1em;
}
body #booked-profile-page input[type=submit]:hover:hover,
body #booked-profile-page button:hover:hover,
body table.booked-calendar input[type=submit]:hover:hover,
body table.booked-calendar button:hover:hover,
body .booked-modal input[type=submit]:hover:hover,
body .booked-modal button:hover:hover {
border-color: #000000;
background: #000000;
color: #fff;
}
body #booked-profile-page input[type=submit].button-primary,
body table.booked-calendar input[type=submit].button-primary,
body .booked-modal input[type=submit].button-primary,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
border: 1px solid #b69e59;
background: none;
font-weight: 600;
border-radius: 0;
color: #000;
}
body #booked-profile-page input[type=submit].button-primary:hover,
body table.booked-calendar input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:hover,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover {
background: #000000 !important;
border-color: #000000 !important;
}
body #booked-profile-page input[type=submit].button-primary:hover:hover,
body table.booked-calendar input[type=submit].button-primary:hover:hover,
body .booked-modal input[type=submit].button-primary:hover:hover,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover:hover {
border-color: #000000;
background: #000000;
color: #fff;
}
[class*="booked-"] .fa-arrow-right:before,
[class*="booked-"] .fa-arrow-left:before,
[class*="booked-"] .fa-remove:before,
[class*="booked-"] .fa-close:before,
[class*="booked-"] .fa-times:before,
[class*="booked-"] .fa-refresh:before {
font-family: 'theme';
}
[class*="booked-"] .fa-remove:before,
[class*="booked-"] .fa-close:before,
[class*="booked-"] .fa-times:before {
content: "\e900";
}
[class*="booked-"] .fa-arrow-right:before {
content: "\e606";
}
[class*="booked-"] .fa-arrow-left:before {
content: "\e607";
}
[class*="booked-"] .fa-refresh:before {
content: "\e0cd";
}
.sd-social {
border-top: solid 1px #EDEDED;
margin-top: 0;
padding: 20px;
}
.limit-wrapper .sd-social {
margin-top: 30px;
padding: 20px 0 0 0;
}
div.sharedaddy h3.sd-title {
font: inherit;
font-weight: 400;
margin: 0 !important;
}
div.sharedaddy h3.sd-title:before {
display: none !important;
}
.sd-social-official .sd-content ul {
margin: 10px 0 0 0 !important;
}
.fixed-header-box {
position: relative;
z-index: 10;
margin: 0 auto;
}
.fixed-header-box.sticky-header-state-stuck {
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04);
}
.fixed-header-box.hbox-filler {
background-repeat: repeat;
background-position: center top;
background-attachment: scroll;
background-size: auto;
background-color: #ffffff;
}
html.touchevents body.fixed-layout .fixed-header-box {
top: .5px;
z-index: 50000000000000;
}
html.touchevents body.fixed-layout.mfp-zoom-out-cur .fixed-header-box {
z-index: 50;
}
.fixed-header-box .logo-wrapper {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.fixed-header-box .logo-wrapper .logo {
text-decoration: none !important;
line-height: 1;
display: block;
position: relative;
}
.fixed-header-box .logo-wrapper .logo img {
clear: both;
padding: 0;
border: 0 !important;
vertical-align: bottom;
}
body.sticky-header .fixed-header-box .logo-wrapper .logo img {
width: auto;
}
.fixed-header-box .logo-wrapper .logo.text-logo {
font: normal 24px/24px Playfair Display;
line-height: 30px;
white-space: nowrap;
}
.fixed-header-box .logo-wrapper .logo.text-logo,
.fixed-header-box .logo-wrapper .logo.text-logo:hover {
color: #000000;
}
.fixed-header-box .logo-wrapper .logo-tagline {
font: 300 15px/22px Lato;
font-size: 16px;
line-height: 26px;
display: block;
padding-top: 5px;
color: #000000;
}
.header-content-wrapper {
background-repeat: repeat;
background-position: center top;
background-attachment: scroll;
background-size: auto;
background-color: #ffffff;
margin-top: 0;
transition: background .3s ease-out;
}
body.sticky-header-type-over.sticky-header .sticky-header-state-reset .header-content-wrapper {
background: transparent;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
body.sticky-header-type-half-over.sticky-header .sticky-header-state-reset .header-content-wrapper.second-row {
background: transparent;
}
header.main-header {
padding: 0;
box-sizing: border-box;
}
.sticky-header-state-stuck header.main-header {
border-bottom-color: transparent;
}
body.sticky-header-type-over.sticky-header .sticky-header-state-stuck header.main-header,
body.sticky-header-type-half-over.sticky-header .sticky-header-state-stuck header.main-header,
body:not(.sticky-header-type-half-over):not(.sticky-header) header.main-header,
body.sticky-header-type-half-over header.main-header .first-row {
background-repeat: repeat;
background-position: center top;
background-attachment: scroll;
background-size: auto;
background-color: #ffffff;
}
body.sticky-header-type-over.sticky-header .sticky-header-state-stuck header.main-header:not( .layout-logo-menu ) .second-row,
body.sticky-header-type-half-over.sticky-header .sticky-header-state-stuck header.main-header:not( .layout-logo-menu ) .second-row,
body:not(.sticky-header-type-half-over):not(.sticky-header) header.main-header:not( .layout-logo-menu ) .second-row,
body.sticky-header-type-normal header.main-header:not( .layout-logo-menu ) .second-row {
background-repeat: no-repeat;
background-position: center top;
background-attachment: scroll;
background-size: auto;
background-color: #ffffff;
}
body.sticky-header-type-over.sticky-header .sticky-header-state-reset header.main-header .first-row .normal-logo {
opacity: 0;
}
body.sticky-header-type-over.sticky-header .sticky-header-state-reset header.main-header .first-row .alternative-logo {
opacity: 1;
}
body.sticky-header header.main-header:not(.layout-logo-menu) {
transition: background .3s ease-out, border .3s ease-out;
}
body.sticky-header-type-over.sticky-header header.main-header.layout-logo-menu {
transition: none;
}
header.main-header .first-row {
display: table;
width: 100%;
height: 81px;
box-sizing: border-box;
}
header.main-header .first-row .alternative-logo {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
opacity: 0;
}
header.main-header .second-row {
clear: both;
min-height: 49px;
width: 100%;
}
header.main-header .second-row .second-row-columns {
box-sizing: border-box;
position: relative;
display: table;
width: 100%;
}
header.main-header .header-left {
display: table-cell;
padding: 0;
min-width: 160px;
vertical-align: middle;
white-space: nowrap;
}
header.main-header .header-center {
display: table-cell;
width: 100%;
vertical-align: middle;
text-align: center;
filter: none;
padding: 0px;
vertical-align: bottom;
}
header.main-header .header-center:after {
display: block;
clear: both;
content: "";
}
header.main-header .header-center #megaMenu #megaMenuToggle {
position: relative;
padding-right: 30px;
}
header.main-header .header-center #megaMenu #megaMenuToggle .megaMenuToggle-icon {
position: absolute;
top: 50%;
right: 10px;
margin-top: 4px;
}
header.main-header .header-right {
position: relative;
display: table-cell;
padding: 0;
vertical-align: middle;
text-align: right;
}
body.sticky-header-type-over.sticky-header .sticky-header-state-reset header.main-header .vamtam-cart-dropdown-link .icon,
body.sticky-header-type-half-over.sticky-header .sticky-header-state-reset header.main-header .vamtam-cart-dropdown-link .icon {
color: #ffffff !important;
}
body.sticky-header-type-over.sticky-header .sticky-header-state-reset header.main-header .vamtam-cart-dropdown-link .products.cart-emtpy,
body.sticky-header-type-half-over.sticky-header .sticky-header-state-reset header.main-header .vamtam-cart-dropdown-link .products.cart-emtpy {
background: #ffffff !important;
color: #808080 !important;
}
body.sticky-header-type-over.sticky-header .sticky-header-state-reset header.main-header .logo-tagline {
color: #ffffff;
}
header.main-header #header-text {
padding: 10px 0;
white-space: nowrap;
transition: color .3s;
font-size: 11px;
}
header.main-header #header-text h4 {
margin: 0;
line-height: 10px;
}
header.main-header #header-text h4 a {
font-size: 16px;
font-weight: 600;
color: #b69e59;
}
header.main-header #header-text h4 a:hover {
color: #97AAB4;
}
body.sticky-header-type-over.sticky-header .sticky-header-state-reset header.main-header #header-text,
body.sticky-header-type-over.sticky-header .sticky-header-state-reset header.main-header #header-text p,
body.sticky-header-type-over.sticky-header .sticky-header-state-reset header.main-header #header-text .icon {
color: #ffffff !important;
}
header.main-header button.header-search {
border: 0;
background: none;
color: #D8D8D8;
font-size: 20px;
vertical-align: middle;
}
body.sticky-header-type-over.sticky-header .sticky-header-state-reset header.main-header button.header-search,
body.sticky-header-type-half-over.sticky-header .sticky-header-state-reset header.main-header button.header-search {
color: #ffffff;
}
header.main-header button.header-search:hover {
color: #b69e59;
}
body.sticky-header-type-half-over.sticky-header .sticky-header-state-reset header.main-header {
background: rgba(84,95,100,0.2);
}
header.main-header.layout-standard .logo {
height: auto;
display: inline-block;
}
header.main-header.layout-standard .logo-wrapper {
height: 81px;
}
header.main-header.layout-standard .first-row {
border-bottom: solid 1px #EDEDED;
box-sizing: border-box;
}
header.main-header.layout-standard .second-row-columns {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
}
header.main-header.layout-standard .header-left,
header.main-header.layout-standard .header-right {
display: block;
min-width: 100px;
-webkit-flex: 1 1 100px;
-ms-flex: 1 1 100px;
flex: 1 1 100px;
}
header.main-header.layout-standard .header-left,
header.main-header.layout-standard .header-left #header-text {
white-space: normal;
}
header.main-header.layout-standard .header-center {
display: block;
-webkit-flex: 100 1 auto;
-ms-flex: 100 1 auto;
flex: 100 1 auto;
}
header.main-header.layout-standard .search-wrapper,
header.main-header.layout-standard .cart-dropdown {
display: inline-block;
}
header.main-header.layout-standard body.sticky-header-type-half-over.sticky-header .sticky-header-state-reset #header-text,
header.main-header.layout-standard body.sticky-header-type-half-over.sticky-header .sticky-header-state-reset #header-text .icon {
color: inherit !important;
}
header.main-header.layout-logo-menu {
border-bottom: 1px solid rgba(0,0,0,0.1);
}
header.main-header.layout-logo-menu .header-contents {
display: table;
}
header.main-header.layout-logo-menu .first-row {
display: table-cell;
width: auto;
height: auto;
background: transparent;
vertical-align: middle;
transition: border-radius .3s;
box-sizing: border-box;
}
body.sticky-header-type-half-over.sticky-header .sticky-header-state-reset header.main-header.layout-logo-menu .first-row,
body.sticky-header-type-over.sticky-header .sticky-header-state-reset header.main-header.layout-logo-menu .first-row {
border-radius: 5px 0 0 5px;
}
header.main-header.layout-logo-menu .first-row .logo-wrapper {
min-height: 130px;
position: relative;
text-align: left;
}
header.main-header.layout-logo-menu .first-row .logo-wrapper.scrolled {
min-height: 0;
}
header.main-header.layout-logo-menu .first-row .logo-wrapper.scrolled img {
padding: 7px 0 !important;
height: 46px;
}
header.main-header.layout-logo-menu .second-row {
display: table-cell;
width: 100%;
background: transparent;
vertical-align: middle;
text-align: right;
}
header.main-header.layout-logo-menu .second-row #menus {
margin-right: 0;
}
header.main-header.layout-logo-menu .second-row.has-search {
padding-right: 5px;
}
header.main-header.layout-logo-menu .search-wrapper,
header.main-header.layout-logo-menu #header-text {
display: table-cell;
vertical-align: middle;
padding-left: 5px;
}
body.sticky-header-type-over.sticky-header header.main-header.layout-logo-menu .search-wrapper:last-child,
body.sticky-header-type-over.sticky-header header.main-header.layout-logo-menu #header-text:last-child {
padding-right: 2px;
}
header.main-header.layout-logo-menu #header-text {
padding-left: 15px;
}
header.main-header.layout-logo-text-menu .first-row {
display: flex;
align-items: center;
height: auto;
min-height: 81px;
}
header.main-header.layout-logo-text-menu .first-row .first-row-left .logo-wrapper {
text-align: left;
}
header.main-header.layout-logo-text-menu .first-row .first-row-left .logo-wrapper .logo-tagline {
width: 450px;
}
header.main-header.layout-logo-text-menu .first-row .first-row-right {
width: 100%;
text-align: right;
}
header.main-header.layout-logo-text-menu .first-row #header-text {
padding: 0;
width: 100%;
}
header.main-header.layout-logo-text-menu .first-row #header-text > div {
padding: 10px 0 10px 40px;
text-align: right;
}
header.main-header.layout-logo-text-menu .first-row #header-text p {
display: inline-block;
padding-left: 10px;
text-align: left;
font-size: 1em;
}
header.main-header.layout-logo-text-menu .first-row #header-text p strong {
font-weight: 500;
font-size: 1.2em;
}
header.main-header.layout-logo-text-menu .second-row #main-menu .menu {
text-align: left;
}
header.main-header.layout-logo-text-menu .second-row .header-center {
padding-right: 0;
padding-left: 0;
}
header.main-header.layout-logo-text-menu .second-row .search-wrapper {
display: table-cell;
vertical-align: middle;
padding-left: 10px;
}
#top-nav-sidebar .widget {
display: inline-block;
margin: 0 50px 0 0;
vertical-align: middle;
}
#top-nav-sidebar .widget:last-child {
margin-right: 0;
}
#top-nav-sidebar .widget-title {
display: none;
}
#top-nav-sidebar .wpv_icon_link .content {
display: none !important;
}
.header-middle {
position: relative;
z-index: 10;
margin-bottom: 0;
}
.header-middle.type-featured .portfolios {
padding: 0px;
}
.header-middle > h4 {
padding: 20px 0 0;
}
body.boxed .header-middle > .limit-wrapper > .row,
body.boxed .header-middle > .row {
margin: 0;
}
#header-sidebars {
position: relative;
z-index: 5;
padding: 5px 20px 0 20px;
}
#header-sidebars > .row > aside.cell-1-1 {
position: relative;
padding: 0;
float: left;
box-sizing: border-box;
display: block;
padding: 0 25px;
width: 100%;
}
#header-sidebars > .row > aside.cell-1-2 {
position: relative;
padding: 0;
float: left;
box-sizing: border-box;
display: block;
padding: 0 25px;
width: 50%;
}
#header-sidebars > .row > aside.cell-1-3 {
position: relative;
padding: 0;
float: left;
box-sizing: border-box;
display: block;
padding: 0 25px;
width: 33.33333333%;
}
#header-sidebars > .row > aside.cell-1-4 {
position: relative;
padding: 0;
float: left;
box-sizing: border-box;
display: block;
padding: 0 25px;
width: 25%;
}
#header-sidebars > .row > aside.cell-1-5 {
position: relative;
padding: 0;
float: left;
box-sizing: border-box;
display: block;
padding: 0 25px;
width: 20%;
}
#header-sidebars > .row > aside.cell-1-6 {
position: relative;
padding: 0;
float: left;
box-sizing: border-box;
display: block;
padding: 0 25px;
width: 16.66666666%;
}
#header-sidebars > .row > aside.cell-2-3 {
position: relative;
padding: 0;
float: left;
box-sizing: border-box;
display: block;
padding: 0 25px;
width: 66.66666666%;
}
#header-sidebars > .row > aside.cell-2-5 {
position: relative;
padding: 0;
float: left;
box-sizing: border-box;
display: block;
padding: 0 25px;
width: 40%;
}
#header-sidebars > .row > aside.cell-3-4 {
position: relative;
padding: 0;
float: left;
box-sizing: border-box;
display: block;
padding: 0 25px;
width: 75%;
}
#header-sidebars > .row > aside.cell-3-5 {
position: relative;
padding: 0;
float: left;
box-sizing: border-box;
display: block;
padding: 0 25px;
width: 60%;
}
#header-sidebars > .row > aside.cell-4-5 {
position: relative;
padding: 0;
float: left;
box-sizing: border-box;
display: block;
padding: 0 25px;
width: 80%;
}
#header-sidebars > .row > aside.cell-5-6 {
position: relative;
padding: 0;
float: left;
box-sizing: border-box;
display: block;
padding: 0 25px;
width: 83.33333333%;
}
#wpv-overlay-search {
margin: auto;
font-size: 50px;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #ffffff;
z-index: 1000;
display: none;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
#wpv-overlay-search input[type="search"] {
width: 100%;
height: 140px;
max-width: calc(100% - 100px);
color: #000000;
border: none;
text-align: center;
font-size: 2em;
font-weight: 100;
border: 1px solid transparent;
border-bottom-color: #EDEDED;
background: #ffffff;
transition: all .5s;
-webkit-appearance: none;
}
#wpv-overlay-search input[type="search"]::-webkit-input-placeholder {
color: #D8D8D8;
opacity: 0.6;
}
#wpv-overlay-search input[type="search"]:-ms-input-placeholder {
color: #D8D8D8;
opacity: 0.6;
}
#wpv-overlay-search input[type="search"]::placeholder {
color: #D8D8D8;
opacity: 0.6;
}
#wpv-overlay-search input[type="search"]:focus,
#wpv-overlay-search input[type="search"]:hover {
border: none !important;
border-bottom: 1px solid #b69e59 !important;
}
#wpv-overlay-search .searchform {
position: absolute;
top: 35%;
left: 15%;
right: 15%;
}
#wpv-overlay-search-close {
background: none;
opacity: 1;
font-size: 0.7em;
height: 70px;
width: 50px;
line-height: inherit;
position: absolute;
right: 50px;
top: 40px;
border: 0;
color: #b69e59;
}
#wpv-overlay-search-close .icon {
width: 50px;
height: 50px;
transition: all .5s;
}
#wpv-overlay-search-close:hover {
color: #000000;
}
.header-padding {
padding: 0 60px;
box-sizing: border-box;
}
.meta-header {
background-repeat: no-repeat;
background-position: center top;
background-attachment: scroll;
background-size: auto;
background-color: #ffffff;
padding-bottom: 0.035px;
}
.meta-header > .limit-wrapper {
box-sizing: border-box;
}
body.bosed .meta-header > .limit-wrapper {
padding: 0;
}
.has-breadcrumbs .meta-header > .limit-wrapper,
.has-share-menu .meta-header > .limit-wrapper {
min-height: 30px;
}
#sub-header:not(.has-background) > .meta-header {
border-bottom: solid 1px #EDEDED;
}
.page-header {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
width: 100%;
position: relative;
padding: 60px 0 70px 0;
}
body.sticky-header-type-over #main-content:first-child .page-header {
padding-top: 190px;
}
body.sticky-header-type-over.header-layout-standard #main-content:first-child .page-header,
body.sticky-header-type-over.header-layout-logo-text-menu #main-content:first-child .page-header {
padding-top: 250px;
}
body.sticky-header-type-half-over #main-content:first-child .page-header {
padding-top: 120px;
}
.page-header:not(.layout-one-row-left):not(.layout-one-row-right):after,
.page-header.layout-one-row-left h1:after,
.page-header.layout-one-row-right h1:after {
content: "";
display: block;
width: 100px;
height: 1px;
background: #b69e59;
margin-top: 20px;
transition: width .7s;
}
.page-header:not(.layout-one-row-left):not(.layout-one-row-right):hover:after,
.page-header.layout-one-row-left h1:hover:after,
.page-header.layout-one-row-right h1:hover:after {
width: 140px;
}
.page-header h1 {
margin: 0;
}
.page-header .desc {
font: normal 12px Helvetica, Arial, serif;
margin-top: 25px;
letter-spacing: 2px;
}
.page-header.layout-centered,
.page-header.layout-left-align,
.page-header.layout-right-align {
flex-direction: column;
}
.page-header.layout-one-row-left,
.page-header.layout-one-row-right {
justify-content: space-between;
}
.page-header.layout-one-row-left h1,
.page-header.layout-one-row-right h1 {
-webkit-flex: 0 1 70%;
-ms-flex: 0 1 70%;
flex: 0 1 70%;
}
.page-header.layout-one-row-left .desc,
.page-header.layout-one-row-right .desc {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
margin: 0;
}
.page-header.layout-one-row-left .desc {
text-align: right;
}
.page-header.layout-one-row-right {
flex-direction: row-reverse;
}
.page-header.layout-one-row-right h1 {
text-align: right;
}
.page-header.layout-one-row-right h1:after {
margin-left: auto;
}
.page-header.layout-left-align {
align-items: flex-start;
}
.page-header.layout-left-align:after {
margin-left: 0;
}
.page-header.layout-right-align {
align-items: flex-end;
}
.page-header.layout-right-align:after {
margin-right: 0;
}
#header-breadcrumbs {
text-align: left;
margin-top: 0;
padding: 10px 0 0 60px;
color: #ffffff;
}
#header-breadcrumbs a {
color: #000000;
}
#header-breadcrumbs:after {
content: "";
width: 70px;
border-bottom: 1px solid #EDEDED;
position: absolute;
top: 34px;
left: 60px;
height: 1px;
}
header.main-header .sub-menu {
display: none;
}
::selection {
color: #ffffff;
background: #b69e59;
}
.vamtam-add-shadow {
box-shadow: 0 1px 3px 1px #EDEDED;
padding-bottom: 0px !important;
}
html {
background-repeat: no-repeat;
background-position: left top;
background-attachment: scroll;
background-size: cover;
background-color: #d8d8d8;
}
.wpv-main {
background-repeat: repeat;
background-position: left top;
background-attachment: scroll;
background-size: auto;
background-color: #ffffff;
}
body:not(.page-vertical-padding-none):not(.page-vertical-padding-bottom-only) #sub-header.has-background + .wpv-main {
padding-top: 40px;
}
.limit-wrapper {
z-index: 555;
display: block;
float: none;
margin: auto;
max-width: 1140px;
width: auto;
}
.limit-wrapper > div {
position: relative;
}
body.boxed .limit-wrapper {
max-width: 1260px;
}
#page {
position: relative;
margin-right: auto;
margin-left: auto;
min-width: 1140px;
max-width: 1260px;
width: auto;
}
body.responsive-layout #page {
min-width: 300px;
}
body.full #page {
overflow: hidden;
max-width: 100%;
}
#page .boxed-layout {
position: relative;
z-index: 0;
margin: auto;
max-width: 1140px;
width: 100%;
}
body.boxed #page .boxed-layout {
max-width: 1260px;
}
#main-content {
position: relative;
z-index: 11;
}
body.full #page .boxed-layout {
max-width: 100%;
}
.single-product.layout-right-only .right {
padding-top: 0;
}
.share-btns {
margin: 0;
text-align: center;
}
.page-wrapper {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.no-header-sidebars.no-page-header .page-wrapper {
padding-top: 60px;
}
body.page-vertical-padding-bottom-only.no-header-sidebars.no-page-header .page-wrapper,
body.page-vertical-padding-none.no-header-sidebars.no-page-header .page-wrapper {
padding-top: 0.035px;
}
.page-wrapper > aside.left {
margin-right: 5%;
max-width: 25%;
-webkit-flex: 0 1 25%;
-ms-flex: 0 1 25%;
flex: 0 1 25%;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}
body.boxed .page-wrapper > aside.left {
padding-left: 60px;
}
.page-wrapper > aside.right {
margin-left: 5%;
max-width: 25%;
-webkit-flex: 0 1 25%;
-ms-flex: 0 1 25%;
flex: 0 1 25%;
-ms-flex-order: 10;
-webkit-order: 10;
order: 10;
}
body.boxed .page-wrapper > aside.right {
padding-right: 60px;
}
.page-wrapper > aside.left,
.page-wrapper > aside.right {
box-sizing: border-box;
min-height: 1px;
}
.page-wrapper > aside.left section.widget a,
.page-wrapper > aside.right section.widget a {
color: #000000;
transition: all .2s ease;
}
.page-wrapper > aside.left section.widget a:hover,
.page-wrapper > aside.right section.widget a:hover {
color: #000000;
border-color: #EDEDED;
}
.page-wrapper > article {
position: relative;
box-sizing: border-box;
margin-top: -1px;
padding: 1px 0 45px 0;
-webkit-flex: 1000 1 50%;
-ms-flex: 1000 1 50%;
flex: 1000 1 50%;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}
body.page-vertical-padding-top-only .page-wrapper > article,
body.page-vertical-padding-none .page-wrapper > article {
padding-bottom: 0.035px;
}
.page-wrapper > article.left-right {
background: #ffffff;
}
body.page-template-page-blank-php .page-wrapper > article {
padding-bottom: 0;
}
body.vamtam-limit-wrapper.boxed .vamtam-related-content,
body.vamtam-limit-wrapper.boxed .meta-header,
body.vamtam-limit-wrapper.boxed .page-wrapper > article {
padding-left: 60px;
padding-right: 60px;
}
body.no-page-header.no-breadcrumbs #sub-header.layout-left-only .meta-header .meta-header-inside,
body.no-page-header.no-breadcrumbs #sub-header.layout-left-right .meta-header .meta-header-inside {
padding: 0;
}
body.no-page-header.no-breadcrumbs #header-sidebars {
padding-top: 55px;
}
.boxed-layout img {
box-sizing: border-box;
display: block;
max-width: 100%;
height: auto;
}
.boxed-layout iframe,
.boxed-layout object,
.boxed-layout embed {
display: block;
max-width: 100%;
}
.wpv-video-frame iframe {
display: block;
margin: auto;
max-width: 100%;
}
code,
kbd,
pre,
samp {
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
font-size: 14px;
font-family: monospace, serif;
-ms-hyphens: none;
}
pre,
.wire-pad {
position: relative;
z-index: 1;
margin-bottom: 8px;
padding: 20px;
}
pre {
border: 1px solid #EDEDED;
background: #ffffff;
font-size: 15px;
line-height: 1.5em;
}
.toggle pre {
padding: 0 !important;
border: none;
}
code {
padding: 0;
}
.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
background: #b69e59 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #21759b;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
background: #d54e21;
}
.page-content .share-btns {
padding-top: 0;
padding-left: 0;
}
.page-content .share-btns .sep-3 {
margin-top: 20px;
}
.error-message {
clear: both;
transition: opacity .2s linear .7s !important;
position: absolute;
top: 0;
left: 100% !important;
z-index: 100000;
display: block;
overflow: visible;
margin-top: -13px;
margin-left: 2px;
padding: 0.5em;
height: 16px;
background: none repeat scroll 0 0 #D94729 !important;
box-shadow: 0 0 0 1px #D94729 inset;
color: #ffffff;
white-space: nowrap;
line-height: 16px;
}
.error-message:before,
.error-message:after {
content: " ";
display: table;
}
.error-message:after {
clear: both;
}
.error-message:before,
.error-message:after {
content: " ";
display: table;
}
.error-message:after {
clear: both;
}
.error-message:before {
position: absolute;
top: 50%;
left: 0;
margin-top: -6px;
margin-left: -8px;
width: 0;
height: 0;
border-width: 6px 6px 6px 0;
border-style: inset solid inset none;
border-color: transparent #D94729 transparent transparent;
content: "";
}
.author-info-box {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #EDEDED;
}
.author-info-box .author-avatar {
float: left;
}
.author-info-box .author-description {
overflow: hidden;
padding-left: 20px;
}
.author-info-box .author-description > h4 {
margin-top: 0;
}
.author-info-box + .no-posts-by-author {
padding-top: 40px;
text-align: center;
}
.vamtam-column-border {
border-radius: 10px;
border: 15px solid #D8D8D8;
}
.vamtam-white-links a {
font-size: 14px;
line-height: 28px;
font-weight: 600;
font-family: 'Lato';
color: #545f64;
text-decoration: none;
}
.vamtam-white-links a:hover {
color: #ffffff;
text-decoration: none;
transition: all .2s ease;
}
.wpv-scroll-to-top.wpv-circle {
border-radius: 5000px;
border: 1px solid #EDEDED;
width: 45px;
height: 45px;
line-height: 45px;
display: inline-block;
text-align: center;
}
.ScrollSceneIndicators {
z-index: 0 !important;
}
.vamtam-only-title {
display: none;
}
.tparrows {
background: rgba(0,0,0,0) !important;
border-radius: 0;
border: 1px solid rgba(255,255,255,0.3);
transition: background .3s ease, border .3s ease;
}
.tparrows:hover {
background: rgba(0,0,0,0.6) !important;
border-color: rgba(0,0,0,0.2) !important;
}
#vamtam-scroll-snap-nav {
display: block;
position: fixed;
top: 50%;
right: 20px;
width: 15px;
}
#vamtam-scroll-snap-nav a {
display: block;
border-radius: 50%;
margin: 5px 0;
background: rgba(0,0,0,0.2);
width: 14px;
height: 14px;
margin: 12px 0;
border: 1px solid rgba(0,0,0,0);
transition: all 0.3s;
}
#vamtam-scroll-snap-nav a:hover,
#vamtam-scroll-snap-nav a.current-menu-item {
background: #ffffff;
border: 1px solid rgba(0,0,0,0.2);
}
.vamtam-rs-button {
transition: all .4s;
border: double 3px #EDEDED;
padding: 10px;
}
.vamtam-rs-button:hover {
border-color: #b69e59;
}
body.wp-customizer-unloading:after {
content: url(https://altamoda.com.tw/wp-content/themes/hair-beauty/wpv_theme/assets/images/loader-ring.gif);
position: absolute;
top: calc(50% - 35px);
left: calc(50% - 35px);
}
.gmpInfoWindowtitle {
margin: 10px 0 10px 6px !important;
}
body.wpb-js-composer .page-wrapper > article {
max-width: 100%;
}
body.wpb-js-composer .wpb_start_animation.animated {
animation-iteration-count: 1 !important;
}
ul,
ol {
margin: 0.4em 0px 0.4em 1.3em;
}
ul li,
ol li {
padding-bottom: 4px;
padding-top: 4px;
}
.styled-list {
padding: 0;
margin-left: 0.3em;
list-style: none;
}
.styled-list li {
padding-left: 1.5em;
text-indent: -1.5em;
}
.styled-list li:before {
text-indent: 0;
}
.styled-list.icon-accent1 li:before {
color: #b69e59;
}
.styled-list.icon-accent2 li:before {
color: #545f64;
}
.styled-list.icon-accent3 li:before {
color: #97AAB4;
}
.styled-list.icon-accent4 li:before {
color: #D8D8D8;
}
.styled-list.icon-accent5 li:before {
color: #ffffff;
}
.styled-list.icon-accent6 li:before {
color: #000000;
}
.styled-list.icon-accent7 li:before {
color: #EDEDED;
}
.styled-list.icon-accent8 li:before {
color: #ffffff;
}
.form-input {
position: relative;
margin: 0;
background: #EDEDED;
}
.form-input .required {
display: none;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=email],
input[type=search],
input[type=date],
input[type=range],
input[type=number],
input[type=button],
input[type=tel],
textarea,
select {
box-sizing: border-box;
padding: 17px;
width: 100%;
position: relative;
border: none;
outline: none;
border: solid 1px rgba(0,0,0,0.1);
margin: 0;
box-shadow: none !important;
border-radius: 0px;
background: #ffffff;
color: #000000;
margin-bottom: 10px;
transition: all 0.4s;
font-size: 16px;
}
div.wpcf7 input[type=text],
div.wpcf7 input[type=tel],
div.wpcf7 input[type=email],
div.wpcf7 input[type=password],
div.wpcf7 input[type=email],
div.wpcf7 input[type=search],
div.wpcf7 input[type=date],
div.wpcf7 input[type=range],
div.wpcf7 input[type=number],
div.wpcf7 input[type=button],
div.wpcf7 input[type=tel],
div.wpcf7 textarea,
div.wpcf7 select {
width: 100%;
position: relative;
outline: none;
border-bottom: 1px solid transparent;
margin: 0 0 20px 0;
box-shadow: none !important;
font-size: 14px;
border-radius: 0px;
background: #ffffff;
color: #000000;
padding: 10px;
font-weight: 200;
transition: all .2s ease;
border: solid 1px rgba(0,0,0,0.1);
margin-top: 5px;
}
div.wpcf7 input[type=text]:hover,
div.wpcf7 input[type=tel]:hover,
div.wpcf7 input[type=email]:hover,
div.wpcf7 input[type=password]:hover,
div.wpcf7 input[type=email]:hover,
div.wpcf7 input[type=search]:hover,
div.wpcf7 input[type=date]:hover,
div.wpcf7 input[type=range]:hover,
div.wpcf7 input[type=number]:hover,
div.wpcf7 input[type=button]:hover,
div.wpcf7 input[type=tel]:hover,
div.wpcf7 textarea:hover,
div.wpcf7 select:hover {
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05) !important;
border: solid 1px rgba(0,0,0,0.2);
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=range]:focus,
input[type=number]:focus,
input[type=button]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
border: 1px solid #b69e59 !important;
}
input[type=text].invalid,
input[type=tel].invalid,
input[type=email].invalid,
input[type=password].invalid,
input[type=email].invalid,
input[type=search].invalid,
input[type=date].invalid,
input[type=range].invalid,
input[type=number].invalid,
input[type=button].invalid,
input[type=tel].invalid,
textarea.invalid,
select.invalid {
border-color: #D94729;
}
input[type=text]:-moz-ui-invalid,
input[type=tel]:-moz-ui-invalid,
input[type=email]:-moz-ui-invalid,
input[type=password]:-moz-ui-invalid,
input[type=email]:-moz-ui-invalid,
input[type=search]:-moz-ui-invalid,
input[type=date]:-moz-ui-invalid,
input[type=range]:-moz-ui-invalid,
input[type=number]:-moz-ui-invalid,
input[type=button]:-moz-ui-invalid,
input[type=tel]:-moz-ui-invalid,
textarea:-moz-ui-invalid,
select:-moz-ui-invalid {
border-color: #D94729;
}
.wpv-main input[type=text],
.wpv-main input[type=tel],
.wpv-main input[type=email],
.wpv-main input[type=password],
.wpv-main input[type=email],
.wpv-main input[type=search],
.wpv-main input[type=date],
.wpv-main input[type=range],
.wpv-main input[type=number],
.wpv-main input[type=button],
.wpv-main input[type=tel],
.wpv-main textarea,
.wpv-main select {
color: #000000;
background: #ffffff;
}
footer.main-footer input[type=text],
footer.main-footer input[type=tel],
footer.main-footer input[type=email],
footer.main-footer input[type=password],
footer.main-footer input[type=email],
footer.main-footer input[type=search],
footer.main-footer input[type=date],
footer.main-footer input[type=range],
footer.main-footer input[type=number],
footer.main-footer input[type=button],
footer.main-footer input[type=tel],
footer.main-footer textarea,
footer.main-footer select {
background: transparent;
color: #ffffff;
}
.fixed-header-box input[type=text],
.fixed-header-box input[type=tel],
.fixed-header-box input[type=email],
.fixed-header-box input[type=password],
.fixed-header-box input[type=email],
.fixed-header-box input[type=search],
.fixed-header-box input[type=date],
.fixed-header-box input[type=range],
.fixed-header-box input[type=number],
.fixed-header-box input[type=button],
.fixed-header-box input[type=tel],
.fixed-header-box textarea,
.fixed-header-box select {
background-color: #ffffff;
color: #808080;
}
label {
font-size: 12px;
}
textarea {
min-height: 6em;
width: 100%;
position: relative;
resize: none;
font-size: 18px;
}
.field-wrap,
#ninja_forms_required_items {
margin-bottom: 20px;
padding-right: 10px;
padding-left: 10px;
}
.ninja-forms-required-items {
padding: 0px 10px 20px 10px;
}
.load-more,
.wp-pagenavi {
clear: both;
margin-top: 50px;
}
.products + .load-more,
.products + .wp-pagenavi {
margin-top: 0;
}
.wp-pagenavi {
border-top: 1px solid #EDEDED;
z-index: 100;
position: relative;
text-align: center;
border: none;
margin-bottom: 50px;
margin-top: 40px;
}
.wp-pagenavi:last-child {
padding-bottom: 0;
}
article > .page-content > section.portfolios > .wp-pagenavi {
margin: 0 10px 30px;
}
.wp-pagenavi a,
.wp-pagenavi span {
display: inline-block;
padding: 0 !important;
font-size: 12px;
border-radius: 40px;
width: 40px;
height: 40px;
line-height: 40px;
margin: 0px 6px 0px 6px !important;
}
.wp-pagenavi .current {
background-color: #b69e59;
color: #ffffff;
font-size: 12px;
font-weight: normal !important;
margin: 0px 0px 0px 5px !important;
}
.wp-pagenavi a {
transition: all 0.3s;
border: solid 1px #EDEDED;
}
.wp-pagenavi a.next,
.wp-pagenavi a.prev {
width: auto;
padding: 0px 15px !important;
border-color: transparent;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
background-color: #b69e59;
border: solid 1px #b69e59;
color: #ffffff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
color: transparent !important;
background: #ffffff;
width: 23px;
height: 23px;
text-align: center;
line-height: 23px;
padding: 0 !important;
}
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after {
color: #000000;
font-size: 11px;
font-family: theme;
left: -2px;
position: relative;
font-weight: normal !important;
}
.wp-pagenavi .previouspostslink:after:hover,
.wp-pagenavi .nextpostslink:after:hover {
color: #8b732f;
}
.wp-pagenavi .previouspostslink:after {
content: "\e006";
}
.wp-pagenavi .nextpostslink:after {
content: "\e005";
}
.wp-pagenavi span.pages {
display: none;
}
.wp-pagenavi a.page {
background: #ffffff;
color: #000000;
font-size: 12px;
}
.wp-pagenavi a.page:hover {
color: #8b732f;
}
.wp-pagenavi a.page:visited {
color: #000000;
}
.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi span.pages,
.wp-pagenavi .current {
font-size: 1.2em;
}
.comment-paging {
border-top: 0;
margin-top: -60px;
margin-bottom: 60px;
padding-top: 0;
}
.comment-paging a,
.comment-paging span {
margin: 1px !important;
border: none !important;
display: inline-block;
padding: 2px 8px 3px 8px !important;
font-size: 12px;
}
.comment-paging .current {
background-color: #EDEDED;
color: #ffffff;
font-size: 12px;
font-weight: normal !important;
}
.comment-paging .prev,
.comment-paging .next {
color: transparent !important;
background: #ffffff;
width: 23px;
height: 23px;
text-align: center;
line-height: 22px;
padding: 0 !important;
text-indent: -200px;
}
.comment-paging .prev:after,
.comment-paging .next:after {
color: #000000;
font-size: 12px;
font-family: theme;
position: relative;
font-weight: normal !important;
}
.comment-paging .prev:after:hover,
.comment-paging .next:after:hover {
color: #8b732f;
}
.comment-paging .prev:after {
content: "\e006";
left: 70px;
}
.comment-paging .next:after {
content: "\e005";
left: 83px;
}
.comment-paging span.pages {
float: left;
font: 300 15px/22px Lato;
padding: 0 !important;
}
.comment-paging a.page-numbers {
background: #ffffff;
color: #000000;
font-size: 12px;
}
.comment-paging a.page-numbers:hover {
color: #8b732f;
}
.comment-paging a.page-numbers:visited {
color: #000000;
}
.load-more {
margin: 50px auto 50px auto;
position: relative;
text-align: center;
}
.load-more.loading {
background: url(https://altamoda.com.tw/wp-content/themes/hair-beauty/wpv_theme/assets/images/loader-ring.gif) center center no-repeat;
}
.load-more .vamtam-button.lm-btn .btext {
color: #000000;
font-size: 12px;
text-transform: uppercase;
}
.load-more + .share-btns {
margin-top: 30px;
}
#menus {
position: relative;
z-index: 210;
min-height: 60px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
}
#menus #main-menu ul.mega-menu li.menu-item-gtranslate {
display: inline-block;
vertical-align: middle;
padding-left: 10px;
}
#main-menu .menu {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
}
#main-menu .menu > .menu-item {
padding: 0 5px;
text-transform: uppercase;
color: #000000;
}
#main-menu .menu > .menu-item.current-menu-item > a,
#main-menu .menu > .menu-item.current_page_item > a,
#main-menu .menu > .menu-item.current-menu-ancestor > a,
#main-menu .menu > .menu-item.current-menu-parent > a,
#main-menu .menu > .menu-item.current_page_parent > a,
#main-menu .menu > .menu-item.current_page_ancestor > a {
color: #b69e59;
}
#main-menu .menu > .menu-item:hover >.sub-menu-wrapper {
position: relative;
}
#main-menu .menu > .menu-item:hover >.sub-menu-wrapper > .sub-menu {
display: block;
position: absolute;
top: 0;
z-index: 200;
margin: 0 auto auto 0;
width: 190px;
text-align: left;
background: #fff;
padding: 15px 5px 5px 5px;
box-sizing: border-box;
transform: translateX(-10px);
}
#main-menu .menu > .menu-item:hover >.sub-menu-wrapper > .sub-menu .menu-item {
padding: 5px;
}
body.sticky-header-type-over.sticky-header .sticky-header-state-reset #main-menu .mega-menu-wrap .mega-menu > li.mega-menu-item:not(.mega-current-menu-parent):not(.mega-current_page_parent):not(.mega-current-menu-item) > a.mega-menu-link:not(:hover),
body.sticky-header-type-over.sticky-header .sticky-header-state-reset #main-menu .mega-menu-wrap .mega-menu > li.mega-menu-item:not(.mega-current-menu-parent):not(.mega-current_page_parent):not(.mega-current-menu-item) > a.mega-menu-link:visited:not(:hover),
body.sticky-header-type-half-over.sticky-header .sticky-header-state-reset .layout-standard #main-menu .mega-menu-wrap .mega-menu > li.mega-menu-item:not(.mega-current-menu-parent):not(.mega-current_page_parent):not(.mega-current-menu-item) > a.mega-menu-link:not(:hover),
body.sticky-header-type-half-over.sticky-header .sticky-header-state-reset .layout-standard #main-menu .mega-menu-wrap .mega-menu > li.mega-menu-item:not(.mega-current-menu-parent):not(.mega-current_page_parent):not(.mega-current-menu-item) > a.mega-menu-link:visited:not(:hover),
body.sticky-header-type-half-over.sticky-header .sticky-header-state-reset .layout-logo-text-menu #main-menu .mega-menu-wrap .mega-menu > li.mega-menu-item:not(.mega-current-menu-parent):not(.mega-current_page_parent):not(.mega-current-menu-item) > a.mega-menu-link:not(:hover),
body.sticky-header-type-half-over.sticky-header .sticky-header-state-reset .layout-logo-text-menu #main-menu .mega-menu-wrap .mega-menu > li.mega-menu-item:not(.mega-current-menu-parent):not(.mega-current_page_parent):not(.mega-current-menu-item) > a.mega-menu-link:visited:not(:hover) {
color: #ffffff !important;
}
#main-menu .widget_product_categories ul.product-categories li a {
transition: initial !important;
}
.mega-menu-item-type-widget.woocommerce ul.product_list_widget li ins span.amount {
color: #F55923;
}
.mega-menu-item-type-widget.woocommerce ul.product_list_widget li del span.amount {
background: #ffffff;
color: #000000;
text-decoration: line-through !important;
}
#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item > a.mega-menu-link:after {
content: "";
display: block !important;
height: 1px;
background: #b69e59;
margin: 0px auto 0px auto !important;
transition: all .4s;
width: 0%;
opacity: 0;
position: absolute;
bottom: 25%;
left: 55%;
}
#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item:hover > a.mega-menu-link:after,
#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-current-menu-item > a.mega-menu-link:after {
opacity: 1;
width: 50%;
left: 25%;
}
#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
color: #b69e59;
}
#mega-menu-wrap-menu-header .woocommerce.widget_product_categories ul.product-categories li a {
font-weight: normal;
}
#mega-menu-wrap-menu-header .mega-menu-toggle.mega-menu-open #mega-toggle-block-1:before {
content: "\e900";
font-family: theme;
}
#mega-menu-wrap-menu-header .mega-menu-toggle .mega-toggle-block-1:after {
display: none;
}
#top-nav-wrapper {
position: relative;
z-index: 6666;
background: #ffffff;
border: none;
}
.top-nav {
background-position: center-top;
box-sizing: border-box;
margin: 0 auto;
white-space: nowrap;
}
.top-nav,
.top-nav p {
color: #ffffff;
}
.top-nav,
.top-nav p,
.top-nav div,
.top-nav li,
.top-nav a {
font-weight: normal;
vertical-align: middle;
letter-spacing: 1px;
font-size: 11px;
}
.top-nav strong {
font-size: inherit;
font-weight: inherit;
color: #b69e59;
font-weight: normal;
}
.top-nav > .top-nav-inner > .row {
padding: 7px 0;
}
.top-nav > .top-nav-inner > .row > .row > div {
vertical-align: top;
}
.top-nav .grid-1-2 {
min-height: 1px;
}
.top-nav .grid-1-2:last-child {
text-align: right;
}
.top-nav .menu-wrapper {
position: relative;
height: 17px;
}
.top-nav a {
color: #d3bd83;
font-weight: 600 !important;
}
.top-nav a:hover {
color: #ffffff;
}
.top-nav a:hover .icon {
color: #ffffff !important;
}
.top-nav ul > li.current_page_item > a,
.top-nav ul > li.current-menu-item > a,
.top-nav ul > li.current-menu-parent > a,
.top-nav ul > li.current-menu-ancestor > a {
color: #ffffff;
}
.top-nav .menu,
.top-nav .menu li {
display: inline-block;
margin: 0;
padding: 0;
}
.top-nav .menu {
height: 20px;
margin: 0 -15px;
}
.top-nav .menu > li.menu-item-has-children a:first-child {
position: relative;
}
.top-nav .menu > li.menu-item-has-children:hover > .sub-menu {
display: block;
}
.top-nav .menu > li > a {
padding: 13px 10px;
}
.top-nav .menu > li a {
font-size: 11px;
line-height: 1.6em;
}
.top-nav .menu li {
position: relative;
}
.top-nav .menu li .sub-menu {
position: absolute;
top: 32px;
display: none;
margin: 0 auto auto 0;
width: 190px;
text-align: left;
box-shadow: 0 2px 4px 2px rgba(0,0,0,0.09);
background: #ffffff;
box-sizing: border-box;
}
.top-nav .menu li .sub-menu.invert-position {
left: auto;
right: 0;
}
.top-nav .menu li .sub-menu .sub-menu.invert-position {
right: 100%;
}
.top-nav .menu li .sub-menu .menu-item {
display: block;
}
.top-nav .menu li .sub-menu .menu-item > a {
display: block;
padding: 11px 13px;
color: #000000;
border-bottom: 1px solid #EDEDED;
}
.top-nav .menu li .sub-menu .menu-item:last-child {
padding-bottom: 0;
}
.top-nav .menu li .sub-menu .menu-item.current-menu-parent,
.top-nav .menu li .sub-menu .menu-item.current-menu-item,
.top-nav .menu li .sub-menu .menu-item.current-menu-ancestor,
.top-nav .menu li .sub-menu .menu-item.current-menu-ancestor,
.top-nav .menu li .sub-menu .menu-item:hover {
background: #ffffff;
transition: all .4s;
border-radius: 1px;
}
.top-nav .menu li .sub-menu .menu-item.current-menu-parent > a,
.top-nav .menu li .sub-menu .menu-item.current-menu-item > a,
.top-nav .menu li .sub-menu .menu-item.current-menu-ancestor > a,
.top-nav .menu li .sub-menu .menu-item.current-menu-ancestor > a,
.top-nav .menu li .sub-menu .menu-item:hover > a {
text-decoration: none;
color: #d3b563;
border-bottom-color: #b69e59;
transition: all .4s;
}
#top-nav-social > a {
display: inline-block;
text-align: center;
vertical-align: middle;
border: none;
margin: 0px;
transition: transform ease-out 0.2s, background 0.5s;
background: transparent;
padding: 2px;
border-radius: 50%;
width: 2em;
height: 2em;
font-size: 1.2em;
}
#top-nav-social > a,
#top-nav-social > a .icon {
line-height: 2em;
letter-spacing: normal;
}
#top-nav-social > a:hover {
background: rgba(0,0,0,0.2);
transform: scale(1.2);
border-color: none;
color: #ffffff;
}
#top-nav-social > a:hover .icon.shortcode.use-hover {
color: #ffffff !important;
}
#top-nav-text .icon.shortcode {
vertical-align: middle;
}
.wpv-accordion {
border: solid 1px #EDEDED;
margin: 0;
padding-top: 0px;
list-style: none;
background: #ffffff;
}
.wpv-accordion .tab {
position: relative;
font-size: inherit;
margin: 0;
padding: 0;
color: inherit;
outline: none;
border-top: 1px solid #EDEDED;
}
.wpv-accordion .tab:first-child {
border-top: 0px;
}
.wpv-accordion .tab.ui-state-hover,
.wpv-accordion .tab.ui-state-active,
.wpv-accordion .tab.ui-state-selected {
background-color: #EDEDED;
}
.wpv-accordion .tab.ui-state-hover .ui-icon:after,
.wpv-accordion .tab.ui-state-active .ui-icon:after,
.wpv-accordion .tab.ui-state-selected .ui-icon:after {
content: "\e60f";
color: #000000 !important;
font-family: theme;
}
.wpv-accordion .tab.ui-state-active,
.wpv-accordion .tab.ui-state-selected {
border-bottom: 1px solid #b69e59;
}
.wpv-accordion .tab.ui-state-active.has-bg {
background: #b69e59;
}
.wpv-accordion .tab.ui-state-active.has-bg .inner {
opacity: 1;
}
.wpv-accordion .tab .inner {
font: 300 20px/26px Helvetica;
padding: 20px 55px 20px 30px;
font-size: 1.2em;
font-weight: normal;
font-family: 'Playfair Display';
margin: 0;
cursor: pointer;
outline: none !important;
display: block;
color: #ffffff;
background-color: #545f64;
transition: opacity .3s ease;
}
.wpv-accordion .tab .inner:hover {
text-decoration: none;
}
.wpv-accordion .tab .ui-icon {
width: 40px;
font-style: normal;
display: block;
position: absolute;
right: 15px;
text-align: center;
font-size: 14px;
line-height: 66px;
}
.wpv-accordion .tab .ui-icon:after {
content: "\e60e";
color: #000000;
font-family: theme;
}
.wpv-accordion .pane .inner {
padding: 15px 30px;
z-index: 1;
position: relative;
overflow: hidden;
}
.wpv-accordion .pane-wrapper {
background-position: top center;
background-size: cover;
padding: 0;
border-bottom: 1px solid #EDEDED;
}
.wpv-accordion .pane-wrapper:first-child,
.wpv-accordion .pane-wrapper:first-child .tab .inner {
border-radius: 0;
}
.wpv-accordion .pane-wrapper:last-child {
border-bottom: none;
}
.wpv-accordion .pane-wrapper:last-child,
.wpv-accordion .pane-wrapper:last-child .tab:not(.ui-state-active) .inner {
border-radius: 0;
}
blockquote {
position: relative;
z-index: 1;
overflow: hidden;
margin: 30px 0;
padding-left: 20px;
border-left: 1px solid #D8D8D8;
text-align: left;
font-size: 1.2em;
font-weight: 300;
}
blockquote p,
blockquote {
font: normal 24px/30px Playfair Display;
font-size: 1.2em;
font-weight: 300;
}
blockquote.small p,
blockquote.small {
font: 300 15px/22px Lato;
margin-bottom: 0;
}
blockquote.simple {
overflow: auto;
margin: 0;
padding: 20px 0 10px 0;
padding-left: 0;
border-left: 0;
text-align: center;
}
blockquote.simple .quote-thumbnail {
height: 100px;
margin-left: 10px;
margin-bottom: 20px;
}
blockquote.simple .quote-thumbnail img {
display: inline-block;
border-radius: 100%;
margin: 0px;
max-height: 100%;
width: auto;
}
blockquote.simple .quote-thumbnail + .quote-text {
text-align: center;
}
blockquote.simple .quote-summary {
margin-top: 0;
}
blockquote.simple h3.quote-summary {
margin-bottom: 0px;
}
blockquote.simple .quote-title-wrapper {
margin: 10px 0 0 0;
}
blockquote.simple .quote-title {
width: auto;
color: #97AAB4;
border: none;
padding: 0px;
border-radius: 0px;
margin: 15px 0px;
font-size: 10px;
font-weight: 600;
letter-spacing: 0.1em;
}
blockquote.simple .quote-title,
blockquote.simple .quote-title a {
color: #b69e59;
}
blockquote.simple .quote-title .the-title:not(:last-child) {
padding-right: 3px;
}
blockquote.simple .quote-title .the-title {
font-size: 12px;
color: #545f64;
}
blockquote.simple .quote-title .icon {
font-size: 16px;
vertical-align: middle;
padding-bottom: 2px;
}
blockquote.simple .quote-text {
font: 300 15px/22px Lato;
overflow: hidden;
}
blockquote cite {
display: block;
margin: 10px 0 0 0;
}
blockquote cite,
blockquote cite a {
font: normal 10px/11px Helvetica;
color: #000000;
}
blockquote cite a {
vertical-align: middle;
}
blockquote cite:before {
display: inline-block;
margin-right: 10px;
width: 30px;
height: 0;
border-bottom: 1px solid #EDEDED;
content: "";
vertical-align: middle;
}
blockquote:last-child cite:empty {
display: none;
}
blockquote p:first-child {
margin-top: 0;
}
blockquote p:last-child {
margin-bottom: 0;
}
.loop-wrapper.regular .list-item .post-content-outer {
padding: 0 30px;
box-sizing: border-box;
order: 3;
max-width: calc(100% - 160px);
-webkit-flex: 1 1;
-ms-flex: 1 1;
flex: 1 1;
}
.loop-wrapper.regular .list-item .post-media + .post-content-outer {
max-width: calc(75% - 160px);
}
.loop-wrapper.regular .list-item .media-inner {
margin-bottom: 30px;
}
.loop-wrapper.regular .list-item .media-inner > div {
margin: 0;
}
.layout-left-right .loop-wrapper.regular .list-item .post-media {
order: -1;
flex-basis: 100%;
}
.layout-left-right .loop-wrapper.regular .list-item .post-content-outer {
max-width: calc(100% - 160px);
}
.loop-wrapper .post-row {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
transition: background .4s ease-out;
padding: 30px 0;
}
.loop-wrapper .post-row .media-inner {
background-color: #ffffff;
transition: background .4s ease-out;
}
.loop-wrapper .post-row .media-inner > img {
-webkit-backface-visibility: hidden;
transition: opacity .4s;
}
.loop-wrapper .post-row .media-inner > img,
.loop-wrapper .post-row .media-inner > a > img.wp-post-image {
width: 100%;
}
.loop-wrapper .sticky .post-row,
.loop-wrapper .post-row:hover,
.loop-wrapper .post-row:hover .media-inner {
background: #f5f5f5;
}
.loop-wrapper .sticky .post-row .top-part,
.loop-wrapper .post-row:hover .top-part,
.loop-wrapper .post-row:hover .media-inner .top-part {
color: #000000;
}
.loop-wrapper .post-row:hover .media-inner > img {
opacity: 0.8;
-webkit-backface-visibility: hidden;
}
.loop-wrapper .post-row-left {
width: 160px;
vertical-align: top;
text-align: right;
padding-right: 30px;
box-sizing: border-box;
order: 1;
}
.loop-wrapper .post-row-left .post-left-actions {
display: none;
}
.loop-wrapper .post-date {
display: inline-block;
margin-right: 10px;
}
.loop-wrapper .post-date a:hover {
text-decoration: none;
}
.loop-wrapper .post-date .top-part,
.loop-wrapper .post-date .bottom-part {
display: block;
text-align: center;
width: 75px;
transition: color .3s ease;
}
.loop-wrapper .post-date .top-part {
font: 300 44px/42px Helvetica;
color: #97AAB4;
line-height: 1;
font-size: 45px;
border-bottom: 1px solid;
border-color: #EDEDED;
padding-bottom: 10px;
}
.loop-wrapper .post-date .bottom-part {
font: normal 10px/11px Helvetica;
color: #D8D8D8;
padding-top: 10px;
line-height: 1;
}
.loop-wrapper .list-item {
border-bottom: 1px solid #EDEDED;
margin-bottom: 0;
}
.loop-wrapper .list-item:last-child {
border-bottom: 0;
}
.loop-wrapper .list-item .post-content-outer .post-content > ol:last-child,
.loop-wrapper .list-item .post-content-outer .post-content > ul:last-child {
margin-bottom: 1em;
}
.loop-wrapper .list-item .post-media {
min-width: 25%;
-webkit-flex: 1 1;
-ms-flex: 1 1;
flex: 1 1;
order: 2;
}
.loop-wrapper .list-item .post-media .media-inner {
display: block;
}
.loop-wrapper .list-item .post-article {
display: block;
}
.loop-wrapper header {
position: relative;
}
.loop-wrapper .page-content {
position: relative;
}
.loop-wrapper .post-article {
display: inline-block;
margin: 0;
width: 100%;
}
.loop-wrapper .post-article p {
font-size: inherit;
}
.loop-wrapper .post-article .post-content-outer .post-meta {
overflow: hidden;
width: 100%;
margin-top: 10px;
font-size: 10px;
font-style: italic;
text-transform: uppercase;
color: #D8D8D8;
}
.loop-wrapper .post-article .post-content-outer .post-meta a {
font-size: 11px;
font-weight: normal;
text-transform: uppercase;
}
.loop-wrapper .post-article .post-content-outer .post-meta nav > div:not(.post-actions),
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions > div,
.loop-wrapper .post-article .post-content-outer .post-meta .post-edit-link {
font: bold 10px/11px Helvetica;
float: left;
padding-right: 20px;
min-height: 20px;
line-height: 19px;
}
.loop-wrapper .post-article .post-content-outer .post-meta nav > div:not(.post-actions) > span.icon,
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions > div > span.icon,
.loop-wrapper .post-article .post-content-outer .post-meta .post-edit-link > span.icon {
color: #D8D8D8;
}
.loop-wrapper .post-article .post-content-outer .post-meta nav > div:not(.post-actions).blog-buttons,
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions > div.blog-buttons,
.loop-wrapper .post-article .post-content-outer .post-meta .post-edit-link.blog-buttons {
padding-top: 24px;
border-right: none !important;
}
.loop-wrapper .post-article .post-content-outer .post-meta nav > div:not(.post-actions).blog-buttons a,
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions > div.blog-buttons a,
.loop-wrapper .post-article .post-content-outer .post-meta .post-edit-link.blog-buttons a {
position: relative;
}
.loop-wrapper .post-article .post-content-outer .post-meta nav > div:not(.post-actions).blog-buttons a:after,
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions > div.blog-buttons a:after,
.loop-wrapper .post-article .post-content-outer .post-meta .post-edit-link.blog-buttons a:after {
position: absolute;
top: -25px;
right: -20px;
width: 1px;
height: 300%;
border-right: 1px solid #EDEDED;
content: "";
}
.loop-wrapper .post-article .post-content-outer .post-meta .comment-count a:hover {
text-decoration: none !important;
}
.loop-wrapper .post-article .post-content-outer .post-meta .comment-count a:hover span {
text-decoration: none;
}
.loop-wrapper .post-article .post-content-outer .post-meta span.icon {
display: inline-block;
overflow: hidden;
margin-right: 10px;
padding: 2px;
width: 8px;
vertical-align: middle;
text-align: center;
text-decoration: none !important;
font-size: 12px;
line-height: normal;
}
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions {
float: right;
}
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions .comment-count a {
font-weight: normal;
font-size: 12px;
color: #D8D8D8;
}
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions .comment-count a:hover {
color: #000000;
}
.page-content label[for|=pwbox] {
position: relative;
top: -3px;
display: inline-block !important;
font-size: 0 !important;
}
.page-content label[for|=pwbox] input {
font-size: 15px !important;
}
.page-content label[for|=pwbox] input[type=password] {
padding: 14px;
top: -1px;
margin: 0;
font-size: 8px;
line-height: 17px;
}
.post-article header {
margin-bottom: 5px !important;
}
.post-article header.sep-text.single .content {
text-align: left;
white-space: normal;
}
.post-article header.sep-text.single .sep-text-after {
display: none;
}
.post-article header h3 {
margin: 0;
}
.post-article header h3,
.post-article header h3 a {
color: #000000;
line-height: 1.3em !important;
}
.post-article header a {
transition: color .3s ease;
}
.post-article header a:hover {
text-decoration: none;
color: #8b732f;
}
.post-article .post-subheader {
display: table;
width: 100%;
font-size: 14px;
}
.post-article .post-subheader .post-date {
display: table-cell;
margin: 0;
padding-right: 1em;
text-transform: uppercase;
white-space: nowrap;
font-size: 11px;
line-height: 1;
}
.post-article .post-subheader .post-date-after {
display: table-cell;
overflow: visible;
width: 100%;
vertical-align: top;
white-space: nowrap;
}
.post-article .post-subheader .post-date-after:after {
display: inline-block;
width: 100%;
height: 1ex;
border-bottom: 1px solid #EDEDED;
content: "";
vertical-align: top;
}
.post-article .post-media {
text-align: center;
}
.post-article .post-media .media-inner {
position: relative;
min-height: 21px;
}
.post-article .post-media .media-inner > div {
max-width: none !important;
width: auto !important;
margin: 1em 0;
}
.post-article .post-media .media-inner > img {
transition: all .3s;
width: 100%;
}
.post-article .blog-buttons {
text-align: center;
}
.post-article .blog-buttons:after {
display: block;
clear: both;
content: "";
}
.post-article .blog-buttons a {
display: inline-block;
margin: 0 auto;
}
.post-article .blog-buttons a .icon {
margin: 0 8px 0 0;
padding: 0;
color: #b69e59;
font-size: 16px;
}
.post-article .standard-post-format .the-content .post-meta,
.post-article .image-post-format .the-content .post-meta,
.post-article .link-post-format .the-content .post-meta,
.post-article .audio-post-format .the-content .post-meta,
.post-article .video-post-format .the-content .post-meta,
.post-article .gallery-post-format .the-content .post-meta {
display: inline-block;
margin: 10px 0 0 0;
width: 100%;
border: 1px solid #EDEDED;
background: #ffffff;
}
.post-article .standard-post-format .the-content .post-meta div,
.post-article .image-post-format .the-content .post-meta div,
.post-article .link-post-format .the-content .post-meta div,
.post-article .audio-post-format .the-content .post-meta div,
.post-article .video-post-format .the-content .post-meta div,
.post-article .gallery-post-format .the-content .post-meta div {
display: inline-block;
float: left;
padding: 15px;
border-right: 1px solid #EDEDED;
text-transform: uppercase;
}
.single-post-wrapper .post-article .standard-post-format .post-content-outer,
.single-post-wrapper .post-article .standard-post-format .post-media,
.single-post-wrapper .post-article .standard-post-format .the-content,
.single-post-wrapper .post-article .image-post-format .post-content-outer,
.single-post-wrapper .post-article .image-post-format .post-media,
.single-post-wrapper .post-article .image-post-format .the-content,
.single-post-wrapper .post-article .link-post-format .post-content-outer,
.single-post-wrapper .post-article .link-post-format .post-media,
.single-post-wrapper .post-article .link-post-format .the-content,
.single-post-wrapper .post-article .audio-post-format .post-content-outer,
.single-post-wrapper .post-article .audio-post-format .post-media,
.single-post-wrapper .post-article .audio-post-format .the-content,
.single-post-wrapper .post-article .video-post-format .post-content-outer,
.single-post-wrapper .post-article .video-post-format .post-media,
.single-post-wrapper .post-article .video-post-format .the-content,
.single-post-wrapper .post-article .gallery-post-format .post-content-outer,
.single-post-wrapper .post-article .gallery-post-format .post-media,
.single-post-wrapper .post-article .gallery-post-format .the-content {
display: block;
width: auto;
}
.single-post-wrapper .post-article .standard-post-format .the-content,
.single-post-wrapper .post-article .image-post-format .the-content,
.single-post-wrapper .post-article .link-post-format .the-content,
.single-post-wrapper .post-article .audio-post-format .the-content,
.single-post-wrapper .post-article .video-post-format .the-content,
.single-post-wrapper .post-article .gallery-post-format .the-content {
padding: 0;
}
.post-article .audio-post-format .post-media {
float: none;
width: auto;
margin: 25px 0px 10px 0;
}
.post-article .audio-post-format .post-media + .post-content-outer {
padding-left: 0;
}
.post-article .audio-post-format .media-inner {
display: block;
}
.post-article .quote-post-format blockquote.large {
padding: 0;
overflow: visible;
text-align: left;
}
.post-article .quote-post-format blockquote.large .quote-text,
.post-article .quote-post-format blockquote.large .quote-text p {
font: normal 24px/30px Playfair Display;
}
.post-article .quote-post-format .cite img {
border-bottom: 1px solid #EDEDED;
padding-bottom: 10px;
margin-bottom: 10px;
}
.post-article .quote-post-format .cite img + .quote-author {
display: block;
}
.post-article .aside-post-format .post-content-outer {
padding-top: 0;
}
.post-article .status-post-format .the-content {
padding-right: 36px !important;
}
.post-article .gallery-post-format .post-media {
position: relative;
text-align: center;
}
.post-article .gallery-post-format .post-media .button {
position: absolute;
bottom: 50px;
left: 50%;
z-index: 5;
margin-left: -50px;
padding: 0.7em 0.7em 0.75em;
}
.post-article .gallery-post-format .post-media .button span:after {
border: none !important;
}
.post-article .gallery-post-format .post-media .button:hover {
text-decoration: none;
}
.post-article .gallery-post-format .post-media .media-inner {
display: block;
}
.post-article .excerpt-more {
float: left;
margin-top: -0.6em;
}
.post-article .status-post-format .post-subheader,
.post-article .aside-post-format .post-subheader,
.post-article .link-post-format .post-subheader {
margin-bottom: 0 !important;
}
.post-article .status-post-format .post-media,
.post-article .aside-post-format .post-media,
.post-article .link-post-format .post-media {
margin-top: 20px;
}
.post-article .video-post-format .media-inner iframe {
height: 360px;
}
body.single-post .single-post-wrapper .post-content-outer .meta-top {
border-bottom: solid 3px #EDEDED;
margin-bottom: 20px;
padding-bottom: 13px;
padding-top: 10px;
}
body.single-post .single-post-wrapper .post-content-outer .meta-top .author {
margin-right: 20px;
}
body.single-post .single-post-wrapper .post-content-outer .meta-top .comment-count {
float: right;
}
body.single-post .single-post-wrapper .post-content-outer .meta-top .comment-count .icon {
position: relative;
margin-right: 5px;
top: 1px;
}
body.single-post .single-post-wrapper .post-content-outer .meta-bottom {
margin-top: 20px;
}
body.single-post .single-post-wrapper .post-content-outer .meta-bottom .icon {
margin-right: 5px;
}
body.single-post .related-posts {
clear: both;
position: relative;
padding-top: 40px;
padding-bottom: 40px;
background: #ffffff;
}
body.single-post .related-posts .grid-1-1 {
padding: 0;
}
body.single-post .related-posts .grid-1-1 .loop-wrapper.scroll-x.news {
padding-top: 0;
}
body.full .related-posts:before {
position: absolute;
top: 0;
left: -100%;
width: 300%;
height: 100%;
background: #ffffff;
content: "";
}
.header-middle .limit-wrapper .news.scroll-x {
padding-top: 10px !important;
}
.loop-wrapper.news .post-media-date {
background: none;
position: relative;
overflow: hidden;
}
.loop-wrapper.news .post-media-date .thumbnail img {
transition: opacity 0.35s, transform 0.35s;
transform: translate3d(0,0,300px);
}
.loop-wrapper.news .as-standard-post-format .post-media-date,
.loop-wrapper.news .aside-post-format .post-media-date,
.loop-wrapper.news .link-post-format .post-media-date,
.loop-wrapper.news .audio-post-format .post-media-date,
.loop-wrapper.news .quote-post-format .post-media-date {
background: none;
transition: 0.35s, transform 0.35s;
}
.loop-wrapper.news .as-standard-post-format .post-media-date .post-actions-wrapper,
.loop-wrapper.news .aside-post-format .post-media-date .post-actions-wrapper,
.loop-wrapper.news .link-post-format .post-media-date .post-actions-wrapper,
.loop-wrapper.news .audio-post-format .post-media-date .post-actions-wrapper,
.loop-wrapper.news .quote-post-format .post-media-date .post-actions-wrapper {
padding-bottom: 0px;
}
.loop-wrapper.news .post_format-post-format-audio,
.loop-wrapper.news .post_format-post-format-audio > div,
.loop-wrapper.news .post_format-post-format-audio .post-article,
.loop-wrapper.news .post_format-post-format-audio .post-media-date {
overflow: visible !important;
}
.loop-wrapper.news .post-article {
overflow: hidden;
margin: 0;
border-bottom: 0px !important;
}
.loop-wrapper.news .post-article:hover .image-post-format .thumbnail img,
.loop-wrapper.news .post-article:hover .as-image .thumbnail img {
transform: scale(1.15);
opacity: 1;
}
.loop-wrapper.news .post-article:hover .post-actions-wrapper {
transform: translate3d(0,0,0);
}
.loop-wrapper.news .post-article:hover .post-content-outer:after {
width: 30%;
}
.loop-wrapper.news .post-article .post-content-outer:after {
content: "";
display: block;
width: 20%;
height: 1px;
background: #b69e59;
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
transition: all .6s;
}
.loop-wrapper.news .post-article .post-content-outer,
.loop-wrapper.news .post-article .post-content-outer p {
font: 300 15px/22px Lato;
font-size: inherit;
margin-bottom: 0.5em;
}
.loop-wrapper.news .post-article p {
margin-top: 0;
padding: 0 3%;
text-align: center;
}
.loop-wrapper.news .post-article .quote-post-format .cite {
float: none;
padding: 0 0 20px;
width: auto;
text-align: center;
}
.loop-wrapper.news .post-article .quote-post-format .cite img {
display: inline-block;
margin-bottom: 0;
padding: 0 20px 0 0;
max-width: 85px;
border: 0;
vertical-align: middle;
}
.loop-wrapper.news .post-article .quote-post-format .cite img + .quote-author {
display: inline;
vertical-align: middle;
}
.loop-wrapper.news .post-article .quote-post-format .cite + .quote-text {
padding-left: 0;
}
.loop-wrapper.news .post-article .quote-post-format .quote-text {
padding-bottom: 25px;
}
.loop-wrapper.news .post-content-wrapper {
padding: 20px;
background: #ffffff;
text-align: center;
}
.loop-wrapper.news .post-content-wrapper h3 {
font-weight: bold;
}
.loop-wrapper.news .post-content-wrapper h3,
.loop-wrapper.news .post-content-wrapper h3 a {
display: block;
font-weight: normal;
font-size: 20px;
}
.loop-wrapper.news .post-content-wrapper h3:hover,
.loop-wrapper.news .post-content-wrapper h3 a:hover {
color: #8b732f;
}
.loop-wrapper.news .comment-count {
display: inline-block;
margin: 0;
color: #ffffff;
}
.loop-wrapper.news .comment-count a {
font-weight: normal;
color: #97AAB4;
padding: 10px 15px;
display: block;
font-size: 11px;
padding: 0px 15px;
text-align: center;
}
.loop-wrapper.news .comment-count a:hover {
color: #000000;
}
.loop-wrapper.news .post-actions-wrapper {
height: auto;
transition: transform 0.35s;
width: 100%;
}
.loop-wrapper.news .post-actions-wrapper .icon {
color: #97AAB4;
position: relative;
display: inline-block;
width: auto;
height: auto;
margin: inherit;
opacity: 1;
margin-right: 6px;
font-size: 12px;
text-align: left;
}
.loop-wrapper.news .post-actions-wrapper .post-date,
.loop-wrapper.news .post-actions-wrapper .post-date a {
font-style: normal;
position: relative;
display: block;
text-transform: uppercase;
color: #97AAB4;
font-family: Helvetica, Arial, serif;
font-size: 9px;
font-weight: normal;
margin: 0;
padding: 0;
letter-spacing: 1px;
}
.loop-wrapper.news .post-actions-wrapper a:hover .icon {
color: #b69e59;
}
.loop-wrapper.news .post-content-meta,
.loop-wrapper.news .wpv-meta-author {
margin: 0px;
padding-top: 0px;
border: none;
text-align: left;
font-size: 10px;
font-style: normal;
text-transform: uppercase;
text-align: center;
color: #D8D8D8;
}
.loop-wrapper.news .post-content-meta a,
.loop-wrapper.news .wpv-meta-author a {
font-size: 10px;
font-style: normal;
text-transform: uppercase;
color: #000000;
}
.loop-wrapper.news .post-content-meta a:hover,
.loop-wrapper.news .wpv-meta-author a:hover {
color: #8b732f;
}
.loop-wrapper.news .post-content-meta .icon,
.loop-wrapper.news .wpv-meta-author .icon {
margin-right: 6px;
}
.loop-wrapper.news .list-item {
padding-top: 15px;
border-bottom: 0;
}
.loop-wrapper.news .list-item header.single {
padding: 0 20px 10px 20px;
position: relative;
border-bottom: none;
z-index: 10;
transform: translate3d(0,0,0);
}
.loop-wrapper.news .list-item header.single:after {
display: none;
}
.loop-wrapper.news .list-item > div {
position: relative;
z-index: 1;
overflow: hidden;
background: transparent;
}
.loop-wrapper.news .list-item.format-gallery .thumbnail {
background: #000000;
}
.loop-wrapper.news .list-item.format-gallery:hover .thumbnail img {
opacity: 0.8;
}
.loop-wrapper.news .thumbnail {
position: relative;
overflow: visible;
width: 100%;
text-align: center;
background: none;
}
.loop-wrapper.news .thumbnail img {
width: 100%;
height: auto;
transition: opacity 0.40s, transform 1.10s;
}
.loop-wrapper.news .thumbnail .icon {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
width: 65px;
height: 65px;
color: #ffffff;
font-size: 65px;
margin: -32.5px 0 0 -32.5px;
opacity: 0;
}
.loop-wrapper.news .post-edit-link,
.loop-wrapper.news .sep-text-after {
display: none;
}
.loop-wrapper.news .image-post-format .thumbnail,
.loop-wrapper.news .video-post-format.as-image .thumbnail,
.loop-wrapper.news .standard-post-format.as-image .thumbnail {
overflow: hidden;
transform: translateZ(0);
}
.loop-wrapper.news > .page-content {
margin-bottom: 20px;
}
body.boxed .wpv-main .wpv-grid.grid-1-1.extended,
body.boxed .wpv-main .wpv-grid.grid-1-1.extended-content {
padding-left: 60px !important;
padding-right: 60px !important;
margin-left: -35px;
margin-right: -35px;
width: auto;
float: none;
}
body.boxed .wpv-main .wpv-grid.grid-1-1.extended.no-extended-padding,
body.boxed .wpv-main .wpv-grid.grid-1-1.extended-content.no-extended-padding {
padding-left: 25px;
padding-right: 25px;
}
body.boxed .wpv-main .wpv-grid.grid-1-1.extended .wpv-parallax-bg-img,
body.boxed .wpv-main .wpv-grid.grid-1-1.extended .wpv-video-bg,
body.boxed .wpv-main .wpv-grid.grid-1-1.extended-content .wpv-parallax-bg-img,
body.boxed .wpv-main .wpv-grid.grid-1-1.extended-content .wpv-video-bg {
left: 0;
right: 0;
}
.wpv-grid.grid-1-1.extended-content > .extended-column-inner > .row > .wpv-grid:not(.grid-1-1):first-child {
padding-left: 50px;
}
.wpv-grid.grid-1-1.extended-content > .extended-column-inner > .row > .wpv-grid:not(.grid-1-1):last-child {
padding-right: 50px;
}
.wpv-grid.has-background > .column-title:first-child,
.wpv-grid.has-background > .sep-text:first-child,
.wpv-grid.has-background > style:first-child + .column-title,
.wpv-grid.has-background > style:first-child + .sep-text,
.wpv-grid.has-background > .extended-column-inner > .column-title:first-child,
.wpv-grid.has-background > .extended-column-inner > .sep-text:first-child,
.wpv-grid.has-background > .extended-column-inner > style:first-child + .column-title,
.wpv-grid.has-background > .extended-column-inner > style:first-child + .sep-text {
padding-top: 0;
}
.wpv-grid.animated-active {
opacity: 0;
}
.wpv-grid.animated-active.animation-zoom-in {
opacity: 0.2;
transform: scale(0.5);
}
.wpv-grid.animated-active.animation-ended {
opacity: 1;
}
.wpv-grid.animated-active.animation-ended.animation-from-left {
animation: element-from-left 0.7s 1 ease-out;
}
.wpv-grid.animated-active.animation-ended.animation-from-right {
animation: element-from-right 0.7s 1 ease-out;
}
.wpv-grid.animated-active.animation-ended.animation-from-top {
animation: element-from-top 0.7s 1 ease-out;
}
.wpv-grid.animated-active.animation-ended.animation-from-bottom {
animation: element-from-bottom 0.7s 1 ease-out;
}
.wpv-grid.animated-active.animation-ended.animation-fade-in {
transition: opacity .8s ease-out;
}
.wpv-grid.animated-active.animation-ended.animation-zoom-in {
animation: element-zoom-in .4s 1 cubic-bezier(0.175,0.885,0.320,1.275);
transform: scale(1);
}
.wpv-grid.parallax-bg,
.wpv-grid.parallax-bg-suspended,
.wpv-grid.has-video-bg {
z-index: 0;
}
.wpv-grid.has-video-bg {
overflow: hidden;
}
.wpv-grid.parallax-bg,
.wpv-grid.has-video-bg {
transition: opacity .6s ease;
}
.wpv-grid.parallax-bg.parallax-loaded,
.wpv-grid.parallax-bg.parallax-bg-suspended,
.wpv-grid.parallax-bg.video-bg-loaded,
.wpv-grid.has-video-bg.parallax-loaded,
.wpv-grid.has-video-bg.parallax-bg-suspended,
.wpv-grid.has-video-bg.video-bg-loaded {
opacity: 1;
}
.wpv-grid > .wpv-parallax-bg-wrapper {
overflow: hidden;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: none;
}
.wpv-grid.parallax-bg-suspended > .wpv-parallax-bg-wrapper > .wpv-parallax-bg-img {
background-attachment: scroll !important;
}
.wpv-parallax-bg-img,
.wpv-video-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}
.wpv-parallax-bg-img {
top: -300px;
bottom: -300px;
will-change: transform;
opacity: 1;
max-width: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.wpv-video-bg-content,
.wpv-parallax-bg-content {
z-index: 0;
}
.wpv-video-bg .mejs__offscreen {
display: none;
}
.wpv-background-video {
width: 100% !important;
height: auto !important;
}
.wpv-background-video .mejs-overlay-loading,
.wpv-background-video .mejs-overlay-play,
.wpv-background-video .mejs-controls {
display: none !important;
}
@-webkit-keyframes element-from-left {
0% {
-webkit-transform: translate(-20%,0);
opacity: 0;
}
100% {
-webkit-transform: translate(0,0);
opacity: 1;
}
}
@keyframes element-from-left {
0% {
transform: translate(-20%,0);
opacity: 0;
}
100% {
transform: translate(0,0);
opacity: 1;
}
}
@-webkit-keyframes element-from-right {
0% {
-webkit-transform: translate(20%,0);
opacity: 0;
}
100% {
-webkit-transform: translate(0,0);
opacity: 1;
}
}
@keyframes element-from-right {
0% {
transform: translate(20%,0);
opacity: 0;
}
100% {
transform: translate(0,0);
opacity: 1;
}
}
@-webkit-keyframes element-from-bottom {
0% {
-webkit-transform: translate(0,30%);
opacity: 0;
}
100% {
-webkit-transform: translate(0,0);
opacity: 1;
}
}
@keyframes element-from-bottom {
0% {
transform: translate(0,30%);
opacity: 0;
}
100% {
transform: translate(0,0);
opacity: 1;
}
}
@-webkit-keyframes element-from-top {
0% {
-webkit-transform: translate(0,-30%);
opacity: 0;
}
100% {
-webkit-transform: translate(0,0);
opacity: 1;
}
}
@keyframes element-from-top {
0% {
transform: translate(0,-30%);
opacity: 0;
}
100% {
transform: translate(0,0);
opacity: 1;
}
}
@-webkit-keyframes element-zoom-in {
0% {
-webkit-transform: scale(0.3);
opacity: .1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes element-zoom-in {
0% {
transform: scale(0.3);
opacity: .1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
.wpv-countdown.regular {
text-align: center;
}
.wpv-countdown.regular .wpvc-block {
display: inline-block;
vertical-align: middle;
padding: 40px 20px 20px;
border: 1px solid #EDEDED;
border-radius: 3px;
width: 140px;
text-align: center;
margin-right: 10px;
margin-left: 10px;
box-sizing: border-box;
}
.wpv-countdown.regular .wpvc-block .value {
font-family: Helvetica, Arial, serif;
font-size: 40px;
font-weight: bold;
color: #b69e59;
padding-bottom: 40px;
}
.wpv-countdown.regular .wpvc-block .value-label {
border-top: 1px dotted #EDEDED;
padding-top: 20px;
text-transform: uppercase;
}
.wpv-countdown.regular .wpvc-sep {
display: inline-block;
vertical-align: middle;
font-size: 30px;
color: #EDEDED;
}
.wpv-countdown.regular.lt300 .wpvc-block {
margin: 10px 0;
}
.wpv-countdown.regular.lt350 .wpvc-sep {
display: none;
}
.sep,
.sep-2,
.sep-3 {
position: relative;
display: block;
clear: both;
margin: 60px 0 30px 0;
min-width: 100%;
height: 1px;
border-top: 1px solid;
color: #EDEDED;
}
.sep.has-icon .icon,
.sep-2.has-icon .icon,
.sep-3.has-icon .icon {
margin-top: -2px;
font-size: 24px;
}
.sep-2 {
border-bottom: 1px solid;
height: 2px;
}
.sep-text {
position: relative;
margin: 60px 0 5px 0;
text-align: center;
}
.sep-text + .frame-fl {
margin-top: 15px;
}
.sep-text .content,
.sep-text .sep-text-more {
display: table-cell;
vertical-align: middle;
white-space: nowrap;
}
.sep-text .content *,
.sep-text .sep-text-more * {
margin: 0;
line-height: 1;
}
.sep-text .content {
padding-right: .8em;
}
.sep-text .sep-text-more {
padding-left: .8em;
}
.sep-text .sep-text-before,
.sep-text .sep-text-after {
display: table-cell;
width: 100%;
vertical-align: bottom;
}
.sep-text .sep-text-line {
display: inline-block;
padding-top: 2px;
width: 100%;
border-top: 0 solid;
border-bottom: 1px solid;
color: #EDEDED;
vertical-align: baseline;
}
.sep-text.centered .sep-text-before,
.sep-text.centered .sep-text-after {
width: 50%;
font-size: 22px;
}
.sep-text:last-child {
margin-bottom: 20px;
}
.sep-text + .row {
padding-top: 15px;
}
.column-title {
text-align: center;
margin: 60px 0 30px 0;
}
.column-title + .frame-fl {
margin-top: 15px;
}
.column-title + p {
margin-top: 10px;
}
.text-divider-double {
position: relative;
margin: 60px 0 25px 0;
text-align: center;
letter-spacing: 3px;
word-wrap: break-word;
}
.text-divider-double .icon {
display: block;
padding-bottom: 20px;
}
.text-divider-double + .sep {
margin: 0 auto 20px auto;
position: relative;
min-width: 0;
width: 100px;
color: #b69e59;
transition: all .8s;
}
.text-divider-double + .sep + .frame-fl {
margin-top: 15px;
}
.text-divider-double:hover + .sep {
width: 140px;
}
.related-content-title {
text-align: center;
position: relative;
margin: 40px 0 30px 0;
}
.related-content-title:after {
content: " ";
display: block;
width: 100px;
height: 1px;
background: #b69e59;
margin: auto;
margin-top: 25px;
}
.dropcap1,
.dropcap2 {
float: left;
font-weight: 400 !important;
overflow: visible;
text-align: center;
vertical-align: middle;
font-family: 'Playfair Display';
color: #b69e59;
}
.dropcap1 {
font-size: 30px !important;
border: 1px solid #b69e59;
width: auto;
color: #b69e59;
line-height: 1.4em;
min-width: 1.5em;
margin: -0.1em 15px -0.1em 0px;
padding: 0 10px 5px 10px;
}
.dropcap2 {
border: 0 none !important;
font-size: 48.4px !important;
height: 44px;
line-height: 1em;
margin: -0.05em 15px 0 -0.1em;
padding: 0;
width: 2ex;
}
.dropcap2.accent1 {
color: #b69e59;
}
.dropcap2.accent2 {
color: #545f64;
}
.dropcap2.accent3 {
color: #97AAB4;
}
.dropcap2.accent4 {
color: #D8D8D8;
}
.dropcap2.accent5 {
color: #ffffff;
}
.dropcap2.accent6 {
color: #000000;
}
.dropcap-text {
display: table-cell;
vertical-align: middle;
font: normal 24px/30px Playfair Display;
}
.dropcap-wrapper {
display: table;
}
.dropcap-wrapper .dropcap1,
.dropcap-wrapper .dropcap2 {
float: none;
display: block;
}
.dropcap-wrapper .dropcap-left {
display: table-cell;
vertical-align: top;
}
.services.has-more {
position: relative;
padding: 0;
z-index: 2000;
}
.services.has-more .title {
margin: 20px 0 0 -20px;
}
.services.has-more .image-wrapper {
padding: 20px;
text-align: center;
transition: 0.7s;
}
.services.has-more .image-wrapper img {
display: inline-block;
vertical-align: bottom;
}
.services.has-more .image-wrapper:hover img {
transform: scale(1.2);
}
.services.has-more .services-content-wrapper > .row {
margin: 0;
}
.services.has-more .services-content-wrapper p a {
letter-spacing: 2px;
color: #ffffff;
}
.services.has-more .services-content-wrapper p a:hover {
color: #b69e59;
}
.services.has-more .open {
width: 100%;
position: absolute;
top: 100%;
padding: 0 20px 0 20px;
box-sizing: border-box;
}
.services.has-more .open .services-content-wrapper {
padding: 30px 20px;
}
.services.has-more .open p:first-child {
margin-top: 0;
}
.services.has-more .open p:last-child {
margin-bottom: 0;
}
.services.has-more .closed {
max-height: 100%;
max-width: 100%;
}
.services.has-more .closed .services-content-wrapper {
padding: 0px 20px 20px 20px;
text-align: center;
font-weight: 400;
letter-spacing: 1px;
background: rgba(0,0,0,0.2);
}
.services.has-more .closed .services-content-wrapper:before {
content: "";
opacity: 0;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
height: 100%;
width: 100.1%;
z-index: -1;
transition: 0.6s;
background: #000000;
}
.services.has-more .closed .title {
display: inline-block;
position: relative;
background: none;
font-size: 3em;
font-weight: normal;
letter-spacing: 2px;
line-height: 1.1em;
margin: 0px;
width: 90%;
}
.services.has-more .closed .title:after {
content: "";
display: block;
height: 1px;
margin: auto;
transition: all .6s;
background: #b69e59;
margin-bottom: 20px;
margin-top: 20px;
width: 70px;
}
.services.has-more.state-hover .closed .title:after {
width: 100px;
}
.services.has-more.state-hover .closed .services-content-wrapper:before {
opacity: 0.5;
}
.services.has-more .open {
transform-origin: top;
transform: translateY(0) scaleY(0);
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
will-change: transform;
}
.services.has-more .closed {
-webkit-backface-visibility: hidden;
will-change: transform;
}
html.touchevents .services.has-more .open {
transform: none;
position: relative;
top: 0;
}
.highlight {
padding: 0 5px;
color: #000;
vertical-align: baseline;
line-height: 125%;
margin-right: 5px;
display: inline-block;
position: relative;
}
.highlight.light,
.highlight.light:before {
background: #bbbfc1;
}
.highlight.dark {
color: #eee;
}
.highlight.dark,
.highlight.dark:before {
background: #6d5f35;
}
.highlight .highlight-content {
position: relative;
z-index: 1;
}
.icon.shortcode {
line-height: 1.15;
}
.icon.shortcode.inverted-colors {
border-radius: 1000px;
padding: .4em !important;
width: 1.15em;
height: 1.15em;
text-align: center;
}
a .icon.shortcode.border {
transition: all .3s ease-out;
background: transparent;
margin: 0 5px;
padding: 10px 11px;
border-radius: 50%;
border: solid 1px transparent;
}
a:hover .icon.shortcode.border {
border-color: #545f64;
transform: scale(1.2);
color: #545f64;
}
.icon.shortcode.box,
.icon.shortcode.border {
padding: .8em .8em .1em .8em;
position: relative;
min-height: 1em;
min-width: 1em;
transition: all 0.5s;
}
.icon.shortcode.box svg,
.icon.shortcode.border svg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.icon.shortcode.box .char,
.icon.shortcode.border .char {
position: relative;
}
h1 .icon.shortcode,
h2 .icon.shortcode,
h3 .icon.shortcode,
h4 .icon.shortcode,
h5 .icon.shortcode,
h6 .icon.shortcode {
vertical-align: bottom;
}
.vamtam-icons-demo .wpv-grid > .wpvid-inner {
border-bottom: 1px solid #EDEDED;
}
.vamtam-icons-demo .wpvid-the-icon {
padding: 10px 20px 10px 0;
display: inline-block;
}
.post-article .gallery-post-format  .post-media,
.portfolio-image-wrapper {
padding: 0;
border: 0;
box-shadow: none;
}
.thumbnail.partner {
display: block;
position: relative;
opacity: 0.8;
padding-bottom: .5em;
transition: all .3s ease;
}
.thumbnail.partner:after {
color: #aeaeae !important;
content: attr(title);
display: block;
border-top: 1px solid;
text-align: center;
position: absolute;
bottom: -1em;
left: 0;
right: 0;
height: 1.5em;
opacity: 0;
transition: all .3s ease;
}
.thumbnail.partner:hover {
opacity: 1;
}
.thumbnail.partner:hover:after {
opacity: 1;
}
.linkarea {
padding: 20px;
cursor: pointer;
border: 1px solid transparent;
min-height: 50px;
box-sizing: border-box;
background-clip: border-box;
transition: all .5s;
}
.linkarea.background-accent1 {
background-color: #b69e59;
}
.linkarea.background-accent1:not(:hover) a,
.linkarea.background-accent1:not(:hover) p,
.linkarea.background-accent1:not(:hover) h1,
.linkarea.background-accent1:not(:hover) h2,
.linkarea.background-accent1:not(:hover) h3,
.linkarea.background-accent1:not(:hover) h4,
.linkarea.background-accent1:not(:hover) h5,
.linkarea.background-accent1:not(:hover) h6 {
color: #ffffff;
}
.linkarea.background-accent2 {
background-color: #545f64;
}
.linkarea.background-accent2:not(:hover) a,
.linkarea.background-accent2:not(:hover) p,
.linkarea.background-accent2:not(:hover) h1,
.linkarea.background-accent2:not(:hover) h2,
.linkarea.background-accent2:not(:hover) h3,
.linkarea.background-accent2:not(:hover) h4,
.linkarea.background-accent2:not(:hover) h5,
.linkarea.background-accent2:not(:hover) h6 {
color: #d8dddf;
}
.linkarea.background-accent3 {
background-color: #97AAB4;
}
.linkarea.background-accent3:not(:hover) a,
.linkarea.background-accent3:not(:hover) p,
.linkarea.background-accent3:not(:hover) h1,
.linkarea.background-accent3:not(:hover) h2,
.linkarea.background-accent3:not(:hover) h3,
.linkarea.background-accent3:not(:hover) h4,
.linkarea.background-accent3:not(:hover) h5,
.linkarea.background-accent3:not(:hover) h6 {
color: #ffffff;
}
.linkarea.background-accent4 {
background-color: #D8D8D8;
}
.linkarea.background-accent4:not(:hover) a,
.linkarea.background-accent4:not(:hover) p,
.linkarea.background-accent4:not(:hover) h1,
.linkarea.background-accent4:not(:hover) h2,
.linkarea.background-accent4:not(:hover) h3,
.linkarea.background-accent4:not(:hover) h4,
.linkarea.background-accent4:not(:hover) h5,
.linkarea.background-accent4:not(:hover) h6 {
color: #595959;
}
.linkarea.background-accent5 {
background-color: #ffffff;
}
.linkarea.background-accent5:not(:hover) a,
.linkarea.background-accent5:not(:hover) p,
.linkarea.background-accent5:not(:hover) h1,
.linkarea.background-accent5:not(:hover) h2,
.linkarea.background-accent5:not(:hover) h3,
.linkarea.background-accent5:not(:hover) h4,
.linkarea.background-accent5:not(:hover) h5,
.linkarea.background-accent5:not(:hover) h6 {
color: #808080;
}
.linkarea.background-accent6 {
background-color: #000000;
}
.linkarea.background-accent6:not(:hover) a,
.linkarea.background-accent6:not(:hover) p,
.linkarea.background-accent6:not(:hover) h1,
.linkarea.background-accent6:not(:hover) h2,
.linkarea.background-accent6:not(:hover) h3,
.linkarea.background-accent6:not(:hover) h4,
.linkarea.background-accent6:not(:hover) h5,
.linkarea.background-accent6:not(:hover) h6 {
color: #808080;
}
.linkarea.background-accent7 {
background-color: #EDEDED;
}
.linkarea.background-accent7:not(:hover) a,
.linkarea.background-accent7:not(:hover) p,
.linkarea.background-accent7:not(:hover) h1,
.linkarea.background-accent7:not(:hover) h2,
.linkarea.background-accent7:not(:hover) h3,
.linkarea.background-accent7:not(:hover) h4,
.linkarea.background-accent7:not(:hover) h5,
.linkarea.background-accent7:not(:hover) h6 {
color: #6e6e6e;
}
.linkarea.background-accent8 {
background-color: #ffffff;
}
.linkarea.background-accent8:not(:hover) a,
.linkarea.background-accent8:not(:hover) p,
.linkarea.background-accent8:not(:hover) h1,
.linkarea.background-accent8:not(:hover) h2,
.linkarea.background-accent8:not(:hover) h3,
.linkarea.background-accent8:not(:hover) h4,
.linkarea.background-accent8:not(:hover) h5,
.linkarea.background-accent8:not(:hover) h6 {
color: #808080;
}
.linkarea.accent1.background-transparent {
background-color: rgba(182,158,89,0);
border: solid 1px #EDEDED;
}
.linkarea.accent1:hover,
.linkarea.accent1:focus {
background-color: #b69e59;
}
.linkarea.accent1:active {
background-color: #ab924b;
}
.linkarea.accent1:focus {
border: 1px solid #87743b;
}
.linkarea.accent2.background-transparent {
background-color: rgba(84,95,100,0);
border: solid 1px #EDEDED;
}
.linkarea.accent2:hover,
.linkarea.accent2:focus {
background-color: #545f64;
}
.linkarea.accent2:active {
background-color: #485256;
}
.linkarea.accent2:focus {
border: 1px solid #31383a;
}
.linkarea.accent3.background-transparent {
background-color: rgba(151,170,180,0);
border: solid 1px #EDEDED;
}
.linkarea.accent3:hover,
.linkarea.accent3:focus {
background-color: #97AAB4;
}
.linkarea.accent3:active {
background-color: #889ea9;
}
.linkarea.accent3:focus {
border: 1px solid #6b8694;
}
.linkarea.accent4.background-transparent {
background-color: rgba(216,216,216,0);
border: solid 1px #EDEDED;
}
.linkarea.accent4:hover,
.linkarea.accent4:focus {
background-color: #D8D8D8;
}
.linkarea.accent4:active {
background-color: #cbcbcb;
}
.linkarea.accent4:focus {
border: 1px solid #b2b2b2;
}
.linkarea.accent5.background-transparent {
background-color: rgba(255,255,255,0);
border: solid 1px #EDEDED;
}
.linkarea.accent5:hover,
.linkarea.accent5:focus {
background-color: #ffffff;
}
.linkarea.accent5:active {
background-color: #f2f2f2;
}
.linkarea.accent5:focus {
border: 1px solid #d9d9d9;
}
.linkarea.accent6.background-transparent {
background-color: rgba(0,0,0,0);
border: solid 1px #EDEDED;
}
.linkarea.accent6:hover,
.linkarea.accent6:focus {
background-color: #000000;
}
.linkarea.accent6:active {
background-color: #000000;
}
.linkarea.accent6:focus {
border: 1px solid #000000;
}
.linkarea.accent7.background-transparent {
background-color: rgba(237,237,237,0);
border: solid 1px #EDEDED;
}
.linkarea.accent7:hover,
.linkarea.accent7:focus {
background-color: #EDEDED;
}
.linkarea.accent7:active {
background-color: #e0e0e0;
}
.linkarea.accent7:focus {
border: 1px solid #c7c7c7;
}
.linkarea.accent8.background-transparent {
background-color: rgba(255,255,255,0);
border: solid 1px #EDEDED;
}
.linkarea.accent8:hover,
.linkarea.accent8:focus {
background-color: #ffffff;
}
.linkarea.accent8:active {
background-color: #f2f2f2;
}
.linkarea.accent8:focus {
border: 1px solid #d9d9d9;
}
.linkarea .first {
text-align: center;
padding-bottom: 10px;
}
.linkarea .first img {
display: inline-block;
vertical-align: bottom;
}
.linkarea .first:last-child {
padding-bottom: 0;
}
.linkarea:hover h3 {
text-decoration: none;
color: #000000;
transition: color 0.4s;
}
.linkarea:hover,
.linkarea:focus {
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
}
.linkarea:hover a,
.linkarea:focus a {
text-decoration: none;
}
.linkarea:focus {
outline: none;
}
body.single-jetpack-portfolio .related-portfolios {
padding-bottom: 40px;
}
.scrollable-wrapper .portfolios li {
padding: 0px;
margin: 0px !important;
}
.portfolios {
position: relative;
padding: 0;
margin: 0;
}
.portfolios .vamtam-cubeportfolio:not(.vamtam-cube-loaded) .portfolio-image .thumbnail,
.portfolios .vamtam-cubeportfolio:not(.vamtam-cube-loaded) .portfolio_details {
display: none;
}
.portfolios .wp-pagenavi {
margin-top: 30px !important;
}
.portfolios .portfolio-items {
clear: both;
}
.portfolios .portfolio-items.animated .vamtam-project {
box-shadow: none !important;
}
.portfolios .portfolio-items.transitionable .vamtam-project {
overflow: hidden;
}
.portfolios .portfolio-item-wrapper {
overflow: hidden;
border: 0;
border: none;
background: #ffffff;
background-clip: content-box;
text-align: left;
}
.portfolios .portfolio-item-wrapper .excerpt p {
margin: 5% 0 0;
padding: 5%;
font-size: 14px;
line-height: 16px;
line-height: 18px;
font-weight: 500;
color: #ffffff !important;
border: 1px solid #fff;
opacity: 0;
transition: opacity 0.35s, transform 0.35s;
transform: translate3d(0,20px,0) scale(1.1);
}
.portfolios .portfolio-item-wrapper h3 {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transform: translate3d(0,20px,0);
opacity: 0;
margin-top: 0;
padding: 0 1.4em;
}
.portfolios .portfolio-item-wrapper .portfolio_details {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
height: 100%;
color: #ffffff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
text-align: center;
z-index: 10;
}
.portfolios .portfolio-item-wrapper .portfolio_details p {
padding: 0px 4em;
opacity: 0;
transition: opacity 0.35s ease-out, transform 0.35s ease-out;
transform: translate3d(0,20px,0);
border: none;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 1px;
}
.portfolios .portfolio-item-wrapper .portfolio_details span {
display: block;
position: relative;
top: 50%;
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
transform: translateY(-50%) !important;
margin-top: 0px;
z-index: 2;
}
.portfolios .portfolio-item-wrapper .portfolio_details .cbp-lightbox {
position: absolute;
z-index: 5;
opacity: 0;
transform: translateY(15px);
color: #b69e59;
bottom: 55px;
font-size: 24px;
left: 50%;
margin-left: -12px;
transition: opacity .3s ease-out, transform .3s ease-out;
}
.portfolios .portfolio-item-wrapper .portfolio_details .cbp-lightbox.vamtam-lightbox-gallery:first-child {
font-family: theme;
}
.portfolios .portfolio-item-wrapper .portfolio_details .cbp-lightbox.vamtam-lightbox-gallery:first-child:before {
content: "\e609";
}
.portfolios .portfolio-item-wrapper .portfolio_details .cbp-lightbox.vamtam-lightbox-gallery:not(:first-child) {
display: none;
}
.portfolios .portfolio-item-wrapper .portfolio_details .cbp-lightbox:hover {
color: #ffffff;
}
.portfolios .portfolio-item-wrapper .portfolio_details:before,
.portfolios .portfolio-item-wrapper .portfolio_details:after {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: '';
opacity: 0;
transition: opacity 0.35s, transform 0.35s;
z-index: 1;
border: 1px solid #b69e59;
}
.portfolios .portfolio-item-wrapper .portfolio_details:before {
border-left: 0;
border-right: 0;
transform: scale(0,1);
}
.portfolios .portfolio-item-wrapper .portfolio_details:after {
border-top: 0;
border-bottom: 0;
transform: scale(1,0);
}
.portfolios .no-title.no-description .portfolio-item-wrapper {
border: 0;
}
.portfolios .no-title.no-description .portfolio-item-wrapper .thumbnail {
transform: translateZ(0);
overflow: hidden;
}
.portfolios .state-open .portfolio-item-wrapper h3,
.portfolios .state-open .portfolio-item-wrapper p,
.portfolios .vamtam-project:hover .portfolio-item-wrapper h3,
.portfolios .vamtam-project:hover .portfolio-item-wrapper p {
transform: translate3d(0,0,0);
opacity: 1;
}
.portfolios .state-open .portfolio-item-wrapper .portfolio_details .cbp-lightbox,
.portfolios .vamtam-project:hover .portfolio-item-wrapper .portfolio_details .cbp-lightbox {
opacity: 1;
transform: translateY(0);
}
.portfolios .state-open .portfolio-image .thumbnail > a img,
.portfolios .state-open .portfolio-image .thumbnail > img,
.portfolios .vamtam-project:hover .portfolio-image .thumbnail > a img,
.portfolios .vamtam-project:hover .portfolio-image .thumbnail > img {
opacity: 0.2;
transform: scale(1.15);
}
.portfolios .state-open .portfolio-image .thumbnail .cbp-slider-wrapper img,
.portfolios .vamtam-project:hover .portfolio-image .thumbnail .cbp-slider-wrapper img {
opacity: 0.2;
}
.portfolios .state-open .portfolio_details:before,
.portfolios .state-open .portfolio_details:after,
.portfolios .vamtam-project:hover .portfolio_details:before,
.portfolios .vamtam-project:hover .portfolio_details:after {
opacity: 1;
transform: scale(1);
}
.portfolios .portfolio-image {
position: relative;
overflow: hidden;
}
.portfolios .portfolio-image .thumbnail {
display: block;
max-height: none !important;
background: #000000;
position: relative;
overflow: hidden;
}
.portfolios .portfolio-image .thumbnail a.button.accent2 {
display: none;
}
.portfolios .portfolio-image .thumbnail > a {
position: relative;
display: block;
}
.portfolios .portfolio-image .thumbnail > a img,
.portfolios .portfolio-image .thumbnail > img {
width: 100%;
transition: opacity 0.50s, transform 1.50s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.portfolios .portfolio-image .thumbnail .cbp-slider-wrapper img {
transition: opacity .5s;
}
.portfolios .portfolio_details {
padding: 10px 10px 0px 10px;
}
.portfolios .portfolio_details .title {
transition: transform 0.35s;
transform: translate3d(0,-20px,0);
letter-spacing: 1px;
}
.portfolios .portfolio_details .title,
.portfolios .portfolio_details .title a {
color: #000000;
font-size: 20px;
line-height: 20px;
}
.portfolios .portfolio_details .title:last-child {
margin-bottom: 20px;
}
.portfolios .portfolio_details .title > a {
width: 100%;
color: #b69e59 !important;
font-weight: normal;
display: block;
}
.portfolios .portfolio_details .title > a:hover {
color: #ffffff !important;
}
.portfolios .portfolio_details .excerpt {
margin: 0;
}
.portfolios .portfolio_details .button {
margin-top: 10px;
}
.portfolio-filters {
z-index: 6;
text-align: center;
margin-bottom: 30px;
padding-top: 10px;
}
.portfolio-filters .inner-wrapper {
display: inline-block;
text-align: center;
line-height: 35px;
margin-bottom: -1px;
}
.portfolio-filters .inner-wrapper .cbp-filter-item {
display: inline-block;
margin: 0 .6em;
color: #000000;
transition: all .3s;
line-height: normal;
text-transform: uppercase;
cursor: pointer;
letter-spacing: 1px;
font-size: 11px;
font-weight: 600;
border-top: 0;
padding: 0;
text-align: center;
}
.portfolio-filters .inner-wrapper .cbp-filter-item:hover,
.portfolio-filters .inner-wrapper .cbp-filter-item.cbp-filter-item-active {
color: #8b732f;
}
.portfolio-filters .inner-wrapper .cbp-filter-item:hover:after,
.portfolio-filters .inner-wrapper .cbp-filter-item.cbp-filter-item-active:after {
width: 40%;
opacity: 1;
}
.portfolio-filters .inner-wrapper .cbp-filter-item:after {
content: " ";
display: block;
width: 0%;
height: 1px;
background: #b69e59;
margin: auto;
margin-top: 5px;
transition: all .4s;
opacity: 0;
}
header.page-header .portfolio-filters {
padding-bottom: 10px;
}
header.page-header .portfolio-filters.portfolio-filters {
padding: 0px;
}
header.page-header .portfolio-filters .cbp-filter-item:first-child {
margin-left: 0;
padding-left: 0;
}
.portfolio-filters .cbp-search {
display: inline-block;
margin-top: 15px;
}
.portfolio-filters .cbp-search:hover .cbp-search-icon {
opacity: 1;
}
.portfolio-filters .cbp-search .cbp-search-icon {
opacity: 0;
transition: opacity .5s ease-out;
}
.portfolio-filters .cbp-search .cbp-search-input {
font-size: 12px;
margin: 0px;
font-family: #000000;
border-color: transparent;
transition: all .5s ease-out;
text-align: center;
padding: 5px;
}
.portfolio-filters .cbp-search .cbp-search-input:hover {
border-color: rgba(0,0,0,0.1);
color: #000000;
}
.portfolio-filters .cbp-filter-counter {
background-color: #000000;
}
.portfolio-filters .cbp-filter-counter:after {
border-top-color: #000000;
}
.portfolios.scroll-x .portfolio-items .vamtam-project.has-title.no-description {
margin-bottom: 20px !important;
}
article.type-jetpack-portfolio {
margin-bottom: 40px;
padding-bottom: 0 !important;
}
article.type-jetpack-portfolio.left-right .portfolio-text-content .portfolio-content > .project-right-column,
article.type-jetpack-portfolio.right-only .portfolio-text-content .portfolio-content > .project-right-column {
margin-top: 0;
}
article.type-jetpack-portfolio .portfolio-text-content .portfolio-content {
margin-bottom: 0;
padding-top: 20px;
}
article.type-jetpack-portfolio .portfolio-text-content .portfolio-content > .project-right-column {
padding-bottom: 20px;
padding-left: 10px;
}
article.type-jetpack-portfolio .portfolio-text-content .portfolio-content > .project-right-column .cell,
article.type-jetpack-portfolio .portfolio-text-content .portfolio-content > .project-right-column div.sharedaddy {
padding: 10px;
}
article.type-jetpack-portfolio .portfolio-text-content .portfolio-content > .project-right-column .cell {
border-bottom: 1px solid #EDEDED;
}
article.type-jetpack-portfolio .portfolio-text-content .portfolio-content > .project-right-column .cell p {
margin: 0;
color: #000000;
}
article.type-jetpack-portfolio .portfolio-text-content .portfolio-content > .project-right-column .cell p a {
color: #000000;
}
article.type-jetpack-portfolio .portfolio-text-content .portfolio-content > .project-right-column .cell p a:hover,
article.type-jetpack-portfolio .portfolio-text-content .portfolio-content > .project-right-column .cell p a.active {
color: #8b732f;
text-decoration: none;
}
article.type-jetpack-portfolio .portfolio-text-content .portfolio-content > .project-right-column div.sharedaddy .sd-social {
border: none;
margin-top: 0px;
padding-top: 0px;
}
article.type-jetpack-portfolio .portfolio-text-content img {
display: inline-block;
max-width: 100%;
}
article.type-jetpack-portfolio .portfolio-text-content .row-1 .left {
min-width: 0;
}
article.type-jetpack-portfolio .portfolio-text-content .row-1 .right {
float: right;
}
article.type-jetpack-portfolio .portfolio-image-wrapper {
position: relative;
overflow: hidden;
width: auto !important;
text-align: center;
}
article.type-jetpack-portfolio .portfolio-image-wrapper > img {
width: 100%;
height: auto;
}
.row.has-price {
margin-right: -10px;
margin-left: -10px;
padding-top: 10px;
}
.price-wrapper {
transition: .3s;
}
.price-wrapper:hover {
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
padding-bottom: 0px !important;
}
.price-wrapper .price-title {
margin: 0;
font-weight: normal;
text-align: center;
line-height: 1;
background: none;
padding: 1.3em 1em;
border: solid 1px #EDEDED;
border-bottom: none;
}
.price-wrapper .price .content-box {
color: #6e6e6e;
border: 1px solid #EDEDED;
border-width: 0 1px;
padding: 15px 30px;
}
.price-wrapper .price .content-box ul {
margin: 0;
list-style: none;
}
.price-wrapper .price .content-box ul li {
border-color: #6e6e6e;
border-bottom: 1px solid #EDEDED;
text-align: center;
color: #000000;
line-height: 1em;
padding: 18px 0;
}
.price-wrapper .price .meta-box {
padding: 10px 10px 25px;
text-align: center;
border: 1px solid #EDEDED;
border-top: 0;
}
.price-wrapper .price .meta-box .description {
padding: 0px;
}
.price-wrapper .price .meta-box a.button-border {
margin: 15px auto 0;
}
.price-wrapper .price .meta-box a.button-border .btext {
font-style: normal;
text-transform: none;
font-size: 0.9em;
}
.price-wrapper .price .meta-box a.button-border:first-child {
margin-top: 0;
}
.price-wrapper .value-box {
color: #ffffff;
height: 200px;
background: #97AAB4;
text-align: center;
line-height: 200px;
cursor: default;
}
.price-wrapper .value-box .value-box-content {
display: inline-block;
vertical-align: bottom;
line-height: 1;
}
.price-wrapper .value-box .value {
position: relative;
display: inline-block;
vertical-align: top;
font-size: 60px;
font-family: 'Playfair Display';
line-height: 38px;
}
.price-wrapper .value-box .meta {
display: block;
color: #545f64;
text-transform: uppercase;
font-size: 10px;
font-family: 'Lato';
line-height: 1em;
background: #ffffff;
height: auto;
margin: 60px auto 0px auto;
border-radius: 0;
padding: 1em 2em;
font-weight: normal;
letter-spacing: 1px;
min-height: 10px;
}
.price-wrapper.featured {
margin: 0px 0;
}
.price-wrapper.featured .price-title {
position: relative;
font-weight: normal;
background: none;
padding: 1.3em 1em;
border: solid 1px #EDEDED;
border-bottom: none;
}
.price-wrapper.featured .value-box {
background: #b69e59;
position: relative;
}
.price-wrapper.featured .value-box .meta {
background: #ffffff;
color: #000000;
}
.price-wrapper.featured .value-box:before {
position: absolute;
top: 25px;
left: 50%;
margin-left: -17px;
z-index: 1;
color: #ffffff;
content: "\e169";
font-style: normal;
font-size: 34px;
font-family: icomoon;
line-height: normal;
}
.price-wrapper.featured .value {
margin-top: 0px;
font-size: 60px;
line-height: 38px;
color: #ffffff;
}
.price-wrapper.featured .meta-box {
padding: 10px 10px 25px;
}
.wpv-progress {
position: relative;
text-align: center;
width: 130px;
height: auto;
line-height: normal;
font-weight: 300;
font-size: 1.2em;
margin: auto;
margin-top: 0.7em;
margin-bottom: 0.7em;
}
.wpv-progress canvas {
position: absolute;
top: 0;
left: 0;
}
.wpv-progress span:not(.icon) {
font: normal 24px/30px Playfair Display;
color: #000000;
}
.wpv-progress.number {
width: auto;
}
.wpv-progress.number .icon {
font-size: 36px;
display: block;
margin-bottom: 5px;
color: #000000;
}
.wpv-progress.number + .wpv-progress-content {
padding-top: 10px;
border-top: 1px solid #EDEDED;
}
.wpv-progress.pie {
padding-top: 47px;
min-height: 85px;
font-size: 1.8em;
}
.wpv-progress.pie span:not(.icon) {
font-size: 2em;
}
.wpv-progress + .wpv-progress-content {
text-align: center;
}
@keyframes services-title-animation {
from {
color: #b69e59;
}
to {
color: #000000;
}
}
.services .services-title:empty {
display: none;
}
.services.has-icon:hover .icon.shortcode {
transform: scale(1);
opacity: 1;
}
.services:hover .thumbnail .icon,
.services:hover .services-title a,
.services:hover .sep-2,
.services:hover .services-button-wrap a {
border-color: #000000;
color: #8b732f;
}
.services:hover .thumbnail a img {
background: none;
}
.services:hover .thumbnail a:before,
.services:hover .thumbnail a:after {
border-top-color: #b69e59;
}
.services:hover .thumbnail a .icon.shortcode.use-hover {
color: #545f64 !important;
}
.services:hover .services-inside .services-title:after {
width: 80px;
}
.services.align-left .services-inside .services-title:after,
.services.align-justify .services-inside .services-title:after {
margin-left: 0;
}
.services.align-right .services-inside .services-title:after {
margin-right: 0;
}
.services .thumbnail {
display: block;
max-height: none !important;
text-align: inherit;
}
.services .thumbnail img {
margin: 0px;
border-radius: 0px;
padding: 0px;
border: none;
transition: border-color .3s, background .3s;
}
.services .thumbnail a {
display: block;
position: relative;
}
.services .thumbnail a.has-border {
padding-bottom: 10px;
}
.services .thumbnail a.has-border:before,
.services .thumbnail a.has-border:after {
content: "";
display: none;
width: 0;
height: 0;
border: 10px solid transparent;
border-top-color: #EDEDED;
border-bottom: 0;
position: absolute;
bottom: 1px;
left: 50%;
margin-left: -10px;
transition: color .3s;
}
.services .thumbnail a.has-border:after {
border-width: 8px;
border-top-color: #ffffff;
border-bottom: 0;
bottom: 2px;
margin-left: -8px;
}
.services .thumbnail .icon {
color: #ffffff;
border-radius: 100%;
text-align: center;
min-height: inherit;
min-width: inherit;
position: relative;
line-height: 100%;
transform: scale(0.8);
}
.services .thumbnail .icon:after {
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
z-index: -1;
border-width: 0.1em;
margin-left: -0.1em;
bottom: -0.2em;
opacity: 0;
border-top-color: rgba(255,255,255,0);
}
.services .services-inside {
margin: 0;
padding: 0;
display: block;
}
.services .services-inside .services-title {
margin: 17px 0 0 0;
line-height: 1;
color: #b69e59;
}
.services .services-inside .services-title:after {
content: "";
display: block;
width: 60px;
height: 1px;
background: #b69e59;
margin: auto;
margin-top: 20px;
transition: all .6s;
}
.services .services-inside .sep-2 {
margin: 10px 0 20px;
padding: 0;
display: none;
}
.services .services-content {
padding: 5px 0 10px 0;
}
.services .services-content ul {
padding: 0;
}
.services .services-content:last-child,
.services .services-content:last-child {
padding-bottom: 0 !important;
margin-bottom: 0;
}
.services .services-content:empty {
display: none;
}
.services .thumbnail .icon,
.services .services-title a,
.services .services-button-wrap a {
transition: all 2.2s;
}
.sitemap ul {
list-style-type: none;
}
.sitemap ul li {
padding-left: 1.5em;
text-indent: -1.5em;
}
.sitemap ul li:before {
text-indent: 0;
font-family: theme;
padding-right: .5em;
font-size: 8px;
vertical-align: middle;
}
.sitemap ul > li:before {
content: "\e003";
}
.sitemap ul > li li {
font-size: .9em;
}
.sitemap ul > li li:before {
content: "\e005";
}
.sitemap .top + h2 {
margin-top: 20px;
}
.slogan {
position: relative;
}
.slogan em {
font-size: 12px;
line-height: 0.8em;
}
.slogan .title {
font-size: 24px;
margin-bottom: 18px;
}
.slogan .description {
font-size: 16px !important;
line-height: 1.4em !important;
font-weight: normal;
}
.slogan h3 {
line-height: 1;
}
.slogan .slogan-content,
.slogan .button-wrp {
vertical-align: middle;
}
.slogan.has-button .slogan-content,
.slogan .button-wrp {
display: table-cell;
}
.slogan .button-wrp {
padding-left: 50px;
text-align: center;
white-space: nowrap;
}
.slogan .slogan-content {
width: 100%;
}
.slogan .button-wrp .button {
border: none;
font-size: 18px !important;
line-height: 1 !important;
padding: 0 !important;
margin: auto !important;
vertical-align: middle;
white-space: nowrap;
}
.slogan .vamtam-button.button-filled span.icon {
font-size: 20px;
}
.has-background > .slogan,
.has-background > div > .slogan {
padding: 30px 25px;
}
table.vamtam-styled {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: none;
padding-right: 10px;
}
table.vamtam-styled th,
table.vamtam-styled td,
table.vamtam-styled caption {
padding: 5px;
border: 0;
}
table.vamtam-styled caption {
border-bottom: none;
}
table.vamtam-styled tr {
border-bottom: solid 1px #EDEDED;
}
table.vamtam-styled thead th {
padding: 10px;
vertical-align: bottom;
text-align: left;
padding: 10px 5px 5px 5px;
border-right: 1px solid #d4d4d4;
border-bottom: solid 1px #b69e59;
font-size: 18px;
font-weight: normal;
background-color: #fafafa;
color: #a7a7a7;
}
table.vamtam-styled thead th:last-child {
border-right: 0px;
}
table.vamtam-styled thead th,
table.vamtam-styled thead th p {
font-size: 90%;
}
table.vamtam-styled tbody tr:last-child td {
border-bottom: 0;
}
table.vamtam-styled td {
padding: 10px 0px 10px 0px;
vertical-align: middle;
border: 0;
border-bottom: solid 1px #EDEDED;
}
table.vamtam-styled td:last-child {
border: none;
}
table.vamtam-styled td p {
margin: 0px;
}
table.vamtam-styled tfoot {
font-size: 12px;
font-style: normal;
color: #adadad;
}
.wpv-tabs {
border: 0;
}
.wpv-tabs > .ui-tabs-nav {
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
list-style: none;
-webkit-transform: none;
}
.wpv-tabs > .ui-tabs-nav li {
position: relative;
z-index: 2;
display: block;
float: left;
background: none;
top: 0;
margin: 0;
border: 0;
border-radius: 0;
}
.wpv-tabs > .ui-tabs-nav li a {
font: 300 20px/26px Helvetica;
position: relative;
display: table;
padding: 20px 40px;
font-size: 1em;
font-weight: normal;
outline: none;
line-height: 1;
cursor: pointer;
min-height: auto;
}
.wpv-tabs > .ui-tabs-nav li.has-icon {
display: table;
}
.wpv-tabs > .ui-tabs-nav li.has-icon .icon.shortcode,
.wpv-tabs > .ui-tabs-nav li.has-icon .title-text {
display: table-cell;
}
.wpv-tabs > .ui-tabs-nav li .icon.shortcode {
font-size: 22px;
padding: 0 15px 0 5px;
}
.wpv-tabs > .ui-tabs-nav li.ui-state-default a {
color: #000000;
}
.wpv-tabs > .ui-tabs-nav li.ui-state-hover a,
.wpv-tabs > .ui-tabs-nav li.ui-state-active a,
.wpv-tabs > .ui-tabs-nav li.ui-state-selected a {
text-decoration: none;
color: #b69e59;
}
.wpv-tabs .pane {
clear: both;
padding: 40px 30px;
-webkit-transform: none;
}
.wpv-tabs .pane p {
padding-top: 0;
padding-bottom: 0;
}
.wpv-tabs,
.wpv-tabs:after {
display: block;
clear: both;
content: "";
}
.wpv-tabs.horizontal .ui-tabs-nav {
text-align: center;
}
.wpv-tabs.horizontal .ui-tabs-nav li {
float: none;
display: inline-block;
transition: all .3s;
padding: 0;
}
.wpv-tabs.horizontal .ui-tabs-nav li:first-child {
border-top-left-radius: 1px;
}
.wpv-tabs.horizontal .ui-tabs-nav li:last-child {
border-top-right-radius: 1px;
}
.wpv-tabs.horizontal .ui-tabs-nav li a {
padding: 20px 20px;
}
.wpv-tabs.vertical {
position: relative;
margin: 0 -60px;
padding: 0;
}
.wpv-tabs.vertical .ui-tabs-nav {
box-sizing: border-box;
float: left;
margin-top: 0;
width: 20%;
border: none;
}
body.layout-full .wpv-tabs.vertical .ui-tabs-nav,
body.layout-right-only .wpv-tabs.vertical .ui-tabs-nav {
padding-left: 60px;
}
body.layout-left-right .wpv-tabs.vertical .ui-tabs-nav,
body.layout-left-only .wpv-tabs.vertical .ui-tabs-nav {
padding-left: 25px;
}
.wpv-tabs.vertical .ui-tabs-nav li {
transition: background .5s;
float: none;
margin: 0;
border: 0;
border-bottom: 0px solid;
padding: 0;
white-space: normal;
opacity: 1;
}
.wpv-tabs.vertical .ui-tabs-nav li a {
display: table;
padding: 11px 0;
min-height: 44px;
width: 100%;
font: 100 16px/18px Helvetica, Arial, serif;
}
.wpv-tabs.vertical .ui-tabs-nav li a .icon.shortcode {
padding-right: 20px;
vertical-align: middle;
font-size: 44px;
line-height: 49px;
display: table-cell;
}
.wpv-tabs.vertical .ui-tabs-nav li a .title-text {
width: 100%;
font-weight: normal;
vertical-align: middle;
display: table-cell;
line-height: 1.1;
}
.wpv-tabs.vertical .ui-tabs-nav li a .title-text:first-child {
padding-left: 1em;
}
.wpv-tabs.vertical .ui-tabs-nav li:first-child {
margin-left: 0;
margin-top: 0;
}
.wpv-tabs.vertical .ui-tabs-nav li:last-child {
margin-bottom: 60px;
}
.wpv-tabs.vertical .ui-tabs-nav li.ui-state-active,
.wpv-tabs.vertical .ui-tabs-nav li.ui-state-selected,
.wpv-tabs.vertical .ui-tabs-nav li.ui-state-hover {
border-right: 0;
border-left: 0;
text-decoration: none;
opacity: 1;
}
.wpv-tabs.vertical .ui-tabs-nav li.ui-state-active a,
.wpv-tabs.vertical .ui-tabs-nav li.ui-state-selected a,
.wpv-tabs.vertical .ui-tabs-nav li.ui-state-hover a {
border: none;
}
.wpv-tabs.vertical .pane {
box-sizing: border-box;
float: right;
clear: none;
padding: 40px 30px;
width: 80%;
}
.wpv-tabs.vertical .pane:before {
box-sizing: border-box;
position: absolute;
top: 30px;
left: 0;
z-index: 1;
margin-top: -50px;
width: 20%;
height: 100%;
content: "";
}
.wpv-tabs .pane.ui-accordion-content {
float: none;
width: 100%;
padding: 0;
}
body.boxed .wpv-tabs.vertical .ui-tabs-nav:before {
display: none;
}
body.full.layout-left-right .wpv-tabs.vertical .ui-tabs-nav:before,
body.full.layout-left-only .wpv-tabs.vertical .ui-tabs-nav:before {
display: none;
}
.team-member-row {
position: relative;
z-index: 60;
}
.team-member-row > div {
position: static;
}
@media all and (-webkit-min-device-pixel-ratio: 0) {
.team-member-row {
display: inline-table;
width: 100%;
table-layout: fixed;
}
}
.team-member {
text-align: center;
padding-top: 0 !important;
padding-bottom: 0 !important;
margin: 10px 0;
}
.team-member .thumbnail {
overflow: hidden;
background: #000000;
position: relative;
}
.team-member img {
-webkit-backface-visibility: hidden;
transition: opacity 0.60s, transform 1.30s;
transform: translate3d(0,0,300px);
width: 100%;
}
html.no-touchevents .team-member:hover img {
opacity: 0.6;
transform: scale(1.15);
}
html.touchevents .team-member,
.team-member:hover {
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
}
html.touchevents .team-member .team-member-info h5:after,
.team-member:hover .team-member-info h5:after {
width: 50px;
opacity: 1;
}
html.touchevents .team-member .share-icons,
.team-member:hover .share-icons {
opacity: 1;
bottom: 35%;
white-space: normal;
}
html.touchevents .team-member .share-icons .icon,
.team-member:hover .share-icons .icon {
margin: 10px 5px 0px 5px;
}
.team-member .sep-text {
margin: 0 0 20px 0;
}
.team-member .team-member-info {
background: #ffffff;
margin-top: 0px;
padding: 15px 20px;
}
.team-member .team-member-info h3 {
margin-top: 5px;
margin-bottom: 0;
font-style: normal;
font-size: 20px;
}
.team-member .team-member-info h3 a {
font-size: inherit;
font-style: normal;
color: #000000;
font-weight: normal;
}
.team-member .team-member-info h3 a:hover {
color: #8b732f;
}
.team-member .team-member-info h5 {
margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 10px;
color: #545f64 !important;
font-weight: normal;
margin-top: 5px;
border-bottom: none;
font-weight: inherit;
}
.team-member .team-member-info h5:after {
content: "";
display: block;
width: 0%;
height: 1px;
margin: auto;
margin-top: 10px;
transition: all .6s;
opacity: 0;
color: #b69e59;
}
.team-member .team-member-info a[href^="mailto:"] {
word-wrap: break-word;
}
.team-member .team-member-position {
text-transform: uppercase;
font-size: 8px;
letter-spacing: 1px;
color: #97AAB4 !important;
font-weight: normal;
}
.team-member .team-member-phone {
padding-bottom: 5px;
}
.team-member .description {
padding: 0 20px;
}
.team-member .share-icons {
position: absolute;
left: 0;
top: auto;
height: auto;
width: 100%;
padding: 0px;
text-align: center;
opacity: 0;
background: none;
min-height: 60px;
bottom: 25%;
transition: opacity .3s, bottom .3s;
display: block;
margin: 10px 5px 0px 5px;
}
.team-member .share-icons a {
display: inline-block;
}
.team-member .share-icons a:hover .icon.shortcode.use-hover {
background: #ffffff;
color: #b69e59 !important;
}
.team-member .share-icons .icon {
margin: 0px 5px 0px 5px;
width: 16px;
height: 16px;
color: #ffffff;
text-align: center;
font-size: 16px !important;
line-height: 1;
display: inline-block;
padding: 10px;
border-radius: 100%;
border: solid 1px rgba(255,255,255,0.5);
background: transparent;
}
.team-member .share-icons .icon:hover {
transition: color .5s ease 0s;
color: #b69e59;
}
.team-member .description {
display: none;
}
.team-member .team-member-bio {
border: none;
padding: 0px 20px 25px 20px;
margin-top: 0px;
background: #ffffff;
}
.single-tweet {
text-align: center;
}
.single-tweet .tweet-text {
color: #333333;
margin-bottom: 0px;
}
.single-tweet .tweet-text p {
margin: 1em 0 .5em 0;
}
.single-tweet .tweet-time {
text-transform: uppercase;
color: #333333;
font-size: 10px;
}
.single-tweet + .tweet-divider {
margin: 16px auto;
max-width: 250px;
height: 1px;
background: #EDEDED;
}
.shortcode-tooltip {
position: relative;
border-bottom: 1px dotted;
}
.shortcode-tooltip .tooltip {
display: none;
position: absolute;
left: 50%;
bottom: 35px;
background: #fff;
color: #000;
padding: 10px;
min-width: 200px;
z-index: 5000;
overflow: visible;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.shortcode-tooltip .tooltip:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
width: 0;
height: 0;
border-top: 10px solid rgba(0,0,0,0.5);
border-left: 10px inset transparent;
border-right: 10px inset transparent;
margin: 1px auto auto -5px;
}
.shortcode-tooltip .tooltip:after {
content: "";
position: absolute;
top: 100%;
left: 50%;
width: 0;
height: 0;
border-top: 10px solid #FFF;
border-left: 10px inset transparent;
border-right: 10px inset transparent;
margin: 0 auto auto -5px;
}
.shortcode-tooltip .tooltip .tooltip-arrow {
display: none;
}
.vamtam-faq-form input[type="submit"],
.vamtam-contact-form input[type="submit"] {
border: 0;
margin: auto;
display: block;
color: #b69e59;
background: transparent;
padding: 0.6em 1.4em;
border: solid 1px #b69e59;
letter-spacing: 1px;
}
.vamtam-faq-form input[type="submit"]:hover,
.vamtam-contact-form input[type="submit"]:hover {
background: #b69e59 !important;
color: #ffffff;
}
.vamtam-faq-form .bti-lm-col-2-1,
.vamtam-faq-form .bti-lm-col-2-2,
.vamtam-faq-form .bti-lm-col-3-1,
.vamtam-faq-form .bti-lm-col-3-3,
.vamtam-faq-form .ninja-forms-required-items,
.vamtam-contact-form .bti-lm-col-2-1,
.vamtam-contact-form .bti-lm-col-2-2,
.vamtam-contact-form .bti-lm-col-3-1,
.vamtam-contact-form .bti-lm-col-3-3,
.vamtam-contact-form .ninja-forms-required-items {
padding: 0 5px;
}
.vamtam-faq-form .ninja-forms-required-items,
.vamtam-contact-form .ninja-forms-required-items {
padding-bottom: 5px;
}
.vamtam-dark-bg-form input[type="submit"] {
color: #ffffff;
margin: auto;
display: block;
margin-top: 15px;
}
.nf-form-fields-required {
display: none;
}
.vamtam-style-forms .grid-1-3 {
display: inline-block;
vertical-align: top;
padding: 0;
width: 33%;
float: none;
}
.vamtam-style-forms .nf-error-msg {
margin-left: 10px;
margin-top: -10px;
}
.vamtam-style-forms input[type="button"] {
color: #000000;
border: 1px solid #b69e59;
border-radius: 0;
font-size: 12px;
padding: 14px 25px;
background: rgba(0,0,0,0);
}
.vamtam-style-forms input[type="button"]:hover {
color: #ffffff;
background: #000000;
border-color: #000000;
}
.widget {
margin: 0 auto 30px;
padding: 0;
}
.widget .widget-title {
position: relative;
overflow: hidden;
margin: 0;
padding: 0 5px 5px 0;
border-bottom: 3px solid #EDEDED;
line-height: 2em !important;
margin-bottom: 5px;
}
.widget .widget-title,
.widget .widget-title a {
word-wrap: break-word;
font: 300 20px/26px Helvetica;
line-height: 1.7em !important;
}
.widget .widget-title > .icon {
margin-right: 10px;
vertical-align: baseline;
}
.widget:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
background: transparent;
}
.widget ul,
.widget ol {
margin: 0;
padding: 0;
list-style: none;
}
.widget li {
position: relative;
overflow: hidden;
margin: 0;
padding: 10px 0;
transition: all .2s ease;
border-bottom: 1px solid #EDEDED;
text-overflow: ellipsis;
word-wrap: break-word;
font: 300 15px/22px Lato !important;
}
.widget li:first-child {
padding-top: 0;
}
.widget select {
max-width: 100%;
}
.widget .lang_sel_click li {
overflow: visible;
}
.widget-box {
padding: 6px 0 0 0;
}
.widget-box:after {
position: relative;
top: 10px;
display: block;
clear: both;
margin: 0 -10px;
height: 1px;
content: "";
}
aside.left .widget,
aside.right .widget,
#header-sidebars .widget {
margin: 0 0 60px 0;
padding: 0;
}
aside.left .widget .widget-title,
aside.right .widget .widget-title,
#header-sidebars .widget .widget-title {
background: transparent;
}
aside.left .widget .widget-title > .icon,
aside.right .widget .widget-title > .icon,
#header-sidebars .widget .widget-title > .icon {
margin-top: -3px;
}
aside.left .widget .widget-title > .icon.shortcode,
aside.right .widget .widget-title > .icon.shortcode,
#header-sidebars .widget .widget-title > .icon.shortcode {
color: #EDEDED;
}
aside.left .widget .widget-title + ul,
aside.left .widget .widget-title + ol,
aside.left .widget .widget-title + div,
aside.left .widget .widget-title + form,
aside.right .widget .widget-title + ul,
aside.right .widget .widget-title + ol,
aside.right .widget .widget-title + div,
aside.right .widget .widget-title + form,
#header-sidebars .widget .widget-title + ul,
#header-sidebars .widget .widget-title + ol,
#header-sidebars .widget .widget-title + div,
#header-sidebars .widget .widget-title + form {
border: none;
}
aside.left .widget > ul,
aside.left .widget > ol,
aside.left .widget > div,
aside.left .widget > h4+form,
aside.right .widget > ul,
aside.right .widget > ol,
aside.right .widget > div,
aside.right .widget > h4+form,
#header-sidebars .widget > ul,
#header-sidebars .widget > ol,
#header-sidebars .widget > div,
#header-sidebars .widget > h4+form {
padding: 6px 0 0 0;
}
aside.left .widget > ul:after,
aside.left .widget > ol:after,
aside.left .widget > div:after,
aside.left .widget > h4+form:after,
aside.right .widget > ul:after,
aside.right .widget > ol:after,
aside.right .widget > div:after,
aside.right .widget > h4+form:after,
#header-sidebars .widget > ul:after,
#header-sidebars .widget > ol:after,
#header-sidebars .widget > div:after,
#header-sidebars .widget > h4+form:after {
position: relative;
top: 10px;
display: block;
clear: both;
margin: 0 -10px;
height: 1px;
content: "";
}
#footer-sidebars .widget .widget-title {
white-space: normal;
}
.wpv_authors .authors_list > li {
padding: 0 0;
border-bottom: 0 solid #EDEDED;
position: relative;
overflow: hidden;
margin: 0;
text-overflow: ellipsis;
}
.wpv_authors .authors_list > li:first-child {
padding-top: 0;
}
.wpv_authors .authors_list > li:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.wpv_authors .gravatar {
float: left;
}
.wpv_authors .author_name  h6 {
margin-bottom: 5px;
}
.wpv_authors .author_name  h6 a {
font-size: 16px !important;
}
.wpv_authors .author_info:not(:first-child) {
padding-left: 50px;
}
.wpv_authors .author_desc {
padding-bottom: 10px;
}
.wpv_authors .post-count {
font-size: .8em;
}
.widget_calendar {
max-width: 100%;
}
.widget_calendar #wp-calendar {
width: 100%;
}
.widget_calendar #wp-calendar caption {
font: 300 20px/26px Helvetica;
color: #000000;
padding: 0 0 10px 0;
}
.widget_calendar #wp-calendar thead {
border-top: 1px solid #EDEDED;
border-bottom: 1px solid #EDEDED;
}
.widget_calendar #wp-calendar tbody {
padding: 10px 0;
}
.widget_calendar #wp-calendar tbody tr:first-child td {
padding-top: 10px;
}
.widget_calendar #wp-calendar tbody tr:last-child td {
padding-bottom: 10px;
}
.widget_calendar #wp-calendar tfoot {
border-top: 1px solid #EDEDED;
}
.widget_calendar #wp-calendar tfoot td {
padding-top: 10px;
margin-top: 5px;
}
.widget_calendar #wp-calendar tfoot td:first-child {
text-align: left;
}
.widget_calendar #wp-calendar tfoot td:last-child {
text-align: right;
}
.widget_calendar #wp-calendar tfoot td a {
font-weight: bold;
}
.widget_calendar #wp-calendar td#today {
background: #b69e59;
color: #ffffff;
border-radius: 3px;
}
.widget_calendar th,
.widget_calendar td {
padding: 2px;
text-align: center;
}
.widget_calendar th {
font-size: 100%;
}
.wpv_icon_link li {
padding: 10px 0;
}
.wpv_icon_link li:first-child {
padding-top: 0;
}
.wpv_icon_link a {
color: inherit;
display: block;
height: 32px;
line-height: 32px;
position: relative;
}
.wpv_icon_link a span {
line-height: 32px;
height: 32px;
display: block;
position: absolute;
}
.wpv_icon_link .content {
left: 0;
top: 0;
padding-left: 40px;
}
.wpv_icon_link .before {
left: 0;
top: 2px;
font-size: 25px;
}
.wpv_icon_link .after {
right: 0;
top: 0;
font-size: 1.5em;
opacity: 0.6;
display: none;
}
.wpv_icon_link [data-icon-type="facebook"] {
color: #39599f;
}
.wpv_icon_link [data-icon-type="twitter"] {
color: #45b0e3;
}
.wpv_icon_link [data-icon-type="googleplus"] {
color: #d04f40;
}
.wpv_icon_link [data-icon-type="pinterest1"] {
color: #cb2027;
}
.wpv_icon_link [data-icon-type="flickr"] {
color: #e956a2;
}
.wpv_icon_link [data-icon-type="vimeo"] {
color: #1ab7ea;
}
.wpv_icon_link [data-icon-type="youtube"] {
color: #f33;
}
.wpv_icon_link [data-icon-type="linkedin"] {
color: #4875B4;
}
.wpv_icon_link [data-icon-type="wordpress"] {
color: #464646;
}
#top-nav-sidebar .wpv_icon_link {
margin-top: -6.25px;
margin-bottom: -6.25px;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav {
display: block;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li {
display: block;
float: left;
background: #ffffff;
border: 1px solid #EDEDED;
padding: 10px;
border-radius: 1px 1px 0 0;
margin-bottom: -1px;
margin-right: -1px;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li .icon {
color: #000000;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li:hover .icon,
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li.ui-state-active .icon,
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li.ui-state-selected .icon {
color: #b69e59;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li.ui-state-active {
border-bottom-color: #ffffff;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li a {
padding: 5px;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li a:hover {
text-decoration: none;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li a:hover .icon {
color: #b69e59 !important;
font-size: 20px;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li a .icon {
color: #000000;
text-align: center;
font-size: 20px;
padding: 0;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li .icon {
display: block;
text-transform: none;
font-size: 17px;
line-height: 22px;
}
.wpv_posts [data-single] .icon {
color: #b69e59;
}
.wpv_posts .ui-tabs-panel {
background: transparent;
padding: 0;
}
.wpv_posts .ui-tabs-panel .tagcloud {
margin-bottom: -5px;
padding-top: 10px !important;
}
.wpv_posts .wpv-tabs.horizontal .pane {
background: #ffffff;
color: #000000;
border: 1px solid #EDEDED;
border-top-right-radius: 1px;
}
.wpv_posts .wpv-tabs.horizontal .pane.tab-comments .title a:last-child {
font-size: 11px;
color: #97AAB4;
}
.wpv_posts .posts_list {
padding: 0;
background: transparent;
}
.wpv_posts .posts_list li {
padding: 10px;
display: table;
width: 100%;
box-sizing: border-box;
}
.wpv_posts .posts_list li .thumbnail {
position: relative;
display: table-cell;
width: 70px;
vertical-align: top;
}
.wpv_posts .posts_list li .thumbnail img {
width: 70px;
height: auto;
padding-right: 10px;
}
.wpv_posts .posts_list li .post_extra_info {
display: table-cell;
vertical-align: text-top;
padding-left: 0;
font-size: 11px;
font-color: #EDEDED;
font-style: italic;
}
.wpv_posts .posts_list li .post_extra_info .title {
margin: 0;
}
.wpv_posts .posts_list li .post_extra_info .title a {
font-weight: normal;
font-size: 15px;
line-height: 20px;
}
.wpv_posts .posts_list li .post_extra_info .title + div {
color: #97AAB4;
}
.wpv_posts .posts_list li .post_extra_info .nothumb .title a {
padding-top: 0;
font-weight: normal;
font-size: 11px;
line-height: 20px;
}
.wpv_posts .posts_list li .post_extra_info .comments {
display: none;
}
.widget_nav_menu > div {
padding: 0 !important;
}
.widget_nav_menu > div:after {
top: 0 !important;
margin: 0 !important;
}
.widget_nav_menu.widget .menu-pagepost-options-container {
border-right: none !important;
border-bottom: none !important;
border-left: none !important;
}
.widget_nav_menu .menu li {
background-color: #ffffff;
margin: 0;
padding: 0;
border-bottom: 1px solid #EDEDED;
}
.widget_nav_menu .menu li:last-child {
border-bottom: none;
}
.widget_nav_menu .menu li.current_page_item a,
.widget_nav_menu .menu li:hover a {
color: #8b732f;
transition: all .5s;
transition: none;
}
.widget_nav_menu .menu li.current_page_item a {
font-weight: normal;
}
.widget_nav_menu .menu li a {
box-sizing: border-box;
display: block;
padding: 10px 10px 10px 5px;
min-width: 100%;
border: 0 !important;
color: #000000;
}
.widget_post_formats .post-format-pad {
position: relative;
left: auto;
float: left;
margin: 5px;
padding: 0px !important;
width: 30px;
height: 30px;
border: none;
}
.widget_post_formats .post-format-pad * {
margin-top: 0px !important;
margin-left: 1px !important;
}
.widget_post_formats .post-format-pad a {
width: 28px;
height: 28px;
display: block;
font-size: 18px;
line-height: 28px;
text-align: center;
padding: 0 !important;
}
.widget_post_formats .post-format-pad a:hover {
text-decoration: none !important;
}
.widget_post_formats .post-format-pad .icon {
color: #000000;
}
.widget_post_formats .post-format-pad .icon:hover {
color: #8b732f;
}
.widget_post_formats .post-format-pad .icon:visited {
color: #000000;
}
.widget_post_formats .post-format-pad .icon.standard {
padding-top: 2px !important;
}
.widget_post_formats .post-format-pad .icon.standard span.icon {
vertical-align: inherit;
}
.widget_search .searchform,
.widget_product_search  .woocommerce-product-search {
position: relative;
display: block;
padding: 0 !important;
max-width: 100% !important;
width: 100%;
white-space: nowrap;
margin-top: 20px;
}
.widget_search .searchform input[name="s"],
.widget_product_search  .woocommerce-product-search input[name="s"] {
width: 100% !important;
height: 44px;
border-right-width: 45px;
border-color: #EDEDED;
transition: all .4s;
padding: 5px 10px;
}
.widget_search .searchform input[name="s"]:focus,
.widget_product_search  .woocommerce-product-search input[name="s"]:focus {
border-color: #EDEDED;
}
.widget_search .searchform [type="submit"],
.widget_product_search  .woocommerce-product-search [type="submit"] {
position: absolute;
z-index: 5;
padding: 0 !important;
width: 45px;
height: 44px;
background: transparent;
box-shadow: none;
text-indent: -200px;
font-size: inherit !important;
border: 1px solid #EDEDED;
top: 0px;
right: 0px;
bottom: 1px;
color: transparent;
}
.widget_search .searchform [type="submit"]:hover,
.widget_product_search  .woocommerce-product-search [type="submit"]:hover {
border: 1px solid #b69e59;
}
.widget_search .searchform:before,
.widget_product_search  .woocommerce-product-search:before {
position: absolute;
right: 0;
top: 0;
bottom: 2px;
z-index: 4;
margin: 0;
width: 45px;
height: 44px;
background: #ffffff;
color: #b69e59;
content: "\e12d";
font: normal 26px/48px icomoon;
cursor: pointer;
text-align: center;
border: none;
}
.tagcloud {
padding-bottom: 5px !important;
}
.tagcloud a {
display: inline-block;
position: relative;
text-transform: lowercase;
color: #545f64;
background: #ffffff;
border-color: #d8dddf;
font: 300 36px/40px Helvetica;
font-weight: normal;
border-radius: 0px;
margin: 0px;
padding: 5px 10px;
line-height: 1em;
}
.tagcloud a:hover {
background: #b69e59;
text-decoration: none;
color: #ffffff !important;
}
.widget_rss .widget-title a.rsswidget {
color: #000000 !important;
}
.widget_rss .widget-title a.rsswidget img {
display: none;
}
.page-404 {
position: relative;
padding: 0 50px 0.035px;
text-align: center;
}
.page-404 .searchform {
position: relative;
display: block;
margin: 0 auto 100px auto;
max-width: 812px;
box-sizing: border-box;
}
.page-404 input[name=s] {
box-sizing: border-box;
z-index: 1;
padding: 5px 122px 5px 10px;
width: 100%;
height: 45px;
font-style: italic;
font-size: 15px;
}
.page-404 input[name=s]:focus {
font-style: normal;
}
.page-404 input[type=submit] {
position: absolute;
top: 3px;
right: 3px;
bottom: 3px;
z-index: 3;
padding: 0 1em !important;
height: 40px;
font-size: 16px;
}
#header-404 {
display: block;
margin: 0 auto;
padding-top: 100px;
padding: 30px;
height: 324px;
width: auto;
max-width: 812px;
background: url(https://altamoda.com.tw/wp-content/themes/hair-beauty/wpv_theme/assets/images/404_bg.png) no-repeat bottom right;
color: #D8D8D8;
text-align: left;
}
#header-404 .line-1 {
font: 300 70px/1 Helvetica, Arial, serif;
color: #b69e59;
}
#header-404 .line-2 {
font: 300 50px/1.1 Helvetica, Arial, serif;
color: #000000;
line-height: 0.8em;
padding-bottom: 20px;
}
#header-404 .line-3 {
font: 300 20px/1 Helvetica, Arial, serif;
color: #000000;
}
#header-404 .line-4 {
margin-top: 80px;
color: #000000;
}
.w-header h4 {
font-weight: 400;
font-size: 24px;
margin-bottom: 5px;
}
.w-header h1 {
color: #4F5468 !important;
margin-bottom: 20px;
margin-top: 10px;
}
.w-header h6 {
color: #4F5468 !important;
letter-spacing: 1px;
font-weight: 300;
font-size: 14px;
line-height: 20px;
}
.w-header p,
.screens .linkarea p {
padding-top: 0;
margin-top: 0;
}
.w-testiomonials blockquote.simple h3.quote-summary {
font: 300 26px/38px Helvetica, Arial, serif;
}
.w-testiomonials blockquote.simple .quote-text {
width: 80%;
margin: auto;
}
.screens .linkarea img {
transition: all .3s ease;
box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
border-radius: 2px;
}
.screens .linkarea:hover img {
box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16);
margin-top: -10px;
margin-bottom: 10px;
}
.screens .linkarea h3 {
margin-bottom: 5px;
}
body.full.sticky-footer .footer-wrapper {
position: fixed;
z-index: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
footer.main-footer div.wpcf7 input,
footer.main-footer div.wpcf7 textarea,
footer.main-footer div.wpcf7 select {
background: none !important;
color: #D8D8D8;
border: 1px solid rgba(255,255,255,0.15);
}
footer.main-footer div.wpcf7 input:hover,
footer.main-footer div.wpcf7 textarea:hover,
footer.main-footer div.wpcf7 select:hover {
border-color: rgba(255,255,255,0.3);
}
footer.main-footer div.wpcf7 select {
height: 30px;
}
footer.main-footer div.wpcf7 input.wpcf7-submit:hover {
border-color: #b69e59;
}
footer.main-footer .sep-3 {
margin: 0px;
opacity: 0.2;
}
footer.main-footer,
footer.main-footer p,
footer.main-footer a,
footer.main-footer th,
footer.main-footer td {
font: 300 14px/22px Lato;
color: #d8d8d8;
}
footer.main-footer p {
line-height: 170%;
margin-bottom: 0;
}
footer.main-footer .widget li {
background: transparent;
border-bottom: none !important;
}
footer.main-footer .widget.widget_nav_menu #menu-horizontal-footer {
text-align: center;
}
footer.main-footer .widget.widget_nav_menu #menu-horizontal-footer li {
display: inline-block;
vertical-align: top;
}
footer.main-footer .widget.widget_nav_menu #menu-horizontal-footer li:hover a,
footer.main-footer .widget.widget_nav_menu #menu-horizontal-footer li.current-menu-item a {
background: none;
color: #b69e59 !important;
}
footer.main-footer .widget.widget_nav_menu #menu-horizontal-footer li a {
padding: 5px 20px;
color: #ffffff;
font-size: 14px;
}
footer.main-footer .widget.widget_nav_menu .menu li:last-child {
border-bottom: none;
}
footer.main-footer .widget.widget_nav_menu .menu li a {
color: #c8b170;
padding: 5px 8px 8px 3px;
}
footer.main-footer .widget.widget_nav_menu .menu li a:visited {
color: #c8b170 !important;
}
footer.main-footer .widget.widget_nav_menu .menu li a:active {
color: #c8b170 !important;
}
footer.main-footer .widget.widget_nav_menu .menu li a:hover {
color: #ffffff !important;
text-decoration: none !important;
background: none;
}
footer.main-footer .widget.widget_nav_menu .menu li:hover,
footer.main-footer .widget.widget_nav_menu .menu li.current_page_item {
position: relative;
}
footer.main-footer .widget.widget_nav_menu .menu li:hover a,
footer.main-footer .widget.widget_nav_menu .menu li.current_page_item a {
color: #c8b170;
background: none;
}
footer.main-footer .widget .widget-title {
border: none;
text-align: left;
padding: 0;
margin: 0 0 10px;
font: normal 24px/28px Playfair Display !important;
color: #ffffff !important;
}
footer.main-footer .widget .widget-title > .icon {
margin-bottom: 17px;
}
footer.main-footer a {
color: #c8b170;
transition: all .3s ease;
}
footer.main-footer a:visited {
color: #c8b170;
}
footer.main-footer a h4 {
color: #ffffff !important;
}
footer.main-footer a:hover {
color: #ffffff;
text-decoration: none;
}
footer.main-footer a:hover .icon.shortcode {
color: #ffffff !important;
}
footer.main-footer a:hover .icon.shortcode.border {
background: rgba(0,0,0,0.2);
border-color: transparent;
color: #ffffff;
}
#footer-sidebars {
box-sizing: border-box;
position: relative;
}
#footer-sidebars .row:first-child {
border-bottom: solid 1px rgba(237,237,237,0.2);
margin-bottom: 30px;
}
#footer-sidebars > .row aside {
border-right: 0;
padding: 10px 0 30px;
float: left;
box-sizing: border-box;
}
#footer-sidebars > .row aside.cell-1-1 {
width: 100%;
}
#footer-sidebars > .row aside.cell-1-2 {
width: 50%;
}
#footer-sidebars > .row aside.cell-1-3 {
width: 33.333333333333%;
}
#footer-sidebars > .row aside.cell-1-4 {
width: 25%;
}
#footer-sidebars > .row aside.cell-1-5 {
width: 20%;
}
#footer-sidebars > .row aside.cell-1-6 {
width: 16.666666666667%;
}
#footer-sidebars > .row aside.cell-2-3 {
width: 66.666666666667%;
}
#footer-sidebars > .row aside.cell-2-4 {
width: 50%;
}
#footer-sidebars > .row aside.cell-2-5 {
width: 40%;
}
#footer-sidebars > .row aside.cell-2-6 {
width: 33.333333333333%;
}
#footer-sidebars > .row aside.cell-3-4 {
width: 75%;
}
#footer-sidebars > .row aside.cell-3-5 {
width: 60%;
}
#footer-sidebars > .row aside.cell-3-6 {
width: 50%;
}
#footer-sidebars > .row aside.cell-4-5 {
width: 80%;
}
#footer-sidebars > .row aside.cell-4-6 {
width: 66.666666666667%;
}
#footer-sidebars > .row aside.cell-5-6 {
width: 83.333333333333%;
}
#footer-sidebars > .row .widget {
padding-left: 30px;
padding-right: 30px;
}
#footer-sidebars > .row .widget,
#footer-sidebars > .row .widget:last-child {
margin-bottom: 0;
padding-bottom: 0px;
text-align: center;
}
#footer-sidebars > .row .widget:hover .widget-title:after {
width: 160px;
}
#footer-sidebars > .row .widget .widget-title {
text-align: left;
padding-top: 0px;
padding-bottom: 5px;
letter-spacing: 2px;
text-align: center;
}
#footer-sidebars > .row .widget .widget-title:after {
content: "";
display: block;
width: 80px;
height: 1px;
background: #b69e59;
margin: auto;
margin-top: 15px;
transition: all .8s;
}
#footer-sidebars .wpv_icon_link li {
padding: 5px;
}
#footer-sidebars .wpv_icon_link li:first-child {
padding-top: 0;
}
#footer-sidebars .wpv_posts .wpv-tabs > ul {
border-bottom-color: rgba(0,0,0,0.4);
background-color: #212529;
}
#footer-sidebars .wpv_posts .wpv-tabs > ul li {
border-bottom: 1px solid transparent !important;
}
#footer-sidebars .wpv_posts .wpv-tabs > ul li.ui-state-hover,
#footer-sidebars .wpv_posts .wpv-tabs > ul li.ui-state-selected,
#footer-sidebars .wpv_posts .wpv-tabs > ul li.ui-state-active {
border-color: rgba(0,0,0,0.4);
background: transparent;
border-bottom-color: #212529 !important;
}
#footer-sidebars .wpv_posts .ui-tabs-panel {
border-color: rgba(0,0,0,0.4);
}
#footer-sidebars .wpv_posts .posts_list li {
border-top-color: rgba(0,0,0,0.4);
padding: 0 0 10px 0;
}
.wpv-subfooter {
background-position: center top;
padding: 20px 35px;
margin: 0;
position: relative;
z-index: 5;
}
.wpv-subfooter .alignright,
.wpv-subfooter .alignleft {
margin: 0px !important;
}
.wpv-subfooter a {
color: #c8b170;
transition: all .3s ease;
}
.wpv-subfooter a:visited {
color: #c8b170;
}
.wpv-subfooter a:hover {
color: #000000;
text-decoration: none;
}
.wpv-subfooter a:hover .icon.shortcode {
color: #000000 !important;
}
.wpv-subfooter .aligncenter {
margin-top: 0;
margin-bottom: 0;
}
.wpv-subfooter > .row {
padding: 0;
margin: 0 auto;
}
.wpv-subfooter .wpv-grid {
min-height: 1px;
}
.wpv-subfooter,
.wpv-subfooter * {
font: normal 12px/30px Lato;
color: #72777e;
}
#sub-footer-menu ul {
margin: 0;
}
#sub-footer-menu li {
list-style: none;
float: left;
padding: 0 5px;
border-left: 1px solid rgba(255,255,255,0.15);
}
#sub-footer-menu li a {
color: #c8b170;
font: normal 12px/30px Lato;
}
#sub-footer-menu li:first-child {
padding-left: 0;
border-left: 0;
}
.main-footer .mc4wp-form {
padding-top: 10px;
padding-bottom: 20px;
}
.main-footer .mc4wp-form input,
.main-footer .mc4wp-form textarea,
.main-footer .mc4wp-form select {
padding: 12px 14px !important;
transition: all .3s;
margin: 0px;
background: none;
font-size: 14px;
line-height: 18px;
height: 46px;
border-color: rgba(255,255,255,0.3);
color: #ffffff;
}
.main-footer .mc4wp-form input[type=email] {
width: 190px;
display: inline-block;
vertical-align: top;
}
.main-footer .mc4wp-form input:hover,
.main-footer .mc4wp-form textarea:hover {
border: 1px solid #b69e59;
}
.main-footer .mc4wp-form input:hover {
border-right-color: transparent;
}
.main-footer .mc4wp-form input[type=submit] {
font-size: 10px;
letter-spacing: 1px;
line-height: 1em;
color: #fff;
vertical-align: top;
padding: 1em 1.4em;
border: solid 1px #b69e59;
background: transparent;
text-transform: uppercase;
font-weight: 600;
}
.main-footer .mc4wp-form input[type=submit]:hover {
background: #b69e59 !important;
}
#scroll-to-top,
#toggle-style-switcher {
display: block;
width: 25px !important;
height: 22px !important;
line-height: 22px !important;
font-size: 20px !important;
padding: 4px;
margin-left: 2px;
font-family: "icomoon";
text-align: center;
cursor: pointer;
z-index: 9998;
border: none !important;
position: relative;
background: #b69e59;
text-shadow: 0 -1px 0 #998343;
color: #ffffff !important;
border-radius: 1px 0 0 1px;
}
#scroll-to-top:hover,
#toggle-style-switcher:hover {
padding-right: 6px;
text-decoration: none;
margin-left: 0;
color: #ffffff !important;
}
#style-switcher {
position: fixed !important;
z-index: 900000 !important;
top: 200px;
left: 0;
right: auto;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
#style-switcher #toggle-style-switcher {
position: absolute;
top: 0;
right: -35px !important;
border-radius: 0 1px 1px 0;
margin-left: 0;
margin-right: 2px;
}
#style-switcher #toggle-style-switcher:after {
border-right-color: #b69e59 !important;
}
#style-switcher #toggle-style-switcher:before {
content: "\e035";
font-family: theme;
}
#style-switcher #toggle-style-switcher:hover {
padding-right: 4px;
}
#style-switcher.open #toggle-style-switcher,
#style-switcher:hover #toggle-style-switcher {
padding-left: 6px !important;
margin-right: 0 !important;
opacity: 1;
}
body.admin-bar #style-switcher {
top: 233px;
}
#scroll-to-top {
position: fixed;
z-index: -1;
opacity: 0;
bottom: 15px;
right: 10px;
width: 30px !important;
height: 30px !important;
line-height: 28px !important;
font-size: 20px !important;
padding: 4px;
margin-left: 0px;
border: solid 1px #b69e59 !important;
background: transparent;
text-shadow: none;
color: #b69e59 !important;
border-radius: 50%;
transition: all 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
#scroll-to-top:hover {
opacity: 0;
padding: 4px;
background: #b69e59;
border-color: #b69e59;
}
#scroll-to-top.visible {
opacity: 1;
z-index: 200;
}
#scroll-to-top.visible:hover {
opacity: 1;
}
.post-siblings a {
position: fixed;
top: 50%;
display: block;
width: 25px;
padding: 0 15px;
height: 100px;
background: #ffffff;
margin-top: -50px;
text-align: center;
color: #000000;
font-size: 25px;
line-height: 100px;
transition: all .15s ease-out;
border: solid 1px #EDEDED;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.post-siblings a:hover {
background: #b69e59;
border-color: #b69e59;
color: #ffffff;
}
.post-siblings a[rel="prev"] {
left: 0;
}
.post-siblings a[rel="next"] {
right: 0;
}
.woocommerce .meta-header {
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.woocommerce input[type=text],
.woocommerce input[type=tel],
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce input[type=email],
.woocommerce input[type=search],
.woocommerce input[type=date],
.woocommerce input[type=range],
.woocommerce input[type=number],
.woocommerce input[name="apply_coupon"],
.woocommerce textarea,
.woocommerce select {
padding: 12px;
margin-bottom: 0 !important;
font-size: 14px;
box-shadow: none;
text-shadow: none;
font-weight: normal;
border-radius: 0px;
}
.woocommerce a.remove,
.woocommerce ul.product_list_widget li a.remove {
font-size: 18px !important;
height: 20px;
width: 20px;
padding: 0px;
font-weight: normal;
line-height: 1em !important;
text-align: center;
}
.woocommerce a.remove:hover,
.woocommerce ul.product_list_widget li a.remove:hover {
background: red !important;
}
.woocommerce .checkout-breadcrumb .icon.shortcode {
line-height: 1.15;
font-size: 20px;
padding: 0 20px;
vertical-align: middle !important;
color: #EDEDED;
}
.woocommerce .checkout-breadcrumb .title-part-inactive {
color: #EDEDED;
}
.woocommerce #payment {
background: none;
}
.woocommerce #payment #place_order {
padding: 1em 1.8em;
}
.woocommerce #payment div.payment_box {
box-shadow: none;
text-shadow: none;
background: none;
border: solid 1px #EDEDED;
}
.woocommerce #payment div.payment_box:after {
border-bottom-color: #EDEDED;
}
.woocommerce #payment div.payment_box:before {
margin: -10px 0 0 20px;
border: 10px solid transparent;
border-bottom-color: #dfdcde;
}
.woocommerce #payment div.payment_box p {
margin: 0;
}
.woocommerce #payment ul.payment_methods {
padding: 10px 0px;
border-bottom: 0;
}
.woocommerce #payment ul.payment_methods li input {
margin: 0 0.5em 0 0;
vertical-align: middle;
border: 0;
}
.woocommerce #payment div.form-row {
text-align: center;
padding: 0px;
}
.woocommerce #payment .payment_method_paypal .about_paypal {
font-size: 1em;
}
.woocommerce h1.page-title,
.woocommerce div.product .product_title {
display: none;
}
.woocommerce .star-rating {
float: none;
color: #b69e59;
font-style: normal;
}
.woocommerce .star-rating:before {
color: #b69e59;
font-style: normal;
}
.woocommerce .woocommerce-result-count {
margin-top: 20px;
line-height: 15px;
}
.woocommerce .woocommerce-ordering {
margin-bottom: 30px;
}
.woocommerce .woocommerce-ordering select {
padding: 10px;
box-shadow: 0 1px 2px rgba(0,0,0,0.16) !important;
font-size: 12px;
line-height: 22px;
}
.woocommerce form.login {
border-radius: 0px;
border: 3px solid #b69e59;
}
.woocommerce form.checkout_coupon {
border-radius: 0px;
border: 3px solid #b69e59;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
margin-bottom: 2em;
border-top: 0;
background: transparent;
box-shadow: none;
padding: 10px !important;
text-shadow: none;
border-radius: 0px;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
display: none;
}
.woocommerce .button.wc-forward:after,
.woocommerce .button.wc-forward:before,
.woocommerce .button.wc-forward a:after,
.woocommerce .button.wc-forward a:before,
.woocommerce .button.wc-backward:after,
.woocommerce .button.wc-backward:before,
.woocommerce .button.wc-backward a:after,
.woocommerce .button.wc-backward a:before {
display: none;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
background-color: transparent;
border: solid 1px #EDEDED;
border-radius: 0px;
}
.woocommerce .woocommerce-error {
background-color: rgba(182,158,89,0.1);
color: rgba(182,158,89,0.8);
text-shadow: none;
}
.woocommerce span.onsale,
.woocommerce .products.vamtam-wc .product span.onsale {
top: 0;
right: 0;
left: auto;
z-index: 5;
margin: 0;
text-transform: uppercase;
font-weight: bold;
font-style: normal;
font-size: .75em;
line-height: 1;
min-width: 0;
min-height: 0;
font-family: Helvetica, Arial, serif, sans-serif;
padding: 10px;
border-radius: 0;
background-color: #b69e59;
color: #ffffff;
}
.woocommerce ul#shipping_method li {
padding: 0 0 0 10px;
}
.woocommerce .products.vamtam-wc .product .stock,
.woocommerce div.product .summary .stock {
font-size: 12px;
margin: 0;
overflow: hidden;
}
.woocommerce .products.vamtam-wc .product .stock small,
.woocommerce div.product .summary .stock small {
position: relative;
color: #000000;
line-height: 1;
padding-right: 5px;
}
.woocommerce .products.vamtam-wc .product .stock small:after,
.woocommerce div.product .summary .stock small:after {
content: "";
position: absolute;
left: 100%;
bottom: 3px;
width: 800px;
height: 1px;
background: #EDEDED;
}
.woocommerce .products.vamtam-wc {
position: relative;
margin-bottom: 0;
}
.woocommerce .products.vamtam-wc.vamtam-cubeportfolio .product .price {
margin-top: -48px;
}
.woocommerce .products.vamtam-wc li.product-category mark.count {
display: none;
}
.woocommerce .products.vamtam-wc .product {
padding: 0;
text-align: center;
}
.woocommerce .products.vamtam-wc .product:hover h5 {
opacity: 1;
}
.woocommerce .products.vamtam-wc .product.first {
clear: both;
}
.woocommerce .products.vamtam-wc .product.last {
margin-right: 0;
}
.woocommerce .products.vamtam-wc .product .price del > span,
.woocommerce .products.vamtam-wc .product .price ins > span,
.woocommerce .products.vamtam-wc .product span.amount {
background: #ffffff;
color: #000000;
display: inline-block;
font: bold 18px/32px 'Playfair Display';
position: relative;
padding: 10px 30px;
}
.woocommerce .products.vamtam-wc .product .price del > span:after,
.woocommerce .products.vamtam-wc .product .price ins > span:after,
.woocommerce .products.vamtam-wc .product span.amount:after {
border: solid 1px #b69e59;
display: block;
position: absolute;
content: " ";
height: 40px;
width: 80%;
top: 8px;
left: 10%;
}
.woocommerce .products.vamtam-wc .product .add_to_cart_button,
.woocommerce .products.vamtam-wc .product .vamtam-button.product_type_simple {
display: inline-block;
background: none;
margin-top: 0;
padding: 10px !important;
}
.woocommerce .products.vamtam-wc .product .add_to_cart_button:hover .icon {
color: #8b732f;
}
.woocommerce .products.vamtam-wc .product .wc-new-badge {
margin: 0;
position: absolute;
top: 0;
left: 0;
border-radius: 0;
padding: 5px 10px;
background: #b69e59;
}
.woocommerce .products.vamtam-wc .product .categories {
margin: 0;
padding: 0px 0px 10px 0px;
}
.woocommerce .products.vamtam-wc .product .categories a {
color: #000000;
font-size: 12px;
font-weight: normal;
opacity: 0.5;
transition: all .3s;
}
.woocommerce .products.vamtam-wc .product .categories a:hover {
color: #8b732f;
opacity: 1;
}
.woocommerce .products.vamtam-wc .product .price {
font: normal 24px/30px Playfair Display;
font-size: 0;
display: block;
color: #97AAB4;
position: relative;
margin-bottom: 15px;
margin-top: -50px;
transform: translateZ(0);
}
.woocommerce .products.vamtam-wc .product .price del,
.woocommerce .products.vamtam-wc .product .price ins {
font-size: 0px;
vertical-align: top;
}
.woocommerce .products.vamtam-wc .product .price del {
margin: 0px;
font-size: inherit;
display: inline;
opacity: 1;
}
.woocommerce .products.vamtam-wc .product .price del > span {
background: #ffffff;
color: #000000;
text-decoration: line-through !important;
}
.woocommerce .products.vamtam-wc .product .price del > span:after {
border-color: #D8D8D8;
}
.woocommerce .products.vamtam-wc .product .price ins > span {
color: #F55923;
background: #ffffff;
}
.woocommerce .products.vamtam-wc .product .price ins > span:after {
border-color: #D55000;
}
.woocommerce .products.vamtam-wc .product h5 {
position: relative;
display: block;
float: none;
text-transform: uppercase;
font-family: 'Playfair Display';
font-weight: normal;
margin: 0;
padding: 0;
font-size: 10px;
letter-spacing: 1px;
color: #000000;
opacity: 0.8;
}
.woocommerce .products.vamtam-wc .product .woocommerce-loop-product__title {
font-size: 20px;
font-weight: normal;
color: #000000;
padding-bottom: .1em;
transition: all .3s;
}
.woocommerce .products.vamtam-wc .product a:hover .woocommerce-loop-product__title {
box-shadow: none;
color: #8b732f;
}
.woocommerce .products.vamtam-wc .product a:hover .woocommerce-loop-product__title:after {
width: 30%;
opacity: 1;
}
.woocommerce .products.vamtam-wc .product a:hover .product-thumbnail:before,
.woocommerce .products.vamtam-wc .product a:hover .product-thumbnail:after {
opacity: 1;
transform: scale(1);
}
.woocommerce .products.vamtam-wc .product a .woocommerce-loop-product__title {
margin: 0 auto auto auto;
transition: all .6s;
padding-top: 0.5em;
}
.woocommerce .products.vamtam-wc .product a .woocommerce-loop-product__title:after {
content: " ";
display: block;
height: 1px;
background: #b69e59;
margin: 15px auto 10px auto;
transition: all .4s;
width: 20%;
}
.woocommerce .products.vamtam-wc .product a .product-thumbnail {
position: relative;
display: block;
max-height: none !important;
margin-bottom: 0px;
overflow: hidden;
transform: translateZ(0);
}
.woocommerce .products.vamtam-wc .product a .product-thumbnail:before,
.woocommerce .products.vamtam-wc .product a .product-thumbnail:after {
position: absolute;
top: 0;
right: 00px;
bottom: 00px;
left: 00px;
content: '';
opacity: 0;
transition: opacity 0.35s, transform 0.35s;
z-index: 1;
border: 1px solid #b69e59;
}
.woocommerce .products.vamtam-wc .product a .product-thumbnail:before {
border-left: 0;
border-right: 0;
transform: scale(0,1);
}
.woocommerce .products.vamtam-wc .product a .product-thumbnail:after {
border-top: 0;
border-bottom: 0;
transform: scale(1,0);
}
.woocommerce .products.vamtam-wc .product a img {
display: block;
border: 0;
box-shadow: none;
margin: 0;
transition: transform 0.8s;
}
html.no-touch .woocommerce .products.vamtam-wc .product a:hover img {
box-shadow: none !important;
transform: scale(1.1);
}
.woocommerce .products.vamtam-wc .product .aggregateRating {
margin: 10px 0 20px 0;
min-height: 1.4em;
}
.woocommerce .products.vamtam-wc .product .aggregateRating .star-rating {
position: relative;
top: 2px;
float: left;
margin-right: 10px;
margin-bottom: 0;
width: 7em;
color: #b69e59;
letter-spacing: 5px;
font-size: 14px;
}
.woocommerce .products.vamtam-wc .product .aggregateRating .star-rating span {
display: inline-block;
}
.woocommerce .products.vamtam-wc .product .aggregateRating .star-rating span strong,
.woocommerce .products.vamtam-wc .product .aggregateRating .star-rating span span.visualhidden {
display: none;
}
.woocommerce .products.vamtam-wc .product .aggregateRating .star-rating span:before {
font-size: 14px !important;
}
.woocommerce .products.vamtam-wc .product .aggregateRating a.count {
position: relative;
top: -3px;
margin: 0 0 0 5px;
color: #000000;
}
.woocommerce .products.vamtam-wc .product .aggregateRating a.count span.number {
color: #545f64;
}
.woocommerce .products.vamtam-wc .product .aggregateRating + .vamtam-button {
margin-top: 0;
}
.woocommerce .products.vamtam-wc .product span.price span.from {
font: 300 italic 18px/20px Helvetica;
color: #000000;
}
.woocommerce .products.vamtam-wc .product .add_to_cart_button .btext {
padding-left: 1.5em;
padding-right: 1.5em;
}
.woocommerce .products.vamtam-wc div[itemprop="description"] {
margin: 0 0 5px 0;
}
.woocommerce .products.vamtam-wc div[itemprop="description"] > p:first-child {
margin-top: 0;
}
.woocommerce .related.products,
.woocommerce .upsells.products {
clear: both;
margin-top: 100px;
}
.woocommerce .related.products h2,
.woocommerce .upsells.products h2 {
font: 300 44px/42px Helvetica;
position: relative;
margin: 0;
margin-bottom: 30px;
padding: 0 5px 15px 0;
padding-bottom: 20px;
border-bottom: 1px solid #EDEDED;
color: #000000;
text-align: center;
text-transform: uppercase;
}
.woocommerce .related.products ul .product,
.woocommerce .related.products .products.vamtam-wc .product,
.woocommerce .upsells.products ul .product,
.woocommerce .upsells.products .products.vamtam-wc .product {
margin-bottom: 60px;
width: 22.15%;
}
.woocommerce .upsells.products ul .product,
.woocommerce .upsells.products .products.vamtam-wc .product {
margin-bottom: 0;
}
.woocommerce .quantity input.qty,
.woocommerce #quantity input.qty {
border: 1px solid #EDEDED;
font-weight: normal;
width: 60px;
height: 44px;
padding: 0;
font-size: 14px;
color: #000000;
}
.woocommerce div.product span.onsale {
right: 52%;
}
.woocommerce div.product p.price {
margin: 0 0 30px 20px;
}
.woocommerce div.product p.price span.from {
font: 300 italic 18px/20px Helvetica;
color: #000000;
}
.woocommerce div.product p.price bdi {
font: inherit;
}
.woocommerce div.product .woocommerce-tabs {
position: relative;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs {
overflow: visible;
margin: 0;
margin-top: 10px;
padding: 0;
border: 0;
background: #ffffff;
list-style: none;
text-align: center;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li {
position: relative;
z-index: 2;
margin: 0;
padding: 0;
border: 0;
box-shadow: none;
white-space: nowrap;
border-radius: 0;
background: none;
color: #000000;
float: none;
display: inline-block;
width: auto;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs > ul.tabs li:after {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li a {
position: relative;
display: block;
padding: 25px 16px;
outline: none;
color: #000000;
text-shadow: none;
font-weight: normal;
font-size: 18px;
line-height: 1;
cursor: pointer;
transition: all 0.3s;
border-bottom: solid 1px transparent;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li a .icon {
color: #ffffff;
font-style: normal;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li a:hover {
border: 0;
border-radius: 0px;
box-shadow: none;
color: #b69e59;
text-decoration: none;
border-bottom: solid 3px #b69e59;
background: none;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li a:hover .icon {
color: #ffffff !important;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li.active {
padding: 0 !important;
border: 0;
box-shadow: none;
color: #ffffff;
text-decoration: none;
white-space: nowrap;
border-radius: 0px;
background: none;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li.active a {
border-bottom: solid 3px #b69e59;
background: none;
color: #b69e59;
}
.woocommerce div.product .woocommerce-tabs .panel {
clear: both;
margin-bottom: 0 !important;
padding: 10px 12px 0 12px;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs:after,
.woocommerce div.product .woocommerce-tabs > ul:after {
display: block;
clear: both;
content: "";
}
.woocommerce div.product .woocommerce-tabs #tab-description > h2,
.woocommerce div.product .woocommerce-tabs #tab-reviews h2 {
display: none;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #comments > div .star-rating {
display: none;
}
.woocommerce div.product form.cart {
margin: 20px 0px;
}
.woocommerce div.product form.cart .group_table td {
padding-bottom: 1em;
}
.woocommerce div.product form.cart + .share-btns {
text-align: left;
padding: 20px 0;
}
.woocommerce div.product form.cart + .share-btns > ul {
margin-left: 0;
}
.woocommerce div.product form.cart + .share-btns .sep:first-child,
.woocommerce div.product form.cart + .share-btns .sep-2:first-child,
.woocommerce div.product form.cart + .share-btns .sep-3:first-child {
display: none;
}
.woocommerce div.product .product_meta .posted_in,
.woocommerce div.product .product_meta .tagged_as {
display: block;
}
.woocommerce div.product div.images {
position: relative;
margin-bottom: 120px;
}
.woocommerce div.product div.images .bx-wrapper {
margin-bottom: 0;
}
.woocommerce div.product div.images ul.thumbnails {
padding-top: 0;
list-style-type: none;
margin: 0;
}
.woocommerce div.product div.images ul.thumbnails li {
display: inline-block;
margin-top: 3.8%;
margin-right: 3.8%;
width: 22.05%;
}
.woocommerce.woocommerce-cart .cart_totals table {
float: left;
text-align: left;
}
.woocommerce.woocommerce-checkout .product-subtotal .amount,
.woocommerce.woocommerce-checkout .cart-subtotal .amount,
.woocommerce.woocommerce-checkout .order-total .amount {
font: normal 10px/11px Helvetica;
font-family: 'Playfair Display';
color: #000000;
font-size: 1.2em;
font-weight: bold;
}
.woocommerce.woocommerce-checkout .customer_details dt,
.woocommerce.woocommerce-checkout .customer_details dd {
display: inline;
}
.woocommerce.woocommerce-checkout .customer_details dt:before {
display: block;
content: "";
}
.woocommerce.woocommerce-checkout .addresses {
margin-top: 30px;
}
.woocommerce.woocommerce-checkout table.shop_table th,
.woocommerce.woocommerce-checkout table.shop_table td {
font-weight: normal;
border: 0;
border-bottom: solid 1px #EDEDED;
padding: 10px 0px;
}
.woocommerce.woocommerce-checkout table.shop_table th:last-child,
.woocommerce.woocommerce-checkout table.shop_table td:last-child {
text-align: right;
}
.woocommerce.woocommerce-checkout h3 {
margin-bottom: .8em;
font: 300 20px/26px Helvetica;
}
.woocommerce.woocommerce-checkout #shiptobilling {
line-height: 2.7em;
}
.woocommerce.woocommerce-checkout .amount {
color: #000000;
}
.woocommerce.woocommerce-checkout header.main-header .second-row,
.woocommerce.woocommerce-checkout header.main-header .cart-dropdown,
.woocommerce.woocommerce-checkout header.main-header .search-wrapper,
.woocommerce.woocommerce-checkout header.main-header .layout-logo-text-menu .first-row .first-row-right {
display: none;
}
.woocommerce.woocommerce-checkout header.main-header.layout-logo-menu .header-contents,
.woocommerce.woocommerce-checkout header.main-header.layout-logo-text-menu {
display: block;
text-align: center;
}
.woocommerce.woocommerce-checkout header.main-header.layout-logo-menu .first-row {
display: inline-block;
}
.woocommerce.woocommerce-checkout header.main-header.layout-logo-text-menu .first-row .first-row-left {
display: inline-table;
}
.woocommerce.woocommerce-checkout header.main-header .header-content-wrapper {
border-bottom: solid 1px #EDEDED;
}
.woocommerce.woocommerce-checkout footer.main-footer,
.woocommerce.woocommerce-checkout .page-header:after,
.woocommerce.woocommerce-cart footer.main-footer,
.woocommerce.woocommerce-cart .page-header:after {
display: none !important;
}
.woocommerce #reviews h3 {
margin: 0 0 20px;
font-size: 16px;
}
.woocommerce #reviews #comments ol.commentlist li {
margin-bottom: 0;
padding: 15px 0;
border-top: 1px dotted #EDEDED;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
position: relative;
float: none;
width: 60px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-meta {
color: #000000;
}
.woocommerce #reviews #comments ol.commentlist li .comment-meta div.star-rating {
width: 7em !important;
letter-spacing: 5px;
font-size: 14px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-meta div.star-rating span {
color: #b69e59 !important;
font-size: 14px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-meta div.star-rating span:before {
font-size: 14px !important;
}
.woocommerce #reviews #comments .add_review {
margin-top: 30px;
}
.woocommerce #commentform .form-submit {
padding-top: 10px;
clear: both;
}
.woocommerce .comment-form-author,
.woocommerce .comment-form-email {
width: 48%;
display: inline-block;
vertical-align: top;
}
.woocommerce .comment-form-email {
float: right;
}
.woocommerce label[for] {
display: inline;
}
.woocommerce form .form-row {
margin: 0px;
margin-bottom: 10px;
}
.woocommerce form .form-row label[for] {
display: block;
padding-bottom: 5px;
}
.woocommerce form .form-row label[for].checkbox {
display: inline;
}
.woocommerce article img {
display: inline-block;
}
.woocommerce div.product .summary form.cart {
padding-top: 10px;
padding-left: 20px;
}
.woocommerce div.product .summary > div {
padding-left: 20px;
}
.woocommerce div.product .summary .star-rating {
margin: 13px 8px 15px 0;
width: 7em;
color: #b69e59;
letter-spacing: 5px;
font-size: 14px;
}
.woocommerce div.product .summary .star-rating span:before {
font-size: 14px !important;
}
.woocommerce div.product .summary a.count {
display: inline-block;
margin: 10px 5px 15px 0;
color: #000000;
font-size: 10px;
}
.woocommerce div.product .summary a.count span.number {
color: #545f64;
}
.woocommerce div.product .summary form.variations_form table.variations td {
display: block;
padding-bottom: 5px;
}
.woocommerce div.product .summary form.variations_form table.variations td select {
margin: 0 0 5px 0;
}
.woocommerce div.product .summary .share-btns {
margin: 0 0 0 20px;
padding: 0 0 20px 0;
}
.woocommerce div.product .summary .product_meta {
margin: 20px 0 0 20px;
padding: 20px 0 0 0;
}
.woocommerce div.product .summary .stock {
margin-left: 20px;
}
.woocommerce div.product .summary .stock.out-of-stock {
border-top: 1px solid #EDEDED;
padding: 25px 0 0 0;
}
.woocommerce div.product .summary .stock.out-of-stock small {
font-size: 2em !important;
}
.woocommerce div.product .summary .stock.out-of-stock small:after {
display: none;
}
.woocommerce .price .amount {
font: 300 44px/42px Helvetica;
}
.woocommerce .price .amount,
.woocommerce .price ins .amount {
color: #000000;
text-decoration: none !important;
}
.woocommerce .price del {
opacity: 1;
display: inline-block;
margin-right: .5em;
}
.woocommerce .price del,
.woocommerce .price del .amount {
color: #EDEDED;
text-decoration: line-through;
}
.woocommerce .images a img {
box-shadow: none !important;
}
.woocommerce .product_meta {
padding: 15px 0 0 0;
border-top: 1px solid #EDEDED;
}
.woocommerce .product_meta span {
line-height: 25px;
}
.woocommerce .product_meta a {
font-weight: normal;
color: #000000;
}
.woocommerce .product_meta a:hover {
color: #8b732f;
}
.woocommerce .product_meta a:visited {
color: #000000;
}
.woocommerce table.shop_table {
margin: 0 0 10px 0;
border-radius: 0;
border: 0;
}
.woocommerce table.shop_table tfoot th td {
font-weight: normal;
}
.woocommerce table.shop_table th {
font-weight: bold;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
padding: 10px 0;
border-bottom: solid 1px #EDEDED;
}
.woocommerce.woocommerce-cart .cart-collaterals .button {
margin: 10px 10px 0 0;
}
.woocommerce.woocommerce-cart .coupon {
margin-top: 30px;
text-transform: uppercase;
font-size: 16;
}
.woocommerce.woocommerce-cart table.shop_table,
.woocommerce.woocommerce-cart table.shop_table th,
.woocommerce.woocommerce-cart table.shop_table td {
border: 0;
}
.woocommerce.woocommerce-cart table.shop_table .product-thumbnail img {
width: 50px;
}
.woocommerce.woocommerce-cart table.shop_table td {
border-top: 1px solid #EDEDED;
border-bottom: 0;
}
.woocommerce.woocommerce-cart table.shop_table td.product-name {
width: 60%;
}
.woocommerce.woocommerce-cart table.shop_table td.product-name a {
font-weight: normal;
font-size: 16px;
}
.woocommerce.woocommerce-cart table.shop_table a.remove:hover {
background: none;
color: red;
}
.woocommerce.woocommerce-cart .product-subtotal .amount,
.woocommerce.woocommerce-cart .cart-subtotal .amount,
.woocommerce.woocommerce-cart .order-total .amount {
font: normal 10px/11px Helvetica;
font-family: 'Playfair Display';
font-weight: bold;
color: #000000;
font-size: 1.2em;
}
.woocommerce.woocommerce-cart .cart_totals table.shop_table td {
text-align: right;
}
.woocommerce.woocommerce-cart .cart_totals table.shop_table tr:first-child th {
width: 30%;
}
.woocommerce.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce.woocommerce-cart .cart_totals table.shop_table th strong {
font-weight: normal;
padding: 0;
}
.woocommerce.woocommerce-cart .cart_totals table.shop_table td,
.woocommerce.woocommerce-cart .cart_totals table.shop_table th {
padding: 10px 0;
border-top: 1px solid #EDEDED;
width: 50%;
}
.woocommerce.woocommerce-cart .cart_totals,
.woocommerce.woocommerce-cart .shipping_calculator {
width: auto;
float: none;
}
.woocommerce.woocommerce-cart .cart_totals > h2,
.woocommerce.woocommerce-cart .shipping_calculator > h2 {
font: normal 60px/60px Playfair Display;
font-size: 20px;
line-height: 26px;
text-align: center;
}
.woocommerce.woocommerce-cart .cart_totals > h2 {
margin-top: 0;
}
.woocommerce.woocommerce-cart .shipping-calculator-button:hover {
text-decoration: none;
}
.woocommerce.woocommerce-cart .shipping-calculator-button:after {
display: none;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button {
margin: 0;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .form-row {
padding: 0;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .form-row input {
margin: 0 !important;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .form-row .calc_shipping_country_field {
margin-bottom: 10px;
}
.woocommerce.woocommerce-cart .shipping-calculator-form input.input-text {
font-size: 12px;
padding: 10px 15px;
color: #000;
}
.woocommerce .shipping td p {
margin-top: 5px;
}
.woocommerce .add_review a.button {
box-shadow: none;
text-shadow: none;
}
.woocommerce ul.cart_list a {
font: normal 10px/11px Helvetica;
padding: 5px 0 10px 0;
font-size: 14px;
}
.woocommerce ul.product-categories li.current-cat a {
color: #8b732f;
}
.woocommerce .myaccount_user {
padding-bottom: 70px;
}
.woocommerce .myaccount_address {
padding-bottom: 30px;
}
.woocommerce #customer_login .lost_password {
margin-left: 20px;
}
.woocommerce #order_review_heading {
font: normal 60px/60px Playfair Display;
font-size: 20px;
line-height: 26px;
text-align: center;
}
body.woocommerce .page-wrapper .quantity {
padding-top: 0;
margin: 0 10px 0 0 !important;
}
body.woocommerce-checkout form.login {
margin-bottom: 5em;
}
body.woocommerce-checkout .col-2 {
border: double 4px #b69e59;
padding: 20px;
box-sizing: border-box;
}
.cart-collaterals {
width: auto !important;
padding: 20px;
border: double 4px #b69e59;
}
.cart-collaterals .cart_totals table tr:first-child th {
width: 69%;
}
.cart-collaterals .cart_totals tr td {
border: 0;
padding: 3px !important;
}
.woocommerce-page #review_form #respond p {
margin: 0 0 10px;
}
.vamtam-cart-dropdown-link {
position: relative;
display: block;
margin-top: -1px;
margin-left: 2px;
width: 40px;
background: transparent;
color: #000000;
text-align: center;
font-size: 35px;
line-height: 40px;
cursor: pointer;
transition: all .3s;
padding: 5px 0 5px 10px;
height: 45px;
}
body.sticky-header-type-over.sticky-header.wpv-not-scrolled .vamtam-cart-dropdown-link,
body.sticky-header-type-half-over.sticky-header.wpv-not-scrolled .layout-standard .vamtam-cart-dropdown-link,
body.sticky-header-type-half-over.sticky-header.wpv-not-scrolled .layout-logo-text-menu .vamtam-cart-dropdown-link {
color: #ffffff;
}
.vamtam-cart-dropdown-link .products {
box-sizing: border-box;
position: absolute;
top: 5px;
right: 0px;
z-index: 1;
display: block;
padding: 5px;
width: 20px;
height: 20px;
border-radius: 100px;
background: #b69e59;
color: #ffffff;
text-align: center;
font-style: normal;
font-size: 10px;
font-family: 'Lato';
line-height: 8px;
font-weight: 900;
}
.vamtam-cart-dropdown-link .products.cart-empty {
background: none;
color: #D8D8D8;
border: solid 1px #ccc;
line-height: 0.8em;
font-size: 0.3em;
transition: all .3s;
}
.vamtam-cart-dropdown-link .icon {
position: relative;
top: 5px;
float: left;
font-size: 21px;
color: #D8D8D8;
transition: all .3s;
}
.vamtam-cart-dropdown-link:hover {
text-decoration: none;
color: #b69e59;
}
.vamtam-cart-dropdown-link:hover .icon {
color: #b69e59;
}
.vamtam-cart-dropdown-link:hover .products.cart-empty {
color: #000000;
}
.fixed-header-box .cart-dropdown {
display: table-cell;
min-width: 50px;
vertical-align: middle;
}
.fixed-header-box .cart-dropdown.hidden {
display: none;
}
.fixed-header-box .cart-dropdown:hover .vamtam-cart-dropdown-link {
z-index: 9999;
}
.fixed-header-box .cart-dropdown:not(:last-child) .cart-dropdown-inner {
width: 62px;
}
.fixed-header-box .cart-dropdown:not(:last-child) .vamtam-cart-dropdown-link {
padding-right: 5px;
padding-left: 15px;
}
.fixed-header-box .cart-dropdown:not(:last-child) .vamtam-cart-dropdown-link .products {
right: 5px;
}
.fixed-header-box .cart-dropdown:not(:last-child) .widget {
width: 262px;
}
.fixed-header-box .cart-dropdown .cart-dropdown-inner {
width: 50px;
height: 50px;
}
.fixed-header-box .cart-dropdown .widget {
position: absolute;
display: none;
width: 250px;
background-color: #ffffff;
padding: 25px;
margin-left: -255px;
box-shadow: 0 4px 10px 0px rgba(0,0,0,0.07);
}
.fixed-header-box .cart-dropdown .widget img {
box-shadow: none;
}
.woocommerce #commentform .form-submit input,
.woocommerce #respond #commentform .form-submit input[type="submit"],
.woocommerce .add_review a.button,
.woocommerce #payment #place_order {
display: inline-block;
text-align: center;
cursor: pointer;
position: relative;
z-index: 0;
vertical-align: middle;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
text-decoration: none;
text-shadow: none;
border-radius: 0;
text-align: center !important;
font: 300 12px/1.2em "Lato";
padding: 1.2em 1.7em !important;
transition: color .3s ease-out, border .3s ease-out, background .3s ease-out !important;
}
.woocommerce #commentform .form-submit input:focus,
.woocommerce #respond #commentform .form-submit input[type="submit"]:focus,
.woocommerce .add_review a.button:focus,
.woocommerce #payment #place_order:focus {
outline: 1px dotted #000;
}
.woocommerce #commentform .form-submit input:hover,
.woocommerce #respond #commentform .form-submit input[type="submit"]:hover,
.woocommerce .add_review a.button:hover,
.woocommerce #payment #place_order:hover {
text-decoration: none;
}
.woocommerce #commentform .form-submit input,
.woocommerce #respond #commentform .form-submit input[type="submit"],
.woocommerce .add_review a.button,
.woocommerce #payment #place_order {
border: 1px solid #b69e59;
background: none;
font-weight: 600;
border-radius: 0;
color: #000;
}
.woocommerce #commentform .form-submit input:hover,
.woocommerce #respond #commentform .form-submit input[type="submit"]:hover,
.woocommerce .add_review a.button:hover,
.woocommerce #payment #place_order:hover {
border-color: #000000;
background: #000000;
color: #fff;
}
.woocommerce.woocommerce-cart .cart-collaterals .button {
border: 1px solid #D8D8D8;
background: none;
font-weight: 600;
border-radius: 0;
color: #000;
color: #545f64;
font-size: 11px;
}
.woocommerce.woocommerce-cart .cart-collaterals .checkout-button {
border: 1px solid #b69e59;
background: none;
font-weight: 600;
border-radius: 0;
color: #000;
margin-right: 0px;
}
.woocommerce .button.ajax_add_to_cart:focus {
outline: none !important;
}
.woocommerce .button.ajax_add_to_cart:not(.added):focus .icon,
.woocommerce .button.ajax_add_to_cart:after {
color: #b69e59;
}
.woocommerce .button.ajax_add_to_cart .icon {
color: #000000;
}
.woocommerce .button.ajax_add_to_cart.added:after {
display: inline-block;
height: 35px;
line-height: 35px;
vertical-align: top;
}
.woocommerce .button.ajax_add_to_cart.added + .added_to_cart {
padding-top: 10px;
vertical-align: top;
line-height: 35px;
}
.woocommerce .button.ajax_add_to_cart:hover .icon {
color: #8b732f;
}
body.woocommerce .page-wrapper #submit,
body.woocommerce .page-wrapper .button {
display: inline-block;
text-align: center;
cursor: pointer;
position: relative;
z-index: 0;
vertical-align: middle;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
text-decoration: none;
text-shadow: none;
border-radius: 0;
text-align: center !important;
font: 300 12px/1.2em "Lato";
padding: 1.2em 1.7em !important;
transition: color .3s ease-out, border .3s ease-out, background .3s ease-out !important;
border: 1px solid #b69e59;
background: none;
font-weight: 600;
color: #000;
text-transform: uppercase;
}
body.woocommerce .page-wrapper #submit:focus,
body.woocommerce .page-wrapper .button:focus {
outline: 1px dotted #000;
}
body.woocommerce .page-wrapper #submit:hover,
body.woocommerce .page-wrapper .button:hover {
text-decoration: none;
}
body.woocommerce .page-wrapper #submit:hover,
body.woocommerce .page-wrapper .button:hover {
border-color: #000000;
background: #000000;
color: #fff;
}
body.woocommerce .page-wrapper .products .button {
border: none;
}
.woocommerce.widget span.amount {
color: #b69e59;
}
.woocommerce ul.product_list_widget li a {
font: normal 10px/11px Helvetica;
padding: 5px 0 5px 0;
font-size: 14px;
}
.woocommerce ul.product_list_widget li img {
box-shadow: none;
}
.woocommerce ul.product_list_widget .star-rating {
display: none;
margin: .7em 0;
}
.woocommerce.mega-menu-item-type-widget ul.product_list_widget li .product-title {
font: 'normal' 16px/20px 'Playfair Display';
display: block;
padding-bottom: 5px;
color: #000000;
transition: all .3s;
}
.woocommerce.mega-menu-item-type-widget ul.product_list_widget li .product-title:hover {
color: #8b732f;
}
.woocommerce.mega-menu-item-type-widget ul.product_list_widget li .amount {
font: bold 14px/18px 'Playfair Display';
}
.woocommerce.mega-menu-item-type-widget ul.product_list_widget li ins span.amount {
padding-left: 5px;
}
.woocommerce.widget_product_categories ul.product-categories li a {
padding-bottom: 10px !important;
font-weight: inherit;
transition: all .3s !important;
}
.woocommerce.widget_product_categories ul.product-categories li a:hover {
color: #8b732f !important;
}
.woocommerce.widget_shopping_cart .cart_list li {
padding: 0 0 0.6em 2em;
margin-bottom: 0.6em;
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content li {
overflow: visible;
text-align: left;
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content li.empty {
border-bottom: 0;
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content li a {
font: normal 16px/18px 'Lato' !important;
text-align: left;
padding: 0 0 3px 0;
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content li:last-child {
border: none;
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
padding: 20px 0px 10px 0px;
border-top: 1px solid #EDEDED;
text-align: center;
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total strong,
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total .amount {
font: normal 20px/22px 'Playfair Display';
color: #000000;
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total .amount {
font-weight: bold;
padding-left: 10px;
font-size: 1.7em;
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .quantity .amount {
font: 300 15px/22px Lato;
color: #000000;
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content p:last-child {
text-align: center;
margin-bottom: 0;
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.button {
border: 1px solid #D8D8D8;
background: none;
font-weight: 600;
border-radius: 0;
color: #000;
font-size: 11px;
text-transform: uppercase;
color: #545f64;
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.button:hover:hover {
border-color: #000000;
background: #000000;
color: #fff;
}
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout {
border: 1px solid #b69e59;
background: none;
font-weight: 600;
border-radius: 0;
color: #000;
margin-left: 15px;
}
.woocommerce.widget_product_search #searchform label {
display: none !important;
}
.woocommerce.widget_price_filter .price_slider {
background: #ffffff !important;
border: solid 1px #EDEDED !important;
height: 0.6em;
}
.woocommerce.widget_price_filter .price_slider > div.ui-slider-range {
background: #000000;
box-shadow: none !important;
}
.woocommerce.widget_price_filter .price_slider > .ui-slider-handle {
width: 1em;
height: 1em;
border: 0.2em solid #ffffff !important;
background: #b69e59;
box-shadow: none !important;
top: -0.4em;
}
.woocommerce.widget_price_filter .price_slider_amount .button {
display: inline-block;
text-align: center;
cursor: pointer;
position: relative;
z-index: 0;
vertical-align: middle;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
text-decoration: none;
text-shadow: none;
border-radius: 0;
text-align: center !important;
font-size: 1em;
font-weight: normal;
line-height: 1em;
padding: 0;
background: #b69e59;
color: #ffffff;
margin-top: 15px;
padding: 0.5em 1.1em;
box-shadow: none;
font-style: normal;
line-height: .6em;
border: solid 1px #b69e59;
color: #000000;
background: none;
}
.woocommerce.widget_price_filter .price_slider_amount .button:focus {
outline: 1px dotted #000;
}
.woocommerce.widget_price_filter .price_slider_amount .button,
.woocommerce.widget_price_filter .price_slider_amount .button span {
transition: color .3s ease-out, border .3s ease-out, background .3s ease-out !important;
}
.woocommerce.widget_price_filter .price_slider_amount .button:hover,
.woocommerce.widget_price_filter .price_slider_amount .button:hover span {
text-decoration: none;
}
.woocommerce.widget_price_filter .price_slider_amount .button:hover {
background: #545f64;
}
.woocommerce.widget_price_filter .price_slider_amount .button:hover,
.woocommerce.widget_price_filter .price_slider_amount .button:hover span {
color: #fff;
}
.woocommerce.widget_price_filter .price_slider_amount .button:hover {
color: #ffffff;
background: #000000;
}
.woocommerce.widget_price_filter .price_label {
padding-top: 10px;
}
.woocommerce.widget_price_filter .from,
.woocommerce.widget_price_filter .to {
color: #b69e59;
font-size: 1.3em;
}
.woocommerce.widget_price_filter .ui-slider {
margin: 0px;
}
.woocommerce.widget_layered_nav_filters ul li {
border: none;
}
.woocommerce.widget_layered_nav_filters ul li a {
border-color: transparent;
border-radius: 0px;
background: none;
color: #545f64 !important;
padding: 4px 10px;
}
.woocommerce.widget_layered_nav ul li {
padding: 10px 0;
}
.woocommerce.widget_layered_nav ul li:first-child {
padding-top: 0;
}
.woocommerce.widget_layered_nav ul li a,
.woocommerce.widget_layered_nav ul li span {
padding: 0px;
}
.price-outer-wrapper,
.services,
.slogan,
.team-member,
.toggle,
.unapproved,
.wpv-tabs {
padding-top: 15px;
padding-bottom: 15px;
}
.loop-wrapper.page-content {
padding-top: 0;
padding-bottom: 0;
}
.wpv-grid > .linkarea,
.wpv-grid > .services.has-more {
margin-left: -25px;
margin-right: -25px;
}
.alignnone {
float: none !important;
}
.textcenter {
text-align: center;
}
.textright {
text-align: right;
}
.alignright {
float: right;
margin: 1em 0 1em 1.5em;
}
.alignleft {
float: left;
margin: 1em 1.5em 1em 0;
}
.aligncenter {
display: block;
margin: 1em auto;
}
a img.alignright {
float: right;
margin: 0 0 20px 25px;
}
a img.alignnone {
margin: 0px;
}
a img.alignleft {
float: left;
margin: 0 25px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
margin: 0 25px 20px 0;
}
img.alignright {
margin: 0 0 20px 25px;
}
img.aligncenter {
margin: 0 auto;
}
img.alignnone {
margin: 5px 0;
}
.wp-caption {
max-width: 100%;
}
.wp-caption.alignleft {
margin: 20px 30px 15px -30px;
}
.wp-caption.alignright {
margin: 20px 0px 15px 0px;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
margin-top: 15px;
text-align: center;
font: 300 italic 18px/20px Helvetica;
color: #000000;
}
.wp-smiley,
.wp-smiley * {
border: 0px !important;
}
.sticky,
.gallery-caption,
.bypostauthor {
outline: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
caption {
font-size: 16px;
margin: 20px 0;
}
th {
font-weight: bold;
text-transform: uppercase;
}
td {
border: none;
padding: 6px 10px 6px 0;
}
dl {
margin: 0 20px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 10px;
}
address {
font-style: italic;
margin: 0 0 24px;
}
var,
cite {
font-style: italic;
}
.post-password-required {
text-align: center;
}
[class*="gallery-columns-"] {
margin: 0 -5px !important;
}
[class*="gallery-columns-"].gallery-columns-1 .gallery-item {
width: 100%;
}
[class*="gallery-columns-"].gallery-columns-2 .gallery-item {
width: 50%;
}
[class*="gallery-columns-"].gallery-columns-3 .gallery-item {
width: 33.333333333333%;
}
[class*="gallery-columns-"].gallery-columns-4 .gallery-item {
width: 25%;
}
[class*="gallery-columns-"].gallery-columns-5 .gallery-item {
width: 20%;
}
[class*="gallery-columns-"].gallery-columns-6 .gallery-item {
width: 16.666666666667%;
}
[class*="gallery-columns-"].gallery-columns-7 .gallery-item {
width: 14.285714285714%;
}
[class*="gallery-columns-"].gallery-columns-8 .gallery-item {
width: 12.5%;
}
[class*="gallery-columns-"].gallery-columns-9 .gallery-item {
width: 11.111111111111%;
}
[class*="gallery-columns-"] figure.gallery-item {
padding: 0 5px;
display: inline-block;
box-sizing: border-box;
position: relative;
}
[class*="gallery-columns-"] figure.gallery-item:hover .gallery-caption {
display: block;
position: absolute;
top: 100%;
left: -30px;
right: -30px;
padding: 10px;
border-radius: 3px;
background: #ffffff;
z-index: 10;
margin: 0;
box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
[class*="gallery-columns-"] figure.gallery-item:hover .gallery-caption:before,
[class*="gallery-columns-"] figure.gallery-item:hover .gallery-caption:after {
content: "";
position: absolute;
top: -10px;
left: 50%;
border: 10px solid transparent;
transform: translateX(-50%);
}
[class*="gallery-columns-"] figure.gallery-item:hover .gallery-caption:before {
border-top: 0;
border-bottom-color: rgba(0,0,0,0.1);
top: -11px;
}
[class*="gallery-columns-"] figure.gallery-item:hover .gallery-caption:after {
border-top: 0;
border-bottom-color: #ffffff;
}
[class*="gallery-columns-"] figure.gallery-item img {
display: inline-block;
padding-bottom: 10px;
}
[class*="gallery-columns-"] figure.gallery-item .gallery-caption {
display: none;
}
@media (max-width: 860px) {
[class*="gallery-columns-"] figure.gallery-item a,
[class*="gallery-columns-"] figure.gallery-item img {
display: block !important;
margin: auto;
}
[class*="gallery-columns-"] figure.gallery-item:hover .gallery-caption {
left: -50%;
right: -50%;
}
[class*="gallery-columns-"] figure.gallery-item:hover .gallery-caption:before,
[class*="gallery-columns-"] figure.gallery-item:hover .gallery-caption:after {
display: none;
}
}
@media (min-width: 701px) and (max-width: 860px) {
[class*="gallery-columns-"] figure.gallery-item {
width: 25% !important;
}
[class*="gallery-columns-"] figure.gallery-item:hover .gallery-caption {
left: -50%;
right: -50%;
}
[class*="gallery-columns-"] figure.gallery-item:hover .gallery-caption:before,
[class*="gallery-columns-"] figure.gallery-item:hover .gallery-caption:after {
display: none;
}
[class*="gallery-columns-"] figure.gallery-item:nth-child( 4n + 1 ):hover .gallery-caption {
left: 0;
right: -100%;
}
[class*="gallery-columns-"] figure.gallery-item:nth-child( 4n ):hover .gallery-caption {
left: -100%;
right: 0;
}
}
@media (min-width: 541px) and (max-width: 700px) {
[class*="gallery-columns-"] figure.gallery-item {
width: 33.333333333333% !important;
}
[class*="gallery-columns-"] figure.gallery-item:nth-child( 3n + 1 ):hover .gallery-caption {
left: 0;
right: -100%;
}
[class*="gallery-columns-"] figure.gallery-item:nth-child( 3n ):hover .gallery-caption {
left: -100%;
right: 0;
}
}
@media (min-width: 381px) and (max-width: 540px) {
[class*="gallery-columns-"] figure.gallery-item {
width: 50% !important;
}
[class*="gallery-columns-"] figure.gallery-item:nth-child( 2n + 1 ):hover .gallery-caption {
left: 0;
right: -100%;
}
[class*="gallery-columns-"] figure.gallery-item:nth-child( 2n ):hover .gallery-caption {
left: -100%;
right: 0;
}
}
@media (max-width: 380px) {
[class*="gallery-columns-"] figure.gallery-item {
width: 100% !important;
}
[class*="gallery-columns-"] figure.gallery-item:hover .gallery-caption {
left: 0;
right: 0;
}
}
@media (min-width: 959px) {
.page-wrapper > .left-right {
max-width: 50%;
}
.page-wrapper > .left-only {
max-width: 75%;
}
.page-wrapper > .right-only {
max-width: 75%;
}
.add-border {
border: solid 1px #EDEDED;
}
header.main-header {
overflow: visible;
}
.top-nav > .top-nav-inner > .row > .row:not(.single-cell) {
display: table;
}
.top-nav > .top-nav-inner > .row > .row:not(.single-cell) > .grid-1-2 {
display: table-cell;
float: none;
width: 100%;
vertical-align: middle;
}
#sub-header {
position: relative;
z-index: 2;
}
#sub-header .meta-header {
padding: 0 60px;
}
.portfolio-filters .cbp-l-filters-dropdown {
margin-bottom: 0;
}
.portfolio-filters .cbp-l-filters-dropdownWrap {
position: relative;
background: none;
width: auto;
}
.portfolio-filters .cbp-l-filters-dropdownList {
display: block;
}
.portfolio-filters .cbp-l-filters-dropdownList .cbp-filter-item {
width: auto;
}
.portfolio-filters .cbp-l-filters-dropdownHeader {
display: none;
}
.portfolio-filters .cbp-search {
margin-bottom: 0;
}
.wpv-grid.left-border:before {
position: absolute;
top: 0%;
bottom: 0%;
left: 0;
width: 1px;
height: 100%;
content: "";
}
.wpv-grid.has-more-button,
.wpv-grid.has-more-button.grid-1-1,
.wpv-grid.has-more-button.extended.grid-1-1 {
position: relative;
padding-right: 77px;
}
.wpv-grid.has-more-button .column-read-more-btn {
position: absolute;
top: 50%;
right: 0;
z-index: 44444444444;
margin-top: -28px;
padding: 20px 20px 20px 10px;
background: #ffffff;
box-shadow: 0 1px 1px #e3e3e3;
color: #000000;
text-align: center;
font-size: 16px;
}
.wpv-grid.has-more-button .column-read-more-btn:hover {
color: #8b732f;
}
.move-into-slider,
.move-into-slider-2 {
z-index: 10;
}
.move-into-slider .wpv-tabs,
.move-into-slider-2 .wpv-tabs {
padding-top: 0;
margin: 0 -20px;
}
.move-into-slider {
margin-top: -60px;
}
.move-into-slider-2 {
margin-top: -175px;
}
.page-template-guestbook-php #sub-header header.page-header {
padding-bottom: 90px;
}
.page-template-guestbook-php #comments:first-child {
margin-top: -90px;
position: relative;
z-index: 10;
}
body.woocommerce-checkout .col-1 {
width: 58% !important;
box-sizing: border-box;
padding-right: 30px;
}
body.woocommerce-checkout .col-2 {
width: 42% !important;
}
}
@media (min-width: 1281px) {
.loop-wrapper.news > .grid-1-4:nth-child(4n+1),
.loop-wrapper.news > .grid-1-3:nth-child(3n+1),
.loop-wrapper.news > .grid-1-2:nth-child(2n+1),
.portfolios > ul > .grid-1-4:nth-child(4n+1),
.portfolios > ul > .grid-1-3:nth-child(3n+1),
.portfolios > ul > .grid-1-2:nth-child(2n+1) {
clear: both;
}
}
@media (min-width: 959px) and (max-width: 1140px) {
.responsive-layout #style-switcher {
display: none !important;
height: 0 !important;
width: 0 !important;
right: auto !important;
left: -10000px !important;
}
.responsive-layout .limit-wrapper {
padding: 0 60px;
}
.responsive-layout .loop-wrapper.news > .grid-1-4,
.responsive-layout .portfolios > ul > .grid-1-4 {
width: 33.333333333333%;
}
.responsive-layout .loop-wrapper.news > .grid-1-4:nth-child(3n+1),
.responsive-layout .portfolios > ul > .grid-1-4:nth-child(3n+1) {
clear: both;
}
.responsive-layout .loop-wrapper.news > .grid-1-3:nth-child(3n+1),
.responsive-layout .loop-wrapper.news > .grid-1-2:nth-child(2n+1),
.responsive-layout .portfolios > ul > .grid-1-3:nth-child(3n+1),
.responsive-layout .portfolios > ul > .grid-1-2:nth-child(2n+1) {
clear: both;
}
.responsive-layout #footer-sidebars > .row .widget {
padding-left: 20px;
padding-right: 20px;
}
.responsive-layout .vamtam-booking-form .wpv-grid .wpv-grid:first-child {
width: 100%;
}
.responsive-layout .vamtam-booking-form .wpv-grid .wpv-grid:last-child {
width: 200%;
margin-left: -100%;
margin-top: 5px;
}
.responsive-layout .layout-left-only .loop-wrapper.regular .post-media,
.responsive-layout .layout-right-only .loop-wrapper.regular .post-media {
order: -1;
flex-basis: 100%;
}
.responsive-layout .layout-left-only .loop-wrapper.regular .post-content-outer,
.responsive-layout .layout-right-only .loop-wrapper.regular .post-content-outer {
max-width: calc(100% - 160px);
}
}
@media (max-width: 958px) {
.responsive-layout #scroll-to-top {
bottom: 50px;
}
.responsive-layout .comments .children {
margin-left: 0;
border-top: 0;
}
.responsive-layout .comments .children li {
margin-left: 10px;
}
.responsive-layout.page-template-guestbook-php #comments-list {
margin-bottom: 30px;
}
.responsive-layout.page-template-guestbook-php #comments:first-child {
margin-top: 30px;
}
.responsive-layout #commentform .form-submit {
float: none;
text-align: center;
}
.responsive-layout .comment-notes {
text-align: center;
padding-bottom: 20px;
}
.responsive-layout .comments-wrapper:first-child {
margin-top: 0px;
}
.responsive-layout .error-message {
display: none;
}
.responsive-layout html {
background-image: none;
}
.responsive-layout.no-header-sidebars.no-page-header .page-wrapper {
padding-top: 20px;
}
.responsive-layout .wpv-accordion {
margin-bottom: 30px;
}
.responsive-layout .move-into-slider .icon.shortcode.box {
padding: 0.1em;
}
.responsive-layout .move-into-slider {
margin-top: 0px;
}
.responsive-layout #style-switcher {
right: auto !important;
left: -10000px !important;
display: none !important;
width: 0 !important;
height: 0 !important;
}
.responsive-layout .post-siblings {
display: none;
}
.responsive-layout.boxed .boxed-layout {
box-sizing: border-box;
margin: 0 !important;
padding: 0 !important;
}
.responsive-layout .alignleft,
.responsive-layout .alignright {
float: none;
}
.responsive-layout .grid-1-2:not(.lowres-width-override),
.responsive-layout .grid-1-3:not(.lowres-width-override),
.responsive-layout .grid-1-4:not(.lowres-width-override),
.responsive-layout .grid-1-5:not(.lowres-width-override),
.responsive-layout .grid-1-6:not(.lowres-width-override),
.responsive-layout .grid-2-3:not(.lowres-width-override),
.responsive-layout .grid-2-5:not(.lowres-width-override),
.responsive-layout .grid-3-4:not(.lowres-width-override),
.responsive-layout .grid-3-5:not(.lowres-width-override),
.responsive-layout .grid-4-5:not(.lowres-width-override),
.responsive-layout .grid-5-6:not(.lowres-width-override) {
float: none !important;
clear: both !important;
margin-bottom: 0;
width: 100% !important;
}
.responsive-layout .grid-1-2:last-child,
.responsive-layout .grid-1-3:last-child,
.responsive-layout .grid-1-4:last-child,
.responsive-layout .grid-1-5:last-child,
.responsive-layout .grid-1-6:last-child,
.responsive-layout .grid-2-3:last-child,
.responsive-layout .grid-2-5:last-child,
.responsive-layout .grid-3-4:last-child,
.responsive-layout .grid-3-5:last-child,
.responsive-layout .grid-4-5:last-child,
.responsive-layout .grid-5-6:last-child {
margin-bottom: 0;
}
.responsive-layout .grid-1-1 {
margin-bottom: 0;
float: none;
clear: both;
}
.responsive-layout .grid-1-1:before,
.responsive-layout .grid-1-1:after {
content: " ";
display: table;
}
.responsive-layout .grid-1-1:after {
clear: both;
}
.responsive-layout .grid-1-1:before,
.responsive-layout .grid-1-1:after {
content: " ";
display: table;
}
.responsive-layout .grid-1-1:after {
clear: both;
}
.responsive-layout .grid-1-1:last-child {
margin-bottom: 0;
}
.responsive-layout .wpv-grid {
padding-left: 25px !important;
padding-right: 25px !important;
}
.responsive-layout .wpv-grid.lowres-grid-1-1 {
width: 100%;
}
.responsive-layout .wpv-grid.lowres-grid-1-2 {
width: 50%;
}
.responsive-layout .wpv-grid.lowres-grid-1-3 {
width: 33.33333333%;
}
.responsive-layout .wpv-grid.lowres-grid-1-4 {
width: 25%;
}
.responsive-layout .wpv-grid.lowres-grid-1-5 {
width: 20%;
}
.responsive-layout .wpv-grid.lowres-grid-1-6 {
width: 16.66666666%;
}
.responsive-layout .wpv-grid.lowres-grid-2-3 {
width: 66.66666666%;
}
.responsive-layout .wpv-grid.lowres-grid-2-5 {
width: 40%;
}
.responsive-layout .wpv-grid.lowres-grid-3-4 {
width: 75%;
}
.responsive-layout .wpv-grid.lowres-grid-3-5 {
width: 60%;
}
.responsive-layout .wpv-grid.lowres-grid-4-5 {
width: 80%;
}
.responsive-layout .wpv-grid.lowres-grid-5-6 {
width: 83.33333333%;
}
.responsive-layout #header-sidebars aside,
.responsive-layout #footer-sidebars aside {
display: block !important;
clear: both !important;
margin: 0 0 25px 0 !important;
width: 100% !important;
}
.responsive-layout #header-sidebars aside section,
.responsive-layout #footer-sidebars aside section {
margin: 0;
}
.responsive-layout #footer-sidebars {
overflow: hidden;
}
.responsive-layout #footer-sidebars .widget {
padding: 0 50px !important;
}
.responsive-layout #footer-sidebars aside {
padding: 0 !important;
}
.responsive-layout .row {
margin-bottom: 0;
}
.responsive-layout .row:last-child {
margin-bottom: 0;
}
.responsive-layout aside.left {
-ms-flex-order: 3;
-webkit-order: 3;
order: 3;
}
.responsive-layout aside.left,
.responsive-layout aside.right {
box-sizing: border-box;
margin-right: 0;
margin-left: 0;
padding: 0 30px;
}
.responsive-layout aside.left,
.responsive-layout aside.right,
.responsive-layout .page-wrapper > article {
width: 100%;
padding-right: 25px !important;
padding-left: 25px !important;
max-width: none;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.responsive-layout .page-wrapper {
flex-direction: column;
}
.responsive-layout aside .menu-item > .sub-menu {
display: none !important;
}
.responsive-layout #mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item > a.mega-menu-link:after,
.responsive-layout #mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item:hover > a.mega-menu-link:after,
.responsive-layout #mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-current-menu-item > a.mega-menu-link:after {
display: none;
opacity: 0;
width: 0px;
}
.responsive-layout table.booked-calendar td .date .number {
border-radius: 25px;
width: 30px;
height: 30px;
line-height: 30px;
}
.responsive-layout table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
width: 100%;
}
.responsive-layout .wpv-subfooter {
padding: 10px 0;
}
.responsive-layout .wpv-subfooter,
.responsive-layout .wpv-subfooter * {
text-align: center !important;
}
.responsive-layout .wpv-subfooter img.alignleft,
.responsive-layout .wpv-subfooter img.alignright {
display: inline-block;
float: none;
}
.responsive-layout .wpv-subfooter .wpv-grid {
margin-bottom: 0;
}
.responsive-layout .price-wrapper.featured {
margin-top: 0;
}
.responsive-layout .slogan.has-button .slogan-content,
.responsive-layout .slogan.has-button .button-wrp {
display: block;
}
.responsive-layout .slogan.has-button .button-wrp {
padding-top: 30px;
padding-left: 0;
}
.responsive-layout #sub-footer-menu li {
display: inline-block;
float: none;
}
.responsive-layout .portfolio-viewer-wrap {
padding: 0 50px;
}
.responsive-layout .portfolio-viewer-wrap .content .share-btns {
margin-bottom: 20px;
}
.responsive-layout.post-type-archive-product ul.products li.product,
.responsive-layout.tax-product_cat ul.products li.product {
margin-bottom: 20px;
}
html.csstransforms .responsive-layout.post-type-archive-product ul.products li.product span.onsale:before,
html.csstransforms .responsive-layout.tax-product_cat ul.products li.product span.onsale:before {
border-width: 0 65px 65px 65px;
left: -28px;
}
.responsive-layout.woocommerce table.cart {
max-width: 100%;
}
.responsive-layout.woocommerce table.cart td.product-thumbnail,
.responsive-layout.woocommerce table.cart th.product-thumbnail {
display: none;
}
.responsive-layout.woocommerce table.cart td.actions {
text-align: left;
}
.responsive-layout.woocommerce table.cart td.actions div.coupon {
margin-bottom: 1em;
}
.responsive-layout.woocommerce table.cart td.actions > input[type="submit"] {
display: block;
float: none !important;
margin-bottom: 1em !important;
margin-left: 0 !important;
}
.responsive-layout.woocommerce .cart-collaterals .shipping_calculator,
.responsive-layout.woocommerce .cart-collaterals .cart_totals {
float: none;
width: 100%;
}
.responsive-layout.woocommerce .cart-collaterals .shipping_calculator {
padding-top: 30px;
}
.responsive-layout.woocommerce div.product span.onsale {
right: 0;
}
.responsive-layout.woocommerce div.product div.summary,
.responsive-layout.woocommerce div.product div.images {
float: none;
width: 100%;
}
.responsive-layout.woocommerce div.product div.images {
margin-bottom: 30px;
}
.responsive-layout.woocommerce div.product .woocommerce-tabs > ul.tabs {
text-align: left;
}
.responsive-layout.woocommerce div.product .woocommerce-tabs > ul.tabs li {
float: none !important;
border: none !important;
text-align: center;
}
.responsive-layout.woocommerce div.product .woocommerce-tabs > ul.tabs li:first-child {
margin-left: 0;
}
.responsive-layout.woocommerce .summary form.cart,
.responsive-layout.woocommerce .summary > div,
.responsive-layout.woocommerce .summary .product_meta {
padding-left: 0;
}
.responsive-layout.woocommerce .summary .share-btns {
margin-left: 0;
}
.responsive-layout.woocommerce .summary .product_meta {
margin: 0;
}
.responsive-layout.woocommerce .woocommerce-result-count {
float: none;
margin-top: 0;
}
.responsive-layout.woocommerce .woocommerce-ordering {
float: none;
margin-bottom: 40px;
}
.responsive-layout.woocommerce .related.products ul.products li.product,
.responsive-layout.woocommerce .upsells.products ul.products li.product {
width: 45%;
margin: 5% 2%;
display: inline-block;
vertical-align: top;
}
.responsive-layout.woocommerce-checkout footer.main-footer,
.responsive-layout.woocommerce-cart footer.main-footer {
padding-top: 0;
}
.responsive-layout .woocommerce.columns-3 ul.products li.product {
width: 48%;
}
.responsive-layout .woocommerce.columns-3 ul.products li.product:nth-child(2n+1) {
clear: both;
}
.responsive-layout .woocommerce .widget_shopping_cart .widget_shopping_cart_content .buttons a.button {
float: left;
clear: both;
}
.responsive-layout .portfolio-content .project-right-column {
width: 100% !important;
text-align: center;
}
.responsive-layout .related-portfolios {
padding-bottom: 20px;
}
.responsive-layout .portfolios .portfolio-filters {
margin-bottom: 0px;
}
.responsive-layout .portfolios .portfolio-filters .cbp-l-filters-dropdownWrap {
background: #ffffff;
border: 1px solid #EDEDED;
}
.responsive-layout .portfolios .portfolio-filters .cbp-l-filters-dropdownHeader {
color: #000000;
text-transform: uppercase;
}
.responsive-layout .portfolios .portfolio-filters .cbp-l-filters-dropdownHeader:after {
border-color: #000000 transparent;
}
.responsive-layout .portfolios .portfolio-filters .cbp-l-filters-dropdownWrap .cbp-filter-item {
margin: 0;
}
.responsive-layout .portfolios .portfolio-filters .cbp-l-filters-dropdown,
.responsive-layout .portfolios .portfolio-filters .cbp-l-filters-dropdownWrap,
.responsive-layout .portfolios .portfolio-filters .cbp-search {
width: 100%;
max-width: 300px;
display: inline-block;
float: none;
}
.responsive-layout .portfolios .portfolio-filters .cbp-search {
margin-top: 0px;
}
.responsive-layout .portfolios .portfolio_details .excerpt {
display: none;
}
.responsive-layout .portfolios .portfolio_details .title,
.responsive-layout .portfolios .portfolio_details .title a {
font-size: 1em;
line-height: 1em;
}
.responsive-layout .page-content .load-more {
margin-bottom: 50px;
}
.responsive-layout .page-content .load-more a {
padding: 0;
}
.responsive-layout.full.sticky-footer .footer-wrapper {
position: relative;
z-index: 20;
}
.responsive-layout footer.main-footer {
padding-top: 30px;
}
.responsive-layout footer.main-footer .mc4wp-form input[type=email] {
margin-bottom: 10px;
}
.responsive-layout article .loop-wrapper {
padding: 0 0 20px 0 !important;
}
.responsive-layout .post-article .post-media .media-inner {
position: relative;
display: block;
min-height: 21px;
}
.responsive-layout .post-article a.single-post-format {
display: none;
}
.responsive-layout #header-breadcrumbs {
display: none;
}
.responsive-layout .page-header h1 {
text-align: center;
padding: 0px 20px;
}
.responsive-layout #sub-header {
position: relative;
z-index: 2;
}
.responsive-layout #sub-header header.page-header {
padding: 0 50px;
padding: 30px 0 0 0;
flex-direction: column;
}
.responsive-layout #sub-header header.page-header:after {
margin-left: auto;
margin-right: auto;
}
.responsive-layout #sub-header header.page-header .portfolio-filters {
padding-top: 30px;
margin-top: 30px;
}
.responsive-layout #sub-header .meta-header {
padding-right: 25px !important;
padding-left: 25px !important;
}
.responsive-layout #sub-header .meta-header-inside {
position: relative;
width: 100%;
padding: 0 0 50px 0;
}
.responsive-layout.sticky-header-type-over #main-content:first-child .page-header {
padding-top: 30px;
}
.responsive-layout .row > .has-more-button {
padding-right: 25px !important;
}
.responsive-layout .column-read-more-btn {
display: none;
}
.responsive-layout .respond-box {
margin-top: 0;
}
.responsive-layout .respond-box .respond-box-title.sep-text {
text-align: center;
padding: 10px 30px;
}
.responsive-layout .respond-box .respond-box-title.sep-text .content {
display: block;
text-align: center;
}
.responsive-layout #respond {
padding: 15px 5px;
}
.responsive-layout .header-middle {
margin-bottom: 0;
}
.responsive-layout .header-middle > .limit-wrapper,
.responsive-layout .header-middle > .row .limit-wrapper > .extended-column-inner,
.responsive-layout .header-middle .header-middle-content {
padding-right: 50px;
padding-left: 50px;
box-sizing: border-box;
}
.responsive-layout .header-middle > .limit-wrapper > .header-middle-content {
padding: 0;
}
.responsive-layout.boxed .row > div.extended.grid-1-1 {
margin-right: -25px;
margin-left: -25px;
padding-right: 50px;
padding-left: 50px;
}
.responsive-layout .services.smallimage {
margin: 0 60px;
}
.responsive-layout #page {
overflow: hidden;
}
.responsive-layout #header-breadcrumbs {
padding: 10px 0 0 60px;
color: #ffffff;
text-align: left;
}
.responsive-layout #header-breadcrumbs a {
color: #000000;
}
.responsive-layout #header-breadcrumbs:after {
position: absolute;
top: 34px;
left: 60px;
width: 70px;
height: 1px;
border-bottom: 1px solid #EDEDED;
content: "";
}
.responsive-layout.single-post .meta-header-inside {
padding: 0 0 20px 0 !important;
}
.responsive-layout.single-post .single-post-wrapper .post-content-outer .meta-top {
margin-bottom: 5px;
}
.responsive-layout .wpv-grid.has-more-button .column-read-more-btn {
display: none;
}
.responsive-layout .loop-wrapper.regular .post-media {
order: -1;
flex-basis: 100%;
}
.responsive-layout .loop-wrapper.regular .post-article .post-media {
float: none;
max-width: 100%;
width: 100%;
}
.responsive-layout .loop-wrapper.regular .post-article .post-media img {
width: 100%;
}
.responsive-layout .loop-wrapper.regular .post-article .post-row-left {
width: 100%;
padding: 0px;
padding-bottom: 30px;
text-align: center;
}
.responsive-layout .loop-wrapper.regular .post-article .post-row-left .post-date,
.responsive-layout .loop-wrapper.regular .post-article .post-row-left .vamtam-meta-author,
.responsive-layout .loop-wrapper.regular .post-article .post-row-left .vamtam-meta-comments {
display: inline-block;
padding: 0px 10px;
margin-top: 0px;
border: none;
vertical-align: bottom;
opacity: 1;
}
.responsive-layout .loop-wrapper.regular .post-article .post-row-left .post-date a,
.responsive-layout .loop-wrapper.regular .post-article .post-row-left .vamtam-meta-author a,
.responsive-layout .loop-wrapper.regular .post-article .post-row-left .vamtam-meta-comments a {
font-size: 11px;
}
.responsive-layout .loop-wrapper.regular .post-article .post-row-left .post-date .icon,
.responsive-layout .loop-wrapper.regular .post-article .post-row-left .vamtam-meta-author .icon,
.responsive-layout .loop-wrapper.regular .post-article .post-row-left .vamtam-meta-comments .icon {
font-size: 22px;
}
.responsive-layout .loop-wrapper.regular .post-article .post-row-left .top-part {
font-size: 24px;
color: #97AAB4;
}
.responsive-layout .loop-wrapper.regular .post-article .post-row-left .bottom-part {
font-size: 12px;
}
.responsive-layout .loop-wrapper.regular .post-article .post-content-outer {
max-width: 100%;
}
.responsive-layout .loop-wrapper.regular .post-article .post-content-outer.single-post {
padding-left: 0;
}
.responsive-layout .loop-wrapper.regular .post-article .post-content-outer .post-meta div {
border: none;
}
.responsive-layout .loop-wrapper.regular .post-article .post-content-outer .post-meta div.blog-buttons a:after {
display: none;
}
.responsive-layout .loop-wrapper.regular .post-article .quote-post-format .cite {
float: none;
padding-bottom: 25px;
width: auto;
text-align: left;
}
.responsive-layout .loop-wrapper.regular .post-article .quote-post-format .cite img {
display: inline-block;
margin-bottom: 0;
padding: 0 20px 0 0;
max-width: 85px;
border: 0;
vertical-align: middle;
}
.responsive-layout .loop-wrapper.regular .post-article .quote-post-format .cite img + .quote-author {
display: inline;
vertical-align: middle;
}
.responsive-layout .loop-wrapper.regular .post-article .quote-post-format .cite + .quote-text {
padding-left: 0;
}
.responsive-layout .loop-wrapper.regular .post-article .quote-post-format .quote-text {
padding-bottom: 25px;
}
.responsive-layout .team-member {
text-align: center;
}
.responsive-layout .team-member .share-icons .icon {
float: none;
}
.responsive-layout .wpv-tabs .ui-tabs-nav li {
display: block;
float: none;
margin-left: 0 !important;
}
.responsive-layout .wpv-tabs.vertical {
overflow: hidden;
margin: 0 -50px;
}
.responsive-layout .wpv-tabs.vertical:before {
display: none;
}
.responsive-layout .wpv-tabs.vertical .ui-tabs-nav {
position: relative;
padding: 0 30px !important;
width: 100%;
}
.responsive-layout .wpv-tabs.vertical .ui-tabs-nav:before {
display: none;
}
.responsive-layout .wpv-tabs.vertical .ui-tabs-nav li {
width: 100%;
text-align: center;
}
.responsive-layout .wpv-tabs.vertical .ui-tabs-nav li:last-child {
margin-bottom: 0;
}
.responsive-layout .wpv-tabs.vertical .ui-tabs-nav li:not(.has-icon) a .title-text {
width: auto;
}
.responsive-layout .wpv-tabs.vertical .pane {
float: none;
clear: both;
padding: 50px;
width: 100%;
}
.responsive-layout .wpv-tabs.vertical .pane:before {
display: none;
}
.responsive-layout .wpv-tabs.vertical .pane.ui-accordion-content {
padding: 0;
width: 100%;
}
.responsive-layout .wpv-tabs.horizontal .ui-tabs-nav li:first-child {
border-top-right-radius: 5px;
}
.responsive-layout .wpv-tabs.horizontal .ui-tabs-nav li:last-child {
border-top-right-radius: 0;
}
.responsive-layout .portfolio-filters {
height: auto;
}
.responsive-layout .portfolio-filters .inner-wrapper {
display: block;
width: 100%;
height: auto;
}
.responsive-layout .portfolio-filters .inner-wrapper .cat,
.responsive-layout .portfolio-filters .inner-wrapper a {
display: block;
float: none;
padding-bottom: 10px;
line-height: 1.5;
}
.responsive-layout .ls-bottom-nav-wrapper {
display: none;
}
.responsive-layout .sep-text:not(.keep-always) .content {
display: block;
white-space: normal;
}
.responsive-layout .sep-text:not(.keep-always) .sep-text-before,
.responsive-layout .sep-text:not(.keep-always) .sep-text-after {
display: none;
}
.responsive-layout .sep-text-more {
display: none;
}
.responsive-layout .sep,
.responsive-layout .sep-2,
.responsive-layout .sep-3 {
margin-top: 30px;
}
.responsive-layout .vamtam-testimonials-slider {
margin-bottom: 70px;
}
.responsive-layout blockquote.simple .quote-thumbnail {
margin: 0;
text-align: center;
padding-bottom: 20px;
}
.responsive-layout .vamtam-rsvp-form {
padding: 0;
}
.responsive-layout .vamtam-rsvp-form .wpcf7-file {
width: 92%;
padding: 4%;
}
.responsive-layout .wpv-hide-bg-lowres,
.responsive-layout .wpv-hide-bg-lowres > .wpv-parallax-bg-img {
background-image: none !important;
}
.responsive-layout .wpv-hide-lowres {
display: none;
}
.responsive-layout .wpv-grid.extended-content.has-horizontal-padding {
padding-left: 5px !important;
padding-right: 5px !important;
}
.responsive-layout .wpv-grid.extended-content.has-extended-padding {
padding-left: 0px;
padding-right: 0px;
}
.responsive-layout .wpv-grid.extended-content .extended-column-inner {
padding: 0 10px;
}
.responsive-layout .wpv-restrict-mobile-map {
height: 180px;
}
.responsive-layout .extended-column-inner {
padding: 0;
}
.responsive-layout #wpv-overlay-search .searchform {
left: 0px;
right: 0px;
}
.responsive-layout #wpv-overlay-search input[type="search"] {
height: 90px;
font-size: 1em;
}
.responsive-layout .wp-caption.alignleft {
margin-left: 0px;
}
}
@media (min-width: 700px) and (max-width: 958px) {
.responsive-layout.boxed .page-wrapper > div,
.responsive-layout.boxed .page-wrapper > article,
.responsive-layout.boxed .page-wrapper .ajax-result > div,
.responsive-layout.boxed .page-wrapper .ajax-result > article {
padding-left: 120px;
padding-right: 120px;
}
.responsive-layout.boxed .row > div.grid-1-1.extended,
.responsive-layout.boxed .row > div.grid-1-1.extended-content {
padding-left: 120px !important;
padding-right: 120px !important;
margin-left: -95px;
margin-right: -95px;
}
.responsive-layout.boxed aside.left,
.responsive-layout.boxed aside.right,
.responsive-layout.boxed #footer-sidebars .widget,
.responsive-layout.boxed .header-middle .header-middle-content {
padding: 0 120px !important;
}
}
@media (max-width: 479px) {
.responsive-layout .page-header h1 {
line-height: 1.2em;
font-size: 24px;
}
.responsive-layout .page-header .desc {
text-align: center;
padding: 0 20px;
}
.responsive-layout .post-article header h3,
.responsive-layout .post-article header h3 a {
font-size: 1.3em;
padding-top: 0;
}
.responsive-layout .wpv-grid.has-background {
background-position: center center !important;
background-attachment: scroll !important;
}
.responsive-layout .loop-wrapper.news .post-actions-wrapper {
bottom: -4px;
}
.responsive-layout .loop-wrapper.news .post-actions-wrapper .icon {
margin-right: 4px;
font-size: 11px;
}
.responsive-layout .loop-wrapper.news .post-actions-wrapper .post-date {
text-transform: none;
margin-right: 0;
line-height: 2em;
font-size: 0.6em;
width: 100%;
text-align: center;
padding: 0px;
}
.responsive-layout .loop-wrapper.news .comment-count {
width: 25%;
}
.responsive-layout .loop-wrapper.news .comment-count a {
padding: 5px;
text-align: center;
}
.responsive-layout .loop-wrapper .list-item .post-content-outer {
padding: 0;
margin-bottom: 0;
}
.responsive-layout .post-content-wrapper {
background: none;
}
.responsive-layout .post-content-wrapper h3,
.responsive-layout .post-content-wrapper h3 a {
font-size: 15px;
}
.responsive-layout header.main-header.layout-logo-menu .first-row .logo-wrapper .logo img {
max-width: 120px;
}
.responsive-layout header.main-header.layout-logo-text-menu .first-row-left .logo-wrapper .logo img {
max-width: 120px !important;
}
.responsive-layout.woocommerce table.cart td,
.responsive-layout.woocommerce table.cart th {
font-size: 10px;
}
.responsive-layout.woocommerce table.cart td.product-price,
.responsive-layout.woocommerce table.cart th.product-price {
display: none;
}
.responsive-layout.woocommerce table.cart td.product-name a {
font-size: 13px;
}
.responsive-layout.woocommerce .comment-form-author,
.responsive-layout.woocommerce .comment-form-email {
width: 100%;
display: block;
}
.responsive-layout.woocommerce .comment-form-email {
float: none;
}
.responsive-layout.woocommerce .woocommerce .products.vamtam-wc .product .price del span,
.responsive-layout.woocommerce .woocommerce .products.vamtam-wc .product .price ins span,
.responsive-layout.woocommerce .woocommerce .products.vamtam-wc .product span.amount {
font-size: 16px;
}
.responsive-layout.woocommerce .woocommerce .products.vamtam-wc .product .price {
margin-top: -30px;
}
.responsive-layout.woocommerce .woocommerce .products.vamtam-wc .product .price del span {
padding: 0px;
}
.responsive-layout.woocommerce .woocommerce .products.vamtam-wc .product .price del span:after {
display: none;
}
.responsive-layout.single-post .related-posts {
padding-top: 0px;
}
.responsive-layout .related-content-title {
margin: 40px 10px 30px 10px;
}
.responsive-layout .comment .comment-content {
margin-left: 10px;
}
.responsive-layout .comment .comment-author {
display: none;
}
.responsive-layout.page-template-guestbook-php .comments .comment {
padding: 0px;
}
.responsive-layout #commentform .form-submit {
margin: 0px;
}
.responsive-layout h3 .vamtam-button {
margin-top: 20px;
}
.responsive-layout .linkarea table td {
display: block;
}
.responsive-layout .booked-modal .bm-window {
padding: 25px;
}
.responsive-layout .booked-modal .bm-window p.name {
font-size: 14px;
line-height: 22px;
}
.responsive-layout .booked-modal .bm-window p small {
font-size: 26px !important;
}
.responsive-layout #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
.responsive-layout #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
.responsive-layout #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
.responsive-layout #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
width: 50%;
}
}
@media (max-width: 900px) {
.responsive-layout .fixed-header-box {
position: -webkit-sticky;
position: sticky;
top: 0;
}
.responsive-layout .fixed-header-box .cart-dropdown {
display: none !important;
}
.responsive-layout .header-padding {
padding: 0 25px;
}
.responsive-layout.sticky-header-type-over.sticky-header:not(.vamtam-scrolled) header.main-header.layout-logo-menu .first-row {
border-radius: 0;
}
.responsive-layout header.main-header {
position: relative;
top: 0;
right: 0;
left: 0;
margin: 0;
background: #ffffff;
}
.responsive-layout header.main-header .mobile-top-bar {
display: block;
padding: 5px 0;
}
.responsive-layout header.main-header .logo-wrapper .logo {
min-width: 0 !important;
box-sizing: border-box;
}
.responsive-layout header.main-header .logo-wrapper .logo img {
top: 0;
display: block;
opacity: 1 !important;
height: auto;
}
.responsive-layout header.main-header .logo-wrapper .logo img.alternative-logo {
display: none;
}
.responsive-layout header.main-header .logo-wrapper .mobile-logo-additions {
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: right;
padding-left: 30px;
}
.responsive-layout header.main-header .logo-wrapper .mobile-logo-additions .vamtam-cart-dropdown-link {
display: inline-block;
padding: 0;
margin: 0 10px 0 0;
vertical-align: middle;
}
.responsive-layout header.main-header .logo-wrapper .mobile-logo-additions .header-search {
vertical-align: middle;
}
.responsive-layout header.main-header .header-left,
.responsive-layout header.main-header #header-text,
.responsive-layout header.main-header .header-right {
display: none;
}
.responsive-layout header.main-header .second-row .second-row-columns {
display: block;
}
.responsive-layout header.main-header .second-row .second-row-columns .header-center {
display: block;
}
.responsive-layout header.main-header .search-wrapper {
display: none !important;
}
.responsive-layout header.main-header.layout-logo-text-menu .first-row {
min-height: 0;
height: auto;
}
.responsive-layout header.main-header.layout-logo-text-menu .first-row-right {
display: none;
}
.responsive-layout header.main-header.layout-logo-text-menu .first-row-left {
display: block;
margin-bottom: 0;
min-height: 0;
height: auto;
}
.responsive-layout header.main-header.layout-logo-text-menu .first-row-left .logo-wrapper {
min-height: 0;
}
.responsive-layout header.main-header.layout-logo-text-menu .first-row-left .logo-wrapper .logo {
top: 0;
}
.responsive-layout header.main-header.layout-logo-text-menu .first-row-left .logo-wrapper .logo img {
top: 0 !important;
max-width: 200px;
}
.responsive-layout header.main-header.layout-logo-menu .header-contents {
display: block;
padding: 0;
margin: 0;
}
.responsive-layout header.main-header.layout-standard .first-row {
height: auto;
}
.responsive-layout header.main-header .first-row {
white-space: nowrap;
display: block;
width: 100%;
position: relative;
z-index: 10;
border: 0;
margin: 0;
}
.responsive-layout header.main-header .first-row .logo-wrapper {
min-height: 0;
width: 100%;
height: auto;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
align-items: center;
}
.responsive-layout header.main-header .first-row .logo-wrapper .logo {
top: 0;
max-height: 45px;
}
.responsive-layout header.main-header .first-row .logo-wrapper .logo img {
padding: 0 !important;
}
.responsive-layout header.main-header .first-row .logo-wrapper .site-tagline {
padding: 5px 0px;
}
.responsive-layout header.main-header .first-row .logo-wrapper .text-logo {
font-size: 150%;
line-height: 120%;
}
.responsive-layout header.main-header .second-row {
height: 0;
min-height: 0;
background: transparent !important;
}
.responsive-layout header.main-header .top-nav {
display: none !important;
}
.responsive-layout header.main-header .logo {
padding: 5px 0;
}
.responsive-layout header.main-header .logo img {
max-height: 35px !important;
width: auto;
}
.responsive-layout header.main-header .logo-wrapper {
clear: both;
}
.responsive-layout header.main-header .logo-wrapper:before,
.responsive-layout header.main-header .logo-wrapper:after {
content: " ";
display: table;
}
.responsive-layout header.main-header .logo-wrapper:after {
clear: both;
}
.responsive-layout header.main-header .logo-wrapper:before,
.responsive-layout header.main-header .logo-wrapper:after {
content: " ";
display: table;
}
.responsive-layout header.main-header .logo-wrapper:after {
clear: both;
}
.responsive-layout .fixed-header-box {
padding: 0;
}
.responsive-layout #menus {
float: none;
display: block;
background: #ffffff;
padding: 0 !important;
width: 100%;
min-height: 0;
}
#main-menu > .mega-menu-wrap > .mega-menu-toggle {
display: none;
}
#vamtam-megamenu-main-menu-toggle {
display: inline-block;
width: 24px;
height: 24px;
vertical-align: middle;
cursor: pointer;
margin-left: 10px;
padding: 10px 0;
}
#vamtam-megamenu-main-menu-toggle::before {
content: '\f333';
font-family: 'dashicons';
font-size: 24px;
color: #b69e59;
}
#vamtam-megamenu-main-menu-toggle.mega-menu-open::before {
content: '\f335';
}
}
@media (min-width: 901px) {
.responsive-layout header.main-header .mobile-top-bar,
.responsive-layout header.main-header .mobile-logo-additions {
display: none;
}
}
@media print {
* {
background: transparent !important;
color: black !important;
text-shadow: none !important;
filter: none !important;
-ms-filter: none !important;
}
a,
a:visited {
color: #444 !important;
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
.meta-title {
font-weight: 400;
}
.wpv-accordion-1 .tab .inner {
color: #000 !important;
}
.page-id-10662 #style-switcher {
display: none;
}
@media (max-width: 958px) {
.wpv-grid.grid-1-1.extended-content > .extended-column-inner > .row > .wpv-grid {
padding-left: 25px !important;
padding-right: 25px !important;
}
}
@media (max-width: 479px) {
*,
p,
.main-container {
font-size: 17px;
line-height: 26px;
}
}