*, ::after, ::before {
box-sizing: border-box;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.col-1 {
flex: 0 0 auto;
width: 50%;
}
.col-2 {
flex: 0 0 auto;
width: 33%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-12 {
width: 100%;
text-align: center;
} body.home .breadcrumbs-container {
display: none;
} *:focus {
outline: none !important;
}
html {
font-size: 10px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
height: 100%;
font-size: 1.4rem;
font-family: 'Open Sans', sans-serif;
line-height: 1.7;
color: #666666;
overflow-x: hidden;
margin: 0;
text-align: left;
font-weight: 400;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
abbr,
abbr[title] {
border-bottom: 1px dotted #000000;
cursor: help;
text-decoration: none;
}
a {
color: #F39700;
background-color: transparent;
}
a:hover {
color: #F39700;
}
a:active {
outline: 0;
}
a,
a:visited,
a:hover,
a:focus {
text-decoration: none;
}
a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-appearance: none;
border-radius: 0;
}
b,
strong {
font-weight: bold;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
select,
input {
line-height: 1;
}
button,
input {
line-height: normal;
}
table {
table-layout: auto;
}
address, blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
border: 0;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
ul {
padding: 0 0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.1;
color: #000000;
font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
}
h1,
.entry-content h1 {
font-size: 2.8rem;
font-weight: 400;
}
h2,
.entry-content h2 {
font-size: 1.8em;
font-weight: 400;
}
h3,
.entry-content h3 {
font-size: 1.5em;
line-height: 1.44em;
margin: .5em 0;
}
h4,
.entry-content h4 {
font-size: 1em;
line-height: 1.5em;
margin: 1.5em 0;
}
h5,
.entry-content h5 {
font-size: 0.83em;
line-height: 1.80723em;
margin: 1.80723em 0;
}
h6,
.entry-content h6 {
font-size: 0.67em;
line-height: 2.23881em;
margin: 2.23881em 0;
}
p {
padding-top: .5rem;
margin-bottom: 1rem;
font-size: inherit;
text-rendering: optimizeLegibility;
} .button,
button {
text-transform: uppercase;
font-size: 13px;
background: #333333;
}
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
color: #fff;
cursor: pointer;
font-size: 0.875rem;
outline: 0;
border: none;
border-radius: 0 !important;
line-height: 1;
text-align: center;
text-transform: uppercase;
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
width: 100%;
padding: 12px 1rem 12px !important;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: none;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
color: #fff;
}
textarea {
max-width: 100%;
}
textarea[rows] {
height: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #cacaca;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #cacaca;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: #cacaca;
}
input::placeholder,
textarea::placeholder {
color: #cacaca;
}
::-webkit-input-placeholder {
font-weight: normal;
color: #a1a1a1;
}
::-moz-placeholder {
font-weight: normal;
color: #a1a1a1;
opacity: 1;
}
:-ms-input-placeholder {
font-weight: normal;
color: #a1a1a1;
}
input:-moz-placeholder {
font-weight: normal;
color: #a1a1a1;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
background-color: #e6e6e6;
cursor: not-allowed;
}
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
font-size: 0.875rem;
color: #444;
background-color: #fff;
border-width: 1px;
border-style: solid;
height: 2.5rem;
outline: none;
margin: 0;
}
#coupon_code:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
color: #444;
background-color: #fafafa;
}
input[type="search"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
label,
label.checkbox {
display: block;
margin: 0;
font-size: 0.795rem;
font-weight: normal;
line-height: 1.8;
color: #000000;
}
select {
position: relative;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/></svg>");
background-repeat: no-repeat;
background-origin: content-box;
background-position: right -1.1em center;
background-size: 12px 12px;
box-sizing: border-box;
padding: 0.5rem 1.5rem 0.5rem 0.5rem;
height: 2.5rem;
margin: 0;
border: 1px solid #cacaca;
border-radius: 0;
background-color: #ffffff;
font-weight: normal;
line-height: 1.6;
color: #444;
width: 100%;
outline: none;
-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
-o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:focus {
outline: none;
border: 1px solid #8a8a8a;
background-color: #ffffff;
-webkit-box-shadow: 0;
box-shadow: 0;
-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
-o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
background-color: #e6e6e6;
cursor: not-allowed;
}
select::-ms-expand {
display: none;
}
.form-error {
display: none;
margin-top: -0.5rem;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: bold;
color: #cc4b37;
}
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 2.4375rem;
margin: 0 0 1rem;
padding: 0.5rem;
border: 1px solid #cacaca;
border-radius: 0;
background-color: #ffffff;
-webkit-box-shadow: 0;
box-shadow: 0;
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #000000;
-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
-o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
outline: none;
border: 1px solid #8a8a8a;
background-color: #ffffff;
-webkit-box-shadow: 0;
box-shadow: 0;
-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
-o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="file"],
[type="radio"] {
margin: 0 0 1rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
display: inline-block;
vertical-align: baseline;
margin-left: 0.5rem;
margin-right: 1rem;
margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
margin-right: 0.5rem;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
margin-left: 0;
margin-right: 10px;
}
.input-checkbox,
.input-radio,
input[type="checkbox"],
input[type="radio"] {
display: inline-block !important;
vertical-align: unset !important;
text-align: initial;
margin: 0 !important;
width: 17px !important;
height: initial !important;
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
outline: none;
position: relative;
border: none !important;
cursor: pointer;
outline-width: 0;
border-radius: 50%;
top: 3px;
}
.input-checkbox:after,
.input-checkbox:before,
.input-radio:after,
.input-radio:before,
input[type="checkbox"]:after,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="radio"]:before {
content: "";
}
.input-checkbox:after,
.input-radio:after,
input[type="checkbox"]:after,
input[type="radio"]:after {
display: block;
width: 17px;
height: 17px;
border: 2px solid #a5a5a5;
-webkit-transition: 240ms;
-o-transition: 240ms;
transition: 240ms;
}
.input-checkbox:disabled:after,
.input-radio:disabled:after,
input[type="checkbox"]:disabled:after,
input[type="radio"]:disabled:after {
border-color: #ddd;
cursor: not-allowed;
}
.input-checkbox:disabled:checked:after,
.input-radio:disabled:checked:after,
input[type="checkbox"]:disabled:checked:after,
input[type="radio"]:disabled:checked:after {
border-color: #ddd;
}
.input-checkbox:disabled:checked:before,
.input-radio:disabled:checked:before,
input[type="checkbox"]:disabled:checked:before,
input[type="radio"]:disabled:checked:before {
border-color: #999;
}
.input-checkbox:after,
input[type="checkbox"]:after {
border-radius: 2px;
z-index: 999;
}
.input-checkbox:checked:after,
input[type="checkbox"]:checked:after {
border-color: #000000;
background-color: #000000;
}
.input-checkbox:checked:before,
input[type="checkbox"]:checked:before {
content: "" !important;
position: absolute;
top: 2px;
left: 6px;
display: table;
width: 5px !important;
height: 10px !important;
border: 2px solid #fff !important;
border-top-width: 0 !important;
border-left-width: 0 !important;
-webkit-transform: rotate(45deg) !important;
-ms-transform: rotate(45deg) !important;
transform: rotate(45deg) !important;
}
.input-radio:before,
input[type="radio"]:before {
position: absolute;
left: 0;
top: 0;
background: #ccc;
width: 17px;
height: 17px;
display: block;
border-radius: 50%;
-webkit-transition: 240ms;
-o-transition: 240ms;
transition: 240ms;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.input-radio:after,
input[type="radio"]:after {
border-radius: 50%;
}
.input-radio:checked:before,
input[type="radio"]:checked:before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.input-radio:checked:after,
input[type="radio"]:checked:after {
border-color: #ddd;
}
.input-radio:checked:disabled:before,
input[type="radio"]:checked:disabled:before {
background-color: #ccc;
}
.required {
color: rgba(84,84,84,0.4) !important;
} .left-sidebar .widget {
margin: 1rem 0;
}
.left-sidebar .widget-title {
padding: .5rem 0;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
margin: 0 0 .5rem;
} .error404 .button {
display: inline-block;
width: auto;
margin-bottom: 2rem;
} #content {
padding-top: 126px;
}
#content .breadcrumbs-container {
width: 100%;
border-bottom: 1px solid #efefef;
padding: 5px 20px;
font-size: 13px;
}
#content .breadcrumbs-wrapper {
max-width: 1240px;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
}
#content .content-container {
max-width: 117rem;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
#content .content-container .content-area {
padding: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: start;
}
#content .content-container .content-area .primary {
width: 100%;
}
.error404 #content .content-container .content-area .primary {
padding-top: 100px;
padding-bottom: 100px;
}
#content .content-container .content-area .left-sidebar {
padding: 0 1em; }
#content .content-container .content-area .primary-with-sidebar {
padding-left: 1em;
} #header {
position: fixed;
width: 100%;
z-index: 99999;
transition: top .2s ease-in-out;
}
body.fixed-header-toolbar #header {
margin-top: 45px;
}
#header .header-toolbar {
background: #252525;
}
#header .header-toolbar .toolbar-info {
display: flex;
margin: 1rem 0
}
#header .header-toolbar .send-mail {
padding: .12rem 10px;
background: #0070ba;
border-radius: .2rem;
font-size: 2rem;
color: #ffffff;
margin-left: 1rem;
}
#header .header-toolbar .call-us {
padding: .12rem 10px;
background: #82b620;
border-radius: .2rem;
font-size: 2rem;
color: #ffffff;
margin-left: 1.25rem;
}
body.fixed-header-toolbar.admin-bar #header .header-toolbar {
top: 32px;
}
body.fixed-header-toolbar #header .header-toolbar {
position: fixed;
width: 100%;
z-index: 9;
top: 0;
box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}
#header .header-toolbar .header-section-wrapper {
display: flex;
justify-content: flex-end;
}
#header .header-toolbar ul {
list-style: none;
display: flex;
}
#header .header-toolbar ul li a {
font-size: 1.4rem;
padding: 1.5rem;
display: block;
line-height: 1;
color: #444444;
text-transform: uppercase;
transition: all .3s ease;
}
#header .header-toolbar ul li.current-menu-item a,
#header .header-toolbar ul li a:hover {
background: #990f04;
color: #ffffff;
}
#header .header-toolbar .toolbar-phone a {
font-size: 1.6rem;
padding: 1.25rem 2.5rem;
display: flex;
line-height: 1;
text-transform: uppercase;
align-items: center;
background: #F8F4F3;
color: #990f04;
font-weight: 700;
transition: all .3s ease;
}
#header .header-toolbar .toolbar-phone a:hover {
color: #ffffff;
background: #990f04;
}
#header .header-toolbar .toolbar-phone a svg {
fill: #990f04;
transition: all .3s ease;
}
#header .header-toolbar .toolbar-phone a:hover svg {
fill: #ffffff;
}
#header .header-toolbar #searchform {
width: 250px;
}
#header .header-toolbar #searchform div {
display: flex;
}
#header .header-toolbar #searchform input[name='s'] {
padding: 1.5rem .5rem;
border-radius: .2rem;
margin-top: .15rem;
}
#header .header-toolbar #searchform input[type='submit'] {
margin: 0;
cursor: pointer;
background: #F39700;
transform: rotate(0deg) scale(1) skew(-9deg) translate(-2px);
border-radius: .2rem !important;
border: 0;
color: #fff;
padding: 5px 10px;
position: relative;
left: -5px;
font-weight: 600;
font-size: 1.2rem;
}
#header .header-section-wrapper {
width: 100%;
max-width: 1240px;
margin: 0 auto;
}
#header > .header-top-section {
background: #353535;
}
#header > .header-top-section .header-section-wrapper {
background: #353535;
display: flex;
justify-content: flex-end;
align-items: center;
height: 70px;
position: relative;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content {
display: flex;
width: 100%;
flex-wrap: wrap;
padding: 0 20px;
justify-content: center;
position: relative;
}
#header > .header-top-section > .header-section-wrapper > .header-branding {
position: absolute;
left: 0;
top: 0;
z-index: 9;
height: 90px;
}
#header > .header-top-section > .header-section-wrapper > .header-branding img {
height: 100%;
width: auto;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-search {
vertical-align: middle;
align-items: center;
align-self: center;
margin-left: auto;
margin-right: 1rem;
} #header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart {
align-self: center;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart a {
position: relative;
display: flex;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart a .header-cart-items {
display: flex;
flex-direction: column;
text-align: right;
margin-right: .5rem;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart a .header-cart-items .header-cart-items-count {
font-size: 1rem;
text-transform: uppercase;
font-weight: bold;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart a .header-cart-items .header-cart-items-price {
font-size: .8125rem;
line-height: 1;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart a .header-cart-icon {
width: 40px;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart {
display: none;
opacity: 0;
position: absolute;
right: 0;
z-index: 99;
max-width: 100%;
width: 385px;
transition: opacity .3s ease 0ms;
top: 90px;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart:hover #header-mini-cart {
display: initial;
opacity: 1;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-arrow {
width: 40px;
height: 20px;
overflow: hidden;
position: absolute;
right: 22px;
top: -20px;
text-align: center;
display: inherit;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-arrow:after {
content: "";
position: absolute;
width: 30px;
height: 30px;
background: rgb(255, 255, 255);
transform: rotate(45deg);
top: 7px;
left: 5px;
box-shadow: 0 2px 5px 2px rgb(0 0 0 / 10%);
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper {
padding: 30px 30px 0;
overflow: auto;
max-height: calc(100vh - 100px);
box-shadow: 0 2px 5px 2px rgb(0 0 0 / 10%);
background: #ffffff;
border-radius: .2rem;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper li {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: stretch;
border-bottom: 1px solid #ededed;
margin-bottom: 5px;
padding-bottom: 5px;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper ul li > a:nth-child(1) {
align-self: center;
flex: 0 0 5%;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper ul li > a:nth-child(2) {
flex: 0 0 95%;
display: flex;
font-size: 12px;
font-weight: normal;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper a img {
max-width: 25%;
width: 100%;
height: auto;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper .quantity {
width: 100%;
text-align: right;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper .woocommerce-mini-cart__buttons {
display: flex;
justify-content: space-evenly;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper .woocommerce-mini-cart__buttons .button {
width: auto !important;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper .woocommerce-mini-cart__total {
width: 100%;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper .woocommerce-mini-cart__total .amount {
float: right;
}
#header .nav-toggle {
padding-top: 1.1rem;
padding-bottom: 1.1rem;
cursor: pointer;
display: none !important;
}
#header .nav-toggle-label {
color: #ffffff;
display: inline-block;
}
#header .nav-toggle-icon {
position: relative;
display: inline-block;
vertical-align: middle;
width: 3rem;
height: .15rem;
background: #fff;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
#header .nav-toggle-icon::before,
#header .nav-toggle-icon::after  {
content: '';
display: block;
position: absolute;
width: 100%;
height: .15rem;
background: #fff;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
#header .nav-toggle-icon::before {
bottom: -.7rem;
}
#header .nav-toggle-icon::after {
top: -.7rem;
}
body.toggle-mobile-nav #header .nav-toggle-icon {
background: 0;
}
body.toggle-mobile-nav #header .nav-toggle-icon::before {
top: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
body.toggle-mobile-nav #header .nav-toggle-icon::after {
top: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#header > #nav { background: #ededed;
position: relative;
z-index: 10;
border-top: 1px solid #ededed;
}
#header > #nav a {
text-decoration: none;
}
#header #nav #main-menu {
padding: 0 20px;
}
#header #nav #main-menu ul {
list-style: none;
display: flex;
width: 100%;
}
#header #nav #main-menu ul > li {
display: inline-block;
position: relative;
}
#header #nav #main-menu ul > li:not(:last-of-type):after {
display: block;
content: "";
width: 1px;
height: 30px;
background: #82B620;
position: absolute;
top: 10px;
right: -0.5px;
}
#header #nav #main-menu ul > li > a {
padding: 11px 18px 8px;
border-bottom: 3px solid rgba(255,255,255,0);
color: rgba(255, 255, 255, 0.7);
font-size: 14px;
font-weight: 500;
line-height: 24px; letter-spacing: 0;
display: inline-block;
transition: none;
}
#header #nav #main-menu ul > li > a:hover {
color: #ffffff;
}
#header #nav #main-menu ul > li.current-product_cat-ancestor > a,
#header #nav #main-menu ul > li.current-menu-item > a {
font-weight: bold;
color: #ffffff;
}
#header #nav #submenu {
background: #005544;
}
#header #header-sub-menu {
list-style: none;
display: flex;
width: 100%;
padding: 0 20px;
}
#header #header-sub-menu .menu-item {
display: inline-block;
}
#header #header-sub-menu > .menu-item > a {
color: #ffffff;
padding: 11px 10px;
font-size: 14px;
line-height: 24px;
text-transform: capitalize;
letter-spacing: 0;
display: inline-block;
}
#header #header-sub-menu > .menu-item > a::after {
content: "\f107";
font-family: 'Fontawesome';
padding-left: 5px;
}
#header #header-sub-menu .menu-item .sub-menu-item-wrapper {
display: none;
position: absolute;
top: 100%;
background: #ffffff;
padding: 0 5rem;
width: 100%;
left: 0;
box-shadow: 0 2px 5px 2px rgb(0 0 0 / 10%);
list-style-type: none;
margin: 0;
padding: 25px 30px;
text-align: left;
column-gap: 30px;
column-count: 4;
-webkit-column-rule: 1px solid #ededed;
-moz-column-rule: 1px solid #ededed;
column-rule: 1px solid #ededed;
}
#header #header-sub-menu > .menu-item:hover .sub-menu-item-wrapper {
display: block;
}
#header #header-sub-menu .menu-item .sub-menu-item-wrapper .sub-menu-item {
display: flex;
flex-direction: column;
break-inside: avoid-column;
white-space: normal;
padding: 0;
width: auto;
}
#header #header-sub-menu .menu-item .sub-menu-item-wrapper .sub-menu-item h4 {
font-weight: bold;
margin: 0;
padding: 0 0 5px;
font-size: 14px;
}
#header #header-sub-menu .menu-item .sub-menu-item-wrapper .sub-menu-item ul {
list-style: none;
border-top: 1px solid #ededed;
padding-top: 5px;
padding-bottom: 15px;
}
#header #header-sub-menu .menu-item .sub-menu-item-wrapper .sub-menu-item ul li a {
position: relative;
font-weight: normal;
color: #3a3a3a;
font-size: 13px;
padding-left: 12px;
}
#header #header-sub-menu .menu-item .sub-menu-item-wrapper .sub-menu-item ul li a::before {
content: "\f105";
color: inherit;
position: absolute;
left: 0px;
top: -5px;
font-size: 14px;
transform: scale(0.8, 1);
font-family: 'Fontawesome';
}
#header #header-sub-menu .menu-item .sub-menu-item-wrapper .sub-menu-item ul li:hover a {
color: #990f04;
} #footer {
color: #f1f1f1;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.5;
background-color: #282a27;
background-image: url(//krisskilte.dk/wp-content/themes/neo/assets/footer-pattern.png);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
#footer p {
font-size: 1.4rem;
font-weight: 600;
margin: 0;
padding: 0;
line-height: 1.7em;
}
#footer a {
line-height: 1.2;
color: #F39700;
font-weight: 700;
}
#footer a:hover {
text-decoration: none;
}
#footer .footer-section-wrapper {
max-width: 1240px;
width: 100%;
margin: 0 auto;
}
#footer .footer-top-section {
display: grid;
padding: 3rem 2rem 2.5rem;
position: relative;
}
#footer .footer-top-section::before {
background: linear-gradient(90deg, #82B620 0%, #82B620 25%, #F39700 25%, #F39700 50%, #0071B7 50%, #0071B7 75%, #9F5697 75%, #9F5697 100%);
height: 8px;
width: 100%;
content: "";
position: absolute;
top: 0;
}
#footer .footer-top-section .footer-widget-area .widget-title {
font-weight: 500;
font-size: 2em;
margin-bottom: 5px;
text-transform: uppercase;
color: #ffffff;
}
#footer .footer-top-section .footer-widget-area p:last-of-type {
margin: 0;
}
#footer .footer-top-section .footer-widget-area .menu {
list-style: none;
margin: 0;
}
#footer .footer-middle-section { padding: 15px 20px;
width: 100%;
}
#footer .footer-middle-section .footer-section-wrapper .footer-middle-section-content {
display: flex;
justify-content: space-between;
}
#footer .footer-middle-section .footer-socials,
#footer .footer-middle-section .footer-payment-methods {
display: flex;
min-height: 50px;
align-items: left;
flex-direction: column;
width: calc(100% / 3);
}
#footer .footer-middle-section .footer-socials .footer-socials-icons {
display: flex;
flex-direction: row;
}
#footer .footer-middle-section .footer-socials a {
text-align: center;
display: inline-block;
cursor: pointer;
}
#footer .footer-middle-section .footer-socials object {
height: 30px;
width: 40px;
opacity: 0.7;
transition: .2s opacity ease-in;
pointer-events: none;
}
#footer .footer-middle-section .footer-socials a:hover object {
opacity: 0.9;
}
#footer .footer-middle-section .footer-socials .footer-socials-title,
#footer .footer-middle-section .footer-payment-methods .footer-payment-methods-title {
font-weight: 300;
font-size: .9rem;
margin-bottom: 1rem;
border-bottom: 1px solid #dadada;
}
#footer .footer-middle-section .footer-payment-methods object {
height: 20px;
width: 40px;
}
#footer .footer-bottom-section {
padding: 1rem 0;
text-align: center;
background: #1f201e;
min-height: 30px;
color: #f9f9f9;
}
#footer .footer-bottom-section .footer-copyright {
margin: 0;
padding: 0;
}
.page-hero #page-title {
padding-top: 8rem;
}
.page-hero #page-title h1 {
color: #ffffff;
} #homepage-slider .vce-timeline-slideshow-item-wrap {
position: relative;
border: 5px solid rgba(0, 106, 195, 0.9);
padding: 3rem;
position: relative;
width: 51rem;
border-radius: .2rem;
transition: bottom 1s, opacity 1s, background-position 1.5s;
bottom: -50px; 
opacity: 1;
box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}
#homepage-slider .vce-button--style-basic {
position: absolute;
transform: rotate(0deg) scale(1) skew(-9deg) translate(-2px);
border-radius: .2rem !important;
bottom: -2.5rem;
}
#homepage-slider .slick-active .vce-timeline-slideshow-item-wrap {
bottom: 0;
background-size: 200% 200%;
background-image: linear-gradient(15deg, rgb(0 106 195 / 0.7) 50%, rgba(0,0,0,0) 50%);
background-position: 0 +100%;
} .entry-title {
padding-top: 5rem;
padding-bottom: 1.5rem;
margin-bottom: 5rem;
border-bottom: 1px solid #666666;
}
.entry-meta {
padding-bottom: 2rem;
display: none;
}
.updated:not(.published) {
display: none;
} body.search .content-area {
display: table !important;
}
body.search .search-results {
width: 80%;
position: relative;
display: table-cell;
}
body.search .search-results .search-title {
margin: 2em 0 3em 0;
}
body.search .search-sidebar {
width: 20%;
border-left: 1px solid #cacaca;
padding: 2rem;
height: 100%;
right: 0;
display: table-cell;
position: relative;
}
body.search .search-sidebar div {
display: flex;
}
body.search .search-sidebar ul {
list-style: none;
padding: 0;
}
body.search .search-sidebar li {
margin-bottom: 6px;
border-bottom: solid 1px #F0F0F0;
padding: 5px 0px;
}
body.search .search-sidebar li:hover a {
color: #F39700;
}
body.search .search-sidebar li a {
color: #444444;
font-size: 1.5rem;
line-height: 1;
}
body.search .search-sidebar label {
font-size: 1.5em;
line-height: 1.44;
margin: .5em 0;
font-weight: 400;
color: #000000;
font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
}
body.search .search-sidebar input[type='search'] {
padding: 1.5rem .8rem;
border-radius: .2rem;
}
body.search .search-sidebar button[type='submit'] {
margin: 0;
cursor: pointer;
background: #F39700;
transform: rotate(0deg) scale(1) skew(-9deg) translate(-2px);
border-radius: .2rem !important;
border: 0;
color: #fff;
padding: 5px 10px;
position: relative;
left: -5px;
}
body.search article {
margin-bottom: 3rem;
padding-bottom: 3rem;
border-bottom: 1px solid #F0F0F0;
}
body.search article h2 {
margin: 1rem 0;
}
body.search article .article-thumbnail img {
border-radius: .2rem;
box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}
body.search .nav-links {
padding-bottom: 3rem;
}
body.search .page-numbers.prev,
body.search .page-numbers.next {
margin-right: 5px;
}
body.search .page-numbers:not(.next):not(.prev) {
background: #f39700;
padding: 5px 10px;
border-radius: 100%;
color: #fff;
margin-right: 5px;
}
body.search .page-numbers.current {
background: #0071b7 !important;
} #content article .article-link {
padding: 5px 8px;
background: #F39700;
color: #ffffff;
transform: rotate(0deg) scale(1) skew(-9deg) translate(-2px);
display: inline-block;
width: fit-content;
border-radius: .2rem !important;
box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}
#content .archive {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 3rem;
}
#content .archive .entry-title {
grid-column: 1 / span 3;
}
#content .archive article {
position: relative;
margin: 0 0 30px 0; width: 100%;
display: flex;
flex-direction: column;
border: 1px solid #d8d8d8;
border-radius: .4rem;
float: left;
padding: 19px;
background-color: #fff;
word-wrap: break-word;
box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
} .archive article .article-thumbnail {
margin: -19px -19px 10px;
}
.archive article .article-thumbnail img {
width: 100%;
height: auto;
border-radius: .2rem;
} .wpf_item.wpf_item_pa_farve .wpf_color_icons li {
margin-right: 4px !important;
margin-left: 4px !important;
}
.wpf_item.wpf_item_pa_farve .wpf_color_icons li label {
border: 1px solid #000000 !important;
margin: 0 auto !important;
}
.wpf_item.wpf_item_pa_brand ul li,
.wpf_item.wpf_item_pa_stoerrelse ul li {
width: 100% !important;
margin: .1em 0;
padding-right: 1em;
box-sizing: border-box;
}
.wpf_item.wpf_item_pa_brand ul li span,
.wpf_item.wpf_item_pa_stoerrelse ul li span {
float: right;
} .wpcf7 .wpcf7-form input[type="text"],
.wpcf7 .wpcf7-form input[type="tel"],
.wpcf7 .wpcf7-form input[type="email"],
.wpcf7 .wpcf7-form textarea {
font-size: 1.6rem;
display: block;
line-height: 1;
background: #ffffff;
border: .2rem solid #F8F4F3;
border-radius: 0;
color: #666666;
padding: 1rem 1.5rem;
height: initial;
margin-bottom: 0;
}
.wpcf7 .wpcf7-form span:not(:first-child) input,
.wpcf7 .wpcf7-form span:not(:first-child) textarea {
margin-top: 1.5rem;
}
.wpcf7 .wpcf7-form input:hover,
.wpcf7 .wpcf7-form textarea:hover,
.wpcf7 .wpcf7-form input:focus,
.wpcf7 .wpcf7-form textarea:focus,
.wpcf7-not-valid {
border-color: #990f04 !important;
}
.wpcf7 .wpcf7-form textarea {
letter-spacing: normal;
resize: none;
}
.wpcf7 .wpcf7-form input::placeholder,
.wpcf7 .wpcf7-form textarea::placeholder {
color: inherit;
}
.wpcf7 .wpcf7-form input[type="submit"] {
background: #990f04;
color: #ffffff;
margin: 0;
margin-top: 1.5rem;
padding: 1rem 2.5rem !important;
font-size: 1.5rem;
display: inline-block;
width: auto;	
}
.wpcf7 .wpcf7-form input[type="submit"]:hover {
background: #710b03;
}
.wpcf7-not-valid-tip {
color: #990f04;
font-size: 1.3rem;
margin-top: 1.5rem;
}
.wpcf7-response-output {
width: 100%;
margin: 0 !important;
padding: .5rem !important;
border: none !important;
border-bottom: 2px solid #990f04 !important;
font-size: 1.4rem;
box-sizing: border-box;
} .vce-simple-image-slider-arrow.slick-arrow {
opacity: 0.5;
visibility: visible;
}
.vce-simple-image-slider-arrow.slick-arrow svg {
width: 35px;
height: 35px;
background: rgba(255,255,255,1);
border-radius: 100%;
padding: 5px 10px;
}
.vce-simple-image-slider-arrow.slick-arrow svg polygon {
fill: #333333 !important;
}
.vce-simple-image-slider-arrow.vce-simple-image-slider-prev-arrow {
margin-left: 2rem;
}
.vce-simple-image-slider-arrow.vce-simple-image-slider-next-arrow {
margin-right: 2rem;
} .vce-simple-image-slider-dots {
text-align: left !important;
max-width: 117rem;
margin: 0 auto;
}
.vce-simple-image-slider-dots .slick-dots li {
padding: 2px !important;
background: #fff;
margin: 5px;
}
.vce-simple-image-slider-dots .slick-dots button {
border-radius: 0 !important;
} .slick-slider:hover .slider-play-pause {
opacity: 1;
}
.slider-play-pause {
opacity: 0;
position: absolute;
z-index: 9999999;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: rgba(255, 255, 255, 0.8);
border: 0;
border-radius: 100%;
padding: 5px 8px 7px 9px;
color: #3a3a3a;
cursor: pointer;
font-size: 26px;
line-height: 26px;
display: inline-block;
}
.slider-play-pause:hover {
color: #3a3a3a;
}
#slide-info {
margin-bottom: 30px;
}
@media screen and (min-width: 548px) {
#content .content-container .content-area .left-sidebar {
width: 30%;
}
#content .content-container .content-area .primary-with-sidebar {
width: 70%;
}
}
@media screen and (min-width: 768px) {
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
#header .header-toolbar ul li a {
white-space: nowrap;
padding: 1.5rem 1.2rem;
}
}
@media screen and (min-width: 769px) {
#content .content-container .content-area .left-sidebar {
width: 25%;
}
#content .content-container .content-area .primary-with-sidebar {
width: 75%;
}
#content .content-container #woocommerce-filters-toggle {
display: none;
}
#header .nav-close {
display: none;
}
}
@media screen and (min-width: 992px) {
#header .header-toolbar ul li a {
font-size: 1.5rem;
padding: 1.5rem 2.5rem;
}
}
@media screen and (min-width: 1025px) {
#content .content-container .content-area .left-sidebar {
width: 20%;
}
#content .content-container .content-area .primary-with-sidebar {
width: 80%;
}
#header #header-sub-menu .menu-item .sub-menu-item-wrapper {
column-count: 7;
}
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1080px) {
.vce-posts-grid-wrapper h3,
.vce-posts-grid-wrapper .entry-content h3 {
font-size: 1.3em;
}
}
@media screen and (max-width: 980px) {
.vce-posts-grid-wrapper h3,
.vce-posts-grid-wrapper .entry-content h3 {
font-size: 1.2em;
}
}
@media screen and (max-width: 880px) {
.vce-posts-grid-wrapper h3,
.vce-posts-grid-wrapper .entry-content h3 {
font-size: 1em;
}
}
@media screen and (max-width: 769px) {
#content .content-container #woocommerce-filters-toggle {
margin-bottom: 1rem;
}
body.woocommerce-page #content .content-container .content-area .primary-with-sidebar {
width: 100%;
padding: 0 1rem;
}
#content .content-container .content-area .left-sidebar.woocommerce-filters {
opacity: 1;
position: fixed;
top: 0;
left: -100%;
width: 100%;
max-width: 350px;
height: 100vh;
z-index: 9999;
padding: 1rem 1rem 1rem;
transition: left .8s ease;
background: #ffffff;
}
body.toggle-woocommerce-filters #content .content-container .content-area .left-sidebar.woocommerce-filters {
left: 0;
}
#content .content-container .content-area .left-sidebar.woocommerce-filters .woocommerce-filters-wrapper {
overflow-y: auto;
width: 100%;
height: 100%;
}
}
@media screen and (max-width: 768px) {
.mc-modal,
.mc-banner {
z-index: 99999 !important;
}
.col-3 {
width: 50%;
margin-bottom: 1rem;
}
#content .archive {
grid-template-columns: 1fr 1fr;
}
#content .archive .entry-title {
grid-column: 1 / span 2;
}
#header > .header-top-section {
padding: 0 2rem;
}
#header .header-toolbar .toolbar-info {
padding: 0 2rem;
float: right;
}
#header .nav-toggle {
display: block !important;
}
#header #nav {
position: fixed;
height: 100%;
width: 100%;
max-width: 320px;
top: 0;
right: -100%;
background: #474747;
z-index: 9999999;
transition: right .3s ease-out;
}
#header #nav.active {
right: 0;
}
#header #nav #main-menu {
padding: 0;
}
#header #nav #main-menu #menu-main-menu {
flex-direction: column;
padding: 0;
box-sizing: border-box;
}
#header #nav #main-menu #menu-main-menu li {
border-bottom: 1px solid;
}
#header #nav #main-menu #menu-main-menu li a {
font-size: 16px;
}
#header #nav #main-menu ul > li > a {
width: 100%;
}
#header .nav-close {
transform: rotate(45deg);
display: inline-block;
margin: 1rem 0 0 1rem;
}
#header .nav-close .nav-close-icon {
padding: 4px 10px 5px 11px;
color: #ffffff;
font-size: 26px;
line-height: 26px;
font-weight: 300;
display: inline-block;
border-radius: 50%;
background: #333333;
}
body #footer #mobile-blur {
content: "";
background: rgba(0,0,0,0);
transition: background 1s ease-in-out;
}
body.mobile-menu-open #footer #mobile-blur {
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
background: rgba(0,0,0,0.5);
z-index: 999;
}
}
@media screen and (max-width: 767px) {
#slide-info {
display: none;
}
body.fixed-header-toolbar #header .header-toolbar {
height: calc(100% - 7.9rem);
width: 100%;
top: 7.9rem;
left: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
body.fixed-header-toolbar.toggle-mobile-nav #header .header-toolbar {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
body.fixed-header-toolbar.admin-bar #header .header-toolbar {
height: calc(100% - 7.9rem - 32px);
top: calc(7.9rem + 32px);
}
#header .header-toolbar .header-section-wrapper {
flex-direction: column;
}
#header .header-toolbar ul {
flex-direction: column;
width: 100%;
}
body.fixed-header-toolbar #header {
margin-top: 0;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content {
justify-content: space-between;
padding: 1.5rem 20px;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-branding {
padding: 0;
}
#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-branding .custom-logo {
width: 15rem;
height: 4.3157894737rem;
}
}
@media screen and (max-width: 448px) {
.col-3 {
width: 100%;
margin-bottom: 1rem;
}
#content .archive {
grid-template-columns: 1fr;
gap: 0;
}
#content .archive .entry-title {
grid-column: 1 / span 1;
}
.vce-posts-grid-item {
width: 50%;
}
}
@media screen and (max-width: 388px) {
#header .header-toolbar #searchform {
display: none;
}
}