@import url("https://fonts.googleapis.com/css2?family=Radio+Canada:wght@300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a:hover {
text-decoration: underline;
}
.container {
margin-left: auto;
margin-right: auto;
max-width: 1440px;
padding-left: 20px;
padding-right: 20px;
width: 100%;
}
@media (min-width: 768px) {
.container.slim {
width: 30%;
}
}
body {
font-family: "Radio Canada", sans-serif !important;
color: #242424;
background: #ffffff;
font-weight: 300;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 1rem;
line-height: 1.6;
}
section {
width: 100%;
float: left;
background: #ffffff;
padding: 3.125rem 0rem 3.125rem 0rem;
scroll-margin: 7vh;
}
section.grey {
background: #edf2f4;
}
ul.ticks {
list-style: none !important;
padding-top: 1.2rem;
width: 100%;
display: inline-block;
}
ul.ticks li {
list-style: none !important;
}
ul.ticks li:before {
font-family: "FontAwesome";
content: "\f00c";
margin: 0 5px 0 -15px;
color: #82c91e;
}
ul.ticks.split {
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
}
.np {
padding: 0rem;
}
.np-top {
padding-top: 0px;
}
.np-bottom {
padding-bottom: 0px;
}
.np-left {
padding-left: 0px;
}
.np-right {
padding-right: 0px;
}
.ptb {
padding: 3rem 0;
}
.txt-left {
text-align: left;
}
.txt-right {
text-align: right;
}
.txt-center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.flex-start-center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-items: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.contain-image img {
-o-object-fit: contain;
object-fit: contain;
width: 100%;
height: 100%;
}
.txt-white {
color: #ffffff !important;
}
.txt-justify {
text-align: justify;
}
.hide-mobile {
display: none;
}
a.button,
button.button,
input.button,
.button,
span.button {
border: none;
margin: 0;
padding: 0;
overflow: visible;
background: transparent; color: inherit;
font: inherit; line-height: normal; -webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit; -webkit-appearance: none;
display: inline-block;
color: #ffffff !important;
font-size: 16px;
text-align: center;
padding: 15px 25px !important;
text-transform: uppercase !important;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
font-weight: 600;
background: #F2C744;
}
a.button span,
button.button span,
input.button span,
.button span,
span.button span {
font-weight: 600;
}
a.button i,
button.button i,
input.button i,
.button i,
span.button i {
color: #ffffff;
}
a.button:hover,
button.button:hover,
input.button:hover,
.button:hover,
span.button:hover {
background: #efb914 !important;
color: #ffffff !important;
text-decoration: none !important;
-webkit-transform: scale(1.05);
cursor: pointer !important;
}
a.button.rounded,
button.button.rounded,
input.button.rounded,
.button.rounded,
span.button.rounded {
border-radius: 30px !important;
}
.row {
position: relative;
width: 100%;
display: inline-block;
}
.row [class^=col] {
float: left;
margin: 0.5rem 2%;
min-height: 0.125rem;
}
.row::after {
content: "";
display: table;
clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
width: 96%;
height: 100%;
}
.col-1-sm {
width: 4.3333333333%;
}
.col-2-sm {
width: 12.6666666667%;
}
.col-3-sm {
width: 21%;
}
.col-4-sm {
width: 29.3333333333%;
}
.col-5-sm {
width: 37.6666666667%;
}
.col-6-sm {
width: 46%;
}
.col-7-sm {
width: 54.3333333333%;
}
.col-8-sm {
width: 62.6666666667%;
}
.col-9-sm {
width: 71%;
}
.col-10-sm {
width: 79.3333333333%;
}
.col-11-sm {
width: 87.6666666667%;
}
.col-12-sm {
width: 96%;
}
@media only screen and (min-width: 45em) {
.col-1 {
width: 4.3333333333%;
}
.col-2 {
width: 12.6666666667%;
}
.col-3 {
width: 21%;
}
.col-4 {
width: 29.3333333333%;
}
.col-5 {
width: 37.6666666667%;
}
.col-6 {
width: 46%;
}
.col-7 {
width: 54.3333333333%;
}
.col-8 {
width: 62.6666666667%;
}
.col-9 {
width: 71%;
}
.col-10 {
width: 79.3333333333%;
}
.col-11 {
width: 87.6666666667%;
}
.col-12 {
width: 96%;
}
.hidden-sm {
display: block;
}
}
.aligncenter, .alignleft, .alignright {
display: block;
padding: 0;
}
.aligncenter {
float: none;
margin: 0.5em auto 1em;
}
.alignright {
float: right;
margin: 0.5em 0 1em 1em;
}
.alignleft {
float: left;
margin: 0.5em 1em 1em 0;
}
.wp-caption {
padding: 5px 0;
border: 1px solid #555;
background: #444;
text-align: center;
}
.wp-caption img {
display: inline;
}
.wp-caption p.wp-caption-text {
margin: 5px 0 0;
padding: 0;
text-align: center;
font-size: 75%;
font-weight: 100;
font-style: italic;
color: #ddd;
}
.cc-window {
opacity: 1;
-webkit-transition: opacity 1s ease;
transition: opacity 1s ease;
}
.cc-window.cc-invisible {
opacity: 0;
}
.cc-animate.cc-revoke {
-webkit-transition: -webkit-transform 1s ease;
transition: -webkit-transform 1s ease;
transition: transform 1s ease;
transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
-webkit-transform: translateY(-2em);
transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
-webkit-transform: translateY(2em);
transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.cc-grower {
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 1s;
transition: max-height 1s;
}
.cc-link, .cc-revoke:hover {
text-decoration: underline;
}
.cc-revoke, .cc-window {
position: fixed;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: Helvetica, Calibri, Arial, sans-serif;
font-size: 16px;
line-height: 1.5em;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
z-index: 9999;
}
.cc-window.cc-static {
position: static;
}
.cc-window.cc-floating {
padding: 2em;
max-width: 24em;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.cc-window.cc-banner {
padding: 1em 1.8em;
width: 100%;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
}
.cc-revoke {
padding: 0.5em;
}
.cc-header {
font-size: 18px;
font-weight: 700;
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
cursor: pointer;
}
.cc-link {
opacity: 0.8;
display: inline-block;
padding: 0.2em;
}
.cc-link:hover {
opacity: 1;
}
.cc-link:active, .cc-link:visited {
color: initial;
}
.cc-btn {
display: block;
padding: 0.4em 0.8em;
font-size: 0.9em;
font-weight: 700;
border-width: 2px;
border-style: solid;
text-align: center;
white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
background-color: transparent;
border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
background-color: transparent;
text-decoration: underline;
}
.cc-close {
display: block;
position: absolute;
top: 0.5em;
right: 0.5em;
font-size: 1.6em;
opacity: 0.9;
line-height: 0.75;
}
.cc-close:focus, .cc-close:hover {
opacity: 1;
}
.cc-revoke.cc-top {
top: 0;
left: 3em;
border-bottom-left-radius: 0.5em;
border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
bottom: 0;
left: 3em;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
left: 3em;
right: unset;
}
.cc-revoke.cc-right {
right: 3em;
left: unset;
}
.cc-top {
top: 1em;
}
.cc-left {
left: 1em;
}
.cc-right {
right: 1em;
}
.cc-bottom {
bottom: 1em;
}
.cc-floating > .cc-link {
margin-bottom: 1em;
}
.cc-floating .cc-message {
display: block;
margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cc-window.cc-banner {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.cc-banner.cc-top {
left: 0;
right: 0;
top: 0;
}
.cc-banner.cc-bottom {
left: 0;
right: 0;
bottom: 0;
}
.cc-banner .cc-message {
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cc-compliance {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.cc-compliance > .cc-btn {
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cc-btn + .cc-btn {
margin-left: 0.5em;
}
@media print {
.cc-revoke, .cc-window {
display: none;
}
}
@media screen and (max-width: 900px) {
.cc-btn {
white-space: normal;
}
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
.cc-window.cc-top {
top: 0;
}
.cc-window.cc-bottom {
bottom: 0;
}
.cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
left: 0;
right: 0;
}
.cc-window.cc-banner {
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.cc-window.cc-banner .cc-compliance {
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cc-window.cc-floating {
max-width: none;
}
.cc-window .cc-message {
margin-bottom: 1em;
}
.cc-window.cc-banner {
-ms-flex-align: unset;
-webkit-box-align: unset;
align-items: unset;
}
}
.cc-floating.cc-theme-classic {
padding: 1.2em;
border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
text-align: center;
display: inline;
-ms-flex: none;
-webkit-box-flex: 0;
flex: none;
}
.cc-theme-classic .cc-btn {
border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
display: inline-block;
}
.cc-theme-edgeless.cc-window {
padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
margin: 0;
padding: 0.8em 1.8em;
height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
margin-left: 0;
} .slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: "";
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.slick-slide div {
width: 100%;
float: left;
}
[dir=rtl] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
#menu {
display: none;
}
.slideout-menu {
position: fixed;
top: 0;
bottom: 0;
left: auto;
width: 300px;
min-height: 100vh;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
z-index: -10;
background: #2C3E50; padding: 4.375rem 2.1875rem !important;
font-size: 0.9375rem; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2cbde4", endColorstr="#1e9cbd",GradientType=1 ); overflow-y: scroll;
-webkit-overflow-scrolling: touch;
display: none;
padding: 1.875rem 1.25rem;
-webkit-box-shadow: inset 10px 0px 29px -21px rgba(0, 0, 0, 0.8);
box-shadow: inset 10px 0px 29px -21px rgba(0, 0, 0, 0.8);
}
.slideout-menu h2 {
width: 100%;
float: left;
font-size: 1.5625em; color: #ffffff;
font-weight: bold;
padding-bottom: 0.625rem;
border-bottom: #ffffff 0.125rem solid;
margin-bottom: 0.625rem;
}
.slideout-menu ul {
width: 100%;
float: left;
list-style: none;
}
.slideout-menu ul li {
width: 100%;
float: left;
line-height: 2.5rem;
font-weight: bold;
}
.slideout-menu ul li a {
color: #ffffff;
font-size: 1em; width: 100%;
float: left;
}
.slideout-menu ul li ul {
padding-left: 1.25rem;
}
.slideout-menu ul li ul li {
font-weight: normal;
padding-bottom: 10px;
}
.slideout-menu-left {
left: 0;
}
.slideout-menu-right {
right: 0;
}
.slideout-panel {
position: relative;
z-index: 1;
will-change: transform;
background-color: #ffffff;
min-height: 100vh;
float: left;
width: 100%;
border: 0px;
top: 0px;
}
@media (min-width: 768px) {
.slideout-panel {
top: 0px;
}
}
.slideout-open .slideout-menu {
display: block;
}
.lb-loader, .lightbox {
text-align: center;
line-height: 0;
position: absolute;
left: 0;
}
body.lb-disable-scrolling {
overflow: hidden;
}
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: #000;
filter: alpha(Opacity=80);
opacity: 0.8;
display: none;
}
.lightbox {
width: 100%;
z-index: 10000;
font-weight: 400;
outline: 0;
}
.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
max-height: none;
border-radius: 3px;
border: 4px solid #fff;
}
.lightbox a img {
border: none;
}
.lb-outerContainer {
position: relative;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px;
background-color: #fff;
}
.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}
.lb-loader {
top: 43%;
height: 25%;
width: 100%;
}
.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(https://www.tis-hydraulics.com/wp-content/themes/TIS/assets/images/loading.gif) no-repeat;
}
.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
.lb-container > .nav {
left: 0;
}
.lb-nav a {
outline: 0;
background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next, .lb-prev {
height: 100%;
cursor: pointer;
display: block;
}
.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(https://www.tis-hydraulics.com/wp-content/themes/TIS/assets/images/prev.png) left 48% no-repeat;
filter: alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
filter: alpha(Opacity=100);
opacity: 1;
}
.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(https://www.tis-hydraulics.com/wp-content/themes/TIS/assets/images/next.png) right 48% no-repeat;
filter: alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
filter: alpha(Opacity=100);
opacity: 1;
}
.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
width: 100%;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}
.lb-data {
padding: 0 4px;
color: #ccc;
}
.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
}
.lb-data .lb-caption {
font-size: 13px;
font-weight: 700;
line-height: 1em;
}
.lb-data .lb-caption a {
color: #4ae;
}
.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999;
}
.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(https://www.tis-hydraulics.com/wp-content/themes/TIS/assets/images/close.png) top right no-repeat;
text-align: right;
outline: 0;
filter: alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
cursor: pointer;
filter: alpha(Opacity=100);
opacity: 1;
}
#wpadminbar {
display: none;
}
.section-title {
width: 100%;
float: left;
font-size: 1.5rem;
font-weight: 400;
color: #242424;
line-height: 3rem;
padding-bottom: 10px;
letter-spacing: 1px;
}
.section-title span {
color: #F2C744;
}
.section-title.large {
font-size: 2.1rem;
}
.sub-title {
width: 100%;
float: left;
font-size: 1.8rem;
font-weight: 300;
color: #2C3E50;
line-height: 2.5rem;
padding-bottom: 10px;
letter-spacing: 1px;
}
.sub-title span {
width: 100%;
float: left;
color: #242424;
font-weight: 400;
font-size: 2rem;
line-height: 2.5rem;
}
.top-bar {
width: 100%;
float: left;
background: #F5F4F4;
padding: 10px 0px;
}
.top-bar .container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 2fr;
grid-template-columns: 1fr 2fr;
}
.top-bar .topbar-right {
text-align: right;
}
.top-bar .topbar-right p {
color: #525151;
font-size: 1.1rem;
display: inline-block;
padding-right: 0.5rem;
}
.top-bar .topbar-right p.number-text {
display: none;
}
@media (min-width: 768px) {
.top-bar .topbar-right p.number-text {
display: inline-block;
}
}
.top-bar .topbar-right a {
display: inline-block;
font-size: 1.2rem;
color: #525151;
}
.top-bar .topbar-right a i {
color: #F2C744;
}
.top-bar .topbar-right a strong {
font-weight: bold;
}
.top-bar .topbar-social a {
font-size: 1.2rem;
padding-right: 10px;
display: inline-block;
}
.top-bar .topbar-social a i {
color: #226194;
}
header.main {
width: 100%;
float: left;
padding: 1rem 0;
background: #ffffff;
}
header.main .container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 200px 1fr;
grid-template-columns: 200px 1fr;
}
header.main .container a.logo img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
header.main .container .header-right {
text-align: right;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
header.main .container .header-right ul.main-nav {
padding-right: 15px;
display: none;
}
@media (min-width: 768px) {
header.main .container .header-right ul.main-nav {
display: inline-block;
}
}
header.main .container .header-right ul.main-nav li {
display: inline-block;
}
header.main .container .header-right ul.main-nav li a {
display: inline-block;
padding: 0 5px;
color: #242424;
font-size: 1rem;
}
header.main .container .header-right ul.main-nav li a:hover {
color: #226194;
text-decoration: none;
}
header.main .container .header-right .top-contact-button {
display: none;
}
@media (min-width: 768px) {
header.main .container .header-right .top-contact-button {
display: inline-block;
}
}
@media (min-width: 768px) {
header.main .container .header-right .header-mobile-right {
display: none;
}
}
header.main .container .header-right .header-mobile-right .mobile-menu-button {
text-align: right;
}
header.main .container .header-right .header-mobile-right .mobile-menu-button button {
min-width: 65px;
width: 65px;
max-width: 65px;
min-height: 55px;
height: 55px;
max-height: 55px;
font-size: 30px;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0px;
color: #ffffff;
background: #F2C744;
margin: 0px !important;
padding: 0px !important;
}
header.main .container .header-right .header-mobile-right .mobile-menu-button button:hover {
background: #2C3E50;
text-decoration: none;
color: #ffffff;
}
.main-navigation {
width: 100%;
float: left;
background: #226194;
text-align: center;
display: none;
}
@media (min-width: 768px) {
.main-navigation {
display: inline-block;
}
}
.hero {
width: 100%;
float: left;
position: relative;
z-index: 1;
background: #226194;
color: #ffffff;
height: 600px;
}
@media (min-width: 768px) {
.hero {
height: 90vh;
}
}
.hero .hero-fade {
width: 100%;
height: 100%;
position: absolute;
z-index: 3;
background-color: rgba(34, 97, 148, 0.5);
}
.hero .hero-fade .usp-ctas {
display: none;
}
@media (min-width: 768px) {
.hero .hero-fade .usp-ctas {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
}
.hero .hero-fade .container {
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
@media (min-width: 768px) {
.hero .hero-fade .container {
width: 60%;
}
}
.hero .hero-fade .container h1 {
width: 100%;
display: inline-block;
font-size: 2.5rem;
font-weight: 400;
line-height: 3rem;
display: inline-block;
letter-spacing: 1px;
padding-bottom: 15px;
}
@media (min-width: 768px) {
.hero .hero-fade .container h1 {
font-size: 3.5rem;
line-height: 4rem;
}
}
.hero .hero-fade .container h1 span {
color: #F2C744;
}
.hero .hero-fade .container h2 {
display: inline-block;
font-size: 1.5rem;
font-weight: 400;
line-height: 2rem;
letter-spacing: 1px;
display: inline-block;
}
@media (min-width: 768px) {
.hero .hero-fade .container h2 {
font-size: 1.5rem;
line-height: 2rem;
}
}
.hero .hero-fade .container a.button {
margin-top: 2rem;
}
.hero img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: relative;
z-index: 2;
}
.hero.page-hero {
height: 400px;
}
.hero.shop-hero {
height: 400px;
}
.hero.shop-hero .hero-fade .container {
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: left;
}
.vacancies {
width: 100%;
float: left;
}
.vacancies .vacancie-job {
width: 100%;
float: left;
padding: 1rem;
background: #ffffff;
-webkit-box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
border-radius: 20px;
margin-bottom: 1rem;
}
.vacancies .vacancie-job .title {
color: #226194;
width: 100%;
float: left;
font-size: 1.3rem;
font-weight: bold;
}
.job-alert-section .container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-row-gap: 2rem;
grid-column-gap: 2rem;
}
@media (min-width: 768px) {
.job-alert-section .container {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
.usp-ctas {
width: 100%;
float: left;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 2rem;
grid-row-gap: 1rem;
padding-top: 8rem;
}
@media (min-width: 768px) {
.usp-ctas {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
}
.usp-ctas .uspcta {
width: 100%;
float: left;
border: #ffffff 2px solid;
font-size: 1.5rem;
font-weight: bold;
color: #ffffff;
text-align: center;
background: rgb(34, 97, 148);
background: -webkit-gradient(linear, left top, left bottom, from(rgb(34, 97, 148)), to(rgb(27, 46, 110)));
background: linear-gradient(180deg, rgb(34, 97, 148) 0%, rgb(27, 46, 110) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#226194",endColorstr="#1b2e6e",GradientType=1);
padding: 2.8rem 1.4rem 1.4rem 1.4rem;
border-radius: 10px;
position: relative;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.usp-ctas .uspcta .usp-icon {
width: 85px;
height: 85px;
border-radius: 50%;
background: #226194;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: #ffffff 2px solid;
position: absolute;
top: -40%;
}
.usp-ctas .uspcta .usp-icon i {
font-size: 2rem;
}
.usp-section .usp-ctas {
padding-top: 5rem;
}
.multiple-button-wrap {
padding-top: 2rem;
width: 100%;
float: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.multiple-button-wrap a.button {
width: 100%;
}
@media (min-width: 768px) {
.multiple-button-wrap a.button {
width: 250px;
margin: 0 10px;
}
}
.newsletter-cta, .brochure-cta {
width: 100%;
float: left;
background: #226194;
padding: 1.5rem;
border-radius: 15px;
}
.newsletter-cta .section-title, .brochure-cta .section-title {
color: #ffffff;
font-size: 2rem;
}
.newsletter-cta .section-title span, .brochure-cta .section-title span {
color: #ffffff;
font-weight: bold;
}
.brochure-cta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.brand-slider {
width: 100%;
float: left;
margin-top: 2rem;
}
.brand-slider .brand-cta {
width: 100%;
display: inline-block;
text-align: center;
}
.brand-slider .brand-cta .brand-image {
width: 100%;
height: 200px;
background: #ffffff;
margin-bottom: 1rem;
}
.brand-slider .brand-cta .brand-image img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.brand-slider .brand-cta .brand-name {
width: 100%;
font-size: 1.1rem;
color: #242424;
}
.brand-slider .slick-slide {
padding: 1rem;
}
.testimonial-section {
width: 100%;
float: left;
background: #edf2f4;
padding: 4rem 3rem;
border-radius: 15px;
}
.testimonial-section .testimonial-slider {
width: 100%;
float: left;
}
.testimonial-section .testimonial-slider .testimonial {
text-align: center;
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.testimonial-section .testimonial-slider .testimonial .client-image {
width: 100%;
float: left;
margin-bottom: 1rem;
}
.testimonial-section .testimonial-slider .testimonial .client-image span {
width: 200px;
height: 200px;
display: inline-block;
border-radius: 50%;
overflow: hidden;
}
.testimonial-section .testimonial-slider .testimonial .client-image span img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.testimonial-section .testimonial-slider .testimonial .content {
padding-bottom: 1rem;
}
.testimonial-section .testimonial-slider .testimonial .client-name {
font-size: 1.2rem;
border-top: #F2C744 1px solid;
padding-top: 1rem;
display: inline-block;
width: auto;
}
.testimonial-section .testimonial-slider .testimonial .client-name span {
font-weight: bold;
}
.testimonial-section .testimonial-slider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
float: left;
margin: 0;
padding: 20px 0px 0px 0px;
list-style-type: none;
}
.testimonial-section .testimonial-slider .slick-dots li {
margin: 0 0.25rem;
}
.testimonial-section .testimonial-slider .slick-dots button {
display: block;
width: 1rem;
height: 1rem;
padding: 0;
background: #B7CBE4;
border: none;
border-radius: 100%;
text-indent: -9999px;
}
.testimonial-section .testimonial-slider .slick-dots li.slick-active button {
background-color: #226194;
}
.blog-posts {
width: 100%;
float: left;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
}
@media (min-width: 768px) {
.blog-posts {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
.blog-posts .blog-post {
width: 100%;
float: left;
}
.blog-posts .blog-post .blog-image {
float: left;
width: 100%;
height: 200px;
}
.blog-posts .blog-post .blog-image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.blog-posts .blog-post .blog-post-details {
width: 100%;
float: left;
padding: 1rem;
background: #edf2f4;
}
.blog-posts .blog-post .blog-post-details a.post-title {
display: inline-block;
padding-bottom: 10px;
color: #242424;
font-size: 1.2rem;
font-weight: 500;
}
.recent-blog-posts {
width: 100%;
float: left;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 1rem;
grid-row-gap: 1rem;
padding-top: 3rem;
}
@media (min-width: 768px) {
.recent-blog-posts {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
}
.recent-blog-posts .recent-post {
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.recent-blog-posts .recent-post .brcta-image {
width: 100%;
float: left;
height: 180px;
}
.recent-blog-posts .recent-post .brcta-image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.recent-blog-posts .recent-post .brcta-content-wrap {
width: 100%;
float: left;
height: 100%;
background: #edf2f4;
padding: 1rem;
}
.recent-blog-posts .recent-post .brcta-content-wrap .brcta-title {
width: 100%;
float: left;
color: #226194;
font-size: 1.2rem;
font-weight: bold;
line-height: 1.8rem;
padding-bottom: 10px;
}
.recent-blog-posts .recent-post .brcta-content-wrap .brcta-meta {
font-size: 0.9rem;
color: #226194;
}
.recent-post-section-button {
width: 100%;
float: left;
padding-top: 2rem;
text-align: center;
}
.popular-post-section-title {
padding: 10px 20px;
background: #525151;
display: inline-block;
color: #F2C744;
text-align: center;
font-size: 1.5rem;
width: 100%;
margin-bottom: 10px;
}
.popular-post-pre {
width: 100%;
float: left;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 1rem;
grid-row-gap: 1rem;
margin-bottom: 10px;
}
@media (min-width: 768px) {
.popular-post-pre {
-ms-grid-columns: 1fr 2fr;
grid-template-columns: 1fr 2fr;
}
}
.popular-post-pre .popular-post-pre-left a {
display: inline-block;
height: 100%;
}
.popular-post-pre .popular-post-pre-left a img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.popular-post-pre .popular-post-pre-right a.post-title {
color: #242424;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 600;
}
.popular-post-pre:hover {
background: #d4e0e5;
}
.popular-post-pre:hover a.post-title {
text-decoration: none;
}
.blog-sidebar {
padding: 1rem;
background: #edf2f4;
}
.blog-image {
width: 100%;
float: left;
height: 300px;
margin-bottom: 1.5rem;
margin-top: 1rem;
}
.blog-image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.category-list, .archive-list {
margin-bottom: 25px;
width: 100%;
float: left;
}
.category-list .section-title, .archive-list .section-title {
font-size: 1rem;
}
.category-list ul, .archive-list ul {
width: 100%;
float: left;
margin: 0 0 0 0px;
list-style: none;
}
.category-list ul li, .archive-list ul li {
width: 100%;
float: left;
}
.category-list ul li:before, .archive-list ul li:before {
content: "+";
margin-right: 6px;
color: #F2C744;
font-weight: bold;
}
.category-list ul li a, .archive-list ul li a {
color: #242424;
font-size: 18px;
border-bottom: #edf2f4 1px solid;
}
.category-list ul li a:hover, .archive-list ul li a:hover {
background: #edf2f4;
}
.page-navigation {
width: 100%;
float: left;
padding-top: 3rem;
padding-bottom: 3rem;
text-align: center;
font-size: 14px;
}
.page-navigation a {
color: #242424;
}
.page-navigation .page-navi.meta {
color: RGB(38, 166, 154);
font-size: 20px;
font-weight: normal;
padding-left: 0;
}
.page-navigation .page-numbers {
padding: 10px;
font-family: "Open Sans", sans-serif !important;
font-weight: normal;
}
.page-navigation .page-numbers.current {
font-weight: 600;
}
.page-navigation .page-navi .prev {
float: left;
margin-right: 0;
margin-top: -10px;
border-right: solid 1px #eee;
font-size: 18px;
letter-spacing: 0;
font-weight: normal;
}
.page-navigation .page-navi .next {
float: right;
margin-top: -10px;
border-left: solid 1px #ddd;
border-right: none;
border-top: none;
border-bottom: none;
font-size: 18px;
font-weight: normal;
letter-spacing: 0;
}
footer.main {
background: #226194;
width: 100%;
float: left;
padding: 3rem 0;
color: #ffffff;
}
footer.main .container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
}
@media (min-width: 768px) {
footer.main .container {
-ms-grid-columns: 1fr 1fr 1fr 2fr;
grid-template-columns: 1fr 1fr 1fr 2fr;
}
}
footer.main a {
color: #ffffff;
}
footer.main .address {
padding-top: 10px;
}
footer.main .footer-title {
width: 100%;
float: left;
color: #F2C744;
font-size: 1.2rem;
font-weight: bold;
}
footer.main ul {
list-style: none;
}
footer.main .footer-social {
width: 100%;
float: left;
}
footer.main .footer-social a {
display: inline-block;
color: #F2C744;
padding-right: 10px;
font-size: 1.4rem;
}
footer.main .footer-accreds {
width: 100%;
float: left;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-row-gap: 1rem;
grid-column-gap: 1rem;
}
footer.main .footer-accreds .accred {
display: inline-block;
height: 75px;
}
footer.main .footer-accreds .accred img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.footer-bottom {
width: 100%;
float: left;
padding: 1rem 0;
background: #525151;
color: #ffffff;
text-align: right;
}
.footer-bottom .container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
text-align: center;
}
@media (min-width: 768px) {
.footer-bottom .container {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
.footer-bottom .container .footer-bottom-left {
text-align: left;
}
.footer-bottom .container .footer-bottom-right {
text-align: right;
}
}
.footer-bottom ul {
width: 100%;
float: left;
}
.footer-bottom ul li {
display: inline-block;
list-style: none;
}
.footer-bottom ul li a {
color: #ffffff;
padding: 0 5px;
}
.footer-bottom a {
display: inline-block;
color: #ffffff;
} .scrollup {
padding: 0.75rem 0.625rem; position: fixed;
bottom: 5%; right: 2%; z-index: 2000;
display: none;
background-color: #F2C744;
color: #2C3E50;
font-size: 0.875em; text-decoration: none;
border-radius: 50%;
width: 3.125rem;
height: 3.125rem;
text-align: center;
-webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.scrollup:hover {
background: #242424;
text-decoration: none;
}
.embed-map {
width: 100%;
float: left;
height: 400px;
}
.embed-map iframe {
width: 100%;
height: 100%;
}
.contact-page-detail {
width: 100%;
float: left;
color: #226194;
display: -ms-grid;
display: grid;
-ms-grid-columns: 60px 1rem 1fr;
grid-template-columns: 60px 1fr;
margin-bottom: 1rem;
grid-column-gap: 1rem;
}
.contact-page-detail i {
font-size: 3rem;
}
.contact-page-detail a {
color: #226194;
}
.contact-page-detail .cpd-title {
font-size: 1.5rem;
font-weight: 400;
}
.contact-page-detail .icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.contact-form {
width: 100%;
float: left;
padding-top: 0em !important;
}
.contact-form .wpcf7-response-output {
width: 100%;
float: left;
}
.contact-form .gform_wrapper .gfield_required {
color: #226194 !important;
}
.contact-form input {
width: 100%;
background: #ffffff;
border: 0rem;
padding: 7px !important;
color: #242424;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0rem;
border: #edf2f4 1px solid;
}
.contact-form input[type=checkbox],
.contact-form input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
float: left;
width: auto;
margin-right: 0.3125rem;
}
.contact-form select {
width: 100%;
background: #ffffff;
padding: 0.9375rem;
border: 0rem;
color: #525151 !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0rem;
border: #edf2f4 1px solid;
}
.contact-form textarea {
width: 100%;
background: #ffffff;
padding: 0.9375rem;
border: 0rem;
color: #242424;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Radio Canada", sans-serif !important;
border-radius: 0rem;
overflow: hidden;
}
.contact-form label {
width: 100%;
float: left;
display: inline-block;
padding-bottom: 0.625rem;
}
.contact-form p {
font-size: 0.875em; width: 100%;
padding-bottom: 0.3125rem;
float: left;
color: #3e3e3e;
}
.contact-form p a {
color: #242424;
}
.contact-form .form-big {
width: 100%;
float: left;
margin-left: 0em;
padding-bottom: 0.9375rem;
}
.contact-form .form-left {
width: 100%;
float: left;
margin-right: 0%;
padding-bottom: 0.9375rem;
}
@media (min-width: 768px) {
.contact-form .form-left {
width: 49%;
float: left;
margin-right: 1%;
}
}
.contact-form .form-right {
width: 100%;
float: left;
margin-right: 0%;
padding-bottom: 0.9375rem;
}
@media (min-width: 768px) {
.contact-form .form-right {
width: 50%;
float: left;
}
}
.contact-form.callback, .contact-form.embed-callback {
color: #ffffff;
}
.contact-form.callback .gf_progressbar_percentage, .contact-form.embed-callback .gf_progressbar_percentage {
margin-top: 10px;
background-color: #226194 !important;
}
.contact-form.callback .gf_progressbar_percentage span, .contact-form.embed-callback .gf_progressbar_percentage span {
color: #ffffff;
}
.contact-form.callback .gf_progressbar_title, .contact-form.embed-callback .gf_progressbar_title {
color: #ffffff !important;
opacity: 1 !important;
font-weight: bold !important;
text-align: center;
font-size: 1.1rem !important;
padding-bottom: 15px !important;
}
.contact-form.callback .gfield_required, .contact-form.embed-callback .gfield_required {
color: #ffffff !important;
font-weight: 300 !important;
}
.contact-form.callback select, .contact-form.callback input, .contact-form.callback textarea, .contact-form.embed-callback select, .contact-form.embed-callback input, .contact-form.embed-callback textarea {
color: #525151 !important;
border-radius: 10px;
padding: 10px !important;
font-family: "Radio Canada", sans-serif !important;
}
.contact-form .gform_previous_button {
float: left !important;
}
.contact-form .wpcf7-submit,
.contact-form #wp-submit, .contact-form input[type=button], .contact-form input[type=submit] {
display: inline-block;
border: 0 !important;
font-size: 1.125rem;
color: #ffffff !important;
font-weight: 600;
text-transform: uppercase;
width: 100%;
float: right;
padding: 0.9375rem 1.5625rem !important;
text-transform: uppercase !important;
-webkit-transform: perspective(0.0625rem) translateZ(0);
transform: perspective(0.0625rem) translateZ(0);
-webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
font-weight: 600;
background: #F2C744 !important;
}
.contact-form .wpcf7-submit:hover,
.contact-form #wp-submit:hover, .contact-form input[type=button]:hover, .contact-form input[type=submit]:hover {
background: #efb914 !important;
color: #ffffff;
text-decoration: none;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.contact-form.newsletter .ginput_container_email {
height: 100%;
}
.contact-form.newsletter .ginput_container_email input {
height: 100%;
}
.content {
font-size: 1rem; line-height: 1.6rem;
margin-bottom: 0.9375rem;
font-weight: 400;
}
.content img {
max-width: 100%;
}
.content ol {
list-style: decimal;
margin-left: 0.9375rem;
}
.content p {
padding-bottom: 0.9375rem; font-style: normal;
width: 100%;
}
.content p:last-of-type {
padding-bottom: 0rem;
}
.content.center {
text-align: center;
}
.content.white {
color: #ffffff;
}
.content iframe {
display: inline-block;
}
.content hr {
width: 100%;
float: left;
margin-bottom: 1.25em; margin-top: 1.25em; }
.content b {
font-weight: 600;
}
.content i {
font-style: italic;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
margin-bottom: 0.625rem; display: inline-block;
font-size: 2.0625rem;
line-height: 2.625rem;
}
.content h1 span,
.content h2 span,
.content h3 span,
.content h4 span,
.content h5 span,
.content h6 span {
font-weight: 600;
}
.content h1 {
font-size: 1.625em; line-height: 2.8125rem;
}
.content h2 {
font-size: 1.5em; line-height: 2.8125rem;
}
.content h3 {
font-size: 1.375em; }
.content h4 {
font-size: 1.25em; }
.content h5 {
font-size: 1.125em; }
.content h6 {
font-size: 1em; }
.content ul {
padding-left: 1.5625em; padding-bottom: 1.25em; }
.content ul li {
line-height: 1.375em; list-style: disc;
padding-bottom: 0.625rem;
}
.content a {
color: #242424;
}
.content a:hover {
text-decoration: underline;
}
.content strong {
font-weight: 600;
}
.content b {
font-weight: 600;
}
.content i {
font-style: italic;
}
.content input {
width: 100%;
background: #ffffff;
border: 0rem;
padding: 0.9375rem;
color: #242424;
border: #c3c3c3 1px solid !important;
}
.content input[type=checkbox],
.content input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
float: left;
width: auto;
margin-right: 0.5rem;
margin-top: 0.625rem;
}
.content select {
width: 100%;
background: #ffffff;
padding: 0.9375rem;
border: 0rem;
color: #242424;
border: #c3c3c3 1px solid !important;
}
.content textarea {
width: 100%;
background: #ffffff;
font-family: "Radio Canada", sans-serif !important;
padding: 0.9375rem;
border: 0px;
color: #242424;
border: #c3c3c3 1px solid !important;
}
ul.slimmenu {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
font-size: 1.125rem;
text-align: center;
font-weight: 400;
padding-top: 0.9375rem;
padding-bottom: 0.9375rem;
}
ul.slimmenu li {
position: relative;
display: inline-block;
}
ul.slimmenu > ul {
padding: 0rem;
}
ul.slimmenu > li {
margin-right: -0.3125rem;
}
ul.slimmenu > li:first-child {
border-left: 0;
}
ul.slimmenu > li:last-child {
margin-right: 0;
}
ul.slimmenu li a {
display: block;
color: #ffffff;
text-decoration: none;
padding: 0.3125rem 0.625rem;
display: inline-block;
text-align: left;
}
ul.slimmenu li a:hover {
text-decoration: none;
color: #ffffff !important;
background: #226194;
border-radius: 0.9375rem;
}
ul.slimmenu li .sub-collapser {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
position: absolute;
right: 0;
top: 0;
height: 100%;
text-align: center;
z-index: 999;
cursor: pointer;
display: none;
}
ul.slimmenu li .sub-collapser:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
display: none;
}
ul.slimmenu li .sub-collapser > i {
color: #ffffff;
font-size: 1.125em; display: inline-block;
vertical-align: middle;
display: none;
}
ul.slimmenu li ul {
margin: 0;
top: 0.625rem;
list-style-type: none;
overflow: hidden;
background: #242424;
}
ul.slimmenu li ul li {
color: #FFFFFF;
width: 100%;
float: left;
border-radius: 0rem;
}
span.sub-toggle {
display: none;
}
ul.slimmenu li > ul {
display: none;
position: absolute;
left: 0;
top: 100%;
z-index: 999;
width: 100%;
width: 18.75rem !important;
text-align: left !important;
line-height: 1.5625rem;
padding: 0rem;
padding: 0rem !important;
height: auto !important;
border-radius: 1.25rem;
margin-top: 0.9375rem;
}
ul.slimmenu li > ul a {
color: #ffffff !important;
width: 100%;
background: #226194;
-webkit-transition: all 0.2s ease-out, all 0.2s ease-in; transition: all 0.2s ease-out, all 0.2s ease-in;
border-radius: 0rem;
text-align: left;
font-size: 1rem;
padding: 0.625rem 0.9375rem;
}
ul.slimmenu li > ul a:hover {
background: #226194 !important;
color: #ffffff !important;
border-bottom: 0rem !important;
border-radius: 0;
}
ul.slimmenu li > ul > li ul {
display: none;
position: absolute;
left: 100%;
top: 0;
z-index: 3999;
width: 100%;
}
ul.slimmenu.collapsed {
z-index: 100;
margin-top: 1.25rem;
}
ul.slimmenu.collapsed li {
display: block;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
display: block;
color: #ffffff !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 0.3125rem !important;
}
ul.slimmenu.collapsed li a:hover {
color: #ffffff !important;
border-top: none;
background: #242424;
}
ul.slimmenu.collapsed li .sub-collapser {
height: 2.5rem;
}
ul.slimmenu.collapsed li > ul {
display: none;
position: static;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
width: 200px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: #edf2f4;
}
.woocommerce-product-gallery {
position: relative;
}
.woocommerce-product-gallery figure {
margin: 0;
}
.woocommerce-product-gallery .zoomImg {
background-color: #fff;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block;
}
.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer;
}
.woocommerce-product-gallery .flex-control-thumbs img {
opacity: 0.5;
}
.woocommerce-product-gallery .flex-control-thumbs img:hover, .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
opacity: 1;
}
.woocommerce-product-gallery img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
clear: left;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: left;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
clear: left;
}
.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}
.shop-section {
width: 100%;
float: left;
position: relative;
}
.shop-section .container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-row-gap: 2rem;
grid-column-gap: 2rem;
}
@media (min-width: 768px) {
.shop-section .container {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
.shop-section .container .shop-col-sidebar .sidebar {
background: #ffffff;
float: left;
width: 100%;
}
.shop-section .container .shop-col-sidebar .sidebar li {
padding-left: 10px;
padding-right: 10px;
}
.woocommerce-Tabs-panel {
width: 100%;
float: left;
padding: 0px 0px !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce-Tabs-panel .content {
margin-bottom: 0px;
}
.woocommerce-tabs {
margin-bottom: 50px;
margin-top: 25px;
}
.woocommerce-tabs .product-tab-wrap {
width: 100%;
float: left;
}
.woocommerce-breadcrumb {
display: none;
}
.wc-tabs-wrapper {
width: 100%;
float: left;
}
.product_meta {
width: 100%;
float: left;
background: #edf2f4;
padding: 1rem;
margin-top: 1rem;
}
.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 2fr;
grid-template-columns: 1fr 2fr;
border-bottom: #9b9b9b 1px solid;
padding-bottom: 10px;
padding-top: 10px;
}
.product_meta .sku_wrapper span, .product_meta .sku_wrapper a, .product_meta .posted_in span, .product_meta .posted_in a, .product_meta .tagged_as span, .product_meta .tagged_as a {
font-weight: normal;
color: #242424;
}
.product_meta .sku_wrapper span.meta_title, .product_meta .posted_in span.meta_title, .product_meta .tagged_as span.meta_title {
color: #226194;
font-weight: bold;
}
.tabs {
width: 100%;
float: left;
padding: 0px !important;
margin: 0px;
list-style: none;
margin-bottom: 1rem;
}
.tabs:before {
display: none !important;
}
.tabs li {
display: inline-block;
margin: 0px !important;
border-radius: 0px !important;
background: none !important;
padding: 0px 10px 0px 0px !important;
width: 100%;
text-align: center;
border-bottom: #525151 2px solid;
}
@media (max-width: 640px) {
.tabs li {
width: 100%;
text-align: center;
}
}
@media (min-width: 768px) {
.tabs li {
width: auto;
}
}
.tabs li.active {
border-bottom: #226194 2px solid;
}
.tabs li:before {
display: none;
}
.tabs li:after {
display: none;
}
.tabs li:hover {
border-bottom: #226194 2px solid;
}
.tabs li a {
color: #242424 !important;
font-weight: 400 !important;
padding: 15px 25px !important;
font-size: 1rem !important;
float: left;
text-transform: uppercase;
border-radius: 20px !important;
}
.tabs li a:hover {
text-decoration: none;
}
.woocommerce-result-count {
font-size: 18px;
}
.woocommerce-MyAccount-navigation {
background: #ffffff;
border-radius: 20px;
margin-bottom: 25px;
width: 100%;
float: left !important;
-webkit-box-shadow: 0px 3px 14px -7px rgba(0, 0, 0, 0.4);
box-shadow: 0px 3px 14px -7px rgba(0, 0, 0, 0.4);
}
.woocommerce-MyAccount-navigation ul {
padding: 0px !important;
width: 100%;
float: left;
margin: 0px !important;
}
.woocommerce-MyAccount-navigation ul li {
list-style: none !important;
padding: 0px !important;
width: 100%;
float: left;
}
.woocommerce-MyAccount-navigation ul li a {
padding: 15px;
width: 100%;
float: left;
color: #242424;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: left;
}
.woocommerce-MyAccount-navigation ul li a:hover {
background: #525151;
color: #ffffff;
text-decoration: none;
}
.woocommerce div.product {
width: 100%;
float: left;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
width: 100%;
float: left;
margin: 0px !important;
border: #242424 1px solid;
border-radius: 0px !important;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error {
width: 100%;
float: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background: #ffffff !important;
border: none !important;
padding: 1em 2em 1em 3.5em !important;
-webkit-box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.4);
color: #242424;
border-radius: 15px;
}
.woocommerce-message li, .woocommerce-info li, .woocommerce-error li {
padding-left: 30px !important;
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before {
color: #226194;
}
@media (min-width: 768px) {
.woocommerce-message, .woocommerce-info, .woocommerce-error {
display: inline-block;
}
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error a {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
color: #242424;
}
.woocommerce-MyAccount-content {
background: #ffffff;
padding: 25px;
border-radius: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
-webkit-box-shadow: 0px 3px 14px -7px rgba(0, 0, 0, 0.4);
box-shadow: 0px 3px 14px -7px rgba(0, 0, 0, 0.4);
width: 100%;
float: left;
}
.woocommerce table.shop_table {
border: 0px;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
width: 100%;
float: left;
}
@media (max-width: 640px) {
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
@media (min-width: 768px) {
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
width: 100%;
}
}
@media (min-width: 1200px) {
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
width: 40%;
}
}
.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
width: 100%;
background: none;
border: #edf2f4 2px solid !important;
border-radius: 20px;
padding: 15px 20px;
margin-bottom: 10px;
}
@media (min-width: 1200px) {
.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
width: 60%;
}
}
.woocommerce #content table.cart td.actions .coupon button.button, .woocommerce table.cart td.actions .coupon button.button, .woocommerce-page #content table.cart td.actions .coupon button.button, .woocommerce-page table.cart td.actions .coupon button.button {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (min-width: 1200px) {
.woocommerce #content table.cart td.actions .coupon button.button, .woocommerce table.cart td.actions .coupon button.button, .woocommerce-page #content table.cart td.actions .coupon button.button, .woocommerce-page table.cart td.actions .coupon button.button {
width: 38%;
}
}
a.checkout-button {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
background: #226194 !important;
color: #ffffff !important;
font-size: 1.4rem !important;
}
a.checkout-button:hover {
background: #F2C744 !important;
color: #ffffff !important;
border-color: #F2C744 !important;
}
@media (min-width: 1200px) {
a.checkout-button {
width: 100% !important;
}
}
.woocommerce a.remove {
color: #242424 !important;
}
.woocommerce a.remove:hover {
background: #242424 !important;
}
section.shipping-calculator-form {
padding-top: 0px;
}
.update-cart {
width: 100%;
float: left;
text-align: right;
}
@media (min-width: 768px) {
.update-cart {
width: 60%;
float: left;
}
}
.update-cart button[type=submit] {
background: none !important;
color: #ffffff !important;
padding: 17px 25px !important;
border: #edf2f4 2px solid !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #242424 !important;
display: inline-block;
}
@media (min-width: 1200px) {
.update-cart button[type=submit] {
width: 38% !important;
}
}
.woocommerce-cart table.cart .product-thumbnail {
width: 100% !important;
display: block !important;
text-align: center !important;
min-width: 100px !important;
}
@media (max-width: 640px) {
.woocommerce-cart table.cart .product-thumbnail {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
@media (min-width: 768px) {
.woocommerce-cart table.cart .product-thumbnail {
width: 30% !important;
}
}
@media (min-width: 1200px) {
.woocommerce-cart table.cart .product-thumbnail {
width: 30% !important;
}
}
.woocommerce-cart table.cart .product-thumbnail::before {
display: none;
}
.woocommerce-cart table.cart .product-thumbnail a {
width: 100%;
}
.woocommerce-cart table.cart .product-thumbnail a img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.woocommerce-cart table.cart .product-thumbnail a img {
width: 100px !important;
}
.woocommerce-cart table.cart .product-name {
width: 100% !important;
font-size: 1rem;
}
.woocommerce-cart table.cart .product-name dl.variation dt {
font-weight: 600;
padding-right: 5px;
}
.woocommerce form.login, .woocommerce form.register {
border: 0px;
border-radius: 20px !important;
margin-bottom: 25px !important;
width: 100%;
color: #ffffff;
float: left;
background: rgb(53, 64, 83);
background: -webkit-gradient(linear, left top, left bottom, from(rgb(53, 64, 83)), to(rgb(0, 0, 0)));
background: linear-gradient(180deg, rgb(53, 64, 83) 0%, rgb(0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#354053",endColorstr="#000000",GradientType=1);
padding: 2rem;
-webkit-box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
}
@media (min-width: 768px) {
.woocommerce form.login, .woocommerce form.register {
padding: 2rem 5rem 2rem 5rem;
}
}
.woocommerce form.login .section-title, .woocommerce form.register .section-title {
color: #ffffff !important;
text-align: center;
font-size: 1.8rem !important;
}
.woocommerce form.login .account-form-wrap, .woocommerce form.register .account-form-wrap {
width: 100%;
float: left;
margin-top: 15px;
}
.woocommerce form.login input, .woocommerce form.register input {
border: 0px !important;
}
.woocommerce form.login button, .woocommerce form.register button {
width: 100%;
float: left;
background: #F2C744 !important;
color: #ffffff !important;
border: 0px !important;
display: inline-block;
width: auto;
}
.woocommerce form.login button:hover, .woocommerce form.register button:hover {
background: #f0c02c !important;
}
.woocommerce form.login a, .woocommerce form.register a {
color: #ffffff;
text-decoration: underline;
}
.woocommerce form.login p, .woocommerce form.register p {
font-size: 1rem;
}
.cart_totals {
padding-top: 25px;
}
.cart_totals .wc-proceed-to-checkout {
text-align: right;
}
.cart_totals .wc-proceed-to-checkout a {
display: inline-block !important;
padding: 15px 25px !important;
width: auto;
width: 100%;
}
.woocommerce span.onsale {
background: rgba(36, 36, 36, 0.9);
right: auto !important;
left: 0 !important;
border-radius: 0px;
padding: 0px 20px;
font-size: 16px;
height: auto;
min-height: auto;
min-width: auto;
margin: 1em 0.5em 0 1em !important;
}
#customer_login h2 {
font-size: 40px;
color: #242424;
margin-bottom: 0px;
}
.woocommerce-products-header {
margin-bottom: 2rem;
}
ul.products {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 2em;
grid-row-gap: 3em;
list-style: none;
}
@media (max-width: 640px) {
ul.products {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
@media (min-width: 768px) {
ul.products {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 960px) {
ul.products {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
}
ul.products:before {
display: none !important;
}
ul.products li {
text-align: center;
width: 100% !important;
margin: 0px !important;
background: none !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #edf2f4 !important;
padding: 0rem !important;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
padding-bottom: 1rem !important;
text-align: center;
background: #226194 !important;
}
ul.products li:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
ul.products li a {
text-align: center;
}
ul.products li a .imagewrapper {
height: 400px;
width: 100%;
float: left;
overflow: hidden;
overflow: hidden;
background: #ffffff;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
}
ul.products li a .imagewrapper img {
width: 75% !important;
height: 75% !important;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: center;
object-position: center;
}
ul.products li a .imagewrapper span.onsale {
position: absolute;
background: rgba(34, 97, 148, 0.9);
right: auto !important;
left: 0 !important;
border-radius: 0px;
color: #ffffff;
z-index: 100;
padding: 10px 20px;
font-size: 16px;
height: auto;
min-height: auto;
min-width: auto;
margin: 1em 0.5em 0 1em !important;
}
ul.products li a .woocommerce-loop-product__title {
color: #ffffff;
width: 100%;
float: left;
display: inline-block;
font-size: 18px !important;
text-align: center !important;
line-height: 1.4em;
font-weight: 600;
padding: 0px;
}
ul.products li a .woocommerce-loop-product__title {
padding-right: 5px;
}
ul.products li .woocommerce-loop-category__description {
color: #242424 !important;
}
ul.products li .price {
color: #242424 !important;
font-weight: normal;
font-size: 2rem !important;
width: 100%;
float: left;
text-align: center !important;
display: inline-block;
font-weight: bold !important;
}
ul.products li .price span.woocommerce-Price-currencySymbol {
font-size: 1rem;
}
ul.products li .button {
padding: 15px 15px !important;
border-radius: 20px !important;
background: #F2C744 !important;
border: 0px !important;
color: #ffffff !important;
}
ul.products li.product-category {
text-align: center;
background: #226194 !important;
}
ul.products li.product-category .imagewrapper {
height: 400px;
width: 100%;
float: left;
overflow: hidden;
margin-bottom: 10px;
overflow: hidden;
background: #ffffff;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
ul.products li.product-category .imagewrapper img {
width: 75% !important;
height: 75% !important;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
ul.products li.product-category .imagewrapper span.onsale {
position: absolute;
background: rgba(34, 97, 148, 0.9);
right: auto !important;
left: 0 !important;
border-radius: 0px;
color: #ffffff;
z-index: 100;
padding: 10px 20px;
font-size: 16px;
height: auto;
min-height: auto;
min-width: auto;
margin: 1em 0.5em 0 1em !important;
}
ul.products li.product-category .woocommerce-loop-category__title {
color: #ffffff;
width: 100%;
float: left;
display: inline-block;
font-size: 18px !important;
text-align: center !important;
line-height: 1.4em;
font-weight: 600;
padding: 0px;
}
ul.products li.product-category .woocommerce-loop-category__title .count {
display: none;
}
.archive-description {
width: 100%;
float: left;
background: #edf2f4;
padding: 2rem;
-webkit-box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
margin-bottom: 2rem;
}
.archive-description .section-title {
font-size: 3rem;
}
.archive-description.bottom .section-title {
font-size: 2rem;
}
.woo-pagination {
width: 100%;
float: left;
background: #FAFAFA;
border-radius: 20px;
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.woo-pagination .slider-count {
position: relative;
width: 70%;
float: left;
text-align: center;
}
.woo-pagination .slider-count ul {
width: 100%;
float: left;
}
.woo-pagination .slider-count ul li {
display: inline-block;
}
.woo-pagination .slider-count ul li a, .woo-pagination .slider-count ul li span {
color: #242424;
padding: 10px 15px;
border-radius: 5px;
display: inline-block;
font-size: 16px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.woo-pagination .slider-count ul li a:hover, .woo-pagination .slider-count ul li span:hover {
background: #525151;
color: #ffffff;
border-radius: 5px;
text-decoration: none;
}
.woo-pagination .slider-count ul li a.current, .woo-pagination .slider-count ul li a .dots, .woo-pagination .slider-count ul li span.current, .woo-pagination .slider-count ul li span .dots {
color: #525151;
font-weight: bold;
}
.woo-pagination .slider-count ul li a.current:hover, .woo-pagination .slider-count ul li a .dots:hover, .woo-pagination .slider-count ul li span.current:hover, .woo-pagination .slider-count ul li span .dots:hover {
background: none;
}
.woo-pagination .prev-arrow, .woo-pagination .next-arrow {
width: 15%;
float: left;
font-size: 16px;
text-align: left;
content: "<br> ";
}
.woo-pagination .prev-arrow a, .woo-pagination .prev-arrow span, .woo-pagination .next-arrow a, .woo-pagination .next-arrow span {
display: inline-block;
width: 100%;
border-radius: 20px;
padding: 10px;
color: #242424;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.woo-pagination .prev-arrow a:hover, .woo-pagination .prev-arrow span:hover, .woo-pagination .next-arrow a:hover, .woo-pagination .next-arrow span:hover {
border-radius: 20px;
color: #ffffff;
background: #525151;
text-decoration: none;
}
.woo-pagination .next-arrow {
text-align: right;
}
.delivery-meta, .payment-meta, .category-meta {
width: 100%;
float: left;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1em 6fr;
grid-template-columns: 1fr 6fr;
grid-column-gap: 1em;
margin-top: 5px;
}
.delivery-meta span, .payment-meta span, .category-meta span {
font-size: 16px;
color: #242424;
font-weight: bold;
line-height: 25px;
}
.delivery-meta .content, .payment-meta .content, .category-meta .content {
line-height: 25px !important;
}
.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 25px;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-additional-fields h3 {
margin-bottom: 0px !important;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-billing-fields .shipping_address, .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields .shipping_address, .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-additional-fields .shipping_address {
padding-top: 20px;
}
.checkout-page-form {
width: 100%;
float: left;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 2em;
}
@media (max-width: 640px) {
.checkout-page-form {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
@media (min-width: 768px) {
.checkout-page-form {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
@media (min-width: 960px) {
.checkout-page-form {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 1200px) {
.checkout-page-form {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
.order-section {
width: 100%;
float: left;
}
.order-section #order_review {
margin-bottom: 25px;
background: none;
}
.order-section #payment {
background: none !important;
}
ul.wc_payment_methods li {
list-style: none !important;
}
table.variations {
padding-top: 1rem;
width: 100%;
float: left;
}
table.variations tbody > tr {
width: 100%;
float: left;
display: -ms-grid !important;
display: grid !important;
-ms-grid-columns: 100px 1fr;
grid-template-columns: 100px 1fr;
text-align: left;
padding-bottom: 10px;
color: #242424;
font-weight: normal;
}
table.variations tbody > tr input, table.variations tbody > tr select {
width: 100%;
float: left;
padding: 10px;
}
a.reset_variations {
color: #242424;
padding-top: 15px;
font-size: 1rem;
}
.summary .product_title {
width: 100%;
float: left;
font-size: 1.5rem;
font-weight: 400;
color: #226194;
line-height: 3rem;
padding-bottom: 10px;
letter-spacing: 1px;
}
.summary .woocommerce-product-details__short-description {
margin-bottom: 1rem;
width: 100%;
float: left;
}
.summary .woocommerce-Price-amount {
font-size: 2rem;
font-weight: bold;
}
.summary .woocommerce-Price-amount span.woocommerce-Price-currencySymbol {
font-size: 1rem;
}
.summary del {
color: #cdd1d9 !important;
}
.summary .quantity {
width: 100%;
float: left;
margin-bottom: 10px;
}
.summary .quantity input {
width: 100% !important;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce-pagination {
width: 100%;
float: left;
background: #FAFAFA;
border-radius: 20px;
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce-pagination .slider-count {
position: relative;
width: 70%;
float: left;
text-align: center;
}
.woocommerce-pagination .slider-count ul {
width: 100%;
float: left;
}
.woocommerce-pagination .slider-count ul li {
display: inline-block;
}
.woocommerce-pagination .slider-count ul li a, .woocommerce-pagination .slider-count ul li span {
color: #242424;
padding: 10px 15px;
border-radius: 5px;
display: inline-block;
font-size: 16px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce-pagination .slider-count ul li a:hover, .woocommerce-pagination .slider-count ul li span:hover {
background: #525151;
color: #ffffff;
border-radius: 5px;
text-decoration: none;
}
.woocommerce-pagination .slider-count ul li a.current, .woocommerce-pagination .slider-count ul li a .dots, .woocommerce-pagination .slider-count ul li span.current, .woocommerce-pagination .slider-count ul li span .dots {
color: #525151;
font-weight: bold;
}
.woocommerce-pagination .slider-count ul li a.current:hover, .woocommerce-pagination .slider-count ul li a .dots:hover, .woocommerce-pagination .slider-count ul li span.current:hover, .woocommerce-pagination .slider-count ul li span .dots:hover {
background: none;
}
.woocommerce-pagination .prev-arrow, .woocommerce-pagination .next-arrow {
width: 15%;
float: left;
font-size: 16px;
text-align: left;
content: "<br> ";
}
.woocommerce-pagination .prev-arrow a, .woocommerce-pagination .prev-arrow span, .woocommerce-pagination .next-arrow a, .woocommerce-pagination .next-arrow span {
display: inline-block;
width: 100%;
border-radius: 20px;
padding: 10px;
color: #242424;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.woocommerce-pagination .prev-arrow a:hover, .woocommerce-pagination .prev-arrow span:hover, .woocommerce-pagination .next-arrow a:hover, .woocommerce-pagination .next-arrow span:hover {
border-radius: 20px;
color: #ffffff;
background: #525151;
text-decoration: none;
}
.woocommerce-pagination .next-arrow {
text-align: right;
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}