.flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
} .flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
} .flexslider {
margin: 0 0 60px;
background: #ffffff;
border: 4px solid #ffffff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 40px;
display: inline-block;
content: '\f001';
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}
.flex-direction-nav .flex-prev {
left: -50px;
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
} @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
padding: 1em;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
box-sizing: border-box;
padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
height: auto;
}
input[type='search'] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 14px;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
q:before,
q:after {
content: '"' !important;
display: inline-block;
position: relative;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: 'Courier 10 Pitch', Courier, monospace;
font-size: 15px;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
font-size: 15px;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
}
blockquote,
q {
quotes: '' '';
}
hr {
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
} input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
select {
border: 1px solid #ccc;
}
footer input[type='text']:focus,
footer input[type='email']:focus,
footer input[type='url']:focus,
footer input[type='password']:focus,
footer input[type='search']:focus,
footer input[type='number']:focus,
footer input[type='tel']:focus,
footer input[type='range']:focus,
footer input[type='date']:focus footer input[type='month']:focus,
footer input[type='week']:focus,
footer input[type='time']:focus,
footer input[type='datetime']:focus,
footer input[type='datetime-local']:focus,
footer input[type='color']:focus,
footer textarea:focus {
color: #fff;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
color: #111;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'] {
padding: 3px;
}
textarea {
padding-left: 3px;
width: 100%;
}  a,
a:visited {
color: #745cf9;
font-weight: 600;
cursor: pointer;
}
a:active {
color: #09005e;
}
a:hover,
a:focus {
color: #5234f9;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
a,
a:visited,
a:active,
a:hover {
text-decoration: none;
} .main-navigation {
clear: both;
display: block;
width: 100%;
padding: 10px 0;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul ul li {
width: 100%;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 992px) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.site-title {
font-size: 24px;
line-height: 52px;
color: #666;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
font-weight: 300;
}
.site-title:hover,
.site-title:focus {
color: #333;
}
#site-navigation .module.left {
padding-left: 15px;
}
#site-navigation .container > .flex-row {
display: flex;
align-items: center;
justify-content: space-between;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex='-1']:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: '';
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}
.contact-section .wpcf7-form label {
width: 100%;
}
.contact-section.cover .container {
padding: 96px 15px;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
line-height: 24px;
font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #8c979e;
overflow-x: hidden;
font-weight: 400;
}
ul {
list-style: disc;
}
.main-container {
clear: both;
}
hr {
border: none;
border-top: 1px solid #ccc;
margin: 0 0 24px 0;
width: 100%;
}
.bg-dark hr {
border-color: #555;
}
.content hr {
width: 128px;
max-width: 60%;
height: 2px;
background: #ddd;
margin: 50px auto;
border: 0;
}
.list-inline {
margin-left: 0;
}
.list-inline > li {
padding: 0 8px;
}
.list-inline > li:last-child {
padding-right: 0;
}
.list-inline > li:first-child {
padding-left: 0;
}
.overflow-hidden {
overflow: hidden;
}
.right {
right: 0;
}
.relative {
position: relative;
z-index: 2;
}
.container {
position: relative;
} .align-children {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
flex-direction: row;
-webkit-flex-direction: row;
}
@media all and (max-width: 991px) {
.align-children {
display: block !important;
}
}
.align-transform {
position: relative;
transform: translate3d(0, -50%, 0);
-webkit-transform: translate3d(0, -50%, 0);
top: 50%;
z-index: 2;
} h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
table,
blockquote,
input {
margin-bottom: 24px;
margin-top: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
color: #0e1015;
}
h1 {
font-size: 60px;
line-height: 64px;
}
h2 {
font-size: 45px;
line-height: 48px;
}
h3 {
font-size: 30px;
line-height: 33px;
}
h4 {
font-size: 25px;
line-height: 30px;
}
h5 {
font-size: 22px;
line-height: 28px;
}
h6 {
font-size: 18px;
line-height: 25px;
}
@media all and (max-width: 767px) {
h1 {
font-size: 32px;
line-height: 40px;
font-weight: 300;
}
h2 {
font-size: 32px;
line-height: 40px;
}
h3 {
font-size: 24px;
line-height: 32px;
}
h4 {
font-size: 18px;
line-height: 26px;
}
h5 {
font-size: 16px;
line-height: 24px;
}
h6 {
font-size: 12px;
line-height: 24px;
}
}
.uppercase {
font-weight: 400;
text-transform: uppercase;
}
h5.uppercase {
letter-spacing: 2px;
margin-right: -2px;
}
p,
span {
font-weight: 400;
}
p.lead {
font-size: 16px;
font-weight: 400;
line-height: 28px;
}
@media all and (max-width: 767px) {
p.lead {
font-size: 13px;
line-height: 24px;
}
p {
font-size: 12px;
}
}
.image-bg a {
color: #fff;
}
.image-bg a:hover,
.image-bg a:focus {
color: #fff;
opacity: 0.9;
}
blockquote {
overflow: hidden;
font-size: 18px;
line-height: 24px;
padding: 32px 0;
color: #001c28;
font-weight: 400;
border-left: 0 none;
margin: 0;
}
blockquote p {
font-size: 18px;
line-height: 24px;
color: #001c28;
}
blockquote p:first-child:before,
blockquote p:last-child:after {
content: '\0022';
}
@media all and (max-width: 767px) {
br {
display: none;
}
blockquote {
font-size: 16px;
line-height: 32px;
}
}
th,
td {
line-height: 24px !important;
} .bg-primary {
background: #745cf9 !important;
}
.bg-secondary {
background: #f5f5f5;
}
.bg-dark {
background: #0e1015;
} section,
footer {
padding: 96px 0;
position: relative;
overflow: hidden;
}
.page-template-page-templatestemplate-home-php .content-area {
padding: 0;
}
footer {
padding: 72px 0;
}
.fullscreen {
height: 102.6vh;
}
.bg-dark h3,
.bg-dark h5,
footer.bg-dark h5,
.bg-primary h5,
.bg-dark h6,
footer.bg-dark h6 {
color: #fff;
}
.bg-dark p,
footer.bg-dark p,
.bg-primary p,
.bg-dark span,
footer.bg-dark span,
.bg-dark li,
footer.bg-dark li {
color: #fefefe;
}
@media all and (max-width: 767px) {
section {
padding: 80px 0;
}
}
.image-bg h3,
.image-bg h1 {
color: #fff;
}
.image-bg p,
.image-bg li {
color: #fff;
}
.image-bg div[class*='col-'] {
position: relative;
z-index: 3;
}
.background-image-holder {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: #0e1015;
background-size: cover !important;
background-position: 50% 50% !important;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 0;
}
.background-image-holder img {
display: none;
}
.background-image-holder.fadeIn {
opacity: 1;
} .btn,
.button {
font-family: inherit;
border: 2px solid #745cf9;
padding: 0 26px;
min-width: 150px;
line-height: 36px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 0;
color: #745cf9;
text-align: center;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
margin-right: 8px;
margin-bottom: 24px;
white-space: normal;
}
.btn:last-child,
.btn:last-of-type {
margin-right: 0;
}
.btn:hover,
.button:hover,
.btn:focus,
.button:focus {
background: #745cf9;
color: #fff;
}
.btn-lg {
line-height: 24px;
min-width: 200px;
padding-bottom: 13px;
padding-top: 13px;
}
.btn-sm {
min-height: 30px;
font-size: 11px;
line-height: 27px;
min-width: 0;
}
.btn-filled,
a .btn-filled,
.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
background: #745cf9;
color: #fff;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
padding: 1em;
}
.btn-white,
.image-bg .btn,
.image-bg .btn:visited {
color: #fff;
border-color: #fff;
}
.image-bg .btn.btn-filled {
background: #745cf9;
color: #fff;
border-color: #745cf9;
}
.btn-white:hover,
.image-bg .btn:hover,
.image-bg .btn:visited:hover,
.btn-white:focus,
.image-bg .btn:focus,
.image-bg .btn:visited:focus {
background: #fff;
border-color: #fff;
color: #222;
}
.image-bg .btn.btn-filled:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.image-bg .btn.btn-filled:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
background: #5d47d7;
border-color: #5d47d7;
color: #fff;
}
.btn:visited {
color: #745cf9;
}
.btn-white:visited,
.btn:visited:hover {
color: #fff;
}
.btn-white:visited:hover {
color: #222;
}
.btn-filled:visited {
color: #fff;
}
.cfa-text {
margin-bottom: 0;
line-height: 45px;
}
.cfa-button {
width: 100%;
}
.btn-filled:hover,
.btn:visited:hover,
.btn-filled:focus,
.btn:visited:focus {
background: #5d47d7;
border-color: #5d47d7;
}
input[type='submit']:hover,
input[type='submit']:focus {
background-color: #5d47d7;
color: #fff;
}
.widget input[type='submit'] {
border: none;
margin-top: 5px;
} .nav-container {
-webkit-backface-visibility: hidden;
max-width: 100%;
}
nav {
-webkit-backface-visibility: hidden;
max-width: 100%;
}
nav ul {
margin-bottom: 0;
}
.module {
display: inline-block;
padding: 0 32px;
}
.module-group {
display: inline-block;
}
.module.left {
float: left;
}
.module.right,
.module-group.right {
float: right;
}
nav .btn,
.nav-bar .btn {
margin: 0;
height: auto;
}
.nav-bar {
line-height: 53px;
}
nav {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
background-color: rgba(255, 255, 255, 1);
}
.nav-bar .module:not(.site-title-container),
.nav-bar .module-group {
height: 55px;
}
.nav-bar a:not(.custom-logo-link) {
display: inline-block;
height: 55px;
}
.menu > li.dropdown {
padding-right: 18px;
}
.dropdown:after {
display: none; position: absolute;
top: 0;
right: 7px;
font-family: "Font Awesome 6 Free";
font-weight: 900;
content: "\f107"; font-size: 12px;
line-height: 53px;
color: #3a52bf;
transition: transform 0.3s ease;
} .main-navigation .menu > li.menu-item-has-children > .dropdown:after,
.main-navigation .menu > li.menu-item-has-children.dropdown:after {
display: inline-block;
} .main-navigation .menu > li > ul li:not(.menu-item-has-children):after,
.main-navigation .menu > li > ul li:not(.menu-item-has-children).dropdown:after,
.main-navigation .menu > li > ul li:not(.menu-item-has-children) > .dropdown:after {
display: none;
} .main-navigation .menu > li.menu-item-has-children {
position: relative;
padding-right: 20px; } .main-navigation .menu > li.menu-item-has-children:after {
right: 0;
} .main-navigation .menu > li > ul li.menu-item-has-children:after,
.main-navigation .menu > li > ul li.menu-item-has-children > .dropdown:after {
content: "\f105"; right: 10px;
display: inline-block;
}
.shapely-dropdown {
display: none;
}
.main-navigation .menu {
width: 100%;
height: 55px;
}
.main-navigation .menu li a {
font-size: 13px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: -1px;
color: #4c4c4c;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
max-width: 100%;
white-space: normal;
}
.main-navigation .menu li a:hover,
.main-navigation .menu li a:focus,
.main-navigation .menu li:hover > a,
.main-navigation .menu li:focus > a,
.main-navigation .menu > li:hover:after,
.main-navigation .menu > li:focus:after {
color: #5234f9;
}
.main-navigation .menu > li {
margin-right: 32px;
float: left;
position: relative;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 1;
color: #4c4c4c;
}
.main-navigation .menu > li:last-child {
margin-right: 0;
}
.main-navigation .menu > li ul {
left: 0;
width: 200px;
padding: 0;
background: #0e1015;
position: absolute;
z-index: 99;
top: 100%;
opacity: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transform: translate3d(0, 10px, 0);
-webkit-transform: translate3d(0, 10px, 0);
-moz-transform: translate3d(0, 10px, 0);
visibility: hidden;
margin-top: -1px;
}
.main-navigation .menu > li > ul > li {
position: relative;
line-height: 24px;
width: 100%;
vertical-align: top;
}
.main-navigation .menu > li > ul .dropdown:after {
color: #0e1015;
top: 1px;
right: 24px;
content: '\f105';
}
.main-navigation .menu > li > ul li a {
color: #fff;
height: auto;
padding: 6px 24px;
}
.main-navigation .menu > li > ul > li ul {
left: 100%;
top: 0;
}
.main-navigation .menu > li:hover > ul,
.main-navigation .menu > li:focus-within > ul {
opacity: 1;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
visibility: visible;
}
.main-navigation .menu > li > ul li:hover > ul,
.main-navigation .menu > li > ul li:focus-within > ul {
opacity: 1;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
visibility: visible;
}
@media all and (max-width: 1024px) {
.dropdown:after {
display: none;
}
.shapely-dropdown {
font-size: 11px;
padding: 0 10px;
display: inline-block;
}
.main-navigation .menu > li > ul li:hover > a,
.main-navigation .menu > li > ul li:focus > a {
background-color: transparent !important;
}
.main-navigation .menu li:hover > a,
.main-navigation .menu li:focus > a {
color: #4c4c4c;
}
body .main-navigation .menu > li > ul li:hover > a,
body .main-navigation .menu > li > ul li:focus > a {
color: #8c979e;
}
}
@media all and (min-width: 991px) and (max-width: 1024px) {
.dropdown-menu .shapely-dropdown {
position: absolute;
top: 0;
right: 0;
}
.dropdown-menu .shapely-dropdown > .fa-angle-down:before {
content: '\f105';
}
}
@media all and (max-width: 991px) {
.shapely-dropdown {
float: right;
border: 1px solid;
}
.menu li a {
padding: 10px 0;
}
#site-navigation.main-navigation .menu > li > ul li a {
width: auto;
word-wrap: break-word;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 249px;
}
}
.nav-container {
min-height: 56px;
}
nav.outOfSight {
transform: translate3d(0, -100px, 0);
-webkit-transform: translate3d(0, -100px, 0);
-moz-transform: translate3d(0, -100px, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
nav.scrolled {
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
nav.fixed.scrolled {
visibility: visible;
opacity: 1;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
nav.fixed {
top: 0;
z-index: 999;
left: 0;
right: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
nav.fixed {
position: fixed;
visibility: hidden;
opacity: 0;
}
nav.fixed.scrolled {
visibility: visible;
opacity: 1;
}
.dropdown-menu {
border-radius: 0;
}
.nav-open {
max-height: 10000px !important;
height: auto !important;
}
.nav-open .navbar-collapse,
.nav-open #menu {
display: block;
}
.module.widget-handle {
display: inline-block;
position: relative;
cursor: pointer;
padding: 0 24px;
margin-right: -1px;
}
@media all and (max-width: 1100px) {
.module.widget-handle {
padding: 0 16px;
}
}
@media all and (max-width: 991px) {
.menu li:focus-within ul.dropdown-menu,
ul.dropdown-menu.active {
display: block !important;
}
}
.module.widget-handle i {
font-size: 14px;
line-height: 53px;
opacity: 1;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
color: #3a52bf;
}
.module.widget-handle:hover i,
.module.widget-handle:focus i {
opacity: 1;
} .module.widget-handle .function {
background: #fff;
width: 300px;
position: absolute;
right: 0;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
display: none;
z-index: 99;
}
.module.widget-handle:hover .function {
display: block;
} .dropdown:hover ~ .module.widget-handle .function,
.dropdown:hover + .module.widget-handle .function,
.module.widget-handle:not(:hover) .function {
display: none;
} .search-widget-handle .search {
background: transparent;
border: none;
}
.widget-handle .function {
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
cursor: default;
width: 200px;
background: #0e1015;
position: absolute;
z-index: 99;
opacity: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transform: translate3d(0, -200%, 0);
-webkit-transform: translate3d(0, -200%, 0);
-moz-transform: translate3d(0, -200%, 0);
margin-top: -2px;
right: 0;
}
.module.widget-handle:hover .function,
.module.widget-handle:focus .function,
.module.widget-handle .function.active {
opacity: 1;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
visibility: visible;
}
.module.widget-handle .title {
font-family: inherit;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
display: none;
opacity: 0.5;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.module.widget-handle .title:hover,
.module.widget-handle .title:focus {
opacity: 1;
} .search-form,
.woocommerce-product-search {
padding: 8px;
display: inline-block;
width: 100%;
line-height: 50px;
}
.widget-handle .search-form input[type='text'] {
font-size: 16px;
float: left;
width: 70%;
}
.search-form input[type='text'] {
font-size: 14px;
margin: 0;
}
.widget-handle .function {
background: #fff;
width: 300px;
}
.search-widget-handle .search {
background: transparent;
border: none;
}
.btn.searchsubmit,
.search-widget-handle button.searchsubmit,
.woocommerce-product-search > input[type='submit'] {
min-width: 17%;
padding: 0;
width: 27%;
height: 50px;
line-height: 48px;
margin: -2px 0 0 8px;
}
.search-widget-handle button.searchsubmit .screen-reader-text {
position: relative !important;
width: auto;
height: auto;
clip: initial;
clip-path: none;
-webkit-clip-path: none;
}
.btn.searchsubmit:hover,
.btn.searchsubmit:focus {
background-color: #5d47d7;
color: #fff;
} .search #primary,
.no-results {
padding-top: 0;
}
.no-results {
border-bottom: 0;
}
.no-results form.search-form {
padding: 0;
width: 100%;
}
.not-found form #s {
max-width: 292px;
width: 71%;
}
.no-results form .searchsubmit {
margin: 0;
}
.not-found form .searchsubmit i {
display: none;
}
.not-found form .searchsubmit span.screen-reader-text {
clip: auto;
position: relative !important;
height: auto;
width: auto;
}
.main-navigation .menu > li ul {
background: #fff;
}
.main-navigation .menu > li ul {
background: #fff;
}
.main-navigation .menu > li > ul li a {
color: #8c979e;
width: 100%;
font-size: 14px;
text-transform: none;
font-weight: 400;
}
.main-navigation .menu > li > ul li a:hover,
.main-navigation .menu > li > ul li:hover > a,
.main-navigation .menu > li > ul li a:focus,
.main-navigation .menu > li > ul li:focus > a {
background: #f8f8f8;
color: #5234f9;
}
.main-navigation .menu > li > ul li:hover > a,
.main-navigation .menu > li > ul li:focus > a {
opacity: 1;
}
.main-navigation .dropdown-menu > .active > a,
.main-navigation .dropdown-menu > .active > a:focus { background-color: #fff;
}
.main-navigation .menu > li > ul .dropdown:hover:after,
.main-navigation .menu > li > ul .dropdown:focus:after {
color: #5234f9;
} .widget_nav_menu .sub-menu,
.widget.widget_pages ul.children {
border-top: 1px solid #ebebeb;
padding-top: 20px;
margin-top: 20px;
}
@media all and (max-width: 1120px) {
.main-navigation .menu > li {
margin-right: 24px;
}
} @media all and (min-width: 992px) {
.mobile-menu .module.widget-handle {
border-left: none;
line-height: 40px;
min-height: 40px;
}
.mobile-menu .nav-bar .module-group {
width: 100%;
}
.mobile-menu .visible-xs,
.mobile-menu .visible-sm,
.mobile-menu .nav-open .navbar-collapse.collapse {
display: block !important;
}
.mobile-menu .navbar-collapse.collapse,
.mobile-menu .nav-bar .module-group .module.hidden-xs,
.mobile-menu .nav-bar .module-group .module.hidden-sm {
display: none !important;
}
.mobile-menu #site-navigation .container > .flex-row {
flex-wrap: wrap;
}
.mobile-menu .nav-bar,
.nav-bar .module-group,
.mobile-menu .nav-bar .module,
.mobile-menu .nav-bar .module:not(.site-title-container) {
height: auto;
}
.mobile-menu .nav-bar .module {
padding: 0 16px;
}
.mobile-menu .navbar-collapse {
margin-top: 20px;
width: 100%;
}
.mobile-menu .main-navigation .menu li {
line-height: 24px;
display: block;
width: 100%;
max-width: 100%;
}
.mobile-menu .main-navigation .menu a {
height: auto;
line-height: 24px;
padding: 4px 0;
}
.mobile-menu .shapely-dropdown {
float: right;
border: 1px solid;
font-size: 11px;
padding: 0 10px;
display: inline-block;
cursor: pointer;
}
.mobile-menu .main-navigation .menu > li > ul {
position: relative;
opacity: 1;
visibility: visible;
display: none;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
width: 100%;
left: 0;
border: 0 !important;
box-shadow: none;
}
.mobile-menu .dropdown:after {
display: none;
}
.mobile-menu ul.dropdown-menu.active {
display: block !important;
}
.mobile-menu .module-group .module.left {
float: none;
display: block;
}
.mobile-menu .main-navigation .menu > li ul {
position: relative;
width: 100%;
opacity: 1;
visibility: visible;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
left: 0;
border: 0 !important;
box-shadow: none;
}
.mobile-menu .main-navigation .menu > li > ul > li ul {
left: 0 !important;
display: none;
padding: 0;
}
.mobile-menu #site-navigation.main-navigation .menu > li > ul li a {
width: auto;
display: inline-block;
padding: 10px 16px;
}
.mobile-menu .main-navigation .menu > li > ul li a {
padding: 10px 16px;
}
.mobile-menu .main-navigation .dropdown .dropdown li {
padding-left: 18px;
}
.mobile-menu .main-navigation .menu > li > ul li a:hover,
.mobile-menu .main-navigation .menu > li > ul li:hover > a,
.mobile-menu .main-navigation .menu > li > ul li a:focus,
.mobile-menu .main-navigation .menu > li > ul li:focus > a {
background-color: #fff;
}
.mobile-menu .search-widget-handle .search {
padding: 0 15px;
}
.mobile-menu .widget-handle .function {
width: 100%;
max-width: 300px;
position: relative;
opacity: 1;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
visibility: visible;
margin-top: 0;
display: none;
box-shadow: none !important;
}
.mobile-menu .module.widget-handle .title {
display: inline-block;
position: relative;
bottom: 3px;
margin-left: 8px;
}
.mobile-menu .toggle-search .function {
display: block;
}
}
@media all and (max-width: 991px) {
.site-title-container {
width: 84%;
}
.nav-bar,
.nav-bar .module-group,
.nav-bar .module,
.nav-bar .module:not(.site-title-container) {
height: auto;
}
.nav-bar .module {
padding: 0 16px;
}
.nav-bar .module-group {
width: 100%;
}
.nav-bar .module-group .module {
display: block;
float: none;
width: 100%;
}
.main-navigation .menu {
height: auto;
}
.main-navigation .menu a {
height: auto;
line-height: 24px;
padding: 4px 0;
}
.main-navigation .menu li {
line-height: 24px;
display: block;
width: 100%;
max-width: 100%;
}
.main-navigation .menu > li ul {
position: relative;
width: 100%;
opacity: 1;
visibility: visible;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
left: 0;
border: 0 !important;
box-shadow: none;
}
.main-navigation .menu > li > ul {
position: relative;
opacity: 1;
visibility: visible;
display: none;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
}
.main-navigation .menu > li > ul .dropdown:after {
content: '\f107';
}
.main-navigation .menu > li > ul > li ul {
left: 0 !important;
display: none;
padding: 0;
}
.main-navigation .menu > li > ul li a {
padding: 10px 16px;
}
.main-navigation .dropdown .dropdown li {
padding-left: 18px;
}
.main-navigation .dropdown {
padding-right: 0;
}
.module.widget-handle {
border-left: none;
line-height: 40px;
min-height: 40px;
}
.module.widget-handle i {
line-height: 40px;
}
.module.widget-handle .title {
display: inline-block;
position: relative;
bottom: 3px;
margin-left: 8px;
}
.widget-handle .function {
width: 100%;
max-width: 300px;
position: relative;
opacity: 1;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
visibility: visible;
margin-top: 0;
display: none;
box-shadow: none !important;
}
.toggle-search .function {
display: block;
}
.search-widget-handle .search {
padding: 0 15px;
}
.mobile-toggle {
border: none;
background: transparent;
}
.mobile-toggle i {
line-height: 53px !important;
}
#site-navigation .container > .flex-row {
flex-wrap: wrap;
}
.navbar-collapse {
margin-top: 20px;
}
} input,
textarea {
font-family: inherit;
}
input[type='text'],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type='text'],
input[type='search'],
input[type='email'],
input[type='tel'],
input[type='password'] {
background: #f5f5f5;
border: 1px solid #eee;
width: 100%;
height: 50px;
padding-left: 20px;
font-weight: 500;
margin-bottom: 24px;
border-radius: 0;
}
input[type='text']:focus,
input[type='search']:focus
input[type='password'] {
outline: 1px solid #ccc;
}
textarea {
width: 100%;
background: #f5f5f5;
border-radius: 0;
padding: 16px 20px;
}
textarea:focus {
outline: 1px solid #ccc;
}
:-moz-placeholder {
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
color: #777;
font-size: 11px;
}
::-moz-placeholder {
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
color: #777;
font-size: 11px;
}
:-ms-input-placeholder {
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
color: #777;
font-size: 11px;
}
input.transparent::-moz-input-placeholder,
button.transparent::-moz-input-placeholder {
color: #fff;
}
input.transparent:-moz-input-placeholder,
button.transparent:-moz-input-placeholder {
color: #fff;
}
input.transparent:-ms-input-placeholder,
button.transparent:-ms-input-placeholder {
color: #fff;
}
input[type='submit'],
button[type='submit'] {
background: #745cf9;
border-radius: 0 !important;
border: 2px solid #745cf9;
color: #fff;
font-size: 11px;
font-weight: bold;
height: 50px;
letter-spacing: 1px;
line-height: 48px;
max-width: 250px;
padding: 0;
text-transform: uppercase;
width: 100%;
}
.search-widget-handle button[type='submit'] i {
display: none;
}
.bg-primary input[type='submit'] {
background: #fff;
color: #745cf9;
} .breadcrumb {
margin-bottom: 24px;
}
.breadcrumb a {
font-weight: 300;
} .pagination {
margin: 0;
border: none;
background: transparent;
}
.pagination .nav-links *:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination .nav-links *:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pagination a,
.pagination span,
.woocommerce-pagination ul.page-numbers .page-numbers {
width: 32px;
height: 32px;
padding: 0;
text-align: center;
padding-top: 6px;
margin: 0 4px;
color: #0e1015;
font-weight: 400;
font-family: inherit;
display: inline-block;
border: 1px solid #ddd;
line-height: 20px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
border: 0 none;
}
.pagination span:not(.dots),
.woocommerce-pagination ul.page-numbers span.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
background: #745cf9;
color: #fff;
border-color: #745cf9;
}
.pagination a:hover,
.pagination a:focus,
.pagination .active a,
.pagination .active:hover a,
.pagination .active:focus a {
background: #745cf9;
color: #fff;
border-color: #745cf9;
} .feature {
margin-bottom: 24px;
}
.feature p:last-child {
margin-bottom: 0;
}
.feature-1 i {
display: inline-block;
margin-bottom: 16px;
color: #745cf9;
}
.page-title {
padding: 0;
} .main-container .nolist > ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget {
margin-bottom: 0;
}
#secondary .widget {
margin-bottom: 48px;
}
.category-list {
line-height: 32px;
}
.widget hr {
margin-bottom: 12px;
}
.recent-posts {
line-height: 24px;
}
.recent-posts li {
margin-bottom: 8px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.recent-posts .date {
display: block;
letter-spacing: 0;
opacity: 0.8;
}
.recent-posts li:hover .date,
.recent-posts li:focus .date {
opacity: 1;
}
.category-list span {
float: right;
}
.jetpack_subscription_widget form {
background: #745cf9;
color: #fff;
padding: 24px;
}
.jetpack_subscription_widget form #subscribe-text {
color: #fff;
}
.jetpack_subscription_widget #subscribe-text h5 {
color: #fff;
margin-bottom: 16px;
text-transform: uppercase;
}
.jetpack_subscription_widget #subscribe-text p {
color: #fefefe;
}
.jetpack_subscription_widget #subscribe-email,
.jetpack_subscription_widget #subscribe-submit {
margin: 0;
}
.jetpack_subscription_widget #subscribe-email input {
margin: 0;
padding: 3px 3px 3px 20px;
width: 100%;
}
.jetpack_subscription_widget #subscribe-submit input {
background: #fff;
color: #745cf9;
padding: 0;
}
.jetpack_subscription_widget .error {
background-color: #ffbaba;
color: #d8000c;
padding: 5px 15px;
}
.jetpack_subscription_widget .success p {
background-color: #dff2bf;
color: #4f8a10;
padding: 5px 15px;
} img {
max-width: 100%;
}
.image-tile {
overflow: hidden;
position: relative;
margin-bottom: 24px;
}
.image-tile img {
width: 100%;
display: inline-block;
}
.inner-title:before {
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#0e1015', GradientType=0);
pointer-events: none;
}
.inner-title:hover:before,
.inner-title:focus:before {
transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.inner-title .title {
position: absolute;
width: 100%;
z-index: 5;
}
.inner-title .title h5 {
color: #fff;
}
.inner-title .title span {
color: #fff;
}
.inner-title .title h5 {
font-weight: 600;
}
.inner-title {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 1;
}
.inner-title:hover,
.inner-title:focus {
opacity: 0.95;
}
.inner-title.hover-reveal:before {
opacity: 0;
}
.inner-title.hover-reveal .title {
opacity: 0;
transform: translate3d(0, 50px, 0);
-webkit-transform: translate3d(0, 50px, 0);
-moz-transform: translate3d(0, 50px, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.inner-title.hover-reveal:hover .title,
.inner-title.hover-reveal:focus-within .title {
opacity: 1;
transform: translate3d(0, -50%, 0);
-webkit-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
-webkit-transform: translate3d(0, -50%, 0);
top: 50%;
}
.inner-title.hover-reveal:hover:before,
.inner-title.hover-reveal:focus-within:before {
opacity: 1;
}
@media all and (max-width: 768px) {
.inner-title:before {
transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.inner-title.hover-reveal .title {
opacity: 1;
transform: translate3d(0, -50%, 0);
-webkit-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
-webkit-transform: translate3d(0, -50%, 0);
top: 50%;
}
.inner-title.hover-reveal:before {
opacity: 1;
}
.inner-title {
opacity: 0.95;
}
} .logo-carousel li {
text-align: center;
}
.logo-carousel li {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 0.5;
}
.logo-carousel li:hover,
.logo-carousel li:focus-within {
opacity: 1;
}
.logo-carousel img {
max-height: 60px;
}
@media all and (max-width: 767px) {
.logo-carousel .slides li {
width: 100%;
}
} .lightbox-grid,
.lightbox-grid ul,
.lightbox-grid li {
position: relative;
overflow: hidden;
}
.lightbox-grid li {
width: 25%;
float: left;
border: 8px solid rgba(0, 0, 0, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 1;
}
.lightbox-grid li:hover,
.lightbox-grid li:focus-within {
opacity: 0.9;
}
.third-thumbs li {
width: 25%;
height: 13.08vw;
border: none;
}
@media all and (max-width: 991px) {
.lightbox-grid li {
width: 33.33333%;
}
}
@media all and (max-width: 767px) {
.lightbox-grid li {
width: 50%;
}
.third-thumbs li {
height: 50vw;
}
} .cover {
margin: 0;
padding: 0;
}
.cover p {
color: #fff;
}
.cover:first-child .fullscreen {
max-height: 100%;
}
@media all and (max-width: 767px) {
.cover.fullscreen {
height: auto;
padding: 0;
}
} .woocommerce ul.products li.product:nth-child(4n),
.woocommerce-page ul.products li.product:nth-child(4n) {
margin-right: 0;
} .post-title a,
.post-title {
font-size: 40px;
font-weight: 300;
}
.post-title a:hover,
.post-title a:focus {
color: #292929;
}
video:-webkit-full-screen,
audio:-webkit-full-screen {
-webkit-transform: translateY(0%);
}
iframe {
border: none;
}
.post-meta {
overflow: hidden;
display: inline-block;
margin-bottom: 12px;
}
.post-meta > li {
float: left;
margin-right: 24px;
}
.post-meta i {
font-size: 16px;
margin-right: 8px;
position: relative;
top: 2px;
}
.comments-list,
.comments-list ul {
width: 100%;
overflow: hidden;
}
.comments.nolist > ul > li {
padding-left: 0;
}
.comments-list li.comment {
overflow: hidden;
margin-bottom: 40px;
width: 100%;
}
.comments-list p:last-of-type {
margin: 0;
}
.comments-list .avatar,
.comments-list .comment {
display: inline-block;
float: left;
}
.comments-list .avatar {
width: 10%;
}
.comments-list .avatar img {
width: 75px;
}
.comments-list .comment {
width: 90%;
padding-left: 5%;
}
.comments-list .comment .btn {
position: relative;
margin: 0;
}
.comments-list ul {
padding-left: 10%;
padding-top: 40px;
}
.comments-list ul li:last-of-type {
margin-bottom: 0;
}
.comments input[type='submit'] {
max-width: 25%;
float: right;
}
.masonry {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 0;
transform: translate3d(0, 100px, 0);
-webkit-transform: translate3d(0, 100px, 0);
-moz-transform: translate3d(0, 100px, 0);
}
.masonry.fadeIn {
opacity: 1;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
.masonry-item {
max-width: 100%;
}
.container .masonry-item {
margin-bottom: 0px;
}
.masonry-item blockquote:hover,
.masonry-item blockquote:focus,
.masonry-item blockquote:focus-within {
background: #745cf9;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
color: #fff;
}
.masonryFlyIn .masonry-item {
opacity: 0;
transform: translate3d(0, 50px, 0);
-webkit-transform: translate3d(0, 50px, 0);
-moz-transform: translate3d(0, 50px, 0);
}
.masonryFlyIn .masonry-item.fadeIn {
opacity: 1;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
.masonry-loader {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 1;
position: absolute;
width: 100%;
z-index: 10;
top: 80px;
}
.masonry-loader.fixed-center {
top: 50%;
left: 50%;
transform: translate3d(-50%, 0, 0);
-webkit-transform: translate3d(-50%, 0, 0);
-moz-transform: translate3d(-50%, 0, 0);
margin-top: -25px;
}
.masonry-loader.fadeOut {
opacity: 0;
max-height: 0;
padding: 0;
overflow: hidden;
}
.spinner {
width: 50px;
height: 50px;
background-color: #745cf9;
margin: 0 auto;
display: inline-block;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
0% {
-webkit-transform: perspective(120px);
}
50% {
-webkit-transform: perspective(120px) rotateY(180deg);
}
100% {
-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
}
}
@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
@media all and (max-width: 767px) {
.comments input[type='submit'] {
max-width: 100%;
float: none;
}
}
.flex-direction-nav a.flex-next {
right: 16px;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
content: '\f105';
font-family: "Font Awesome 6 Free";
speak: none;
font-style: normal;
font-weight: 900;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 24px;
color: #fff;
}
.flex-direction-nav a.flex-prev {
left: 16px;
}
.flex-direction-nav a.flex-prev:before {
content: '\f104';
}
.flex-direction-nav a {
opacity: 1;
text-shadow: none;
color: rgba(0, 0, 0, 0);
width: 24px;
height: 24px;
margin: -12px 0 0;
}
.flex-control-nav li a {
background: none;
border: 2px solid #0e1015;
width: 10px;
height: 10px;
}
@media all and (max-width: 768px) {
.flex-direction-nav {
display: none;
}
}
.text-slider .flex-direction-nav li a:before {
color: #222;
}
.image-bg .text-slider .flex-direction-nav li a:before {
color: #fff;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 0.5;
}
.image-bg .text-slider .flex-direction-nav li a:hover:before,
.image-bg .text-slider .flex-direction-nav li a:focus:before {
opacity: 1;
}
.image-bg .text-slider .flex-direction-nav li a:focus:before {
color: #745cf9;
}
.text-slider .flex-direction-nav a.flex-prev {
left: -60px;
}
.text-slider .flex-direction-nav a.flex-next {
right: -60px;
}
.content p.intro {
padding-bottom: 20px;
border-bottom: 3px double #ddd;
margin-bottom: 20px;
font-size: 1.2em;
line-height: 155%;
font-weight: 700;
color: #745cf9;
}
.content blockquote {
padding: 30px 30px 30px 90px;
background: #fafafa;
border: 1px solid #eee;
position: relative;
font-style: italic;
}
.content q {
background: #fafafa;
font-style: italic;
}
.content blockquote cite {
display: block;
margin-top: 1.1em;
font-size: 0.75em;
line-height: 120%;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
}
.content blockquote cite:before {
content: '— ';
}
.content ul,
.content ol {
margin-left: 1.5em;
}
.content ul {
list-style: disc;
}
.content ul ul {
list-style: circle;
}
.content ol {
list-style: decimal;
}
.content ol ol {
list-style: lower-alpha;
}
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
margin-bottom: 0;
}
.content li {
margin-bottom: 0.5em;
line-height: 170%;
}
.content ol > li:last-child,
.content ul > li:last-child {
margin-bottom: 0;
}
.content ol > li:first-child,
.content ul > li:first-child {
margin-top: 0.5em;
} .content table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 0.9em;
width: 100%;
margin-bottom: 1.1em;
}
.content th,
.content td {
padding: 2%;
margin: 0;
overflow: visible;
line-height: 120%;
border-bottom: 1px solid #ddd;
}
.content th {
padding-top: 0;
}
.content th {
font-weight: bold;
color: #111;
}
.content table tbody > tr:nth-child(odd) > td {
background: #f9f9f9;
}
.content ul.post-meta {
margin-left: 0;
}
.content ul.post-meta li {
list-style: none;
margin-top: 0 !important;
}
.comment-date {
display: inline-block;
font-size: 10px;
padding: 5px 0;
}
.comments .fn {
display: block;
}
.comment-reply {
height: 20px;
line-height: 16px;
padding: 0 12px;
font-size: 10px;
min-width: auto !important;
}
.page-title-section {
height: 225px;
padding: 70px 0;
}
.page-title {
margin-bottom: 0 !important;
}
@media all and (max-width: 767px) {
.page-title-section,
#breadcrumbs {
text-align: center;
}
}
.author-bio {
display: block;
overflow: hidden;
padding: 32px;
background: #f5f5f5;
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 40px;
}
.author-social {
font-size: 16px !important;
} .image-small {
max-height: 80px;
}
.fade-half {
opacity: 0.5;
}
.cast-shadow {
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
}
.cast-shadow.img-responsive {
margin: 10px auto;
} .project {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 1;
padding: 0;
}
.project .image-tile {
margin: 0;
}
.project:not(.masonry-item) .image-tile {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.project:not(.masonry-item) .image-tile a {
display: block;
width: 100%;
height: 100%;
}
.project:not(.masonry-item) {
padding-bottom: 25%;
position: relative;
margin-bottom: 0;
} footer.bg-dark a {
color: #fff;
}
.social-list {
margin: 0;
}
.bg-dark .social-list a {
color: #fff;
-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bg-dark .social-list a:hover,
.bg-dark .social-list a:focus {
color: #5234f9;
}
.back-to-top {
position: absolute;
right: 0;
bottom: 0;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
height: 36px;
width: 36px;
padding: 5px 11px;
}
.back-to-top .fa {
font-size: 18px;
color: #fff;
}
.back-to-top:hover,
.back-to-top:focus {
opacity: 1;
}
.bg-dark .back-to-top {
border-color: #fff;
}
.bg-dark .back-to-top:active,
.bg-dark .back-to-top:focus {
color: #fff;
}
.bg-dark .back-to-top:hover,
.bg-dark .back-to-top:focus {
background: none;
}
.footer input[type='submit'] {
border: 0;
margin-top: 3px;
}
.copyright-text {
color: #fefefe;
}
.footer .footer-credits {
color: #fff;
}
.footer .footer-credits a {
color: #fefefe;
opacity: 0.8;
}
.footer .footer-credits a:hover,
.footer .footer-credits a:focus {
color: #5234f9;
} .mt20 {
margin-top: 20px !important;
}
.mt30 {
margin-top: 30px !important;
}
.mb0 {
margin-bottom: 0 !important;
}
.mb16 {
margin-bottom: 16px;
}
.mb24 {
margin-bottom: 24px;
}
.mb32 {
margin-bottom: 32px;
}
.mb40 {
margin-bottom: 40px;
}
.mb64 {
margin-bottom: 64px;
}
.p24 {
padding: 24px;
}
.p0 {
padding: 0;
}
.pt48 {
padding-top: 48px;
}
.pb0 {
padding-bottom: 0 !important;
}
.pt0 {
padding-top: 0;
}
@media all and (max-width: 767px) {
.mb-xs-24 {
margin-bottom: 24px;
}
.mb-xs-40 {
margin-bottom: 40px;
}
} .border-bottom {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.feature-1 i {
font-size: 64px;
}
.parallax-section {
padding-top: 0;
padding-bottom: 0;
border: 0;
}
.parallax-window {
background: transparent;
}
.small-screen .top-parallax-section {
overflow: hidden;
padding: 96px 0;
}
.social-list {
font-size: 18px;
}
.testimonial-img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
height: 100px;
width: 100px;
margin-bottom: 16px;
}
.image-bg a {
color: #745cf9;
}
.widget-area section {
border-bottom: 0;
padding: 0;
} .has-sidebar-left #secondary {
padding-right: 40px;
}
.no-sidebar {
float: none;
margin: 0 auto;
}
.full-width {
width: 100%;
}
.tags-links {
display: block;
}
#social {
background: transparent;
float: right;
}
.shapely-social-links #social {
display: inline-block;
float: none;
margin-top: 20px;
border: 0 none;
}
.shapely-social-links #social ul {
padding-left: 0;
}
.shapely-social-links #social ul.list-inline > li:last-child {
padding-right: 10px;
}
#secondary .shapely-social-links h3.cfa-text {
font-size: 22px;
line-height: 24px;
color: #001c28;
}
.contact-section #social {
float: none;
border-bottom: 0 none;
}
#social li {
display: inline-block;
}
#social li,
#social ul {
border: 0 !important;
list-style: none;
padding-left: 10px;
text-align: center;
}
.contact-section #social ul {
text-align: left;
}
.contact-section .social-icons li a {
color: #745cf9;
}
.contact-section .social-icons li a:hover,
.contact-section .social-icons li a:focus {
color: #5d47d7;
}
#social .social_icon span {
display: none;
}
.header-image-bg {
background-size: cover;
position: relative;
}
.header-image-bg .page-title {
position: relative;
z-index: 2;
}
.customize-partial-edit-shortcut button,
.widget .customize-partial-edit-shortcut button {
left: 0 !important;
}
#site-navigation .customize-partial-edit-shortcut button,
#site-navigation .widget .customize-partial-edit-shortcut button,
#colophon .customize-partial-edit-shortcut button,
#colophon .widget .customize-partial-edit-shortcut button,
#secondary .customize-partial-edit-shortcut button,
#secondary .widget .customize-partial-edit-shortcut button {
left: -30px !important;
}
.video-widget {
position: relative;
overflow: hidden;
height: calc(100vh - 56px);
}
.video-widget .video-controls {
position: absolute;
bottom: 20px;
left: 20px;
z-index: 6;
}
.video-widget .video-controls button {
background: #745cf9;
color: #fff;
border: none;
padding: 5px 10px;
text-align: center;
}
.video-widget.youtube {
position: relative;
background: transparent;
}
.vimeo-holder iframe {
width: 100%;
}
.video-widget.vimeo:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
z-index: 5;
}
.ytplayer-container {
position: absolute;
top: 0;
z-index: -1;
}
.shapely_home_parallax {
width: 100%;
display: block;
}
.shapely_home_parallax > section:not(.image-bg) .btn-white {
border-color: #745cf9;
color: #745cf9;
}
.shapely_home_parallax > section:not(.image-bg) .btn-white:hover,
.shapely_home_parallax > section:not(.image-bg) .btn-white:focus {
color: #fff;
background-color: #5234f9;
border-color: #5234f9;
}
.shapely_home_parallax > section:not(.image-bg) .btn-white:active {
border-color: #5234f9;
background-color: #5234f9;
color: #fff;
}
.bg-secondary .text-right {
z-index: 2;
} .widget .widget-title {
font-size: 22px;
line-height: 24px;
color: #001c28;
margin-bottom: 25px;
}
.widget.widget_archive > div ul,
.widget.widget_archive ul,
.widget.widget_categories > div ul,
.widget.widget_categories ul,
.widget.widget_meta > div ul,
.widget.widget_meta ul,
.widget.widget_pages > div ul,
.widget.widget_pages ul,
.widget.widget_nav_menu > div ul,
.widget.widget_nav_menu ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.widget.widget_archive > div ul li,
.widget.widget_archive ul li,
.widget.widget_categories > div ul li,
.widget.widget_categories ul li,
.widget.widget_meta > div ul li,
.widget.widget_meta ul li,
.widget.widget_pages > div ul li,
.widget.widget_pages ul li,
.widget.widget_nav_menu > div ul li,
.widget.widget_nav_menu ul li {
border-bottom: 1px solid #ebebeb;
padding-bottom: 20px;
margin-bottom: 20px;
}
.widget.widget_archive > div ul li:last-of-type,
.widget.widget_archive ul li:last-of-type,
.widget.widget_categories > div ul li:last-of-type,
.widget.widget_categories ul li:last-of-type,
.widget.widget_meta > div ul li:last-of-type,
.widget.widget_meta ul li:last-of-type,
.widget.widget_pages > div ul li:last-of-type,
.widget.widget_pages ul li:last-of-type,
.widget.widget_nav_menu > div ul li:last-of-type,
.widget.widget_nav_menu ul li:last-of-type {
border: none;
padding-bottom: 0;
margin-bottom: 0;
}
.woocommerce .widget_layered_nav ul li span,
.widget.widget_archive > div ul li span,
.widget.widget_archive ul li span,
.widget.widget_categories > div ul li span,
.widget.widget_categories ul li span,
.widget.widget_meta > div ul li span,
.widget.widget_meta ul li span,
.widget.widget_pages > div ul li span,
.widget.widget_pages ul li span,
.widget.widget_nav_menu > div ul li span,
.widget.widget_nav_menu ul li span {
font-size: 12px;
color: #8c979e;
float: right;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce.widget ul.cart_list li a,
.woocommerce.widget ul.product_list_widget li a,
.widget_products .product_list_widget a,
.widget_product_categories ul.product-categories li a,
.widget_product_tag_cloud .tagcloud a,
.widget.widget_archive > div ul li a,
.widget.widget_archive ul li a,
.widget.widget_categories > div ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta > div ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages > div ul li a,
.widget.widget_pages ul li a,
.widget.widget_nav_menu > div ul li a,
.widget.widget_nav_menu ul li a {
font-size: 14px;
color: #8c979e;
font-weight: 400;
}
.woocommerce .widget_layered_nav ul li a:hover,
.woocommerce .widget_layered_nav_filters ul li a:hover,
.woocommerce.widget ul.cart_list li a:hover,
.woocommerce.widget ul.product_list_widget li a:hover,
.widget_products .product_list_widget a:hover,
.widget_product_categories ul.product-categories li a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_archive > div ul li a:focus,
.widget.widget_archive > div ul li a:hover,
.widget.widget_archive ul li a:focus,
.widget.widget_archive ul li a:hover,
.widget.widget_categories > div ul li a:focus,
.widget.widget_categories > div ul li a:hover,
.widget.widget_categories ul li a:focus,
.widget.widget_categories ul li a:hover,
.widget.widget_meta > div ul li a:focus,
.widget.widget_meta > div ul li a:hover,
.widget.widget_meta ul li a:focus,
.widget.widget_meta ul li a:hover,
.widget.widget_pages > div ul li a:focus,
.widget.widget_pages > div ul li a:hover,
.widget.widget_pages ul li a:focus,
.widget.widget_pages ul li a:hover,
.widget.widget_nav_menu > div ul li a:focus,
.widget.widget_nav_menu > div ul li a:hover,
.widget.widget_nav_menu ul li a:focus,
.widget.widget_nav_menu ul li a:hover {
color: #5234f9;
}
.woocommerce.widget ul.cart_list li a.remove {
font-size: 1.5em;
}
.widget.widget_recent_comments ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.widget.widget_recent_comments ul li {
color: #8c979e;
}
.widget.widget_recent_comments ul li a {
font-weight: 400;
}
.widget.widget_recent_comments ul li .comment-author-link {
color: #8c979e;
}
.widget.widget_recent_comments ul li .comment-author-link a {
color: #8c979e;
}
.widget.widget_recent_comments ul li .comment-author-link a:focus,
.widget.widget_recent_comments ul li .comment-author-link a:hover {
color: #5234f9;
}
.widget.widget_nav_menu .menu > li {
float: none;
}
.widget.widget_nav_menu .menu > li a {
text-transform: initial;
font-size: 14px;
color: #8c979e;
font-weight: 400;
opacity: 1;
}
.widget.widget_nav_menu .menu > li a:focus,
.widget.widget_nav_menu .menu > li a:hover {
color: #5234f9;
}
.widget.widget_tag_cloud a {
text-transform: initial;
font-size: 14px;
color: #8c979e;
font-weight: 400;
}
.widget.widget_tag_cloud a:focus,
.widget.widget_tag_cloud a:hover {
color: #5234f9;
}
.widget.widget_recent_entries ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.widget.widget_recent_entries ul li {
border-bottom: 1px solid #ebebeb;
padding-bottom: 20px;
margin-bottom: 20px;
}
.widget.widget_recent_entries ul li:last-of-type {
border: none;
padding-bottom: 0;
}
.widget.widget_recent_entries ul li .post-date {
font-size: 12px;
color: #001c28;
padding-left: 10px;
border-left: 1px solid #ebebeb;
}
.widget.widget_recent_entries ul li a {
text-transform: initial;
font-size: 14px;
color: #8c979e;
font-weight: 400;
display: inline-block;
width: 100%;
}
.widget.widget_recent_entries ul li a:focus,
.widget.widget_recent_entries ul li a:hover {
color: #5234f9;
}
.widget.widget_rss .rss-widget-icon {
display: none;
}
.widget.widget_rss .widget-title a {
font-size: 22px;
line-height: 24px;
color: #001c28;
margin-bottom: 25px;
font-weight: 400;
}
.widget.widget_rss ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.widget.widget_rss ul li {
margin-bottom: 40px;
}
.widget.widget_rss ul li .rsswidget {
font-size: 22px;
line-height: 24px;
font-weight: 400;
color: #001c28;
display: block;
}
.widget.widget_rss ul li .rsswidget:hover,
.widget.widget_rss ul li .rsswidget:focus {
color: #745cf9;
}
.widget.widget_rss ul li .rss-date {
font-size: 12px;
display: inline-block;
width: 100%;
margin-bottom: 30px;
}
.widget.widget_rss ul li .rssSummary {
color: #8c979e;
font-size: 14px;
}
.widget.widget_rss ul li cite {
color: #001c28;
font-style: normal;
}
.widget.widget_search .search-form,
.widget_product_search .woocommerce-product-search {
padding: 0;
position: relative;
}
.widget.widget_search .search-form > input,
.widget_product_search .woocommerce-product-search > input {
background: transparent;
border: 1px solid #ebebeb;
text-transform: initial;
font-weight: 400;
box-sizing: border-box;
}
.widget.widget_search .search-form > input#s:hover,
.widget.widget_search .search-form > input#s:focus,
.widget_product_search .woocommerce-product-search > input.search-field:hover,
.widget_product_search .woocommerce-product-search > input.search-field:focus,
textarea:hover,
textarea:focus,
input[type='text']:hover,
input[type='search']:hover,
input[type='email']:hover,
input[type='tel']:hover,
input[type='text']:focus,
input[type='search']:focus,
input[type='email']:focus,
input[type='tel']:focus {
border-color: #745cf9;
box-shadow: none;
outline: none;
}
.widget.widget_search input[type='text']:focus + button[type='submit'].searchsubmit,
.widget.widget_search input[type='text']:hover + button[type='submit'].searchsubmit,
.widget.widget_product_search input[type='text']:focus + button[type='submit'].searchsubmit,
.widget.widget_product_search input[type='text']:hover + button[type='submit'].searchsubmit {
color: #745cf9;
border-color: #745cf9 !important;
}
.widget.widget_search .search-form > button[type='submit'].searchsubmit,
.widget.widget_product_search .woocommerce-product-search > button[type='submit'].searchsubmit {
position: absolute;
border: none;
top: 7px;
right: 0;
margin: 0;
bottom: 7px;
height: 35px;
width: 40px;
border-left: 1px solid #ebebeb !important;
border-right: 0 none !important;
border-top: 0 none !important;
border-bottom: 0 none !important;
color: transparent;
background-color: transparent !important;
z-index: 2;
font-size: 14px;
line-height: 1.5;
}
.widget.widget_search .search-form > button[type='submit'].searchsubmit,
.widget.widget_product_search button[type='submit'].searchsubmit {
color: #ebebeb;
}
.footer-widget-area .widget.widget_search .search-form > button[type='submit'].searchsubmit,
.footer-widget-area .widget.widget_product_search button[type='submit'].searchsubmit {
color: #fff;
}
.widget_product_search .woocommerce-product-search > button[type='submit']:hover,
.widget_product_search .woocommerce-product-search > button[type='submit']:focus {
color: transparent !important;
background-color: transparent !important;
}
.widget.widget_search .search-form > .searchsubmit:hover,
.widget.widget_search .search-form > .searchsubmit:focus,
.widget.widget_search .search-form > .searchsubmit:active {
color: transparent;
}
.widget.widget_search .search-form :-moz-placeholder {
text-transform: initial;
font-weight: 400;
letter-spacing: initial;
color: #8c979e;
font-size: 14px;
font-family: inherit;
}
.widget.widget_search .search-form ::-moz-placeholder {
text-transform: initial;
font-weight: 400;
letter-spacing: initial;
color: #8c979e;
font-size: 14px;
font-family: inherit;
}
.widget.widget_search .search-form :-ms-input-placeholder {
text-transform: initial;
font-weight: 400;
letter-spacing: initial;
color: #8c979e;
font-size: 14px;
font-family: inherit;
}
.widget_product_categories ul.product-categories {
list-style: none;
padding: 0;
margin: 0;
}
.widget_product_categories ul.product-categories ul {
list-style: none;
padding-top: 20px;
}
.widget_product_categories ul.product-categories li:not(.cat-parent) {
padding-bottom: 20px;
}
.widget.widget_calendar {
position: relative;
}
.widget.widget_calendar .widget-title,
.widget.widget_calendar h3 {
display: none;
}
.widget.widget_calendar table {
border: 0;
border-collapse: separate;
border-spacing: 4px;
}
.widget.widget_calendar #wp-calendar {
font-size: 12px;
}
.widget.widget_calendar #wp-calendar > caption {
color: #001c28;
font-family: inherit;
text-align: center;
font-size: 18px;
font-weight: 400;
padding-bottom: 20px;
padding-top: 16px;
min-height: 55px;
position: relative;
margin-bottom: 20px;
border-bottom: 1px solid #ebebeb;
}
.widget.widget_calendar #wp-calendar > caption:after {
width: 75px;
display: block;
content: '';
height: 1px;
background: #745cf9;
position: absolute;
bottom: -1px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.widget.widget_calendar #wp-calendar thead {
color: #745cf9;
}
.widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev) {
width: 44px;
height: 44px;
border: 1px solid #ebebeb;
}
.widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today {
border-color: #745cf9;
}
.widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today:hover,
.widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today:focus {
background: #745cf9;
color: #fff;
}
.widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today:hover a,
.widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today:focus a {
color: #fff;
}
.widget.widget_calendar #wp-calendar td,
.widget.widget_calendar #wp-calendar th {
padding: 6px 7px;
color: #001c28;
text-align: center;
}
.widget.widget_calendar #wp-calendar td a,
.widget.widget_calendar #wp-calendar th a {
color: #745cf9;
text-decoration: none;
}
.widget.widget_calendar #wp-calendar td a:hover,
.widget.widget_calendar #wp-calendar td a:focus,
.widget.widget_calendar #wp-calendar th a:hover,
.widget.widget_calendar #wp-calendar th a:focus {
text-decoration: none;
}
.widget.widget_calendar #wp-calendar #prev {
position: absolute;
top: -2px;
left: 10%;
width: 35px;
height: 55px;
background-color: transparent;
color: #fff;
}
.widget.widget_calendar #wp-calendar #prev:before {
content: '\f104';
display: block;
font-size: 16px;
line-height: 46px;
text-align: center;
position: relative;
font-family: "Font Awesome 6 Free";
color: #001c28;
}
.widget.widget_calendar #wp-calendar #prev > a {
top: 18px;
position: absolute;
color: transparent !important;
left: 0;
}
.widget.widget_calendar #next {
position: absolute;
top: -2px;
right: 10%;
width: 35px;
height: 55px;
background-color: transparent;
color: #fff;
}
.widget.widget_calendar #next:before {
content: '\f105';
display: block;
font-size: 16px;
line-height: 46px;
text-align: center;
position: relative;
font-weight: 900;
font-family: "Font Awesome 6 Free";
color: #001c28;
}
.widget.widget_calendar #next > a {
top: 18px;
position: absolute;
color: transparent !important;
right: 0;
}
.shapely-social {
margin-right: -20px;
}
.shapely-social-link {
display: block;
float: left;
margin: 0 20px 20px 0;
}
.shapely-social .shapely-social-icon {
font-family: "Font Awesome 6 Free";
display: block;
width: 20px;
height: 20px;
line-height: 20px;
color: #fff;
font-size: 18px;
position: relative;
text-align: center;
-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
aside .shapely-social .shapely-social-icon {
color: #001c28;
}
.shapely-social .shapely-social-icon:hover,
.shapely-social .shapely-social-icon:focus {
color: #5234f9;
}
.shapely-social-link--youtube .shapely-social-icon:before {
content: '\f16a';
}
#colophon .widget {
margin-bottom: 24px;
}
#colophon .site-info {
margin-top: 15px;
}
#colophon .widget {
display: inline-block;
width: 100%;
}
#colophon .widget ul {
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
}
#colophon .widget ul li {
margin-right: 0;
}
#colophon .widget .widget-title {
color: #fff;
border-bottom: none;
}
#colophon .widget.widget_calendar #wp-calendar > caption {
color: #fff;
}
#colophon .widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today,
#colophon .widget.widget_calendar #wp-calendar thead {
color: #fff;
}
#colophon .widget.widget_calendar #wp-calendar th,
#colophon .widget.widget_calendar #wp-calendar td {
color: #fff;
}
#colophon .widget.widget_calendar #wp-calendar #prev:before,
#colophon .widget.widget_calendar #wp-calendar #next:before {
color: #fff;
}
#colophon .widget.widget_rss ul li .rsswidget {
color: #fff;
}
#colophon .widget.widget_rss ul li .rsswidget:hover,
#colophon .widget.widget_rss ul li .rsswidget:focus {
color: #5234f9;
}
#colophon .widget.widget_rss .widget-title a {
color: #fff;
}
#colophon .widget.widget_rss .widget-title a:hover,
#colophon .widget.widget_rss .widget-title a:focus {
color: #5234f9;
} .post-content {
margin-bottom: 20px;
}
.post-content .entry-header {
position: relative;
}
.post-content .entry-header img {
width: 100%;
}
.post-content .post-meta {
list-style-type: none;
margin-left: 0;
}
.post-content .post-meta li {
position: relative;
}
.post-content .post-meta li a {
color: #745cf9;
font-weight: 400;
}
.post-content .post-meta li a:hover,
.post-content .post-meta li a:focus {
color: #5234f9;
}
.post-content .post-meta li:before {
content: '';
height: 10px;
width: 2px;
background: #001c28;
display: block;
position: absolute;
bottom: 6px;
left: -13px;
}
.post-content .post-meta li:first-of-type:before {
content: none;
}
.post-content .entry-content .post-title {
font-size: 30px;
line-height: 35px;
margin-top: 25px;
margin-bottom: 10px;
}
.post-content .entry-content .post-title a {
font-weight: 300;
color: #001c28;
}
.post-content.post-grid-small .shapely-category {
width: 70%;
}
.post-content .shapely-category {
position: absolute;
background: #fff;
height: 62px;
width: 45%;
bottom: 0;
left: 0;
}
.post-content .shapely-category a {
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
color: #bebebe;
display: inline-block;
width: 100%;
text-align: center;
margin-top: 16px;
padding-bottom: 13px;
position: relative;
}
.post-content .shapely-category a:hover,
.post-content .shapely-category a:focus {
color: #5234f9;
}
.post-content .shapely-category a:after {
content: '';
display: block;
width: 45px;
height: 1px;
background: #ebebeb;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
}
.post-content .more-link {
display: block;
width: 140px;
margin-top: 20px;
text-align: center;
background: #745cf9;
color: #fff;
padding: 10px 20px;
}
.post-content .more-link:hover,
.post-content .more-link:focus {
background: #5234f9;
}
.shapely-next-prev {
padding-bottom: 35px;
}
.shapely-tags {
padding-top: 20px;
padding-bottom: 20px;
border-top: 1px solid #ebebeb;
}
.shapely-tags > span {
font-size: 15px;
color: #767676;
margin-right: 10px;
}
.shapely-tags > a {
font-size: 15px;
font-weight: 400;
color: #767676;
}
.shapely-tags > a:hover,
.shapely-tags > a:focus {
color: #5234f9;
}
.shapely-related-posts {
padding-top: 35px;
border-top: 1px solid #ebebeb;
position: relative;
}
.shapely-related-posts .shapely-related-post-title a {
color: #001c28;
font-size: 18px;
font-weight: normal;
display: inline-block;
margin-top: 20px;
position: relative;
padding-left: 9px;
}
.shapely-related-posts .shapely-related-post-title a:before {
content: '';
height: 13px;
width: 1px;
background: #e1e1e1;
position: absolute;
left: 0;
top: 6px;
}
.shapely-related-posts .shapely-related-post-title a:hover,
.shapely-related-posts .shapely-related-post-title a:focus {
color: #5234f9;
}
.shapely-related-posts .shapely-carousel-navigation {
margin-bottom: 0;
}
.shapely-related-posts .shapely-carousel-navigation .shapely-carousel-arrows {
list-style-type: none;
margin: 0;
}
.shapely-related-posts .shapely-carousel-navigation .shapely-carousel-arrows li {
display: inline-block;
position: absolute;
right: -17px;
top: 50%;
width: 35px;
height: 35px;
background: rgba(0, 0, 0, 0.6);
border-radius: 50%;
z-index: 100;
text-align: center;
line-height: 35px;
}
.shapely-related-posts .shapely-carousel-navigation .shapely-carousel-arrows li a {
color: #fff;
display: block;
line-height: 35px;
}
.shapely-related-posts .shapely-carousel-navigation .shapely-carousel-arrows li:hover,
.shapely-related-posts .shapely-carousel-navigation .shapely-carousel-arrows li:focus {
background: black;
}
.shapely-related-posts .shapely-carousel-navigation .shapely-carousel-arrows li:first-of-type {
left: -17px;
right: initial;
} .comment-form :-moz-placeholder {
text-transform: initial;
font-weight: 400;
letter-spacing: initial;
color: #8c979e;
font-size: 14px;
font-family: inherit;
}
.comment-form ::-moz-placeholder {
text-transform: initial;
font-weight: 400;
letter-spacing: initial;
color: #8c979e;
font-size: 14px;
font-family: inherit;
}
.comment-form :-ms-input-placeholder {
text-transform: initial;
font-weight: 400;
letter-spacing: initial;
color: #8c979e;
font-size: 14px;
font-family: inherit;
}
.comment-form textarea:focus,
.comment-form textarea:active {
outline: none;
border-bottom: 1px solid #745cf9;
}
.comment-form input[type='text']:focus,
.comment-form input[type='text']:active,
.comment-form input[type='url']:focus,
.comment-form input[type='url']:active,
.comment-form input[type='email']:focus,
.comment-form input[type='email']:active {
outline: none;
border-bottom: 1px solid #745cf9;
}
.comment-form .form-submit {
display: inline-block;
width: 100%;
margin-top: 15px;
}
.author-bio {
background: transparent;
}
.author-bio .avatar img {
border-radius: 50%;
}
@media all and (min-width: 991px) {
.author-bio .col-sm-10 {
border-left: 1px solid #ebebeb;
}
.author-bio-left-side .author-bio .col-sm-10 {
border-left: 0 none;
}
}
.author-bio .fn {
font-weight: 400;
font-size: 18px;
}
.author-bio p {
margin-top: 10px;
color: #8c979e;
font-size: 14px;
}
.author-bio .author-email {
color: #8c979e;
font-weight: 400;
}
.author-bio .author-email:hover,
.author-bio .author-email:focus {
color: #5234f9;
}
@media all and (min-width: 550px) {
.author-bio .author-social {
position: absolute;
right: 20px;
top: 0;
}
}
.author-bio .author-social li {
padding: 0 5px;
}
.author-bio .author-social li a {
color: #001c28;
font-size: 12px;
}
.author-bio-left-side .col-sm-2,
.author-bio-left-side .col-sm-10 {
width: 100%;
}
.author-bio-left-side .author-bio {
text-align: center;
padding: 15px 20px;
}
.author-bio-left-side .author-bio .fn {
margin-top: 10px;
display: inline-block;
width: 100%;
}
.author-bio-left-side .author-bio .author-email {
display: none;
}
.author-bio-left-side .author-bio .author-social {
position: relative;
display: inline-block;
text-align: center;
top: initial;
left: initial;
right: initial;
bottom: initial;
}
.author-bio-left-side .author-bio .author-social li a {
color: #001c28;
}
.single-post .entry-content .dropcaps-content > p:first-child:first-letter,
.single-jetpack-portfolio .entry-content .dropcaps-content > p:first-child:first-letter {
float: left;
font-size: 57px;
margin: 10px;
margin-right: 20px;
color: #001c28;
}
.shapely-related-posts .owl-carousel .owl-item .related-item-thumbnail img {
display: none;
}
.shapely-related-posts .related-item-thumbnail {
display: block;
padding-bottom: 85%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.pt0 {
padding-top: 30px;
} .woocommerce-product-gallery figure {
padding: 0;
}
.woocommerce .cart .coupon input.button {
width: auto;
}
.woocommerce-page #content table.cart td.actions .coupon .input-text {
width: auto;
}
.create-account label.woocommerce-form__label {
width: 100% !important;
display: block !important;
}
.woocommerce form .form-row.create-account .input-checkbox {
position: relative;
} .wpcf7-form div.wpcf7-validation-errors {
background: #f7e700;
color: #000;
}
.wpcf7-form div.wpcf7-mail-sent-ng {
background: #f00;
color: #fff;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
background: #398f14;
color: #fff;
}
.wpcf7-form div.wpcf7-spam-blocked {
background: #ffa500;
color: #000;
}
span.wpcf7-not-valid-tip {
margin-top: -24px;
}
.page-template-template-widget section.content-area {
padding-top: 0;
}
.widget .text-center .img-responsive {
margin-left: auto;
margin-right: auto;
}
section .widget-post-thumbnail {
display: block;
margin-bottom: 24px;
}
section .widget-post-title {
margin: 0;
}
section .widget-post-excerpt {
margin-top: 24px;
padding: 0 15px;
} .search-form {
display: flex;
align-items: stretch;
width: 300px;
max-width: 100%;
margin: 0;
padding: 0;
border-radius: 4px;
overflow: hidden;
border: 1px solid #ddd;
}
.search-form-wrapper {
position: relative;
display: flex;
width: 100%;
}
.search-form input[type='search'] {
flex: 1;
height: 45px;
padding: 0 15px;
border: none;
border-radius: 0;
font-size: 14px;
margin: 0;
box-sizing: border-box;
width: 100%;
}
.search-form button[type='submit'] {
width: 45px;
height: 45px;
padding: 0;
margin: 0;
background-color: #745cf9;
border: none;
border-radius: 0;
cursor: pointer;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: all 0.3s ease;
}
.search-form button[type='submit']:hover {
background-color: #5d47d7;
border-color: #5d47d7;
}
.search-form button[type='submit'] i {
display: block;
font-size: 16px;
color: #fff;
}  .fa-brands .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
} #social li a {
display: inline-block;
margin: 0 5px;
color: inherit;
}
#social li a:hover {
color: #5d47d7;
} .header-image-bg {
background-size: cover;
position: relative;
}
.header-image-bg .page-title {
position: relative;
z-index: 2;
}
#social .social_icon span {
}
.header-image-bg {
background-size: cover;
position: relative;
}
.nav-bar .search-form button[type='submit'] {
color: #fff;
}
.nav-bar .search-form button[type='submit'] i {
color: #fff;
}
.dropdown-menu .shapely-dropdown > .fa-angle-down:before {
content: "\f105"; font: var(--fa-font-solid);
}
.panel-icon:before {
content: "\f107"; font: var(--fa-font-solid);
font-family: 'Font Awesome 6 Free';
}
.arrow_right:after {
content: '\f105';
font: var(--fa-font-solid);
font-family: 'Font Awesome 6 Free';
}
.arrow_left:before {
content: '\f104';
font: var(--fa-font-solid);
font-family: 'Font Awesome 6 Free';
}
.prev.page-numbers:before {
content: '\f104';
font: var(--fa-font-solid);
font-family: 'Font Awesome 6 Free';
}
.next.page-numbers:after {
content: '\f105';
font: var(--fa-font-solid);
font-family: 'Font Awesome 6 Free';
} .shapely_home_parallax section,
.small-screen-overlay .widget { } .shapely_home_parallax .fa,
.shapely_home_parallax .fas,
.shapely_home_parallax .far,
.shapely_home_parallax .fab,
.small-screen-overlay .widget .fa,
.small-screen-overlay .widget .fas,
.small-screen-overlay .widget .far,
.small-screen-overlay .widget .fab {
font-family: 'Font Awesome 6 Free';
} .search-form-wrapper {
display: flex;
align-items: center;
width: 100%;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
overflow: hidden;
}
.search-form input[type="search"] {
flex: 1;
height: 40px;
padding: 6px 12px;
border: none;
border-radius: 0;
box-sizing: border-box;
}
.search-form button[type="submit"] {
height: 40px;
padding: 6px 12px;
background-color: #745cf9;
border: none;
border-radius: 0;
cursor: pointer;
color: #fff;
}
.search-form button[type="submit"]:hover {
background-color: #5d47d7;
} .nav-bar .function .search-form {
width: 100%;
max-width: 300px;
}
.nav-bar .function .search-form-wrapper {
border: none;
}.related-item-thumbnail-empty {
display: block;
height: 20px;
margin-bottom: 15px;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.dik-tek.fi/wp-content/themes/shapely/assets/js/owl-carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }.jquery-hidden {
display:none;
}
.Hide-Item {
display:none !important;
}
.ewd-upcp-Hide-Item {
display:none;
}
.No-Clear {
clear:none !important;
padding: 0 !important;
}
.hidden-field {
display:none !important;
opacity: 0;
}
.ewd-upcp-no-pointer {
cursor:default;
}
.no-underline {
text-decoration:none;
}
.no-underline:hover {
text-decoration:none;
}
.ewd-upcp-social-links {
margin: 15px 0;
}
.ewd-upcp-social-links ul {
margin: 0;
}
#wpadminbar #wp-admin-bar-upcp_edit_product>.ab-item:before {
content: "\f464";
top: 2px;
} .Blue-prod-cat-header-div {
border-bottom:3px solid #80bee1;
}
.Black-prod-cat-header-div {
border-bottom:3px solid #000000;
}
.Grey-prod-cat-header-div {
border-bottom:3px solid #666666;
}
.ewd-upcp-toggle-icon {
position: relative;
float: left;
width: 40px;
height: 29px;
margin-right: 8px;
}
.ewd-upcp-toggle-icon-thumbnail.ewd-upcp-toggle-icon-blue {
background:url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/img/thumb_icon.png);
}
.ewd-upcp-toggle-icon-thumbnail.ewd-upcp-toggle-icon-black {
background:url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/img/thumb_icon-black.png);
}
.ewd-upcp-toggle-icon-thumbnail.ewd-upcp-toggle-icon-grey {
background:url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/img/thumb_icon-grey.png);
}
.ewd-upcp-toggle-icon-list.ewd-upcp-toggle-icon-blue {
background:url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/img/list_icon.png);
}
.ewd-upcp-toggle-icon-list.ewd-upcp-toggle-icon-black {
background:url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/img/list_icon-black.png);
}
.ewd-upcp-toggle-icon-list.ewd-upcp-toggle-icon-grey {
background:url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/img/list_icon-grey.png);
}
.ewd-upcp-toggle-icon-detail.ewd-upcp-toggle-icon-blue {
background: url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/img/details_tab_icon.png);
}
.ewd-upcp-toggle-icon-detail.ewd-upcp-toggle-icon-black {
background: url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/img/details_tab_icon-black.png);
}
.ewd-upcp-toggle-icon-detail.ewd-upcp-toggle-icon-grey {
background: url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/img/details_tab_icon-grey.png);
} .ewd-upcp-catalog-div {
position: relative;
}
.ewd-upcp-catalog-div *, .ewd-upcp-catalog-div *:after,
.ewd-upcp-catalog-div *:before{
box-sizing: border-box;
}
.ewd-upcp-catalog-header-bar {
position: relative;
float: left;
width: 100%;
height: auto;
margin-bottom: 15px;
}
.prod-cat-information {
margin-bottom: 12px;
}
.ewd-upcp-catalog-display {
position: relative;
float:left;
width:74%;
}
.ewd-upcp-catalog-display > .prod-cat {
width: 100%;
}
.prod-cat-back-link,
.ewd-upcp-product-page-breadcrumbs {
font-size: 1.2em;
padding-bottom: 8px;
}
.ewd-upcp-catalog-product-div {
}
.prod-cat-category {
margin:30px auto;
clear: both;
}
.ewd-upcp-catalog-category-label {
font-size: 1.3em;
font-weight: 600;
margin: 20px 10px;
}
.prod-cat-title {
}
.ewd-upcp-catalog-product-thumbnail-image-div {
overflow:hidden;
position:relative;
}
.prod-cat-price {
}
.ewd-upcp-details-text {
display: table-cell;
vertical-align: middle;
}  .ewd-upcp-sidebar-toggle {
display: none;
width: 100px;
min-width: 120px;
background: #353535;
color: #fff;
padding: 4px 10px 4px;
margin: 32px auto;
text-align: center;
text-transform: uppercase;
cursor: pointer;
z-index: 2;
}
.ewd-upcp-sidebar-toggle:hover {
background: #555;
}
.ewd-upcp-sidebar-toggle-downcaret:after {
font-size: .8em;
content: " ▼";
}
.ewd-upcp-sidebar-toggle-upcaret:after {
font-size: .8em;
content: " ▲";
}
@media screen and (max-width: 768px) {
.ewd-upcp-sidebar-toggle {
display: block;
}
}
.ewd-upcp-catalog-sidebar {
display: block;
position:relative;
float:left;
width:25%;
margin-bottom:20px;
}
@media screen and (max-width: 768px) {
.ewd-upcp-catalog-sidebar.ewd-upcp-catalog-sidebar-hidden {
display: none;
}
}
.ewd-upcp-catalog-sidebar > form > div {
margin: 3px;
}
.ewd-upcp-catalog-sidebar-category,
.ewd-upcp-catalog-sidebar-subcategory,
.ewd-upcp-catalog-sidebar-tag,
.ewd-upcp-catalog-sidebar-cf-value-div{
padding: 5px;
}
.ewd-upcp-catalog-sidebar-cf-title {
margin:5px 0;
}
.prod-cat-cf-sidebar-title {
}
.ewd-upcp-catalog-sidebar-content{
margin: 10px 0;
}
.ewd-upcp-catalog-sidebar-cf-content{
width:100%;
} .ewd-upcp-filtering-clear-all {
text-align: center;
font-weight: 600;
cursor: pointer;
position: relative;
float: left;
width: calc(75% - 16px);
margin-right: calc(25% + 5px) !important;
margin-bottom: 20px !important;
background: #ddd;
padding: 8px 0;
color: #444;
}
.ewd-upcp-filtering-clear-all:hover {
background: #eee;
color: #444;
}  .ewd-upcp-catalog-sidebar-hover-underline h3,
.ewd-upcp-catalog-sidebar-hover-underline span {
cursor: pointer;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
padding-bottom:5px;
margin:15px 0 5px;
}
.ewd-upcp-catalog-sidebar-hover-underline h3:before,
.ewd-upcp-catalog-sidebar-hover-underline span:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: rgba(59, 59, 59, 0.5);
height: 2px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.ewd-upcp-catalog-sidebar-hover-underline h3:hover:before,
.ewd-upcp-catalog-sidebar-hover-underline h3:focus:before,
.ewd-upcp-catalog-sidebar-hover-underline h3:active:before {
left: 0;
right: 0;
}
.ewd-upcp-catalog-sidebar-hover-underline span:hover:before,
.ewd-upcp-catalog-sidebar-hover-underline span:focus:before,
.ewd-upcp-catalog-sidebar-hover-underline span:active:before {
left: 0;
right: 0;
} .ewd-upcp-label {
display: inline;
}
.ewd-upcp-margin-left-6 {
padding-left:16px;
}
.ewd-upcp-margin-top-minus-2 {
}
.ewd-upcp-catalog-sidebar-title {
margin: 10px 0;
font-weight: bold;
}
#upcp-price-score-filter,
.ewd-upcp-catalog-sidebar-category-content div,
.ewd-upcp-catalog-sidebar-subcategory-content div,
.ewd-upcp-catalog-sidebar-content-tag div,
.ewd-upcp-catalog-sidebar-cf-content div{
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
max-width: 75%;
}
.ewd-upcp-hidden-text-field {
border: none !important;
background: transparent !important;
}
.ewd-upcp-custom-field-slider div{
max-width:100%;
}
.ewd-upcp-custom-field-slider,
#upcp-price-score-filter {
margin-top:6px;
}
.subcat-collapsible .ewd-upcp-catalog-sidebar-subcategory {
max-width: 100%;
}
.checkbox-color-Blue:hover
{
background-color: rgba( 128, 190, 225, 0.65) ;
color: white;
}
.checkbox-color-Grey:hover,
.checkbox-color-Black:hover
{
background-color: #BDBDBD;
color: white;
}
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist .ewd-upcp-catalog-sidebar-content > div.highlightBlue,
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist .ewd-upcp-catalog-sidebar-custom-field.highlightBlue {
background:rgba( 128, 190, 225, 0.4);
}
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist .ewd-upcp-catalog-sidebar-content > div.highlightBlack,
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist .ewd-upcp-catalog-sidebar-content > div.highlightGrey,
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist .ewd-upcp-catalog-sidebar-custom-field.highlightBlack,
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist .ewd-upcp-catalog-sidebar-custom-field.highlightGrey {
background:rgba(225,225,225, 0.75);
} .ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:not(:checked),
.ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
.ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:not(:checked) + label,
.ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:checked + label {
position: relative;
padding-left: 25px;
cursor: pointer;
} .ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:not(:checked) + label:before,
.ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left:0; top: 2px;
width: 15px; height: 15px;
} .ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:not(:checked) + label:after,
.ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:checked + label:after {
content: '✔';
position: absolute;
top: 0; left: 2px;
font-size: 14px;
color:#3B3B3B;
transition: all .2s;
} [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
[type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1);
}
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:not(:checked),
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:not(:checked) + label,
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:checked + label {
position: relative;
padding-left: 2px;
cursor: pointer;
}
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-content > div,
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-custom-field {
border-top: 1px solid gray;
}
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:not(:checked),
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-content > div.highlightBlue,
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-custom-field.highlightBlue {
background:rgba( 128, 190, 225, 0.4);
}
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-content > div.highlightBlack,
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-content > div.highlightGrey,
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-custom-field.highlightBlack,
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-custom-field.highlightGrey {
background:rgba(225,225,225, 0.75);
}
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:not(:checked) + label,
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:checked + label {
position: relative;
padding-left: 2px;
cursor: pointer;
}
.cat-collapsible {
float: right;
font-weight: 800;
font-size: 25px;
}
.cat-collapsible:hover {
cursor: pointer;
} .thumb-display {
margin: 0;
}
.ewd-upcp-thumb-toggle-icon {
width:40px;
height:29px;
float:left;
margin-right:8px;
}
.ewd-upcp-catalog-product-thumbnail {
border: 1px solid #e0e0e0;
border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px; float: left;
margin: 10px;
width: 200px;
min-height: 306px;
max-height:425px;
overflow: hidden;
margin-bottom:32px;
}
.ewd-upcp-catalog-div.ewd-upcp-thumb-adjust-height .ewd-upcp-catalog-product-thumbnail {
min-height: 0;
max-height: none;
}
.ewd-upcp-catalog-product-thumbnail-body-div {
min-height:43px;
padding: 3px 8px 0;
margin: 0px;
color: #777;
}
.ewd-upcp-catalog-product-thumbnail .ewd-upcp-catalog-product-price {
float: left;
min-height: 40px;
line-height: 40px;
width: 81px;
padding: 1px 0 0 8px;
margin: 0px;
color: #2e8f9a;
}
.ewd-upcp-thumb-details-link {
background: url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/img/details_icon.png);
background-repeat: no-repeat !important;
background-position: center right !important;
color: #80bee1 !important;
height: 40px;
float: right;
line-height: 1;
width: auto;
margin-right: 6px;
display: table;
}
.ewd-upcp-catalog-product-thumbnail-body-div a{
color:#1b8be0;
}
.ewd-upcp-catalog-product-thumbnail-body-div a:hover,
.ewd-upcp-catalog-product-thumbnail-body-div a:focus,
.ewd-upcp-catalog-product-thumbnail-body-div a:active{
text-decoration: none;
color:#404040;
}
.ewd-upcp-thumb-details-link{
color:#4DB7DF;
}
.ewd-upcp-thumb-details-link:hover,
.ewd-upcp-thumb-details-link:focus,
.ewd-upcp-thumb-details-link:active{
text-decoration:none;
color:#80bee1;
} .ewd-upcp-catalog-product-thumbnail-image-div {
width: 180px;
height: 180px;
margin: 10px;
text-align: center;
background: #fafafa; display: block;
}
.ewd-upcp-catalog-product-thumbnail-image-div a {
width: 180px;
height: 180px;
text-align: center;
display:table-cell;
vertical-align:middle;
}
.ewd-upcp-catalog-product-thumbnail-image-div img {
max-width: 180px;
max-height: 180px;
display: table-cell !important;
margin: 0 auto;
} .list-display {
margin: 0;
}
.ewd-upcp-list-toggle-icon {
width:40px;
height:29px;
float:left;
margin-right:8px;
}
.ewd-upcp-catalog-product-list {
margin: 5px;
}
.ewd-upcp-catalog-product-list .ewd-upcp-product-action-button {
width: 80%;
float: left;
cursor: pointer;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-price {
width: 20%;
min-width: 40px;
float: right;
color: #2e8f9a;
cursor: pointer;
text-align: right;
}
.ewd-upcp-list-details {
min-height:240px;
width: 100%;
display:flex;
flex-flow:row wrap;
float:left;
padding-top:15px;
}
.ewd-upcp-list-desc {
float:left;
overflow: auto;
width:65%;
max-height:200px;
padding: 10px 5px;
flex: 1 1 auto;
}
.ewd-upcp-list-details-link {
background: url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/img/details_icon.png);
background-repeat: no-repeat;
background-position:  bottom   right;
color: #50a3d1;
min-width: 200px;
height: 30px;
}
.ewd-upcp-list-details .ewd-upcp-catalogue-link{
}
.ewd-upcp-prod-desc-custom-fields.ewd-upcp-custom-field-list{
min-height: 40px;
width:50%;
padding: 5px 15px;
} .ewd-upcp-catalog-product-list-image-div {
width: 35%;
height: 200px;
text-align: center;
float:left;
flex-grow:1;
}
.ewd-upcp-catalog-product-list-image-div a {
width: inherit;
height: 200px;
line-height: 0;
text-align: center;
display: table-cell;
vertical-align: middle;
}
.ewd-upcp-catalog-product-list-image-div img {
width: auto;
max-height:180px;
max-width: 180px;
margin:0 auto;
} .detail-display {
margin: 0;
}
.ewd-upcp-details-toggle-icon {
width:40px;
height:29px;
float:left;
margin-right:8px;
}
.ewd-upcp-catalog-product-detail {
display:flex;
width:100%;
border: 1px solid #e0e0e0;
margin:15px auto;
min-height:13.5em;
overflow: hidden;
}
.ewd-upcp-catalog-product-detail-mid-div {
float:left;
width: 50%;
min-height: 13.5em;
padding: 10px;
border-right: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
}
.ewd-upcp-catalog-product-detail-mid-div .ewd-upcp-product-action-button {
font-size: 1.2em;
color:#1b8be0;
font-weight:400;
}
.ewd-upcp-catalog-product-detail-end-div {
float:left;
width:15%;
padding:10px;
}
.ewd-upcp-catalog-product-detail-end-div .ewd-upcp-catalog-product-price {
color: #039cb7;
float: left;
font-size: 1.2em;
width:100%;
margin-top: 10px;
}
.ewd-upcp-detail-details-link {
clear:both;
background: url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/img/details_icon.png);
background-repeat: no-repeat;
background-position:  bottom   left;
color: #4DB7DF;
height: 70px;
line-height: 40px;
width: 100%;
}
.ewd-upcp-catalog-product-detail-body-div {
margin-top: 10px;
}
.ewd-upcp-catalog-product-detail a:hover,
.ewd-upcp-catalog-product-detail a:focus,
.ewd-upcp-catalog-product-detail a:active {
text-decoration:none;
color:#404040;
}
.ewd-upcp-catalog-product-detail a div:hover,
.ewd-upcp-catalog-product-detail a div:focus,
.ewd-upcp-catalog-product-detail a div:active {
text-decoration:none;
color:#80bee1;
} .ewd-upcp-catalog-product-detail-image-div {
display: table;
width: 35%;
height: 100%;
position: relative;
overflow: hidden;
}
.ewd-upcp-catalog-product-detail-image-div a {
width:100%;
height: 200px;
line-height: 0;
text-align: center;
display: table-cell;
vertical-align: middle;
}
.ewd-upcp-catalog-product-detail-image-div img {
max-width: 180px;
max-height:180px;
} .ewd-upcp-single-product-details {
width: 100%;
}
.ewd-upcp-single-product-thumbnails {
width: 120px;
height: 480px;
overflow-x: hidden;
overflow-y: hidden;
float: left;
}
.ewd-upcp-single-product-thumbnails:hover {
overflow-y: auto;
}
.ewd-upcp-single-product-details-thumb {
max-width: 100px;
max-height: 100px;
margin: 10px;
cursor: pointer;
}
.entry.clearfix h2.ewd-upcp-single-product-details-title {
margin: 15px 5px 40px;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-details-price {
padding:0px 0px 10px 40px;
}
.ewd-upcp-product-url-icon {
margin-left:20px;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-title {
font-size: 1.5em;
border: none;
margin: 0;
padding: 0;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-price {
font-size: 1.2em;
border: none;
margin: 12px 0 24px;
padding: 0;
font-weight: normal;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-images-div{
height: 420px;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-main-image {
height: 420px;
line-height: 0;
margin-left: 120px;
vertical-align: middle;
width: 100%;
}
.ewd-upcp-single-product-main-image a {
width: 370px;
height: 340px;
line-height: 0;
text-align: center;
display: table-cell;
vertical-align: middle;
}
.ewd-upcp-product-image {
max-width: 100%;
max-height: 100%;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-main-image img{
min-width: 200px;
max-height: 420px;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-details-description {
padding: 20px;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-details-right-div {
padding: 0 10px;
}
.ewd-upcp-minimal-catalogue {
width: 100%;
} .ewd-upcp-related-products{
margin-left: -200px;
}
.ewd-upcp-related-products-title {
font-size: 1.2em;
padding-bottom: 8px;
}
.ewd-upcp-next-product-title, .ewd-upcp-previous-product-title {
font-size: 1.1em;
padding-bottom: 8px;
}
.ewd-upcp-minimal-product-listing {
width: 115px;
float: left;
padding-right: 10px;
margin: 5px;
}
.ewd-upcp-minimal-img-div {
height: 115px;
text-align: center;
width:100%;
}
.ewd-upcp-minimal-img {
max-width: 115px;
max-height: 115px;
}
.ewd-upcp-minimal-title, .ewd-upcp-minimal-price {
text-align: center;
}
.ewd-upcp-standard-product-page .default-pp-related {
float: none;
width: 100%;
padding: 5px 20px;
margin: 0;
max-width: 100%;
} .ewd-upcp-standard-product-page-mobile .ewd-upcp-single-product-thumbnails {
overflow: visible;
width: 100%;
height: auto;
} .ewd-upcp-standard-product-page-mobile {
display: none;
}
.ewd-upcp-standard-product-page,
.ewd-upcp-custom-large-product-page {
width: 100%;
}
.ewd-upcp-standard-product-page *{
box-sizing: border-box;
}
.prod-details-right{
max-width: 300px;
float: left;
padding-left: 15px;
margin-top: 10px;
}
.ewd-upcp-single-product-description,
.ewd-upcp-single-product-categories,
.ewd-upcp-single-product-subcategories,
.ewd-upcp-single-product-tags,
.ewd-upcp-single-product-custom-fields {
clear: both;
}
.ewd-upcp-single-product-description {
margin: 32px 0;
}
.ewd-upcp-side-title {
float: left;
padding-right: 10px;
font-weight: 600;
}
.ewd-upcp-product-video {
margin-top:12px;
margin-bottom: 6px;
} .ewd-upcp-single-product-details-title .ewd-upcp-product-url-icon {
display: none;
}
.ewd-upcp-single-product-details-title-and-price {
position: relative;
float: right;
width: calc(100% - 160px);
}
.ewd-upcp-single-product-details-title, .ewd-upcp-single-product-details-price {
margin: 0 !important;
padding: 0 !important;
line-height: 1 !important;
text-align: center;
}
.ewd-upcp-single-product-details-title {
padding-top: 40px !important;
}
.ewd-upcp-single-product-details-price {
padding: 20px 0 40px !important;
}
.ewd-upcp-single-product-thumbnails {
width: 120px;
height: 480px;
overflow-y: scroll;
}
.ewd-upcp-single-product-details-thumb {
width: 95%;
max-width: none;
max-height: none;
margin: 0 0 10px;
cursor: pointer;
}
@media screen and (max-width: 670px) {
.ewd-upcp-single-product-details-thumb {
width: 30%;
margin-top: 16px;
}
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-images-div {
height: auto;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-main-image {
position: relative;
float: right;
width: calc(100% - 160px);
height: auto;
margin-left: 0;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-main-image img {
height: auto;
width: auto;
min-width: auto;
min-height: auto;
max-height: 480px;
max-width: 100%;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-details-description {
position: relative;
float: right;
width: calc(100% - 160px);
padding: 20px 0 40px;
} .gridster ul li {
list-style-type:none !important;
}
.gridster-mobile ul li{
list-style-type:none !important;
}
.prod-page-div {
list-style-type:none !important;
}
.ewd-upcp-cpp-title {
margin:0;
padding:0;
} .ewd-upcp-tabbed-product-page,
.ewd-upcp-tabbed-similar-products-div {
margin:15px;
} .prod-cat-back-link,
.ewd-upcp-product-page-breadcrumbs {
font-size: 0.80em;
padding-bottom: 8px;
width: 100%;
}
.ewd-upcp-catalogue-link {
text-decoration: none;
} .ewd-upcp-tabbed-product-page .ewd-upcp-single-product-images-div {
float: left;
width: 50%;
margin-top: 4em;
margin-bottom: 4em;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-main-image {
overflow: hidden;
border: solid 1px #cac9c9;
box-shadow: none;
transition: box-shadow 0.5s;
margin: 15px auto;
box-sizing: border-box;
padding: 16px;
line-height: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-main-image:hover {
-webkit-box-shadow: 0 0 3px #515151;
-moz-box-shadow: 0 0 3px #515151;
box-shadow: 0 0 3px #515151;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.ewd-upcp-single-product-details-link-a{
line-height: 0;
text-align: center;
vertical-align: middle;
max-height:100%;
width:100%;
cursor: default;
}
.ewd-upcp-single-product-details-link-a.ewd-ulb-open-lightbox,
.ewd-upcp-single-product-details-link-a.ewd-ulb-lightbox,
.ewd-upcp-single-product-details-link-a.ewd-ulb-lightbox-noclick-image {
cursor: pointer;
}
.ewd-upcp-tabbed-image-container,
.ewd-upcp-tabbed-video-container {
display: table;
text-align: center;
width: 100%;
height: 400px;
}
.ewd-upcp-tabbed-video-container.ewd-upcp-Hide-Item,
.ewd-upcp-tabbed-image-container.ewd-upcp-Hide-Item {
display: none;
}
.ewd-upcp-scroll-content {
visibility: visible;
overflow: hidden;
position: relative;
z-index: 0;
width: 85%;
float: left;
} .ewd-upcp-scroll-list {
margin: 2px;
position: relative;
z-index: 1;
text-align:center;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-thumbnails {
width: 100%;
white-space: nowrap;
display: block;
margin: 0 auto;
height: auto;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-thumbnail-anchor {
width: 100px;
height: auto;
border: solid 1px #cac9c9;
margin: 8px;
display: inline-block;
box-shadow: none;
transition: box-shadow 0.5s;
box-sizing: border-box;
padding: 4px;
overflow: hidden;
}
.ewd-upcp-tabbed-addt-img-thumbs:hover {
-webkit-box-shadow: 0 0 3px #515151;
-moz-box-shadow: 0 0 3px #515151;
box-shadow: 0 0 3px #515151;
}
.ewd-upcp-tabbed-addt-img-thumbs a{
display: table-cell;
height: 100px;
line-height: 0;
text-align: center;
vertical-align: middle;
width: 100px;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-thumbnail-anchor img {
cursor: pointer;
width: 100%;
height:auto;
vertical-align: top;
}
.ewd-upcp-tabbed-button-div {
width:5%;
float:left;
}
.ewd-upcp-tabbed-button-left {
right: 5px;
}
.ewd-upcp-tabbed-button-right {
left: 5px;
}
.ewd-upcp-tabbed-button-left,
.ewd-upcp-tabbed-button-right {
float: left;
height: auto;
width: auto;
border: 1px;
border-radius: 20px;
position: relative;
z-index: 2;
background-color: #C0C0C0;
color: white;
top: 50px;
}
.ewd-upcp-tabbed-button-left:hover,
.ewd-upcp-tabbed-button-right:hover {
background-color: #cac9c9;
-webkit-transition: background-color 0.5s ease;
-moz-transition: background-color 0.5s ease;
-o-transition: background-color 0.5s ease;
transition: background-color 0.5s ease;
}
.ewd-upcp-tabbed-scrollbar-container {
margin: 0 auto;
} .ewd-upcp-tabbed-product-page .ewd-upcp-single-product-details {
float: right;
width: 47%;
padding-left: 0.5em;
margin-bottom: 4em;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-details-title-and-price {
width: 100%;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-title {
font-size: 1.5em;
text-transform: uppercase;
border-bottom: solid 2px;
}
.ewd-upcp-tabbed-product-price {
font-size: 1em;
text-align: right;
} .ewd-upcp-tab-break {
display:block;
}
.ewd-upcp-single-product-tabs-container {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-single-product-tabs-menu ul {
position: relative;
float: left;
width: 100%;
margin: 15px 0 0 !important;
padding: 0px;
overflow: hidden;
}
.ewd-upcp-single-product-tabs-menu ul li {
position: relative;
float: left;
list-style: none;
padding: 10px;
background-color: #cac9c9;
margin-right: 1.5px;
cursor: pointer;
min-height: 70px;
color: white;
}
.ewd-upcp-single-product-tabs-menu ul li:hover {
background-color: #C0C0C0;
}
.ewd-upcp-tabbed-layout-tab a {
color: white;
font-family: Helvetica;
text-decoration: none;
}
.ewd-upcp-tab-slide {
display: inline-block;
position: relative;
margin-bottom: -1.5px;
text-decoration: none;
}
.ewd-upcp-tab-slide:hover {
text-decoration: none;
}
.ewd-upcp-tab-slide:after {
content: '';
display:block;
margin: auto;
height: 1.5px;
width: 0px;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}
.ewd-upcp-tab-slide:hover:after {
width: 100%;
background: white;
}
.ewd-upcp-tab-layout-tab-unclicked {
background-color: #cac9c9;
}
#content_wrapper {
font-family: Helvetica;
width:50%;
height:300px;
background-color: #FFFFFF;
margin:0px;
padding:6px;
overflow:hidden;
border-top: 0.25em solid rgba(0, 44, 105, 1) ;
}
.ewd-upcp-tabbed-tab {
padding: 1em 1em 1em 1em;
max-width: 100%;
max-height: 100%;
border: solid 1px #C0C0C0;
}
.ewd-upcp-tabbed-description {
height: 450px;
overflow-y: auto;
}
.ewd-upcp-tabbed-addtl-info {
height: 450px;
overflow-y: auto;
}
.ewd-upcp-tabbed-contact-form {
min-height: 450px;
}
.ewd-upcp-tabbed-reviews {
height: 450px;
overflow-y: auto;
}
div#upcp-tabbed-content div.ewd-urp-review-form label {
width: auto;
}
@keyframes fadein {
from {
opacity:0;
}
to {
opacity:1;
}
}
@-moz-keyframes fadein { from {
opacity:0;
}
to {
opacity:1;
}
}
@-webkit-keyframes fadein { from {
opacity:0;
}
to {
opacity:1;
}
}
@-o-keyframes fadein { from {
opacity:0;
}
to {
opacity: 1;
}
}
.ewd-upcp-tab-contact-labels {
font-weight: bold;
width: 25%;
display: inline-block;
margin-bottom: 1em;
}
.ewd-upcp-tab-contact-name {
text-align: right;
}
.ewd-upcp-contact-name {
border: 0.25em solid rgba(0, 44, 105, 1);
border-radius: 5px;
height: 2em;
}
.ewd-upcp-contact-email {
border: 0.25em solid rgba(0, 44, 105, 1);
border-radius: 5px;
height: 2em;
}
.ewd-upcp-contact-message {
border: 0.25em solid rgba(0, 44, 105, 1);
border-radius: 5px;
width: 50%;
height: 10em;
}
input[type="text"]:focus {
background-color: rgba(0, 44, 105, 0.25);
}
.ewd-upcp-tabbed-details {
}
.ewd-upcp-tabbed-description::-webkit-scrollbar {
width: 10px;
border-radius: 10px;
background-color: rgba(192,192,192,0.5);
}
.ewd-upcp-tabbed-description::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #555;
} .ewd-upcp-tab-title {
font-weight: bold;
text-transform: uppercase;
} .wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="textarea"] {
width: 85%;
display: block;
position: relative;
margin:5px 0;
}
.wpcf7-form textarea {
resize: none;
width:85% !important;
height:70px !important;
margin:5px 0;
} .ewd-upcp-related-products-title {
border-bottom: solid 2px;
margin-bottom: 1em;
text-transform: uppercase;
font-family: inherit;
}
.ewd-upcp-related-products {
width: 100%;
margin-left: 0 !important;
display: inline-block;
}
.ewd-upcp-tabbed-similar-products-div {
clear:both;
}
.ewd-upcp-minimal-product-listing {
text-align: inherit !important; padding-right: 0px !important;
display: inline-block;
}
.ewd-upcp-minimal-img-div {
height: 100px;
width: 100px;
border: solid 1px rgba(192,192,192,0.5);
text-align: inherit;
margin: 0 auto;
}
.ewd-upcp-minimal-img {
max-height: 100% !important;
max-width: 100% !important;
padding: 2px;
}
.ewd-upcp-minimal-title{
width: 100%;
margin-top: 1em;
} @media screen and (min-width: 1000px) {
.ewd-upcp-minimal-product-listing {width:180px;}
}
@media screen and (max-width: 700px) {
.ewd-upcp-tabbed-images-container {width:100%; margin:1em 0;}
.ewd-upcp-tabbed-main-image-inner img{width:100% !important;}
.ewd-upcp-single-product-details {width:100%;}
.ewd-upcp-tabbed-description {height: 250px;}
.ewd-upcp-tabbed-addtl-info {height: 250px;}
.ewd-upcp-tabbed-image-thumbs-div {margin: 0 auto;}
}
@media screen and (max-width: 550px) {
}
@media screen and (max-width: 275px) {
.ewd-upcp-scroll-content {width: 50%;}
}
@media only screen and (max-device-width: 720px) {
} .catalogue-nav {
margin: 6px 6px 18px 12px;
font-family:sans-serif;
}
.catalogue-nav a {
font-size: 16px;
font-weight: 400;
margin-left: 3px;
margin-right: 3px;
padding: 0 10px 3px;
text-decoration: none;
}
.paging-input,
.pagination-links {
margin:0 5px;
} .ewd-upcp-cat-nav-bg-light a{
background:#fafafa  none repeat scroll 0 0;
}
.ewd-upcp-cat-nav-bg-light a:hover {
background: #eeeeee;
font-weight:bold;
}
.ewd-upcp-cat-nav-bg-light.ewd-upcp-cat-nav-gradient a:hover {
background: #fafafa;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ffffff));
background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #fafafa);
}
.ewd-upcp-cat-nav-bg-dark a{
background: #474747 none repeat scroll 0 0;
}
.ewd-upcp-cat-nav-bg-dark a:hover {
background:rgba(71, 71, 71, 0.65);
font-weight:bold;
}
.ewd-upcp-cat-nav-bg-dark.ewd-upcp-cat-nav-gradient a:hover {
background: #474747;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#8f8f8f));
background: -moz-linear-gradient(0% 0% 270deg,#474747, #8f8f8f);
} .ewd-upcp-cat-nav-border-black a{
border: solid 1px #000000;
border-radius:2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
}
.ewd-upcp-cat-nav-border-blue a{
border: solid 1px #80bee1;
border-radius:2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
}
.ewd-upcp-cat-nav-border-grey a{
border: solid 1px #c0c0c0;
border-radius:2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
}
.ewd-upcp-cat-nav-shadow a{
box-shadow: inset 0px 0.5px 0px rgba(255,255,255, 1), 1px 1px 3px rgba(0,0,0, .3);
text-shadow: 0px 1px 0px rgba(255,255,255, 1);
} .ewd-upcp-cat-nav-font-black a, .cat-nav-font-black:link a, .cat-nav-font-black:visited a{
color: #000000;
text-decoration: none;
}
.ewd-upcp-cat-nav-font-blue a, .cat-nav-font-blue:link a, .cat-nav-font-blue:visited a {
color: #38b3fa;
text-decoration: none;
}
.ewd-upcp-cat-nav-font-grey a, .cat-nav-font-grey:link a, .cat-nav-font-grey:visited a{
color: #999999;
text-decoration: none;
}
.catalogue-nav a.disabled {
color: #aaaaaa;
} .ewd-upcp-catalog-overview a {
position: relative;
float: left;
width: 240px;
height: 295px;
margin-right: 32px;
margin-top: 40px;
}
.ewd-upcp-overview-mode-image {
position: relative;
float: left;
width: 240px;
height: 240px;
text-align: center;
}
.ewd-upcp-overview-mode-image img {
position: relative; width: 100%;
height: 100%;
object-fit: cover;
}
.ewd-upcp-overview-mode-title {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: auto;
padding: 14px 0;
background: #111;
background: rgba(0,0,0,.65);
color: #fff;
text-align: center;
transition: background .35s;
}
.ewd-upcp-overview-mode-item:hover .ewd-upcp-overview-mode-title {
background: #111;
background: rgba(0,0,0,1);
} .ewd-upcp-catalog-category-label {
clear: both;
position: relative;
float: left;
display: block;
width: 100%;
height: auto;
margin: 20px 0;
text-align: center;
}
.ewd-upcp-catalog-category-heading-image {
clear: both;
position: relative;
float: left;
display: block;
width: 240px;
height: auto;
margin-left: 50%;
right: 120px;
}
.ewd-upcp-catalog-category-block .ewd-upcp-catalog-category-label {
background: #333;
color: #fff;
} .ewd-upcp-subcategory-img-div, .ewd-upcp-category-img-div {
clear: both;
position: relative;
float: none;
display: block;
width: 100%;
height: auto;
}
.ewd-upcp-subcategory-img-div img, .ewd-upcp-category-img-div img {
position: relative;
float: none;
width: 50%;
height: auto;
margin: 0 0 8px;
} .ewd-upcp-product-comparison {
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
}
.ewd-upcp-product-comparison * {
box-sizing: border-box;
}
.ewd-upcp-product-comparison-products {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
gap: 5%;
}
.ewd-upcp-product-comparison-product {
display: flex;
flex-direction: column;
width: 45%;
margin: 32px 0;
text-align: center;
}
.ewd-upcp-product-comparison-product a {
box-shadow: none !important;
}
.ewd-upcp-product-comparison-title {
font-weight: bold;
font-size: 30px;
color: #111;
text-align: center;
text-decoration: none;
display: flex;
justify-content: center;
}
.ewd-upcp-product-comparison-title .ewd-upcp-product-title-div {
float: none;
}
.ewd-upcp-product-comparison-title .ewd-upcp-product-title-div a {
text-align: center;
text-decoration: none;
}
.ewd-upcp-product-comparison-image {
width: 100%;
height: 300px;
margin: 20px 0 0;
overflow: hidden;
}
.ewd-upcp-product-comparison-image a img {
display: initial;
position: relative;
float: none !important;
width: auto !important;
height: auto !important;
max-height: 100% !important;
max-width: 100% !important;
}
.ewd-upcp-product-comparison-price,
.ewd-upcp-product-comparison-categories,
.ewd-upcp-product-comparison-subcategories,
.ewd-upcp-product-comparison-tags,
.ewd-upcp-product-comparison-custom-field,
.ewd-upcp-product-comparison-custom-field .ewd-upcp-catalog-product-custom-field {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 80px;
color: #111;
margin: 0; 
padding: 0;
}
.ewd-upcp-product-comparison .ewd-upcp-catalog-product-categories,
.ewd-upcp-product-comparison .ewd-upcp-catalog-product-subcategories,
.ewd-upcp-product-comparison .ewd-upcp-catalog-product-tags,
.ewd-upcp-product-comparison .ewd-upcp-catalog-product-custom-field {
float: none;
width: auto;
margin: 0;
font-size: 18px;
line-height: initial;
}
.ewd-upcp-product-comparison-categories span,
.ewd-upcp-product-comparison-subcategories span,
.ewd-upcp-product-comparison-tags span,
.ewd-upcp-product-comparison-custom-field span {
display: block;
width: 100%;
margin-bottom: 8px;
font-weight: bold;
} .price ins {
padding: 0;
text-decoration: none;
}
span.amount {
display: block;
line-height: 1.1em;
}
del span.amount {
opacity: 0.5;
} #ewd-upcp-lightbox-background-div,
#ewd-upcp-lightbox-close-div,
#ewd-upcp-lightbox-div {
display: none;
}
#ewd-upcp-lightbox-background-div {
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
height: 100%;
opacity: 0.85;
background: #333;
}
#ewd-upcp-lightbox-close-div {
position: fixed;
top: 0;
right: 0;
z-index: 1001;
width: 48px;
height: 48px;
background: #000;
text-align: center;
padding-top: 5px;
color: #fff;
font-size: 20px;
cursor: pointer;
}
#ewd-upcp-lightbox-close-div.extra-margin {
top: 32px;
}
#ewd-upcp-lightbox-div {
position: fixed;
left: 0;
top: 0;
width: 80%;
height: 70%;
margin: 8% 10%;
opacity: 1;
z-index: 1001;
overflow: hidden;
}
#ewd-upcp-lightbox-div-img-container {
position: relative;
float: left;
width: 100%;
height: auto;
overflow: hidden;
}
#ewd-upcp-lightbox-div-img {
position: relative;
float: left;
width: 100%;
}
#ewd-upcp-lightbox-text-div {
position: absolute;
bottom: 0;
left: 0;
min-height: 100px;
width: 100%;
padding: 14px 0;
background: #111;
background: rgba(1,1,1,.8);
}
#ewd-upcp-lightbox-text-div-inner {
position: relative;
float: left;
padding: 0 16px;
color: #fff;
}
#ewd-upcp-lightbox-title-div {
font-size: 1.5em;
}
#ewd-upcp-lightbox-price-div {
font-size: 1em;
}
#ewd-upcp-lightbox-description-div {
font-size: 1em;
}
#ewd-upcp-lightbox-link-container-div a {
font-size: 1.1em;
}
.ewd-upcp-lightbox-mode .ewd-upcp-catalog-product-div {
cursor: pointer;
} .disableLink {
cursor: default;
pointer-events: none;
}
#ewd-upcp-lightbox-div {
height: 80vh;
margin: 10vh 10%;
}
#ewd-upcp-lightbox-div-img-container {
height: 100%;
}
#ewd-upcp-lightbox-div-img {
position: relative;
float: none;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
display: block;
margin: 0 auto;
} .ewd-upcp-urp-review-score {
clear: both;
display: block;
position: relative;
width: auto;
min-width: 100px;
margin-bottom: 16px;
}
.thumb-display .ewd-upcp-urp-review-score {
margin-left: 50%;
right: 50px;
} .ewd-upcp-inquire-button,
.ewd-upcp-wc-cart-button {
cursor: pointer;
}
.ewd-upcp-catalog-cart,
.ewd-upcp-wc-cart-div {
position: fixed;
top: 0px;
right: 0px;
background: #FFFFFF;
border: 1px #ccc solid;
border-top: none;
border-right: none;
border-radius: 0;
padding: 40px 40px 32px;
text-align: center;
box-shadow: 0 0 4px #ccc;
z-index: 100;
}
.ewd-upcp-clear-cart {
cursor: pointer;
font-size: 0.8em;
position: relative;
float: left;
width: 100%;
margin-top: 14px;
}
.ewd-upcp-cart-item-count-div {
font-size: 1em;
position: relative;
float: left;
width: 100%;
margin-bottom: 12px;
font-weight: bold;
}
.ewd-upcp-submit-wc-cart input[name="ewd_upcp_submit_cart"] {
background: #292929;
color: #fff;
border-radius: 0;
padding: 12px 22px;
font-weight: bold;
font-size: 1.2em;
}
.ewd-upcp-submit-wc-cart input[name="ewd_upcp_submit_cart"]:hover {
background: #555;
color: #fff;
} .prod-cat-display-categories-tags {
position: relative;
float: left;
width: 100%;
margin: 4px 0;
}
.prod-cat-display-categories-tags:first-of-type {
margin-top: 8px;
} .ewd-upcp-catalog-product-thumbnail-image-div, .ewd-upcp-catalog-product-thumbnail-image-div a {
width: calc(100% - 20px);
}
.ewd-upcp-catalog-product-thumbnail-image-div {
display: table;
}
.ewd-upcp-catalog-product-thumbnail-image-div img {
max-width: calc(100% - 20px);
} #ewd-upcp-price-range span,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs span {
position: relative;
float: left;
}
.ewd-upcp-price-slider-currency-symbol {
display: block;
position: relative;
float: left;
margin-right: 6px;
margin-top: 5px;
}
.ewd-upcp-price-slider-divider {
display: block;
position: relative;
float: left;
margin: 4px 10px 0;
}
input[name="ewd-upcp-price-slider-min"], 
input[name="ewd-upcp-price-slider-max"], 
input[name="ewd-upcp-custom-field-slider-min"], 
input[name="ewd-upcp-custom-field-slider-max"] {
display: block;
position: relative;
float: left;
width: 60px;
height: 32px;
padding: 8px;
}
#ewd-upcp-price-range,
span.ewd-upcp-custom-field-range,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs {
clear: both;
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-custom-field-slider, #upcp-price-score-filter {
clear: both;
position: relative;
float: left;
width: 100%;
margin: 7px 0 12px;
}
.ewd-upcp-custom-field-slider-container {
clear: both;
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-catalog-sidebar-cf-content {
clear: both;
position: relative;
float: left;
width: 100%;
}
@media screen and (min-width: 716px) and (max-width: 1120px) {
#upcp-price-slider-min-span, #upcp-price-slider-max-span {
clear: both;
width: 100%;
}
} @font-face { font-family: 'ewd-details';
src: url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/css/fonts/ewd-details.eot);
src: url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/css/fonts/ewd-details.woff2) format('woff2'),
url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/css/fonts/ewd-details.woff) format('woff'),
url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/css/fonts/ewd-details.ttf) format("truetype"),
url(//www.dik-tek.fi/wp-content/plugins/ultimate-product-catalogue/assets/css/fonts/ewd-details.svg#ewd-details) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-upcp-details-icon {
font-family: 'ewd-details';
font-size: 1.3em;
color: #1b8be0;
width: 32px;
text-align: right;
display: table-cell;
vertical-align: middle;
} .cat-collapsible {
float: none;
text-align: right;
display: inline;
}
.ewd-upcp-catalog-sidebar input[type="checkbox"],
.ewd-upcp-catalog-sidebar input[type="radio"] {
width: 14px;
margin-right: 4px;
height: 14px;
display: inline;
}
.ewd-upcp-label {
display: inline;
}
.ewd-upcp-edit-product-admin-bar-link>.ab-item:before {
content: "\f464";
top: 2px;
font: normal 20px/1 dashicons;
} .ewd-upcp-thumbnail-anchor,
.ewd-upcp-single-product-thumbnail {
display: block;
width: 100%;
margin-bottom: 8px;
}
.ewd-upcp-single-product-price span {
text-decoration: line-through;
}
.ewd-upcp-single-product-price span:last-of-type {
text-decoration: none;
} .ewd-upcp-single-product-extra-element-label {
font-weight: bold;
}
.ewd-upcp-tabbed-product-page {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-images-div {
position: relative;
float: left;
width: 47%;
margin: 0;
padding: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-main-image {
position: relative;
float: left;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
border: none;
box-shadow: none;
transition: none;
box-sizing: border-box;
line-height: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-product-image {
width: 100%;
height: auto;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-main-image:hover {
box-shadow: none;
cursor: initial;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-main-image.ewd-ulb-lightbox:hover,
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-main-image.ewd-ulb-open-lightbox:hover {
cursor: zoom-in;
}
.ewd-upcp-single-product-thumbnails-previous,
.ewd-upcp-single-product-thumbnails-next {
display: none;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-thumbnails {
position: relative;
float: left;
width: 100%;
margin: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-thumbnail-anchor {
display: block;
position: relative;
float: left;
width: calc(25% - 12px);
height: auto;
margin: 16px 16px 0 0;
padding: 0;
box-shadow: none;
transition: none;
border: none;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-thumbnail-anchor:nth-of-type(4n+4) {
margin-right: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-thumbnail-anchor img {
position: relative;
float: left;
width: 100%;
height: auto;
cursor: pointer;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-details {
position: relative;
float: right;
width: 47%;
margin: 0;
padding: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-details-title-and-price {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-title {
font-size: 1.65em;
text-transform: uppercase;
border: none;
margin: 0;
padding: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-price {
font-size: 1.2em;
border: none;
margin: 12px 0 24px;
padding: 0;
color: #247e7d;
font-weight: normal;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons {
margin: 40px 0;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li {
padding: 0;
margin: 0 4px 4px 0;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-facebook a,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-twitter a,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-linkedin a,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-pinterest a,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-email a {
background-color: transparent;
border: 2px solid #333;
border-radius: 2px;
box-shadow: none;
transition: background-color .3s;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li a .rrssb-icon svg path, .rrssb-buttons li a .rrssb-icon svg polygon {
fill: #333;
transition: color .3s;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li a .rrssb-text {
color: #333;
transition: color .3s;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-facebook a:hover,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-twitter a:hover,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-linkedin a:hover,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-pinterest a:hover,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-email a:hover {
background-color: #333;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li a:hover .rrssb-icon svg path, .rrssb-buttons li a .rrssb-icon svg polygon {
fill: #fff;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li a:hover .rrssb-text {
color: #fff;
}
.ewd-upcp-single-product-tabs-container {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-single-product-tabs-menu {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-single-product-tabs-menu ul {
position: relative;
float: left;
width: 100%;
margin: 15px 0 0 !important;
padding: 0;
border: 1px solid #e5e5e5;
border-bottom: none;
box-sizing: border-box;
}
.ewd-upcp-single-product-tabs-menu ul li {
box-sizing: border-box;
position: relative;
float: left;
width: 25%;
list-style: none;
background: transparent;
color: #333;
margin: 0;
padding: 8px 16px;
height: 75px;
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
min-height: auto;
cursor: pointer;
transition: background .3s, color .3s;
overflow: hidden;
}
.ewd-upcp-single-product-tabs-menu ul li.ewd-upcp-single-product-menu-tab-selected {
background: #fafafa;
}
.ewd-upcp-single-product-tabs-menu ul li:hover {
background: #fafafa;
}
.ewd-upcp-single-product-tab {
position: relative;
float: left;
width: 100%;
box-sizing: border-box;
padding: 20px 24px;
border: 1px solid #e5e5e5;
top: -1px;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-description {
margin: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-bottom-div {
position: relative;
float: left;
width: 100%;
margin: 80px 0 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-related-products {
display: block;
position: relative;
float: left;
width: 100%;
margin: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-related-products-title {
position: relative;
float: left;
width: 100%;
margin: 0;
border: none;
font-size: 1.4em;
font-weight: bold;
text-align: center;
}
.ewd-upcp-minimal-product {
position: relative;
float: left;
width: 23.5%;
height: auto;
margin: 12px 2% 0 0;
}
.ewd-upcp-minimal-product:nth-of-type(4n+4) {
margin-right: 0;
}
.ewd-upcp-minimal-product a {
position: relative;
float: left;
width: 100%;
border: none;
box-shadow: none;
color: #333;
}
.ewd-upcp-minimal-product a:hover {
color: #666;
}
.ewd-upcp-minimal-product-image {
position: relative;
float: left;
width: 100%;
height: 160px;
}
.ewd-upcp-minimal-product-image .ewd-upcp-product-image {
position: relative;
float: left;
width: 100%;
height: 100%;
object-fit: cover;
}
.ewd-upcp-minimal-product-title {
position: relative;
float: left;
width: 100%;
text-align: center;
font-size: 1em;
text-transform: uppercase;
border: none;
margin: 8px 0 0;
padding: 0;
font-weight: normal;
}
.ewd-upcp-minimal-product-price {
position: relative;
float: left;
width: 100%;
text-align: center;
font-size: 1.2em;
border: none;
margin: 0 0 24px;
padding: 0;
color: #247e7d;
font-weight: normal;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-next-previous-products {
display: block;
position: relative;
float: left;
width: 100%;
margin: 24px 0 0;
}
.ewd-upcp-next-product,
.ewd-upcp-previous-product {
position: relative;
float: left;
width: 50%;
}
.ewd-upcp-next-product {
text-align: left;
}
.ewd-upcp-previous-product {
text-align: right;
}
.ewd-upcp-next-previous-title {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-next-product .ewd-upcp-minimal-product {
width: 47%;
margin: 10px 0 0;
}
.ewd-upcp-previous-product .ewd-upcp-minimal-product {
float: right;
width: 47%;
margin: 10px 0 0;
} .ewd-upcp-shop-style-product-page .ewd-upcp-single-product-details-title-and-price {
position: relative;
float: right;
width: 47%;
margin: 0;
padding: 0;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-details {
position: relative;
float: left;
width: 100%;
margin: 64px 0 0;
padding: 0;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tabs-menu ul {
position: relative;
float: left;
width: 100%;
margin: 15px 0 0 !important;
padding: 0;
border: none;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tabs-menu ul li {
padding: 8px 20px;
border-top: 1px solid #e5e5e5;
background: #fafafa;
height: auto;
width: auto;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tabs-menu ul li:last-of-type {
border-right: 1px solid #e5e5e5;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tabs-menu ul li:first-of-type {
border-left: 1px solid #e5e5e5;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tabs-menu ul li.ewd-upcp-single-product-menu-tab-selected {
background: #fff;
border-bottom: 1px solid #fff;
z-index: 2;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tabs-menu ul li:hover {
background: #fff;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tab {
padding: 20px 0;
border: none;
border-top: 1px solid #e5e5e5;
top: -1px;
}
@media screen and (max-width: 768px) {
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-images-div,
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-details,
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-details-title-and-price {
width: 100%;
margin-bottom: 48px;
}	
} .ready .gs-w:not(.preview-holder),
.ready .resize-preview-holder {
background: transparent;
}
.ewd-upcp-product-page-mobile-screen {
display: none;
}
@media screen and (max-width: 768px) {
.ewd-upcp-product-page-large-screen {
display: none;
}
.ewd-upcp-product-page-mobile-screen {
display: block;
}
} .ewd-upcp-catalog-div *,
.ewd-upcp-catalog-div ::after,
.ewd-upcp-catalog-div ::before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.ewd-upcp-catalog-div,
.ewd-upcp-catalog-information {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-catalog-information-description p {
margin-bottom: 48px;
}
.ewd-upcp-catalog-header-bar {
position: relative;
float: right;
width: 144px;
margin: 0 0 20px 0;
}
.ewd-upcp-toggle-icon {
position: relative;
float: left;
width: 40px;
height: 29px;
margin-left: 8px;
cursor: pointer;
}
.ewd-upcp-catalog-display {
position: relative;
float: right;
width: 70%;
}
.ewd-upcp-product-action-button {
position: relative;
float: left;
width: auto;
height: auto;
padding: 8px 12px;
margin: 12px 0 0;
color: #333;
background: transparent;
border: 2px solid #333;
border-radius: 2px;
line-height: initial;
cursor: pointer;
transition: background .3s, color .3s;
}
.ewd-upcp-product-action-button:hover {
color: #fff;
background: #333;
}
.ewd-upcp-urp-review-score {
display: block;
position: relative;
float: left;
width: 120px;
min-width: auto;
margin: 0 0 16px calc(50% - 60px);
}
.ewd-upcp-urp-review-score .dashicons {
display: block;
position: relative;
float: left;
margin: 0 2px;
}
.ewd-upcp-catalog-category-heading,
.ewd-upcp-catalog-category-heading-image-div {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-catalog-category-heading-image {
margin-left: 50%;
margin-top: 40px;
}
.ewd-upcp-catalog-category-label {
margin: 30px 0;
line-height: 1.3;
}
.ewd-upcp-catalog-category-block .ewd-upcp-catalog-category-label {
padding: 20px 0;
}  
.ewd-upcp-catalog-category-heading-description {
position: relative;
float: left;
width: 100%;
margin-bottom: 30px;
text-align: center;
}
.ewd-upcp-product-title-div {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-single-product-breadcrumbs {
position: relative;
float: left;
width: 100%;
margin-bottom: 16px;
}
.ewd-upcp-single-product-breadcrumb-link {
display: block;
position: relative;
float: left;
margin-right: 4px;
}
.ewd-upcp-single-product-breadcrumb-link:not(:last-child):after {
content: '»';
}
.ewd-upcp-single-product-breadcrumb-link a {
text-decoration: none;
color: #333;
border: none;
box-shadow: none;
}
.ewd-upcp-single-product-breadcrumb-link a:hover {
text-decoration: none;
color: #555;
border: none;
box-shadow: none;
}
.ewd-upcp-catalog-sidebar-clear-all {
position: relative;
float: left;
width: 100%;
background: #333;
color: #fff;
cursor: pointer;
padding: 8px 0;
text-align: center;
}
.ewd-upcp-catalog-sidebar-clear-all:hover {
background: #555;
}
.ewd-upcp-catalog-product-price span {
position: relative;
float: left;
width: 100%;
text-align: center;
margin: 2px 0;
text-decoration: line-through;
}
.ewd-upcp-catalog-product-price span:last-of-type {
text-decoration: none;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-price span {
width: auto;
margin: 2px 0 0 4px;
} .ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-thumbnail {
border: 2px solid #333;
padding: 10px 0 0;
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-thumbnail-image-div,
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-thumbnail-body-div {
margin: 0 10px;
width: calc(100% - 20px);
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-thumbnail-image-div {
margin-bottom: 10px;
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-thumbnail .ewd-upcp-product-action-button {
width: 100%;
border-left: none;
border-right: none;
border-bottom: none;
border-radius: 0;
text-align: center;
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-detail {
border: 2px solid #333;
padding: 0;
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-detail-image-div {
margin: 10px;
width: calc(30% - 20px);
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-detail-mid-div {
padding: 10px;
border-left: 2px solid #333;
border-right: 2px solid #333;
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-detail .ewd-upcp-product-action-button {
width: 100%;
border-right: none;
border-left: none;
border-radius: 0;
text-align: center;
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-detail-end-div .ewd-upcp-catalog-product-price {
margin-top: 14px;
text-align: center;
} .ewd-upcp-catalog-main-hover .ewd-upcp-catalog-product-thumbnail-body-div .ewd-upcp-catalog-product-categories,
.ewd-upcp-catalog-main-hover .ewd-upcp-catalog-product-thumbnail-body-div .ewd-upcp-catalog-product-subcategories,
.ewd-upcp-catalog-main-hover .ewd-upcp-catalog-product-thumbnail-body-div .ewd-upcp-catalog-product-tags,
.ewd-upcp-catalog-main-hover .ewd-upcp-catalog-product-thumbnail-body-div .ewd-upcp-catalog-product-custom-field {
display: none;
}
.ewd-upcp-catalog-product-image-hover-div {
display: none;
position: absolute;
z-index: 4;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.8);
}
.ewd-upcp-catalog-product-image:hover .ewd-upcp-catalog-product-image-hover-div {
display: block;
}
.ewd-upcp-catalog-main-hover .ewd-upcp-product-action-button {
display: none;
}
.ewd-upcp-catalog-product-image-hover-div .ewd-upcp-product-action-button {
display: block;
float: none;
position: absolute;
width: 90%;
bottom: 10px;
left: 5%;
height: 35px;
border-color: #fff;
color: #fff;
text-align: center;
}
.ewd-upcp-catalog-product-thumbnail-image-div a.ewd-upcp-catalog-product-image-hover-details,
.ewd-upcp-catalog-product-detail-image-div a.ewd-upcp-catalog-product-image-hover-details {
display: block;
position: absolute;
width: 90%;
bottom: 55px;
left: 5%;
height: 35px;
border: 2px solid #fff;
border-radius: 2px;
color: #fff;
background: transparent;
text-align: center;
padding: 8px 12px;
box-shadow: none;
text-decoration: none;
line-height: 1;
}
.ewd-upcp-catalog-product-thumbnail-image-div a.ewd-upcp-catalog-product-image-hover-details:hover,
.ewd-upcp-catalog-product-detail-image-div a.ewd-upcp-catalog-product-image-hover-details:hover  {
background: #333;
} .ewd-upcp-catalog-sidebar {
display: block;
position: relative;
float: left;
width: 25%;
}
.ewd-upcp-catalog-sidebar-title {
margin: 8px 0 3px;
}
.ewd-upcp-catalog-sidebar > div,
.ewd-upcp-catalog-sidebar-custom-field-div {
margin-bottom: 24px;
}
.ewd-upcp-catalog-sidebar-sort > span,
.ewd-upcp-catalog-sidebar-search > span,
.ewd-upcp-catalog-sidebar-price-filter > span{
font-weight: bold;
margin-bottom: 3px;
}
#ewd-upcp-price-filter {
width: calc(100% - 20px);
margin: 4px 0 0 10px;
}
#ewd-upcp-price-range,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs {
margin: 12px 0 25px;
}
#ewd-upcp-price-range span,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs span {
width: calc(50% - 10px);
}
#ewd-upcp-price-range span.ewd-upcp-price-slider-divider,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs span.ewd-upcp-custom-field-slider-divider {
width: 20px;
text-align: center;
}
#ewd-upcp-price-range input,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs input {
margin-right: 4px;
width: calc(100% - 20px);
}
.ewd-upcp-taxonomy-description {
line-height: 1.5;
margin: 0 0 8px 23px;
font-style: italic;
font-size: .85em;
color: #777;
}
.ewd-upcp-catalog-sidebar-hierarchical .ewd-upcp-catalog-sidebar-subcategory {
margin: 0 0 14px 24px;
line-height: 1;
}
.ewd-upcp-sidebar-toggle {
position: relative;
float: left;
width: 120px;
background: #333;
color: #fff;
padding: 6px 0;
margin: 32px 0 32px calc(50% - 60px);
text-align: center;
cursor: pointer;
z-index: 2;
}
.ewd-upcp-sidebar-toggle:hover {
background: #555;
}
.ewd-upcp-sidebar-toggle-downcaret:after {
font-size: .8em;
content: " ▼";
}
.ewd-upcp-sidebar-toggle-upcaret:after {
font-size: .8em;
content: " ▲";
}
.ewd-upcp-catalog-sidebar-collapsible.ewd-upcp-sidebar-content-hidden ~ div,
.ewd-upcp-catalog-sidebar-collapsible.ewd-upcp-sidebar-content-hidden ~ select { 
display: none;
}
.ewd-upcp-catalog-sidebar-collapsible.ewd-upcp-sidebar-content-hidden {
cursor: pointer;
}
.ewd-upcp-taxonomy-collapsible-children::after {
content: '-';
cursor: pointer;
font-size: 1.3em;
}
.ewd-upcp-taxonomy-collapsible-children.ewd-upcp-taxonomy-collapsible-children-hidden::after {
content: '+';
}
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:not(:checked) + label,
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:checked + label,
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:not(:checked) + label,
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:checked + label {
padding: 5px;
}
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:checked + label,
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:checked + label {
background:rgba(225,225,225, 0.75);
}
@media screen and (max-width: 768px) {
.ewd-upcp-catalog-display {
width: 100%;
}	
.ewd-upcp-catalog-sidebar {
width: 100%;
}
.ewd-upcp-catalog-header-bar {
width: 100%;
margin: 0 0 40px 0;
}	
.ewd-upcp-toggle-icon {
margin-left: 0;
margin-right: 8px;
}
} .ewd-upcp-catalog-product-thumbnail {
display: block;
position: relative;
float: left;
border: none;
border-radius: 0;
margin: 0 2% 32px 0;
min-height: auto;
max-height: none;
overflow: hidden;
}
.ewd-upcp-thumbnail-four-columns .ewd-upcp-catalog-product-thumbnail {
width: 23.5%;
}
.ewd-upcp-thumbnail-four-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(4n+4) {
margin-right: 0;
}
.ewd-upcp-thumbnail-four-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(4n+5) {
margin-right: 0;
}
.ewd-upcp-thumbnail-five-columns .ewd-upcp-catalog-product-thumbnail {
width: 18.4%;
}
.ewd-upcp-thumbnail-five-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(5n+5) {
margin-right: 0;
}
.ewd-upcp-thumbnail-five-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(5n+6) {
margin-right: 0;
}
.ewd-upcp-thumbnail-three-columns .ewd-upcp-catalog-product-thumbnail {
width: 32%;
}
.ewd-upcp-thumbnail-three-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(3n+3) {
margin-right: 0;
}
.ewd-upcp-thumbnail-three-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(3n+4) {
margin-right: 0;
}
.ewd-upcp-catalog-product-thumbnail-image-div {
display: block;
position: relative;
float: left;
width: 100%;
height: auto;
overflow: initial;
background: transparent;
text-align: left;
}
.ewd-upcp-catalog-product-thumbnail-image-div .ewd-upcp-catalog-product-image {
display: block;
position: relative;
float: left;
width: 100%;
height: auto;
text-align: left;	
box-shadow: none;
border: none;
}
.ewd-upcp-catalog-product-thumbnail-image-div img {
display: block;
position: relative;
float: left;
width: 100%;
height: auto;
max-width: none;
max-height: none;
box-shadow: none;
border: none;
}
.ewd-upcp-catalog-fixed-thumbnail .ewd-upcp-catalog-product-thumbnail-image-div {
height: 180px;
overflow: hidden;
}
.ewd-upcp-catalog-fixed-thumbnail .ewd-upcp-catalog-product-thumbnail-image-div .ewd-upcp-catalog-product-image {
height: 100%;
}
.ewd-upcp-catalog-fixed-thumbnail .ewd-upcp-catalog-product-thumbnail-image-div img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ewd-upcp-catalog-product-thumbnail-body-div {
position: relative;
float: left;
width: 100%;
margin-top: 14px;
color: #999;
}
.ewd-upcp-catalog-product-thumbnail-body-div a {
position: relative;
float: left;
width: 100%;
color: #333;
text-align: center;
box-shadow: none;
border: none;
line-height: 1.3;
font-size: .9em;
text-transform: uppercase;
}
.ewd-upcp-catalog-product-thumbnail-body-div a:hover {
color: #999;
}
.ewd-upcp-catalog-product-thumbnail .ewd-upcp-catalog-product-price {
position: relative;
float: left;
min-height: auto;
line-height: 1;
width: 100%;
padding: 0;
margin: 16px 0;
color: #2e8f9a;	
text-align: center;
}
.ewd-upcp-catalog-product-categories,
.ewd-upcp-catalog-product-subcategories,
.ewd-upcp-catalog-product-tags,
.ewd-upcp-catalog-product-custom-field {
position: relative;
float: left;
width: 100%;
margin: 4px 0;
font-size: .8em;
line-height: 1.2;
}
@media screen and (max-width: 1400px) {
.ewd-upcp-catalog-fixed-thumbnail .ewd-upcp-catalog-product-thumbnail-image-div {
height: 140px;
}
}
@media screen and (max-width: 1000px) {
.ewd-upcp-thumbnail-four-columns .ewd-upcp-catalog-product-thumbnail,
.ewd-upcp-thumbnail-five-columns .ewd-upcp-catalog-product-thumbnail,
.ewd-upcp-thumbnail-three-columns .ewd-upcp-catalog-product-thumbnail {
width: 49%;
}
.ewd-upcp-thumbnail-four-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(4n+4) {
margin-right: 2%;
}
.ewd-upcp-thumbnail-four-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(2n+2) {
margin-right: 0;
}
.ewd-upcp-thumbnail-four-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(4n+5) {
margin-right: 2%;
}
.ewd-upcp-thumbnail-four-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(2n+3) {
margin-right: 0;
}
.ewd-upcp-thumbnail-five-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(5n+5) {
margin-right: 2%;
}
.ewd-upcp-thumbnail-five-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(2n+2) {
margin-right: 0;
}
.ewd-upcp-thumbnail-five-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(5n+6) {
margin-right: 2%;
}
.ewd-upcp-thumbnail-five-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(2n+3) {
margin-right: 0;
}
.ewd-upcp-thumbnail-three-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(3n+3) {
margin-right: 2%;
}
.ewd-upcp-thumbnail-three-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(2n+2) {
margin-right: 0;
}
.ewd-upcp-thumbnail-three-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(3n+4) {
margin-right: 2%;
}
.ewd-upcp-thumbnail-three-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(2n+3) {
margin-right: 0;
}
.ewd-upcp-catalog-fixed-thumbnail .ewd-upcp-catalog-product-thumbnail-image-div {
height: 180px;
}
}
@media screen and (max-width: 600px) {
.ewd-upcp-thumbnail-four-columns .ewd-upcp-catalog-product-thumbnail,
.ewd-upcp-thumbnail-five-columns .ewd-upcp-catalog-product-thumbnail,
.ewd-upcp-thumbnail-three-columns .ewd-upcp-catalog-product-thumbnail {
width: 100%;
margin-right: 0;
}
} .ewd-upcp-catalog-product-detail {
display: block;
position: relative;
float: left;
width: 100%;
margin: 16px 0 80px;
min-height: auto;
border: none;
}
.ewd-upcp-catalog-product-detail-image-div {
display: block;
position: relative;
float: left;
width: 30%;
height: auto;
}
.ewd-upcp-catalog-product-image {
display: block;
position: relative;
float: left;
width: 100%;
height: auto;
line-height: 1;
}
.ewd-upcp-catalog-product-detail-image-div img {
position: relative;
float: left;
width: 100%;
height: auto;
max-width: none;
max-height: none;
}
.ewd-upcp-catalog-product-detail-mid-div {
display: block;
position: relative;
float: left;
width: 50%;
height: auto;
border: none;
min-height: auto;
padding: 0 48px;
color: #999;
}
.ewd-upcp-catalog-product-detail-mid-div .ewd-upcp-urp-review-score {
width: 100%;
margin: 0 0 16px 0;
}
.ewd-upcp-catalog-product-detail-mid-div a.ewd-upcp-product-title {
position: relative;
float: left;
width: 100%;
margin: 4px 0 16px;
color: #333;
text-align: left;
box-shadow: none;
border: none;
line-height: 1.3;
font-size: 1.25em;
text-transform: uppercase;
}
.ewd-upcp-catalog-product-detail-mid-div a.ewd-upcp-product-title:hover {
color: #666;
}
.ewd-upcp-catalog-product-detail-mid-div .ewd-upcp-catalog-product-description {
margin-bottom: 24px;
color: #333
}
.ewd-upcp-catalog-product-detail-end-div {
display: block;
position: relative;
float: left;
width: 20%;
}
.ewd-upcp-catalog-product-detail-end-div .ewd-upcp-catalog-product-price {
margin-top: 0;
} .ewd-upcp-list-view {
position: relative;
float: left;
width: 100%;
margin: 20px 0 40px;
}
.ewd-upcp-catalog-product-list {
position: relative;
float: left;
width: 100%;
margin: 4px 0;
}
.ewd-upcp-catalog-product-list .ewd-upcp-urp-review-score {
margin: 0 32px 0 0;
color: #999;
}
.ewd-upcp-catalog-product-list .ewd-upcp-product-title-div {
width: calc(100% - 252px);
cursor: zoom-in;
}
.ewd-upcp-catalog-product-list a.ewd-upcp-product-title {
position: relative;
float: left;
width: auto;
margin: 0;
color: #333;
text-align: left;
box-shadow: none;
border: none;
line-height: 1.3;
font-size: 1em;
text-transform: none;
}
.ewd-upcp-catalog-product-list a.ewd-upcp-product-title:hover {
color: #666;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-price {
width: 100px;
min-width: auto;
}
.ewd-upcp-catalog-product-list-content {
position: relative;
float: left;
width: 100%;
margin: 20px 0 40px;
}
.ewd-upcp-catalog-product-list-image-div {
position: relative;
float: left;
width: 30%;
overflow: hidden;
height: auto;
text-align: left;
}
.ewd-upcp-catalog-product-list-image-div a.ewd-upcp-catalog-product-image {
display: block;
position: relative;
float: left;
width: 100%;
line-height: 1;
text-align: left;
height: auto;
}
.ewd-upcp-catalog-product-list-image-div img.ewd-upcp-product-image {
position: relative;
float: left;
width: 100%;
height: auto;
margin: 0;
max-width: none;
max-height: none;
}
.ewd-upcp-catalog-product-list-body-div {
position: relative;
float: right;
width: 65%;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-categories,
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-subcategories,
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-tags,
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-custom-field {
position: relative;
float: right;
width: 100%;
color: #999;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-categories {
margin-top: 20px;
border-top: 1px solid #ccc;
padding-top: 20px;
}
.ewd-upcp-catalog-product-list .ewd-upcp-product-action-button {
width: 100%;
text-align: center;
} #ewd-upcp-lightbox-background-div {
opacity: .9;
background: #000;
}
#ewd-upcp-lightbox-close-div {
position: fixed;
top: 0;
right: 0;
z-index: 1001;
width: 48px;
height: 48px;
background: #000;
text-align: center;
padding-top: 5px;
color: #fff;
font-size: 20px;
cursor: pointer;
}
#ewd-upcp-lightbox-div {
position: fixed;
left: 0;
top: 0;
width: 80%;
height: 100%;
margin: 0 10%;
opacity: 1;
z-index: 1001;
overflow: hidden;
}
#ewd-upcp-lightbox-div-img-container {
position: relative;
float: left;
width: 100%;
height: calc(95vh - 260px);
margin: 5vh 0 0;
overflow: hidden;
}
#ewd-upcp-lightbox-div-img {
position: relative;
float: none;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
display: block;
margin: 0 auto;
}
#ewd-upcp-lightbox-text-div {
position: absolute;
bottom: 0;
left: 0;
min-height: auto;
height: 240px;
width: 100%;
padding: 0;
background: transparent;
}
#ewd-upcp-lightbox-text-div-inner {
position: relative;
float: left;
width: 100%;
padding: 0;
text-align: center;
color: #fff;
}
#ewd-upcp-lightbox-title-div {
position: relative;
float: left;
width: 100%;
font-size: 1.5em;
}
#ewd-upcp-lightbox-price-div {
position: relative;
float: left;
width: 100%;
font-size: 1em;
}
#ewd-upcp-lightbox-description-div {
position: relative;
float: left;
width: 100%;
font-size: 1em;
}
#ewd-upcp-lightbox-link-container-div a {
position: relative;
float: left;
width: 160px;
margin: 16px 0 0 calc(50% - 80px);
text-align: center;
padding: 4px 0 2px;
background: transparent;
color: #fff;
border: 2px solid #fff;
border-radius: 2px;
font-size: 1em;
line-height: 1.3;
transition: background .3s, color .3s;
}
#ewd-upcp-lightbox-link-container-div a:hover {
background: #fff;
color: #333;
} .ewd-upcp-pagination {
position: relative;
float: right;
width: calc(70% - 144px);
margin-bottom: 20px;
}
.ewd-upcp-pagination:last-of-type {
width: 70%;
}
.ewd-upcp-pagination .displaying-num,
.ewd-upcp-pagination .pagination-links,
.ewd-upcp-pagination .pagination-links .paging-input {
display: block;
position: relative;
float: left;
}
.ewd-upcp-pagination .displaying-num {
margin-right: 4px;
}
.ewd-upcp-pagination .pagination-links .paging-input {
margin: 0 4px;
}
.ewd-upcp-pagination .pagination-links a {
position: relative;
float: left;
display: flex;
width: 24px;
height: 24px;
justify-content: center;
align-items: center;
background: transparent;
color: #111;
border: 1px solid #111;
border-radius: 2px;
box-shadow: none;
text-decoration: none;
transition: background .35s, color .35s;
line-height: 1;
margin: 0 2px;
cursor: pointer;
}
.ewd-upcp-pagination .pagination-links a:hover {
background: #111;
color: #fff;
}
@media screen and (max-width: 768px) {
.ewd-upcp-pagination,
.ewd-upcp-pagination:last-of-type {
width: 100%;
}
} .ewd-upcp-catalog-cart,
.ewd-upcp-wc-cart-div {
padding: 40px 40px 32px;
box-shadow: 0 0 4px #ccc;
z-index: 100;
} .ewd-upcp-pattern-catalog,
.ewd-upcp-pattern-insert-products-two,
.ewd-upcp-pattern-insert-products-three,
.ewd-upcp-pattern-insert-products-four,
.ewd-upcp-pattern-insert-products-five {
display: flex;
width: 100%;
float: none;
max-width: none;
min-height: 150px;
}
.ewd-upcp-pattern-just-products .ewd-upcp-catalog-header-bar,
.ewd-upcp-pattern-just-products .ewd-upcp-catalog-information {
display: none;
}
.ewd-upcp-pattern-just-products .ewd-upcp-catalog-display {
width: 100%;
}
.ewd-upcp-pattern-insert-products-two .ewd-upcp-minimal-product {
width: 49%;
}
.ewd-upcp-pattern-insert-products-two .ewd-upcp-minimal-product-image {
height: 220px;
}
.ewd-upcp-pattern-insert-products-three .ewd-upcp-minimal-product {
width: 32%;
}
.ewd-upcp-pattern-insert-products-five .ewd-upcp-minimal-product {
width: 18.4%;
}
.ewd-upcp-pattern-insert-products-two .ewd-upcp-minimal-product:nth-of-type(4n+4),
.ewd-upcp-pattern-insert-products-three .ewd-upcp-minimal-product:nth-of-type(4n+4),
.ewd-upcp-pattern-insert-products-five .ewd-upcp-minimal-product:nth-of-type(4n+4) {
margin-right: 2%;
}
.ewd-upcp-pattern-insert-products-two .ewd-upcp-minimal-product:nth-of-type(2n+2) {
margin-right: 0;
}
.ewd-upcp-pattern-insert-products-three .ewd-upcp-minimal-product:nth-of-type(3n+3) {
margin-right: 0;
}
.ewd-upcp-pattern-insert-products-five .ewd-upcp-minimal-product:nth-of-type(5n+5) {
margin-right: 0;
}        .ewd-upcp-catalog-div {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
float: none;
box-sizing: border-box;
margin-top: 40px;
}
.ewd-upcp-catalog-div * {
box-sizing: border-box;
float: none;
} .ewd-upcp-catalog-information {
display: flex;
flex-direction: column;
width: 100%;
}
.ewd-upcp-catalog-header-bar {
display: flex;
justify-content: flex-end;
width: 100%;
margin: 0 0 20px 0;
}
.ewd-upcp-toggle-icon {
width: 20px;
height: 20px;
} .ewd-upcp-catalog-sidebar {
display: flex;
flex-direction: column;
width: 300px;
}
.ewd-upcp-catalog-sidebar-sort > span,
.ewd-upcp-catalog-sidebar-search > span, 
.ewd-upcp-catalog-sidebar-price-filter > span {
font-weight: normal;
font-size: 19px;
margin-bottom: 4px;
}
.ewd-upcp-catalog-sidebar-title {
font-weight: normal;
font-size: 19px;
margin: 8px 0 4px;
}
.ewd-upcp-catalog-sidebar input[type=text],
.ewd-upcp-catalog-sidebar select {
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: none;
display: flex;
height: 48px;
align-items: center;
padding: 0 16px;
background: transparent;
color: #111;
width: 100%;
font-size: 16px;
}
.ewd-upcp-catalog-sidebar-content {
font-size: 16px;
font-weight: normal;
color: #111;
}
.ewd-upcp-catalog-sidebar-category,
.ewd-upcp-catalog-sidebar-subcategory,
.ewd-upcp-catalog-sidebar-tag,
.ewd-upcp-catalog-sidebar-custom-field {
display: flex;
align-items: center;
}
#ewd-upcp-price-filter,
.ewd-upcp-catalog-sidebar-custom-field-slider {
border: none !important;
width: calc(100% - 20px);
margin: 4px 0 0 10px;
}
.ui-slider-horizontal .ui-slider-range {
height: 1px !important;
width: calc(100% - 20px) !important;
top: 10px !important;
left: 10px !important;
background: #111;
}
.ui-slider-horizontal .ui-slider-handle {
width: 20px !important;
height: 20px !important;
border-radius: 100% !important;
border-color: #111 !important;
top: 0 !important;
margin-left: -10px !important;
}
.ui-slider-horizontal .ui-slider-handle::before{
content: "";
display: block;
position: absolute;
width: 8px;
height: 8px;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
background: #111;
border-radius: 100%;
}
#ewd-upcp-price-range, 
span.ewd-upcp-custom-field-range,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs {
display: flex;
justify-content: space-between;
float: none;
margin: 12px 0 0;
}
#ewd-upcp-price-range span, 
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs span {
display: flex;
width: auto;
font-size: 16px;
font-weight: normal;
color: #111;
}
#ewd-upcp-price-range input, 
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs input[type="text"] {
display: block;
border: none;
height: auto;
padding: 0;
color: #111;
font-size: 16px;
font-weight: normal;
width: 100px;
}
#ewd-upcp-price-range span:last-of-type input, 
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs span:last-of-type input {
text-align: right;
}
#ewd-upcp-price-range span.ewd-upcp-price-slider-divider,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs span.ewd-upcp-custom-field-slider-divider {
width: 20px;
text-align: initial;
}
.ewd-upcp-sidebar-toggle {
width: 100%;
display: none;
align-items: center;
justify-content: center;
float: none;
height: 40px;
padding: 0;
text-align: center;
border: 1px solid #111;
border-radius: 8px;
text-transform: none;
font-size: 19px;
transition: background .35s, color .35s;
}
.ewd-upcp-sidebar-toggle {
margin: 32px 0;
background: #111;
color: #fff;
}
.ewd-upcp-sidebar-toggle:hover {
background: #333;
}
.ewd-upcp-catalog-sidebar-clear-all {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
float: none;
height: 40px;
padding: 0;
margin: 0 0 24px;
background: transparent;
color: #111;
text-align: center;
border: 1px solid #111;
border-radius: 8px;
text-transform: none;
font-size: 19px;
transition: background .35s, color .35s;
}
.ewd-upcp-catalog-sidebar-clear-all:hover {
background: #111;
color: #fff;
} .ewd-upcp-catalog-display {
display: flex;
flex-direction: column;
width: calc(100% - 364px);
}
.ewd-upcp-catalog-view {
display: flex;
width: 100%;
flex-wrap: wrap;
}
.ewd-upcp-catalog-category {
display: flex;
width: 100%;
flex-wrap: wrap;
}
.ewd-upcp-catalog-product-thumbnail {
display: flex;
flex-direction: column;
}
.ewd-upcp-catalog-product-thumbnail-body-div {
display: flex;
flex-wrap: wrap;
}
.ewd-upcp-catalog-product-thumbnail-title-and-price-div {
width: 100%;
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.ewd-upcp-product-title-div {
width: auto;
}
.ewd-upcp-catalog-product-thumbnail-body-div a {
width: auto;
float: none;
text-decoration: none;
text-transform: initial;
font-size: 19px;
color: #111;
}
.ewd-upcp-catalog-product-thumbnail .ewd-upcp-catalog-product-price {
width: auto;
float: none;
color: initial;
text-align: right;
margin: 0;
}
.ewd-upcp-catalog-product-price span {
float: none;
width: auto;
text-align: right;
line-height: 1.3;
font-size: 19px;
color: #111;
}
.ewd-upcp-catalog-product-custom-field {
width: auto;
margin: 4px 12px 4px 0;
padding-right: 12px;
border-right: 1px solid #999;
font-size: 14px;
}
.ewd-upcp-catalog-product-custom-field:last-of-type {
border-right: none;
}
.ewd-upcp-catalog-product-custom-field span {
color: #111;
margin-right: 6px;
}
.ewd-upcp-product-action-button {
text-align: center;
font-size: 16px;
border-radius: 1000px;
margin: 20px 0 0;
border: 1px solid #111;
}
.ewd-upcp-product-action-button:hover {
background: #111;
}
.ewd-upcp-product-comparison-button,
.ewd-upcp-sale-price {
position: absolute;
right: 8px;
top: 8px;
width: 80px;
height: 30px;
background: #f2ece3;
color: #111;
z-index: 5;
display: flex;
align-items: center;
border-radius: 1000px;
}
.ewd-upcp-product-comparison-button {
cursor: pointer;
opacity: .8;
transition: opacity .35s;
}
.ewd-upcp-product-comparison-button:hover {
cursor: pointer;
opacity: 1;
}
.ewd-upcp-product-comparison-button.ewd-upcp-comparison-clicked {
background: #111;
color: #f2ece3;
opacity: 1;
}
.ewd-upcp-product-comparison-button span,
.ewd-upcp-sale-price span {
text-align: center;
width: 100%;
font-size: 12px;
}
.ewd-upcp-pagination,
.ewd-upcp-pagination:last-of-type {
width: 100%;
display: flex;
justify-content: right;
font-size: 16px;
color: #111;
}
.ewd-upcp-catalog-product-div.ewd-upcp-catalog-product-detail {
display: flex;
}
.ewd-upcp-catalog-product-detail-mid-div {
width: calc(70% - 96px);
padding: 0 32px;
display: flex;
flex-direction: column;
}
.ewd-upcp-catalog-product-detail-mid-div .ewd-upcp-product-title-div,
.ewd-upcp-catalog-product-detail-mid-div .ewd-upcp-catalog-product-detail-body-div {
width: 100%;
}
.ewd-upcp-catalog-product-detail-mid-div a.ewd-upcp-product-title {
margin: 0 0 16px;
color: #111;
font-size: 19px;
text-transform: none;
font-weight: normal;
text-decoration: none;
}
.ewd-upcp-catalog-product-detail-mid-div .ewd-upcp-catalog-product-description {
font-size: 16px;
color: #888;
font-weight: normal;
}
.ewd-upcp-catalog-product-detail-custom-fields {
display: flex;
flex-wrap: wrap;
margin-top: auto;
}
.ewd-upcp-catalog-product-detail-end-div {
width: 96px;
}
.ewd-upcp-catalog-product-detail-end-div .ewd-upcp-catalog-product-price {
display: flex;
width: 100%;
justify-content: right;
}
.ewd-upcp-catalog-product-detail-end-div .ewd-upcp-catalog-product-price span {
margin: 0;
font-weight: normal;
font-size: 19px;
color: #111;
}
.ewd-upcp-catalog-product-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.ewd-upcp-catalog-product-list-content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.ewd-upcp-catalog-product-list .ewd-upcp-product-title-div {
width: calc(100% - 120px);
}
.ewd-upcp-catalog-product-list a.ewd-upcp-product-title {
font-weight: normal;
font-size: 19px;
color: #111;
text-decoration: none;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-price {
width: 120px;
font-weight: normal;
font-size: 19px;
color: #111;
}
.ewd-upcp-catalog-product-list-body-div {
width: 70%;
padding: 0 32px;
display: flex;
flex-direction: column;
}
.ewd-upcp-catalog-product-list-body-div .ewd-upcp-catalog-product-description {
font-size: 16px;
color: #888;
font-weight: normal;
}
.ewd-upcp-catalog-product-list-custom-fields {
display: flex;
flex-wrap: wrap;
margin-top: auto;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-custom-field {
width: auto;
}
.ewd-upcp-product-comparison-form-div,
#ewd-upcp-product-comparison-form {
display: flex;
width: 100%;
flex-direction: column;
align-items: center;
}
#ewd-upcp-product-comparison-instructions {
display: flex;
width: 100%;
max-width: 1000px;
flex-direction: column;
align-items: center;
border: none;
font-size: 19px;
font-weight: normal;
color: #111;
margin: 20px 0;
background: #f2ece3;
padding: 20px 24px;
border-radius: 8px;
}
#ewd-upcp-product-comparison-instructions input[type="submit"] {
display: flex;
justify-content: center;
align-items: center;
width: 160px;
height: 40px;
background: transparent;
color: #111;
border: 1px solid #111;
border-radius: 1000px;
box-shadow: none;
padding: 0;
margin: 20px 0 0;
font-weight: normal;
font-size: 19px;
transition: color .35s, background .35s;
cursor: pointer;
}
#ewd-upcp-product-comparison-instructions input[type="submit"]:hover {
background: #111;
color: #fff;
}
@media screen and (max-width: 768px) {
.ewd-upcp-catalog-sidebar,
.ewd-upcp-catalog-display {
width: 100%;
}
.ewd-upcp-sidebar-toggle {
display: flex;
}
}   .ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
width: 100%;
box-sizing: border-box;
float: none;
margin: 0;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) * {
box-sizing: border-box;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-breadcrumbs {
width: 100%;
margin-top: 16px;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-breadcrumb-link a {
font-size: 21px;
color: #111;
font-weight: normal;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-breadcrumb-link:not(:last-child):after {
content: '›';
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-images-div,
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-details {
width: calc(50% - 16px);
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-images-div {
display: flex;
flex-direction: column;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-thumbnails {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-thumbnails a {
width: calc(25% - 12px);
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-thumbnail-anchor img {
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
margin: 0;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-details-title-and-price {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
float: none;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-title {
width: calc(100% - 176px);
font-size: 28px;
color: #111;
font-weight: normal;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .rrssb-buttons {
width: 160px;
margin: 0;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .rrssb-buttons li {
margin: 0 0 0 4px;
width: 28px;
height: 28px;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .rrssb-buttons li.rrssb-facebook a,
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .rrssb-buttons li.rrssb-twitter a,
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .rrssb-buttons li.rrssb-linkedin a,
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .rrssb-buttons li.rrssb-pinterest a,
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .rrssb-buttons li.rrssb-email a {
border: none;
border-radius: 1000px;
background: #111;
color: #fff;
width: 28px;
height: 28px;
padding: 0;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .rrssb-buttons li a .rrssb-icon {
top: 5px;
left: 4px;
padding-top: 0;
position: relative;
width: 20px;
height: 20px;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .rrssb-buttons li a .rrssb-icon svg path,
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .rrssb-buttons li a .rrssb-icon svg polygon {
fill: #fff;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .rrssb-buttons span:last-of-type {
display: none;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-price {
font-size: 21px;
color: #111;
font-weight: normal;
width: 100%;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-action-button-container {
display: flex;
width: 100%;
justify-content: flex-end;
align-items: center;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) select[name="ewd-upcp-product-action-quantity"] {
display: flex;
align-items: center;
height: 40px;
margin: 0;
padding: 0 12px;
font-size: 16px;
color: #333;
border: 1px solid #111;
border-radius: 1000px;
background-color: transparent;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-product-action-button {
display: flex;
align-items: center;
margin: 0 0 0 12px;
height: 40px;
padding: 0 12px;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-description {
color: #888;
font-size: 19px;
font-weight: normal;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-menu-tab[data-tab="details"],
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-tab[dat-tab="details"] {
display: none;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-tabs-menu ul {
display: flex;
flex-direction: column;
border: none;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-tabs-menu ul li {
width: 100%;
height: 48px;
color: #111;
border: none;
padding: 0;
display: flex;
align-items: center;
font-size: 21px;
color: #111;
font-weight: normal;
background: none;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-tabs-menu ul li:hover {
background: none;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-tabs-menu ul li.ewd-upcp-single-product-menu-tab-selected {
background: none;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-tabs-menu ul li:after {
content: "+";
margin-left: auto;
font-size: 21px;
color: #111;
font-weight: normal;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-tabs-menu ul li.ewd-upcp-single-product-menu-tab-selected:after {
content: "-";
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-tab {
display: flex;
flex-direction: column;
width: 100%;
float: none;
top: 0;
padding: 20px 0;
border: none;
font-size: 16px;
color: #888;
font-weight: normal;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-tab h4 {
margin: 0;
padding: 0;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-tab[data-tab="additional_information"] > div {
margin: 0 0 4px;;
}
.ewd-upcp-tabbed-product-page:not(.ewd-upcp-shop-style-product-page) .ewd-upcp-single-product-inquiry-form {
width: 100%;
}
.ewd-upcp-clear {
clear: both !important;
}
.ewd-upcp-hidden {
display: none !important;
}.rrssb-buttons{box-sizing:border-box;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;height:36px;margin:0;padding:0;width:100%}.rrssb-buttons:after{clear:both}.rrssb-buttons:after,.rrssb-buttons:before{content:' ';display:table}.rrssb-buttons li{box-sizing:border-box;float:left;height:100%;line-height:13px;list-style:none;margin:0;padding:0 2px}.rrssb-buttons li.rrssb-email a{background-color:#0a88ff}.rrssb-buttons li.rrssb-email a:hover{background-color:#006ed6}.rrssb-buttons li.rrssb-facebook a{background-color:#306199}.rrssb-buttons li.rrssb-facebook a:hover{background-color:#244872}.rrssb-buttons li.rrssb-tumblr a{background-color:#32506d}.rrssb-buttons li.rrssb-tumblr a:hover{background-color:#22364a}.rrssb-buttons li.rrssb-linkedin a{background-color:#007bb6}.rrssb-buttons li.rrssb-linkedin a:hover{background-color:#005983}.rrssb-buttons li.rrssb-twitter a{background-color:#26c4f1}.rrssb-buttons li.rrssb-twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.rrssb-googleplus a{background-color:#e93f2e}.rrssb-buttons li.rrssb-googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.rrssb-youtube a{background-color:#df1c31}.rrssb-buttons li.rrssb-youtube a:hover{background-color:#b21627}.rrssb-buttons li.rrssb-reddit a{background-color:#8bbbe3}.rrssb-buttons li.rrssb-reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.rrssb-pinterest a{background-color:#b81621}.rrssb-buttons li.rrssb-pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.rrssb-pocket a{background-color:#ed4054}.rrssb-buttons li.rrssb-pocket a:hover{background-color:#e4162d}.rrssb-buttons li.rrssb-github a{background-color:#444}.rrssb-buttons li.rrssb-github a:hover{background-color:#2b2b2b}.rrssb-buttons li.rrssb-instagram a{background-color:#517fa4}.rrssb-buttons li.rrssb-instagram a:hover{background-color:#406582}.rrssb-buttons li.rrssb-delicious a{background-color:#0B79E5}.rrssb-buttons li.rrssb-delicious a:hover{background-color:#095fb4}.rrssb-buttons li.rrssb-vk a{background-color:#4d71a9}.rrssb-buttons li.rrssb-vk a:hover{background-color:#3d5a86}.rrssb-buttons li.rrssb-hackernews a{background-color:#f60}.rrssb-buttons li.rrssb-hackernews a:hover{background-color:#cc5200}.rrssb-buttons li a{background-color:#ccc;border-radius:2px;box-sizing:border-box;display:block;font-size:11px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:700;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;width:100%}.rrssb-buttons li a .rrssb-icon{display:block;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .rrssb-icon svg{height:17px;width:17px}.rrssb-buttons li a .rrssb-icon svg path,.rrssb-buttons li a .rrssb-icon svg polygon{fill:#fff}.rrssb-buttons li a .rrssb-text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .rrssb-icon{left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .rrssb-text{visibility:hidden}.rrssb-buttons.large-format,.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li:first-child:nth-last-child(1) a{font-size:20px;font-size:4vw}.rrssb-buttons.large-format li:first-child:nth-last-child(2) a,.rrssb-buttons.large-format li:first-child:nth-last-child(2)~li a{font-size:16px;font-size:2vw}.rrssb-buttons.large-format li:first-child:nth-last-child(3) a,.rrssb-buttons.large-format li:first-child:nth-last-child(3)~li a{font-size:14px;font-size:1.7vw}.rrssb-buttons.large-format li:first-child:nth-last-child(4) a,.rrssb-buttons.large-format li:first-child:nth-last-child(4)~li a{font-size:13px;font-size:1.4vw}.rrssb-buttons.large-format li:first-child:nth-last-child(5) a,.rrssb-buttons.large-format li:first-child:nth-last-child(5)~li a{font-size:13px;font-size:1.2vw}.rrssb-buttons.large-format li:first-child:nth-last-child(6) a,.rrssb-buttons.large-format li:first-child:nth-last-child(6)~li a{font-size:12px;font-size:1.05vw}.rrssb-buttons.large-format li:first-child:nth-last-child(7) a,.rrssb-buttons.large-format li:first-child:nth-last-child(7)~li a{font-size:11px;font-size:.9vw}.rrssb-buttons.large-format li:first-child:nth-last-child(8) a,.rrssb-buttons.large-format li:first-child:nth-last-child(8)~li a{font-size:11px;font-size:.8vw}.rrssb-buttons.large-format li:first-child:nth-last-child(9) a,.rrssb-buttons.large-format li:first-child:nth-last-child(9)~li a{font-size:11px;font-size:.7vw}.rrssb-buttons.large-format li:first-child:nth-last-child(10) a,.rrssb-buttons.large-format li:first-child:nth-last-child(10)~li a{font-size:11px;font-size:.6vw}.rrssb-buttons.large-format li:first-child:nth-last-child(11) a,.rrssb-buttons.large-format li:first-child:nth-last-child(11)~li a{font-size:11px;font-size:.5vw}.rrssb-buttons.large-format li a{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:.2em;padding:8.5% 0 8.5% 12%}.rrssb-buttons.large-format li a .rrssb-icon{height:100%;left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .rrssb-icon svg{height:100%;position:absolute;top:0;width:100%}.rrssb-buttons.large-format li a .rrssb-text{-webkit-backface-visibility:hidden;backface-visibility:hidden}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1px}.rrssb-buttons.small-format li a .rrssb-icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .rrssb-icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .rrssb-icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:active,.rrssb-buttons.tiny-format li a:hover{background-color:transparent}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg polygon{fill:#0a88ff}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#0054a3}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg polygon{fill:#306199}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#18304b}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg polygon{fill:#32506d}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#121d27}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg polygon{fill:#007bb6}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#003650}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg polygon{fill:#26c4f1}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#0b84a6}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg polygon{fill:#e93f2e}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#a01e11}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg polygon{fill:#df1c31}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#84111d}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg polygon{fill:#8bbbe3}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#398bcf}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg polygon{fill:#b81621}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#5d0b11}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg polygon{fill:#ed4054}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#b61124}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg polygon{fill:#444}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#111}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg polygon{fill:#517fa4}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#2f4a60}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg polygon{fill:#0B79E5}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#064684}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg polygon{fill:#4d71a9}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#2d4263}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg polygon{fill:#f60}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#993d00}