@charset "UTF-8";
body {
font-family: Lato, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
label,
.comment-metadata,
.woocommerce-thankyou-order-details li strong,
.wc-bacs-bank-details li strong,
.woocommerce-EditAccountForm legend,
.widget_shopping_cart .total,
.site-logo,
.site-tagline,
.mobile-nav-trigger,
.section-category-title,
.entry-meta-top-wrap,
.entry-meta-sm,
.entry-time,
.entry-content blockquote,
.section-subtitle,
.entry-rating-final-score strong,
.entry-item-rating,
.entry-prev > span,
.entry-next > span,
.entry-navigation-title,
.entry-author-title,
.entry-author-subtitle,
.news-ticker-title,
.news-ticker-item,
.navigation .nav-links,
.navigation-main a,
.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_recent_entries .post-date {
font-family: "Roboto Condensed", serif;
}
  @-webkit-keyframes rot {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes rot {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
* {
box-sizing: inherit;
}
*::before,
*::after {
box-sizing: inherit;
}
[tabindex="-1"]:focus {
outline: none !important;
}
[hidden] {
display: none !important;
} body {
line-height: 1.875;
font-size: 16px;
background-color: #fff;
color: #191919;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: normal;
margin: 0 0 30px;
word-wrap: break-word;
font-weight: 700;
color: #000;
text-rendering: optimizeLegibility;
letter-spacing: -.02em;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 18px;
}
p {
margin: 0 0 15px;
}
img {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto;
}
a {
-webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
transition: color .18s ease, background-color .18s ease, border-color .18s ease;
color: #000;
text-decoration: none;
}
a:hover {
color: #1a1a1a;
text-decoration: none;
}
a:focus {
outline: 1px dotted #000;
}
.group::after {
content: "";
display: table;
clear: both;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}  figure {
margin: 0;
} ul,
ol {
padding-left: 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
dl {
margin: 0 0 20px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 15px;
} blockquote {
margin: 20px 0;
padding-left: 15px;
border-left: 3px solid rgba(0, 0, 0, 0.08);
font-size: 17px;
font-weight: 300;
}
blockquote cite {
display: block;
font-weight: bold;
font-style: italic;
margin: 10px 0 0;
color: rgba(25, 25, 25, 0.8);
font-size: 14px;
} table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
.entry-content table {
border-width: 1px 0 0 1px;
margin-bottom: 24px;
}
.entry-content th,
.entry-content td {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content th:first-child,
.entry-content td:first-child {
padding-left: 0;
}
.entry-content caption,
.entry-content th,
.entry-content td {
font-weight: normal;
text-align: left;
padding: 5px;
vertical-align: middle;
}
.entry-content th {
border-width: 0 1px 1px 0;
font-weight: bold;
text-transform: uppercase;
font-size: 85%;
}
.entry-content td {
border-width: 0 1px 1px 0;
} code,
kbd,
tt,
var,
samp,
pre {
font-family: monospace, serif;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
font-style: normal;
}
pre {
margin: 15px 0;
padding: 15px;
border: 1px solid rgba(0, 0, 0, 0.1);
overflow: auto;
} address {
margin: 0 0 15px;
font-style: normal;
line-height: inherit;
} embed,
iframe,
object,
video,
audio {
margin-bottom: 15px;
max-width: 100%;
border: 0;
}
p > embed,
p > iframe,
p > object,
p > audio,
p > video,
span > embed,
span > iframe,
span > object,
span > audio,
span > video {
margin-bottom: 0;
}
#map *,
.map * {
max-width: none !important;
} label {
display: block;
margin: 0 0 3px;
font-weight: normal;
text-transform: uppercase;
color: #808080;
letter-spacing: -.02em;
font-size: 14px;
}
input,
textarea {
display: inline-block;
font-size: inherit;
width: 100%;
max-width: 100%;
height: 46px;
padding: 6px 12px;
box-shadow: none;
line-height: normal;
border: 1px solid #ccc;
background-color: #fff;
background-image: none;
border-radius: 0;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover {
border-color: #999;
outline: none;
}
input[type="search"] {
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
textarea {
height: auto;
resize: vertical;
}
select {
display: block;
width: 100%;
padding: 6px 15px;
border-radius: 0;
font-size: 14px;
height: 40px;
font-weight: normal;
border: 1px solid rgba(0, 0, 0, 0.08);
background: #fff;
}
input[type="checkbox"],
input[type="radio"] {
margin: 4px 0 0;
line-height: normal;
width: auto;
height: auto;
}
fieldset {
margin: 0 0 15px;
padding: 0;
border: 0;
min-width: 0;
} ::-webkit-input-placeholder {
font-weight: normal;
opacity: .8;
}
:-moz-placeholder {
font-weight: normal;
opacity: .8;
}
::-moz-placeholder {
font-weight: normal;
opacity: .8;
}
:-ms-input-placeholder {
font-weight: normal;
opacity: .8;
} .btn,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0;
width: auto;
height: auto;
background-image: none;
text-transform: none;
color: #fff;
background-color: #000;
border: 0;
padding: 15px 26px;
font-size: 14px;
}
.btn.disabled,
.btn:disabled,
.comment-reply-link.disabled,
.comment-reply-link:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
button.disabled,
button:disabled {
cursor: not-allowed;
opacity: .65;
}
.btn:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
text-decoration: none;
color: #fff;
background-color: black;
}
.btn:focus,
.comment-reply-link:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
outline: 0;
}
.btn-xs {
height: 23px;
padding: 4px 8px;
font-size: 13px;
}
.btn-sm {
padding: 10px 18px;
font-size: 14px;
}
.btn-lg {
padding: 18px 38px;
font-size: 16px;
}
.btn-transparent {
background-color: transparent;
border: 2px solid #000;
color: #000;
}
.btn-transparent:hover {
color: #fff;
border-color: #000;
background-color: #000;
}
.btn-block {
min-width: 100%;
display: block;
padding-left: 20px;
padding-right: 20px;
}
.btn-skewed {
position: relative;
z-index: 1;
}
.btn-skewed::after,
.btn-skewed::before {
content: "";
position: absolute;
top: 0;
width: 6px;
height: 100%;
background-color: #000;
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
z-index: 0;
display: none;
}
.btn-skewed::after {
display: block;
right: -3px;
}
.btn-skewed::before {
display: block;
left: -3px;
} .mfp-bg {
background-color: #000;
}
.mfp-preloader {
color: #fff;
}
.mfp-preloader a {
color: #fff;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-container:not(.mfp-s-error) .mfp-preloader {
border: 6px solid rgba(255, 255, 255, 0.35);
border-top-color: rgba(255, 255, 255, 0.875);
border-radius: 100%;
height: 40px;
width: 40px;
-webkit-animation: rot .8s infinite linear;
animation: rot .8s infinite linear;
background-color: transparent;
text-indent: -999em;
margin: 0 auto;
}
button.mfp-close,
button.mfp-arrow {
border: 0;
opacity: 1;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
background: none;
border: 0;
}
.mfp-close-btn-in .mfp-close {
color: #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #fff;
}
.mfp-arrow {
line-height: .3;
}
.mfp-arrow::before,
.mfp-arrow::after {
border: 0;
}
.mfp-arrow::after {
font-family: FontAwesome;
font-size: 70px;
color: #fff;
}
.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a {
content: "\f105";
}
.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a {
content: "\f104";
} .nav {
display: block;
margin-top: 30px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.nav.is-stuck {
margin-top: 0;
background-color: #fff;
}
.navigation-main {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.navigation-main::after {
content: "";
display: table;
clear: both;
}
.navigation-main.nav-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navigation-main.nav-space-between > li {
width: 100%;
text-align: center;
}
.text-lg-center .navigation-main {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.navigation-main li {
position: relative;
}
.navigation-main > li {
display: inline-block;
}
.navigation-main a {
display: block;
white-space: nowrap;
}
.navigation-main ul {
margin-left: -1px;
text-align: left;
position: absolute;
z-index: 10;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
}
.navigation-main ul ul {
top: -20px;
left: 100%;
margin: 0;
-webkit-transform: translate(-10px, 0);
transform: translate(-10px, 0);
}
.navigation-main > li:first-child ul {
margin-left: 0;
}
.navigation-main li:hover > ul {
-webkit-transition-delay: 0s, 0s, 0s;
transition-delay: 0s, 0s, 0s;
visibility: visible;
opacity: 1;
}
.navigation-main li:hover ul {
z-index: 15;
}
.navigation-main > li:hover > ul {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.navigation-main li li:hover > ul {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.navigation-main ul {
padding: 20px 15px;
list-style: none;
background-color: #fff;
min-width: 200px;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.navigation-main a {
position: relative;
color: #000;
text-transform: uppercase;
}
.navigation-main > li > a {
padding: 20px 24px;
font-size: 16px;
font-weight: 700;
border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.navigation-main.nav-space-between > li:last-child > a,
.text-lg-center .navigation-main > li:last-child > a {
border-right: 0;
}
.navigation-main > li:first-child > a {
margin-left: 0;
}
.navigation-main > li:hover > a::before,
.navigation-main > li > a:focus::before,
.navigation-main > .current-menu-item > a::before,
.navigation-main > .current-menu-parent > a::before,
.navigation-main > .current-menu-ancestor > a::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-top: 3px solid rgba(0, 0, 0, 0.08);
}
.navigation-main li li a {
padding: 8px 15px;
font-size: 13px;
}
.navigation-main .menu-item-has-children > a::after {
content: "";
position: relative;
display: inline-block;
width: 0;
height: 0;
border: 4px solid transparent;
border-top-color: currentColor;
opacity: .35;
right: -8px;
line-height: normal;
}
.navigation-main li .menu-item-has-children > a {
padding-right: 25px;
}
.navigation-main li .menu-item-has-children > a::after {
position: absolute;
border-top-color: transparent;
border-left-color: currentColor;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.navigation-main .nav-button > a {
border: 2px solid currentColor;
padding: 7px 28px;
margin: 0 12px;
}
.navigation-main .nav-button > a::before {
display: none;
}
.navigation-main .nav-button:last-child > a {
margin-right: 0;
}
.navigation-main-right {
text-align: right;
}
.navigation-main-right ul ul {
left: auto;
right: 100%;
}
.navigation-main-right > li:last-child ul {
right: 0;
}
.navigation-main-right > li:last-child ul ul {
left: auto;
right: 100%;
}
.navigation-main-right li .menu-item-has-children > a::after {
content: "\f104";
font-size: 1.15em;
} .header {
position: relative;
z-index: 20;
padding: 0;
}
.head-mast {
padding-top: 30px;
}
.site-logo {
line-height: normal;
word-wrap: break-word;
color: #000;
text-rendering: optimizeLegibility;
letter-spacing: -.02em;
font-size: 30px;
margin: 0;
font-weight: 900;
text-transform: uppercase;
}
.site-logo a {
color: #191919;
}
.site-tagline {
font-size: 14px;
margin: 0;
text-transform: uppercase;
color: #808080;
}
.head-main-ad > a {
border-top: 0 solid rgba(0, 0, 0, 0.08);
border-bottom: 0 solid rgba(0, 0, 0, 0.08);
}
.head-intro {
font-size: 13px;
color: #808080;
}
.head-intro a {
color: inherit;
}
.head-intro-inner {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.head-intro-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 0 solid rgba(0, 0, 0, 0.08);
}
.head-intro-info-module {
padding: 13px 20px;
border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.head-nav-inline {
margin: 0;
padding: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.head-nav-inline li {
margin-right: 20px;
}
.head-nav-inline li:last-child {
margin-right: 0;
}
.head-nav-inline a {
color: rgba(25, 25, 25, 0.85);
}
.head-nav-inline a:hover {
text-decoration: underline;
}
.head-intro-addons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.head-search {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 13px 16px;
}
.head-search:not(:only-child) {
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.head-search-form {
position: fixed;
top: 0;
left: 0;
max-width: 100%;
width: 100%;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: -webkit-transform .25s ease;
transition: -webkit-transform .25s ease;
transition: transform .25s ease;
transition: transform .25s ease, -webkit-transform .25s ease;
padding: 20px;
background-color: #fff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
z-index: 25;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.head-search-form.head-search-expanded {
max-width: 100%;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.head-search-input {
height: 56px;
}  .page-hero {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
}
.page-hero::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 12;
}
.slick-initialized .page-hero {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.page-hero .btn {
margin-top: 25px;
}
.page-hero-lg {
height: 100vh;
overflow: hidden;
text-align: center;
}
.page-hero-slideshow .page-hero-lg {
height: 100%;
}
.page-hero-align-center {
text-align: center;
}
.page-hero-align-left {
text-align: left;
}
.page-hero-align-right {
text-align: right;
}
.page-hero-align-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.page-hero-align-middle {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-hero-align-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.page-hero-content {
position: relative;
padding: 30px 0;
z-index: 15;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.page-hero-title {
color: inherit;
margin: 0;
font-size: 40px;
}
.page-hero-lg .page-hero-title {
font-size: 60px;
}
.page-hero-subtitle {
margin: 10px 0 0;
max-width: 800px;
font-style: italic;
line-height: 1.5;
} .ci-video-wrap {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
.ci-video-wrap.visible .ci-video-background {
opacity: 1;
}
.ci-video-wrap.visible::before {
display: none;
}
.ci-video-wrap::before {
border: 6px solid rgba(255, 255, 255, 0.35);
border-top-color: rgba(255, 255, 255, 0.875);
border-radius: 100%;
height: 40px;
width: 40px;
-webkit-animation: rot .8s infinite linear;
animation: rot .8s infinite linear;
content: "";
position: absolute;
bottom: 50px;
z-index: 1000;
left: 50%;
margin-left: -20px;
}
.ci-video-background {
position: absolute;
left: 0;
width: 100%;
pointer-events: none;
opacity: 0;
-webkit-transition: opacity .45s ease;
transition: opacity .45s ease;
height: 300%;
top: -100%;
}
.ci-video-background iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
} .page-hero-slideshow {
position: relative;
height: 100vh;
overflow: hidden;
}
.page-hero-slideshow .slick-list,
.page-hero-slideshow .slick-track {
height: 100%;
}
.page-hero-slideshow .slick-slide::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
}
.ci-slick-slider .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1001;
border-radius: 50%;
width: 58px;
height: 58px;
font-size: 36px;
padding: 0;
text-align: center;
line-height: normal;
background: none;
}
.ci-slick-slider .slick-arrow:hover {
color: #fff;
}
.ci-slick-slider .slick-next {
right: 15px;
}
.ci-slick-slider .slick-next .fa {
position: relative;
left: 2px;
}
.ci-slick-slider .slick-prev {
left: 15px;
}
.ci-slick-slider .slick-prev .fa {
position: relative;
right: 1px;
}
.ci-slick-slider .slick-dots {
position: absolute;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
width: 100%;
bottom: 40px;
}
.ci-slick-slider .slick-dots li {
display: inline-block;
margin: 0 10px;
}
.ci-slick-slider .slick-dots button {
position: relative;
text-indent: -999em;
padding: 0;
margin: 0;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #fff;
}
.ci-slick-slider .slick-dots button::before {
content: "";
display: inline-block;
position: absolute;
top: -6px;
left: -6px;
border-radius: 50%;
width: 20px;
height: 20px;
border: 2px solid #fff;
opacity: 0;
-webkit-transition: opacity .18s ease;
transition: opacity .18s ease;
}
.ci-slick-slider .slick-dots .slick-active button::before {
opacity: 1;
}  .layout-boxed #page {
position: relative;
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.main {
padding: 80px 0;
}
.sidebar-sticky {
padding-bottom: 20px;
} .widget-section {
margin-bottom: 45px;
}
.widget-section:last-child {
margin-bottom: 0;
}
.widget-section.widget_ci-home-category-featured-posts {
margin: 0;
}
.widget-section.widget_media_image {
text-align: center;
}
.section-category-header {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
margin-bottom: 45px;
}
.section-category-title {
position: relative;
z-index: 1;
display: inline-block;
background-color: #ebebeb;
text-transform: uppercase;
margin-bottom: 0;
padding: 0 15px 0 0;
position: relative;
font-size: 28px;
}
.section-category-title::after,
.section-category-title::before {
content: "";
position: absolute;
top: 0;
width: 10px;
height: 100%;
background-color: #ebebeb;
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
z-index: 0;
display: none;
}
.section-category-title::after {
display: block;
right: -5px;
}
.section-category-title a {
color: #191919;
}
.section-category-name {
position: relative;
z-index: 1;
color: #00aff2;
background-color: currentColor;
font-weight: 700;
font-size: 16px;
padding: 11px 12px;
display: inline-block;
position: relative;
bottom: -4px;
left: -4px;
}
.section-category-name::after,
.section-category-name::before {
content: "";
position: absolute;
top: 0;
width: 10px;
height: 100%;
background-color: currentColor;
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
z-index: 0;
display: none;
}
.section-category-name::after {
display: block;
right: -5px;
}
.section-category-name span {
color: #fff;
}
.section-category-more {
font-weight: 400;
font-size: 13px;
display: inline-block;
margin-left: 10px;
} .main .entry-featured {
margin-bottom: 85px;
}
.entry-section-related .row-items {
margin-bottom: -85px;
}
.entry {
margin: 0 0 100px;
}
.entry:only-child {
margin-bottom: 0;
}
.entry-item {
padding-bottom: 40px;
margin-bottom: 45px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.row-items-no-underline .entry-item {
border-bottom: 0;
}
.entry-item-hero {
position: relative;
height: 500px;
color: #fff;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.entry-item-hero::after {
content: "";
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
}
.entry-item-hero .entry-item-hero-thumb {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.entry-item-hero .entry-item-hero-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.entry-item-hero-half {
height: 250px;
}
.entry-item-media-widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.entry-item-media-sm {
padding-bottom: 20px;
margin-bottom: 20px;
}
.entry-video-hero,
.entry-audio-hero,
.entry-gallery-hero {
margin-bottom: 80px;
}
@-webkit-keyframes ci-fade-in-up {
0% {
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes ci-fade-in-up {
0% {
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.entry-video-hero-content {
opacity: 1;
}
.entry-audio-hero iframe {
width: 100%;
}
.gallery-justified {
display: none;
}
.gallery-justified.justified-gallery {
display: block;
}
.entry-header {
margin-bottom: 25px;
}
.entry .entry-header {
margin-bottom: 30px;
}
.entry-header:only-child,
[class^="col-xl-3"] .entry-header,
[class^="col-xl-4"] .entry-header,
[data-slides="3"] .entry-header,
[data-slides="4"] .entry-header {
margin-bottom: 0;
}
.entry-title {
margin: 0;
font-size: 32px;
}
.entry-title a {
color: #000;
}
.entry-title a:hover {
color: #000;
}
.entry-item-hero .entry-title a {
color: #fff;
}
.entry-item-hero .entry-title a:hover {
color: #fff;
}
[class^="col-xl-6"] .entry-title {
font-size: 28px;
}
.entry-item-media-sm .entry-title {
font-size: 18px;
}
.entry-item-hero-sm .entry-title,
[class^="col-xl-3"] .entry-title,
[class^="col-xl-4"] .entry-title,
[data-slides="3"] .entry-title,
[data-slides="4"] .entry-title {
font-size: 22px;
}
.entry-item-media-widget .entry-title {
font-size: 16px;
}
.entry-meta {
font-size: 14px;
}
.entry-meta-top {
margin: 0 0 10px;
}
.entry-item-hero .entry-meta-top {
margin-bottom: 15px;
}
.entry-meta-top-wrap {
position: relative;
z-index: 1;
position: relative;
text-transform: uppercase;
line-height: normal;
font-size: 13px;
color: #00aff2;
background-color: #191919;
display: inline-block;
padding: 0 18px 0 8px;
}
.entry-meta-top-wrap::after,
.entry-meta-top-wrap::before {
content: "";
position: absolute;
top: 0;
width: 6px;
height: 100%;
background-color: #191919;
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
z-index: 0;
display: none;
}
.entry-meta-top-wrap::after {
display: block;
right: -3px;
}
.entry-meta-category {
position: relative;
z-index: 1;
background-color: currentColor;
font-weight: 700;
font-size: 13px;
padding: 4px 6px 4px 8px;
display: inline-block;
position: relative;
bottom: -4px;
left: -4px;
-webkit-transform: translate(-10px, 0);
transform: translate(-10px, 0);
}
.entry-meta-category::after,
.entry-meta-category::before {
content: "";
position: absolute;
top: 0;
width: 6px;
height: 100%;
background-color: currentColor;
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
z-index: 0;
display: none;
}
.entry-meta-category::after {
display: block;
right: -3px;
}
.entry-meta-category span,
.entry-meta-category a {
color: #fff;
}
.entry-meta-category span:hover,
.entry-meta-category a:hover {
color: #fff;
}
.entry-meta-info {
position: relative;
z-index: 1;
padding: 4px 8px 4px 5px;
background-color: currentColor;
display: inline-block;
bottom: -4px;
right: 5px;
-webkit-transform: translateX(100%);
transform: translateX(100%);
position: absolute;
}
.entry-meta-info::after,
.entry-meta-info::before {
content: "";
position: absolute;
top: 0;
width: 6px;
height: 100%;
background-color: currentColor;
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
z-index: 0;
display: none;
}
.entry-meta-info::before {
display: block;
left: -3px;
}
.entry-meta-info a,
.entry-meta-info .fa,
.entry-meta-info span {
color: #fff;
}
.entry-meta-info a:hover,
.entry-meta-info .fa:hover,
.entry-meta-info span:hover {
color: #fff;
}
.entry-meta-sm {
text-transform: uppercase;
color: #808080;
font-size: 13px;
}
.entry-time {
text-transform: uppercase;
color: #808080;
font-size: 13px;
line-height: normal;
display: inline-block;
}
.entry-time + .entry-title {
margin-top: -5px;
}
.entry-meta-top .entry-time {
color: #fff;
padding: 4px 0;
}
.entry-meta-comment-no {
color: #fff;
margin-right: 7px;
}
.entry-meta-comment-no:only-child {
margin: 0;
}
.entry-meta-comment-no:hover {
color: #fff;
}
.entry-author {
margin-top: 4px;
line-height: normal;
}
.entry-meta-top .entry-author {
margin-top: 10px;
}
.entry-author-by {
font-size: 14px;
opacity: .5;
font-style: italic;
position: relative;
top: -3px;
}
.entry-item-hero .entry-author-by {
color: #fff;
opacity: 1;
}
.entry-item-hero .entry-author-by:hover {
color: #fff;
}
.entry-author-name {
font-size: 11px;
text-transform: uppercase;
color: #000;
}
.entry-author-name a {
color: inherit;
}
.entry-item-hero .entry-author-name a {
color: #fff;
}
.entry-item-thumb {
margin-bottom: 35px;
position: relative;
}
.entry-item-media-widget .entry-item-thumb {
width: 100px;
margin-right: 15px !important;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.entry-thumb {
margin-bottom: 50px;
}
.entry-thumb.alignnone,
.entry-thumb.alignleft,
.entry-thumb.alignright,
.entry-thumb.aligncenter {
margin-top: 0;
}
.entry-item-content {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
max-width: 950px;
}
.entry-item-hero .entry-item-content {
position: absolute;
bottom: 0;
width: 100%;
padding: 40px;
z-index: 10;
}
.entry-item-hero-sm .entry-item-content,
[class^="col-xl-3"] .entry-item-content,
[class^="col-xl-4"] .entry-item-content,
[data-slides="3"] .entry-item-content,
[data-slides="4"] .entry-item-content {
padding: 20px;
}
.entry-item-media-widget .entry-item-content {
padding: 0;
}
.entry-excerpt {
font-style: italic;
line-height: 1.375;
}
.entry-excerpt p:last-child {
margin-bottom: 0;
}
.entry:not(.entry-item-hero) .entry-excerpt {
margin-bottom: 40px;
}
.entry-item-hero-sm .entry-excerpt,
[class^="col-xl-3"] .entry-excerpt,
[class^="col-xl-4"] .entry-excerpt,
[data-slides="3"] .entry-excerpt,
[data-slides="4"] .entry-excerpt {
display: none;
}
.entry-content::after {
content: "";
display: table;
clear: both;
}
.entry-content a {
color: #00aff2;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 50px 0 30px;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
margin-top: 0;
}
.entry-content p {
margin-bottom: 25px;
}
.entry-content .fluid-width-video-wrapper,
.entry-content audio,
.entry-content video,
.entry-content blockquote,
.entry-content .gallery {
margin-top: 55px;
margin-bottom: 55px;
}
.entry-content .fluid-width-video-wrapper:first-child,
.entry-content audio:first-child,
.entry-content video:first-child,
.entry-content blockquote:first-child,
.entry-content .gallery:first-child {
margin-top: 0;
}
.entry-content .fluid-width-video-wrapper:last-child,
.entry-content audio:last-child,
.entry-content video:last-child,
.entry-content blockquote:last-child,
.entry-content .gallery:last-child {
margin-bottom: 0;
}
.entry-content blockquote {
font-size: 32px;
line-height: 1.25;
position: relative;
padding: 0;
border: 0;
font-style: normal;
font-weight: 400;
color: #00aff2;
}
.entry-content blockquote p {
color: inherit;
}
.entry-content-intro {
font-size: 20px;
line-height: 1.4;
margin-bottom: 40px;
}
.entry-more-btn {
margin-top: 25px;
}
.entry-section {
border-top: 1px solid rgba(0, 0, 0, 0.08);
padding: 80px 0;
}
.entry-section:last-child {
padding-bottom: 0;
}
.entry-section.entry-section-related .section-title {
font-size: 28px;
}
.section-subtitle {
margin-top: -30px;
margin-bottom: 30px;
text-transform: uppercase;
font-size: 13px;
}
.entry-fields {
margin: 0;
padding: 0;
list-style: none;
font-size: 14px;
color: #00aff2;
}
.entry-fields a {
color: inherit;
}
.entry-fields span {
color: #191919;
font-weight: 700;
}
.entry-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.entry-rating-final-score {
width: 200px;
text-align: center;
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-flex: 0;
-ms-flex: none;
flex: none;
}
.entry-rating-final-score strong {
font-weight: bold;
font-size: 70px;
letter-spacing: -.1em;
line-height: .8;
}
.entry-rating-final-score span {
text-transform: uppercase;
font-size: 12px;
}
.entry-rating-scores {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
list-style: none;
margin: 0;
padding: 0;
color: #00aff2;
}
.entry-rating-score {
display: block;
position: relative;
}
.entry-rating-score-bar {
background-color: currentColor;
margin: 1px 0;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.entry-rating-score-name,
.entry-rating-score-value {
color: #fff;
text-transform: uppercase;
font-size: 12px;
display: inline-block;
}
.entry-rating-score-name {
margin-left: 10px;
}
.entry-rating-score-value {
margin-left: auto;
margin-right: 10px;
}
.entry-item-rating {
position: absolute;
top: 0;
right: 0;
font-weight: bold;
font-size: 16px;
letter-spacing: -.1em;
line-height: .8;
padding: 14px 12px;
min-width: 40px;
text-align: center;
background-color: #00aff2;
color: #fff;
}
.entry-item-media-sm .entry-item-rating {
padding: 5px;
font-size: 14px;
min-width: 21px;
}
.entry-meta-rating {
margin-left: 7px;
}
.entry-meta-comment-no + .entry-meta-rating {
margin-left: 0;
}
.entry-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.entry-prev,
.entry-next {
width: 50%;
line-height: normal;
}
.entry-prev > span,
.entry-next > span {
display: block;
text-transform: uppercase;
color: #808080;
font-size: 14px;
letter-spacing: -.02em;
}
.entry-prev:hover > span,
.entry-next:hover > span {
color: #191919;
}
.entry-prev {
text-align: right;
margin-right: 15px;
}
.entry-prev:only-child {
margin-right: auto;
}
.entry-next {
margin-left: 15px;
}
.entry-next:only-child {
margin-left: auto;
}
.entry-navigation-title {
font-size: 20px;
line-height: normal;
margin: 0;
letter-spacing: -.02em;
color: #000;
font-weight: 700;
}
.author-box-hero {
margin-bottom: 70px;
}
.entry-author-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.entry-author-thumbnail {
width: 100px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
margin-right: 30px;
}
.entry-author-desc {
font-size: 14px;
line-height: 1.714285714;
}
.entry-author-title {
font-size: 20px;
letter-spacing: -.02em;
margin-bottom: 10px;
}
.entry-author-subtitle {
display: block;
text-transform: uppercase;
color: #808080;
font-size: 14px;
letter-spacing: -.02em;
margin: -10px 0 10px;
}
.entry-featured-slider {
position: relative;
height: 500px;
overflow: hidden;
}
.entry-featured-slider .slick-slide {
height: 500px;
} .news-ticker {
padding: 10px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.news-ticker-controls {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
margin-right: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.news-ticker-title {
position: relative;
z-index: 1;
display: inline-block;
font-size: 13px;
background-color: #00aff2;
font-weight: 700;
color: #fff;
text-transform: uppercase;
margin: 0 -2px 0 0;
padding: 4px 14px 4px 10px;
position: relative;
line-height: normal;
height: 23px;
}
.news-ticker-title::after,
.news-ticker-title::before {
content: "";
position: absolute;
top: 0;
width: 6px;
height: 100%;
background-color: currentColor;
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
z-index: 0;
display: none;
}
.news-ticker-title::after {
display: block;
right: -3px;
}
.news-ticker-items {
max-width: 100%;
overflow: hidden;
}
.news-ticker-items:not(.slick-initialized) {
display: none;
}
.news-ticker-item {
text-transform: uppercase;
font-size: 13px;
line-height: normal;
white-space: nowrap;
overflow: hidden;
max-width: 100%;
text-overflow: ellipsis;
}
.news-ticker-item a {
color: #000;
}
.news-ticker-prev,
.news-ticker-next {
margin: 0 4px;
} .navigation {
margin: 40px 0 0;
}
.navigation a,
.navigation .page-numbers {
display: inline-block;
padding: 8px 20px;
font-size: 14px !important;
margin-bottom: 3px;
border: 1px solid #191919;
color: #191919;
background: none;
}
.navigation a:hover,
.navigation .current {
border-color: #000;
color: #fff;
background-color: #000;
}
.navigation .nav-links {
margin-bottom: 35px;
text-transform: uppercase;
font-weight: 700;
}
.navigation .nav-links::after {
content: "";
display: table;
clear: both;
}
.navigation .nav-previous {
float: left;
}
.navigation .nav-next {
float: right;
}
.comment-navigation {
margin: 30px 0;
}
.page-links {
margin: 35px 0;
}
.entry .page-links {
margin-bottom: 60px;
}
.page-links .page-number {
display: inline-block;
padding: 4px 14px;
font-size: 14px !important;
margin-bottom: 3px;
border: 1px solid #191919;
color: #191919;
background: none;
}
.page-links .page-number:hover {
border-color: #000;
color: #fff;
background-color: #000;
}
.page-links > .page-number {
border-color: #000;
color: #fff;
background-color: #000;
}
.page-links > a:first-child,
.page-links > span:first-child {
margin-left: 10px;
} .list-social-icons {
margin: 0;
padding: 0;
list-style: none;
}
.list-social-icons li {
display: inline-block;
margin: 3px 5px;
}
.header .list-social-icons {
padding: 10px 16px;
border-left: 1px solid rgba(0, 0, 0, 0.08);
border-right: 0 solid rgba(0, 0, 0, 0.08);
}
.entry-author-desc .list-social-icons {
margin-left: -5px;
}
.social-icon {
display: inline-block;
font-size: 13px;
text-align: center;
color: #808080;
}
.social-icon:hover {
color: #000;
}
.header .social-icon {
color: inherit;
font-size: inherit;
} .theme-weather {
display: none;
}
.weather-visible {
display: block;
} .btn-to-top {
position: fixed;
bottom: 30px;
right: 30px;
font-size: 36px;
padding: 6px 15px 8px;
height: auto;
line-height: 1;
opacity: 0;
pointer-events: none;
-webkit-transition: opacity .18s ease;
transition: opacity .18s ease;
}
.btn-to-top.btn-top-visible {
opacity: 1;
pointer-events: auto;
} .footer-info-inner,
.footer-inner {
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.footer-inner {
padding: 80px 0 20px;
}
.footer-info {
font-size: 13px;
}
.footer-info-inner {
padding: 20px 0;
}
.footer-copy {
margin-bottom: 0;
color: #808080;
} .comments-area {
margin: 0;
}
.comments-title,
.comment-reply-title {
margin-bottom: 30px;
}
.comment-list {
margin: 0;
list-style: none;
padding: 0;
}
.comment-list ol {
list-style: none;
}
.comment-list .comment-body {
margin-bottom: 20px;
padding-top: 20px;
}
.comment-list > .comment:first-child > .comment-body {
border-top: 0;
padding-top: 0;
}
.post-comments {
margin: 0 0 45px;
}
.comment-author {
line-height: normal;
}
.comment-author .fn {
display: inline-block;
}
.comment-author .avatar {
width: 64px;
height: 64px;
float: left;
margin: 0 15px 15px 0;
overflow: visible;
}
.comment-content {
overflow: hidden;
zoom: 1;
font-size: 13px;
}
.comment-metadata {
font-size: 12px;
margin: 3px 0 10px;
text-transform: uppercase;
letter-spacing: -.02em;
}
.comment-metadata a {
color: #808080;
}
.comment-reply-link {
font-size: 12px;
font-weight: 700;
padding: 5px 14px;
margin-left: 80px;
height: auto;
width: auto;
}
.bypostauthor > article .fn::before {
font-family: FontAwesome;
content: "\f005";
margin: 0 5px 0 0;
position: relative;
top: -1px;
font-size: 11px;
}
.comment-respond {
margin-top: 80px;
}
.comment-respond:only-child {
margin: 0;
}
.comment-form > p {
margin-bottom: 25px;
}
#cancel-comment-reply-link {
font-size: 13px;
font-weight: normal;
margin-left: 5px;
}
.form-allowed-tags,
.comment-notes {
font-size: 14px;
line-height: 1.5;
opacity: .75;
}
.form-submit {
margin: 40px 0 0;
}
.no-comments {
border: 1px solid rgba(0, 0, 0, 0.08);
padding: 15px;
margin-top: 40px;
text-align: center;
} .widget {
margin: 0 0 60px;
font-size: 14px;
line-height: 1.857142857; }
.sidebar .widget:last-child {
margin-bottom: 0;
}
.widget p:last-child {
margin-bottom: 0;
}
.widget select {
width: 100%;
padding: 5px 10px;
border-radius: 0;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.widget-title {
font-size: 20px;
margin-bottom: 25px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.widget-title label {
text-transform: none;
display: block;
font-size: inherit;
margin: 0;
line-height: inherit;
font-weight: inherit;
} .ci-contact-widget-title {
font-weight: 600;
font-size: 16px;
margin: 0 0 15px;
}
.ci-contact-widget-items {
margin: 0;
padding: 0;
list-style-type: none;
}
.ci-contact-widget-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
margin-bottom: 5px;
}
.ci-contact-widget-item i {
text-align: center;
min-width: 26px;
} .ci-schedule-widget-intro {
margin-bottom: 20px;
}
.ci-schedule-widget-table {
text-align: left;
}
.ci-schedule-widget-table th,
.ci-schedule-widget-table td {
padding: 7px 0;
}
.ci-schedule-widget-table tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
} .widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul {
margin-left: 15px;
}
.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li {
line-height: normal;
display: block;
position: relative;
}
.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a {
text-transform: uppercase;
display: inline-block;
margin-bottom: 7px;
color: #000;
font-size: 13px;
}
.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li {
display: block;
padding: 11px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
font-size: 14px;
}
.widget_pages select,
.widget_categories select,
.widget_archive select {
display: block;
width: 100%;
padding: 6px 15px;
border-radius: 0;
font-size: 14px;
height: 40px;
font-weight: normal;
border: 1px solid rgba(0, 0, 0, 0.08);
background: #fff;
}
.widget_recent_entries .post-date {
display: block;
font-size: 12px;
text-transform: uppercase;
margin-top: 5px;
}
.entry-tags a,
.tag-cloud-link {
display: inline-block;
padding: 4px 14px;
font-size: 12px !important;
border-radius: 20px;
border: 1px solid #191919;
color: #191919;
margin-bottom: 3px;
}
.entry-tags a:hover,
.tag-cloud-link:hover {
border-color: #000;
background-color: #000;
color: #fff;
} .searchform > div {
position: relative;
}
.searchform .searchsubmit {
position: absolute;
top: 0;
right: 0;
height: 100%;
} .widget_text p:last-child {
margin-bottom: 0;
} #wp-calendar {
width: 100%;
}
#wp-calendar a {
font-weight: bold;
font-style: italic;
}
#wp-calendar caption {
text-align: left;
margin-top: 10px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
padding: 9px;
}
#wp-calendar thead {
font-size: 10px;
}
#wp-calendar thead th {
background: rgba(0, 0, 0, 0.1);
font-weight: bold;
padding: 8px;
}
#wp-calendar tbody td {
background: none;
border: 1px solid rgba(0, 0, 0, 0.1);
text-align: center;
padding: 3px;
}
#wp-calendar tbody td:hover {
background: rgba(0, 0, 0, 0.1);
}
#wp-calendar tbody .pad {
background: none;
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px;
}  .gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
margin: 40px 0;
}
.gallery:first-child {
margin-top: 0;
}
.gallery:last-child {
margin-bottom: 0;
}
.gallery-item {
margin-bottom: 10px;
}
.gallery-item img {
width: 100%;
max-width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1;
}
.gallery-columns-1 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 14.28571%;
flex: 0 0 14.28571%;
max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 11.11111%;
flex: 0 0 11.11111%;
max-width: 11.11111%;
}
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0 0 0 5px;
max-width: 100%;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
width: calc(100% - 10px);
-webkit-transition: opacity .18s ease;
transition: opacity .18s ease;
}
.gallery-caption::before {
content: "";
height: 100%;
min-height: 49px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}  .alignnone {
margin: 40px 0;
}
.aligncenter {
display: block;
margin: 7px auto;
}
.alignright {
float: right;
margin: 7px 0 7px 24px;
}
.alignleft {
float: left;
margin: 7px 24px 7px 0;
} .wp-caption {
max-width: 100%;
margin-bottom: 15px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text {
font-size: 14px;
line-height: 17px;
margin: 10px 0 5px;
padding: 5px 0 0;
text-align: left;
font-style: italic;
}
.wp-caption.alignnone,
.wp-caption.aligncenter {
margin-top: 55px;
margin-bottom: 55px;
}
.sticky { } .mm-page {
position: static;
}
.mm-opened .mm-page {
position: relative;
}
#mobilemenu {
display: none;
}
.mobile-nav-trigger {
float: right;
text-transform: uppercase;
font-weight: 700;
display: none;
font-size: 18px;
}
.mobile-nav-trigger:hover {
color: inherit;
}  .sharedaddy {
margin-top: 30px;
} #infinite-footer {
display: none;
}
#infinite-handle {
width: 100%;
text-align: center;
}
#infinite-handle span {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0;
width: auto;
height: auto;
background-image: none;
text-transform: none;
color: #fff;
background-color: #000;
border: 0;
padding: 15px 26px;
font-size: 14px;
}
#infinite-handle span.disabled,
#infinite-handle span:disabled {
cursor: not-allowed;
opacity: .65;
}
#infinite-handle span:hover {
text-decoration: none;
color: #fff;
background-color: black;
}
#infinite-handle span:focus {
outline: 0;
}
.row-isotope #infinite-handle {
position: absolute;
bottom: -30px;
margin: 20px 15px 0;
}
.infinite-loader {
position: absolute;
bottom: -10px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.infinite-scroll #infinite-footer {
display: block;
}
.infinite-scroll .navigation,
.infinite-scroll .posts-navigation {
display: none;
}
.infinite-scroll.neverending .footer {
display: none;
}
.infinity-end.neverending .footer {
display: block;
}
.infinity-end.neverending #infinite-footer {
display: none;
} .null-instagram-feed p {
padding-top: 10px;
}
.instagram-pics {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.instagram-pics li {
width: 33.33333333333%;
}
.instagram-pics li a {
display: block;
color: #191919;
}
.widget-section .instagram-pics {
margin-left: -15px;
margin-right: -15px;
}
.widget-section .instagram-pics li {
width: 25%;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;
} .entry-content .mashsb-container {
margin: 25px 0;
}
.entry-content .mashsb-container:first-child {
margin-top: 0;
}
.entry-content .mashsb-container:last-child {
margin-bottom: 0;
} .elementor .elementor-widget.elementor-widget-cat_feat_posts .entry-item-thumb {
margin-bottom: 35px;
} .row-effect {
position: relative;
}
.row-effect::before {
border: 6px solid rgba(25, 25, 25, 0.35);
border-top-color: rgba(25, 25, 25, 0.875);
border-radius: 100%;
height: 40px;
width: 40px;
-webkit-animation: rot .8s infinite linear;
animation: rot .8s infinite linear;
content: "";
position: absolute;
left: 50%;
top: 30px;
margin-left: -20px;
}
.row-effect.row-images-loaded::before {
display: none;
}
.row-effect > [class^="col"] {
opacity: 0;
}
.row-effect > [class^="col"].ci-grid-shown {
opacity: 1;
} @-webkit-keyframes ci-fade-in {
0% {
}
100% {
opacity: 1;
}
}
@keyframes ci-fade-in {
0% {
}
100% {
opacity: 1;
}
}
.row-effect-fade-in .ci-grid-animate {
-webkit-animation: ci-fade-in .65s ease forwards;
animation: ci-fade-in .65s ease forwards;
} @-webkit-keyframes ci-move-up {
0% {
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes ci-move-up {
0% {
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.row-effect-move-up .ci-grid-animate {
-webkit-transform: translateY(200px);
transform: translateY(200px);
-webkit-animation: ci-move-up .65s ease forwards;
animation: ci-move-up .65s ease forwards;
} @-webkit-keyframes ci-scale-up {
0% {
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes ci-scale-up {
0% {
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.row-effect-scale-up .ci-grid-animate {
-webkit-transform: scale(0.6);
transform: scale(0.6);
-webkit-animation: ci-scale-up .65s ease-in-out forwards;
animation: ci-scale-up .65s ease-in-out forwards;
} @-webkit-keyframes ci-fall-perspective {
0% {
}
100% {
-webkit-transform: translateZ(0) translateY(0) rotateX(0);
transform: translateZ(0) translateY(0) rotateX(0);
opacity: 1;
}
}
@keyframes ci-fall-perspective {
0% {
}
100% {
-webkit-transform: translateZ(0) translateY(0) rotateX(0);
transform: translateZ(0) translateY(0) rotateX(0);
opacity: 1;
}
}
.row-effect-fall-perspective {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.row-effect-fall-perspective .ci-grid-animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
transform: translateZ(400px) translateY(300px) rotateX(-90deg);
-webkit-animation: ci-fall-perspective .8s ease-in-out forwards;
animation: ci-fall-perspective .8s ease-in-out forwards;
} @-webkit-keyframes ci-fly-up {
0% {
}
100% {
-webkit-transform: rotateX(0);
transform: rotateX(0);
opacity: 1;
}
}
@keyframes ci-fly-up {
0% {
}
100% {
-webkit-transform: rotateX(0);
transform: rotateX(0);
opacity: 1;
}
}
.row-effect-fly-up {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.row-effect-fly-up .ci-grid-animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 50% 50% -300px;
transform-origin: 50% 50% -300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-animation: ci-fly-up .8s ease-in-out forwards;
animation: ci-fly-up .8s ease-in-out forwards;
} @-webkit-keyframes ci-flip {
0% {
}
100% {
-webkit-transform: rotateX(0);
transform: rotateX(0);
opacity: 1;
}
}
@keyframes ci-flip {
0% {
}
100% {
-webkit-transform: rotateX(0);
transform: rotateX(0);
opacity: 1;
}
}
.row-effect-flip {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.row-effect-flip .ci-grid-animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotateX(-80deg);
transform: rotateX(-80deg);
-webkit-animation: ci-flip .8s ease-in-out forwards;
animation: ci-flip .8s ease-in-out forwards;
} @-webkit-keyframes ci-pop-up {
0% {
}
70% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: .8;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes ci-pop-up {
0% {
}
70% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: .8;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.row-effect-pop-up {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.row-effect-pop-up .ci-grid-animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: scale(0.4);
transform: scale(0.4);
-webkit-animation: ci-pop-up .8s ease-in forwards;
animation: ci-pop-up .8s ease-in forwards;
} .align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.sr-only,
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus,
.screen-reader-text-focusable:active,
.screen-reader-text-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.text-justify {
text-align: justify !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden-xs-up {
display: none !important;
}
.hidden-xxl-down {
display: none !important;
}   .demo_store {
position: fixed;
bottom: 0;
z-index: 150;
width: 100%;
background-color: #000;
border-top: 1px solid rgba(0, 0, 0, 0.08);
text-align: center;
margin: 0;
line-height: normal;
padding: 6px 25px;
}
mark.count {
background: none;
}
.entry-content .woocommerce::after {
content: "";
display: table;
clear: both;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews {
padding: 14px 20px 14px 45px;
background-color: #fff;
margin-bottom: 35px;
margin-left: 0;
color: #191919;
clear: both;
border-left: 0.618em solid #a4ecd3;
position: relative;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-noreviews::before {
content: "\f058";
font-family: "FontAwesome";
position: absolute;
left: 15px;
top: 15px;
font-size: 1.4em;
}
.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-noreviews a:not(.button) {
border-bottom: 1px solid;
color: #191919;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-noreviews .button {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0;
width: auto;
height: auto;
background-image: none;
text-transform: none;
color: #fff;
background-color: #000;
border: 0;
padding: 10px 18px;
font-size: 14px;
margin-right: 10px;
}
.woocommerce-message .button.disabled,
.woocommerce-message .button:disabled,
.woocommerce-error .button.disabled,
.woocommerce-error .button:disabled,
.woocommerce-info .button.disabled,
.woocommerce-info .button:disabled,
.woocommerce-noreviews .button.disabled,
.woocommerce-noreviews .button:disabled {
cursor: not-allowed;
opacity: .65;
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-noreviews .button:hover {
text-decoration: none;
color: #fff;
background-color: black;
}
.woocommerce-message .button:focus,
.woocommerce-error .button:focus,
.woocommerce-info .button:focus,
.woocommerce-noreviews .button:focus {
outline: 0;
}
.woocommerce-error {
list-style: none;
border-left-color: #000;
}
.woocommerce-error li {
display: block;
}
.woocommerce-error li:only-of-type::before {
display: none;
}
.woocommerce-error li::before {
font-family: FontAwesome;
content: "\f105";
margin: 0 5px 0 0;
}
.woocommerce-error::before {
content: "\f06a";
}
.woocommerce-info {
list-style: none;
border-left-color: #000;
}
.woocommerce-info li {
display: block;
}
.woocommerce-info::before {
content: "\f05a";
top: 9px;
}
.woocommerce-noreviews {
padding-left: 20px;
border-left-color: rgba(0, 0, 0, 0.15);
}
.woocommerce-noreviews::before {
display: none;
}
.onsale {
z-index: 20;
position: absolute;
width: 60px;
height: 35px;
line-height: 35px;
top: 10px;
left: 10px;
background-color: #000;
color: #fff;
text-transform: uppercase;
font-size: 12px;
text-align: center;
}
.images .onsale {
right: auto;
left: 10px;
}
.woocommerce-page .button {
color: #fff;
} .woocommerce-breadcrumb {
padding-bottom: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
margin-bottom: 30px;
font-size: 13px;
}
.woocommerce-breadcrumb a {
color: #191919;
}
.woocommerce-breadcrumb a:hover {
color: #000;
}
.woocommerce-breadcrumb > span {
margin: 0 6px;
}
.woocommerce-page:not(.single-product) .woocommerce-breadcrumb {
margin-left: 15px;
margin-right: 15px;
} ul.products {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
clear: both;
position: relative;
padding: 0;
list-style: none;
}
ul.products::after {
content: "";
display: table;
clear: both;
}
ul.products::before {
clear: both;
}
ul.products > li {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 30px;
}
ul.products > li .price {
display: block;
margin-bottom: 10px;
line-height: 13px;
color: #191919;
}
.actions {
margin-top: 2px;
}
.woocommerce-result-count,
.product-number {
display: inline-block;
margin: 0;
}
.woocommerce-result-count {
margin: 0 15px 15px 0;
}
.product-number a {
margin: 0 2px;
}
.shop-filter-toggle {
margin-right: 15px;
}
.shop-filter-toggle i {
margin-right: 3px;
font-size: 14px;
}
.shop-filter-toggle::after {
content: "|";
opacity: .3;
margin-left: 15px;
font-size: 11px;
position: relative;
top: -1px;
}
.ajax_add_to_cart {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0;
width: auto;
height: auto;
background-image: none;
text-transform: none;
color: #fff;
background-color: #000;
border: 0;
padding: 10px 18px;
font-size: 14px;
}
.ajax_add_to_cart.disabled,
.ajax_add_to_cart:disabled {
cursor: not-allowed;
opacity: .65;
}
.ajax_add_to_cart:hover {
text-decoration: none;
color: #fff;
background-color: black;
}
.ajax_add_to_cart:focus {
outline: 0;
}
.woocommerce-ordering {
position: relative;
margin: 0 0 15px;
top: -12px;
float: right;
}
.woocommerce-ordering::after {
font-family: FontAwesome;
content: "\f0dc";
position: absolute;
height: 100%;
width: 30px;
right: 0;
z-index: 10;
top: 0;
text-align: center;
line-height: 40px;
background-color: #fff;
pointer-events: none;
border: 1px solid rgba(0, 0, 0, 0.08);
border-left: 0;
}
.woocommerce-ordering select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
border: 1px solid rgba(0, 0, 0, 0.08);
font-size: 14px;
outline: 0;
padding: 8px 25px 8px 14px;
position: relative;
background-color: #fff;
}
.woocommerce-ordering select::-ms-expand {
display: none;
}
.woocommerce-ordering select:active,
.woocommerce-ordering select:focus {
outline: none;
}
.woocommerce-loop-product__title,
.woocommerce-loop-category__title {
margin: 10px 0 5px;
font-size: 16px;
}
.product_type_external.button,
.product_type_grouped.button,
.product_type_variable.button {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0;
width: auto;
height: auto;
background-image: none;
text-transform: none;
color: #fff;
background-color: #000;
border: 0;
padding: 10px 18px;
font-size: 14px;
}
.product_type_external.button.disabled,
.product_type_external.button:disabled,
.product_type_grouped.button.disabled,
.product_type_grouped.button:disabled,
.product_type_variable.button.disabled,
.product_type_variable.button:disabled {
cursor: not-allowed;
opacity: .65;
}
.product_type_external.button:hover,
.product_type_grouped.button:hover,
.product_type_variable.button:hover {
text-decoration: none;
color: #fff;
background-color: black;
}
.product_type_external.button:focus,
.product_type_grouped.button:focus,
.product_type_variable.button:focus {
outline: 0;
}
.woocommerce-page .term-description {
margin-bottom: 30px;
} .single-product div.product {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
position: relative;
}
.single-product div.product .summary {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.single-product .upsells,
.single-product .related {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.single-product .upsells > h2,
.single-product .related > h2 {
font-size: 22px;
}
.woocommerce-product-gallery {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
margin-bottom: 30px;
padding-left: 0;
position: relative;
}
.woocommerce-product-gallery figure {
margin: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image :nth-child(n+2) {
width: 25%;
display: inline-block;
}
.woocommerce-product-gallery .flex-control-thumbs {
padding: 0;
}
.woocommerce-product-gallery .flex-control-thumbs::after {
content: "";
display: table;
clear: both;
}
.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer;
}
.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .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;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%;
}
.woocommerce-product-gallery__trigger {
position: absolute;
z-index: 10;
top: 10px;
right: 20px;
width: 36px;
height: 36px;
background-color: #000;
color: #fff;
text-align: center;
line-height: 36px;
}
.woocommerce-product-gallery__trigger:hover {
color: #fff;
}
.images {
margin-bottom: 60px;
position: relative;
}
.images::after {
content: "";
display: table;
clear: both;
}
.woocommerce-main-image {
width: calc(100% - 100px);
float: left;
}
.type-product .thumbnails {
float: right;
width: 70px;
}
.type-product .thumbnails a {
display: block;
margin-bottom: 20px;
}
.type-product .entry-summary {
margin-bottom: 60px;
}
.entry-summary .product_title {
font-size: 26px;
text-transform: none;
font-weight: bold;
letter-spacing: -.02em;
margin-bottom: 15px;
}
.entry-summary .price {
font-size: 20px;
color: #191919;
font-weight: bold;
margin: -13px 0 20px;
}
.entry-summary .price del {
opacity: .6;
font-size: .8em;
margin-right: 5px;
}
.entry-summary .stock {
display: inline-block;
background: #ebebeb;
text-transform: uppercase;
font-size: 12px;
padding: 7px 10px 7px 25px;
position: relative;
line-height: normal;
margin-left: 4px;
}
.entry-summary .stock::before {
position: absolute;
font-family: FontAwesome;
top: 7px;
left: 6px;
font-size: 1.05em;
}
.entry-summary .in-stock {
background-color: #a4ecd3;
color: #000;
}
.entry-summary .in-stock::before {
content: "\f00c";
}
.entry-summary .available-on-backorder::before {
content: "\f00c";
}
.entry-summary .out-of-stock {
background-color: #ff786d;
color: #fff;
}
.entry-summary .out-of-stock::before {
content: "\f00d";
}
.entry-summary .woocommerce-product-rating {
margin-top: 0;
}
.woocommerce-product-rating {
margin: 55px 0 15px;
line-height: normal;
}
.woocommerce-review-link {
font-size: 12px;
position: relative;
top: -2px;
margin-left: 5px;
color: #191919;
}
.product_meta > span {
display: block;
font-size: 12px;
text-transform: uppercase;
}
.product_meta a {
color: #000;
}
.group_table {
margin-bottom: 20px;
}
.group_table td {
padding-top: 8px;
padding-bottom: 8px;
}
.group_table tr td :first-child {
width: 100px;
}
.group_table .label {
line-height: normal;
}
.group_table .label a {
color: #191919;
}
.group_table .label a:hover {
color: #000;
}
.group_table .price {
color: #191919;
font-size: 14px;
font-weight: normal;
}
.group_table .price .stock {
margin: 0 0 0 5px;
} .quantity {
display: inline-block;
height: 45px;
line-height: normal;
margin-right: 10px;
}
.group_table .quantity {
margin-right: 0;
vertical-align: middle;
}
.qty {
height: 100%;
width: 60px;
text-align: center;
padding: 0;
float: left;
margin: 0;
}
.qty:hover {
border-color: #000;
}
.entry-summary .qty {
-webkit-appearance: textfield !important;
-moz-appearance: textfield !important;
appearance: textfield !important;
}
.group_table .qty {
width: 46px;
}
.qty-handle {
float: left;
height: 100%;
width: 30px;
color: #191919;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.08);
padding: 0;
margin: 0;
line-height: normal;
vertical-align: top;
}
.qty-handle:hover {
background-color: #000;
color: #191919;
}
.group_table .qty-handle {
width: 20px;
}
.qty-minus {
border-right: 0;
}
.qty-plus {
border-left: 0;
}
.single_add_to_cart_button {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0;
width: auto;
height: auto;
background-image: none;
text-transform: none;
color: #fff;
background-color: #000;
border: 0;
padding: 10px 18px;
font-size: 14px;
height: 45px;
vertical-align: top;
padding: 13px 24px;
}
.single_add_to_cart_button.disabled,
.single_add_to_cart_button:disabled {
cursor: not-allowed;
opacity: .65;
}
.single_add_to_cart_button:hover {
text-decoration: none;
color: #fff;
background-color: black;
}
.single_add_to_cart_button:focus {
outline: 0;
}
.product-type-external .single_add_to_cart_button {
position: relative;
padding-right: 30px;
padding-top: 15px;
}
.product-type-external .single_add_to_cart_button::after {
font-family: "FontAwesome";
content: "\f08e";
font-size: 10px;
position: absolute;
top: 5px;
right: 5px;
}
.entry-summary .cart {
margin: 30px 0;
}
.entry-content .variations select {
min-width: 200px;
font-size: 13px;
}
.variations td {
padding: 10px;
}
.variations td.label {
text-transform: uppercase;
font-size: 12px;
line-height: normal;
}
.variations td.label label {
margin: 0;
}
.woocommerce-variation-price .price {
display: inline-block;
margin-bottom: 15px;
}
.reset_variations {
float: left;
color: #191919;
text-transform: uppercase;
font-size: 11px;
margin-top: 2px;
padding: 10px 0;
} .woocommerce-pagination {
font-size: 11px;
margin: 0 0 30px;
border: solid 1px rgba(0, 0, 0, 0.08);
}
.woocommerce-pagination ul {
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce-pagination ul li {
display: inline-block;
}
.woocommerce-pagination a,
.woocommerce-pagination > span,
.woocommerce-pagination li span {
border-right: solid 1px rgba(0, 0, 0, 0.08);
display: inline-block;
font-size: 11px;
font-weight: bold;
padding: 14px 18px;
line-height: normal;
}
.woocommerce-pagination a:hover,
.woocommerce-pagination .current {
background: #000;
color: #fff;
}
.woocommerce-pagination .paging-standard {
text-align: center;
width: 50%;
}
.woocommerce-pagination .paging-older {
float: left;
width: 50%;
}
.woocommerce-pagination .paging-newer {
float: right;
border-right: 0;
} .star-rating {
overflow: hidden;
display: inline-block;
position: relative;
height: 1em;
line-height: 1em;
font-size: 12px;
width: 65px;
font-family: FontAwesome;
color: #000;
}
.star-rating::before {
content: "\f006\f006\f006\f006\f006";
float: left;
top: 0;
left: 0;
letter-spacing: 2px;
position: absolute;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span::before {
content: "\f005\f005\f005\f005\f005";
top: 0;
letter-spacing: 2px;
position: absolute;
left: 0;
} .woocommerce-tabs {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wc-tabs {
display: block;
margin: 0;
padding: 0;
text-align: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.wc-tabs li {
display: inline-block;
margin: 0;
padding: 0;
}
.wc-tabs li.active a {
border: 1px solid rgba(0, 0, 0, 0.08);
border-bottom-color: transparent;
}
.wc-tabs a {
display: block;
padding: 10px 25px;
margin: 0 0 -1px;
color: #191919;
background-color: #fff;
border: 1px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.08);
-webkit-transition: border-color .18s ease;
transition: border-color .18s ease;
}
.woocommerce-Tabs-panel {
padding: 45px 0;
}
.woocommerce-Tabs-panel > h2,
.woocommerce-Tabs-panel .woocommerce-Reviews-title {
font-size: 26px;
text-transform: none;
}
.woocommerce-Tabs-panel > p:last-child,
.woocommerce-Tabs-panel > table:last-child {
margin-bottom: 0;
}
.shop_attributes {
vertical-align: top;
}
.shop_attributes th,
.shop_attributes td {
vertical-align: top;
}
.shop_attributes p {
margin-bottom: 0;
} .woocommerce-Reviews #comments {
margin: 0 0 30px;
}
.woocommerce-Reviews #comments .commentlist {
list-style: none;
}
.woocommerce-Reviews li {
margin-bottom: 20px;
}
.woocommerce-Reviews .avatar {
width: 64px;
height: 64px;
float: left;
margin: 0 15px 15px 0;
overflow: visible;
}
.woocommerce-Reviews .description {
overflow: hidden;
}
.woocommerce-Reviews .meta {
margin: 0 0 10px;
font-size: inherit;
}
.woocommerce-Reviews .star-rating {
float: right;
}
.comment-form-rating a {
display: inline-block;
position: relative;
width: 15px;
text-indent: -9999px;
margin-right: 10px;
border: 0;
}
.comment-form-rating a::after {
font-family: FontAwesome;
font-size: 1em;
content: "\f006";
opacity: 1;
display: inline-block;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
}
.comment-form-rating a.active::after {
content: "\f005";
}
.comment-form-rating .star-2 {
width: 26px;
}
.comment-form-rating .star-2::after {
content: "";
}
.comment-form-rating .star-2.active::after {
content: "";
}
.comment-form-rating .star-3 {
width: 39px;
}
.comment-form-rating .star-3::after {
content: "";
}
.comment-form-rating .star-3.active::after {
content: "";
}
.comment-form-rating .star-4 {
width: 52px;
}
.comment-form-rating .star-4::after {
content: "";
}
.comment-form-rating .star-4.active::after {
content: "";
}
.comment-form-rating .star-5 {
width: 65px;
}
.comment-form-rating .star-5::after {
content: "";
}
.comment-form-rating .star-5.active::after {
content: "";
} .shop_table td {
padding: 10px 5px;
}
.shop_table.cart {
border: 1px solid rgba(0, 0, 0, 0.08);
border-bottom: 0;
border-right: 0;
}
.shop_table.cart th,
.shop_table.cart td {
padding: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.shop_table.cart th {
background-color: #fff;
}
.shop_table .product-remove {
text-align: center;
}
.shop_table .remove {
font-size: 24px;
color: #191919;
}
.shop_table .product-thumbnail {
text-align: center;
}
.shop_table .product-thumbnail img {
width: 60px;
}
.shop_table .product-name a {
color: #191919;
}
.shop_table .product-name a:hover {
color: #000;
}
.shop_table .product-quantity {
text-align: center;
}
.shop_table .product-subtotal .woocommerce-Price-amount {
color: #191919;
font-weight: bold;
}
.shop_table .coupon {
width: 280px;
position: relative;
float: left;
height: 44px;
}
.shop_table .coupon label {
display: none;
}
.shop_table .coupon button[type="submit"] {
position: absolute;
height: 100%;
top: 1px;
right: 1px;
font-size: 14px;
padding: 5px 8px;
}
.shop_table button[name="update_cart"] {
float: right;
}
.cart-collaterals {
margin-top: 50px;
}
.cart-collaterals .shop_table {
border: 1px solid rgba(0, 0, 0, 0.08);
border-bottom: 0;
border-right: 0;
}
.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
padding: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.cart-collaterals .shop_table th {
background-color: #fff;
line-height: normal;
width: 25%;
}
.wc-proceed-to-checkout .button {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0;
width: auto;
height: auto;
background-image: none;
text-transform: none;
color: #fff;
background-color: #000;
border: 0;
padding: 10px 18px;
font-size: 14px;
width: 100%;
font-size: 14px;
padding: 18px 34px;
}
.wc-proceed-to-checkout .button.disabled,
.wc-proceed-to-checkout .button:disabled {
cursor: not-allowed;
opacity: .65;
}
.wc-proceed-to-checkout .button:hover {
text-decoration: none;
color: #fff;
background-color: black;
}
.wc-proceed-to-checkout .button:focus {
outline: 0;
}
.woocommerce-remove-coupon {
margin-left: 5px;
color: #191919;
}
#shipping_method {
list-style: none;
margin: 0 0 5px;
padding: 0;
}
.shipping label {
display: inline-block;
margin-left: 5px;
}
.shipping input[type="radio"] {
display: inline-block;
}
.woocommerce-shipping-calculator [type="submit"] {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0;
width: auto;
height: auto;
background-image: none;
text-transform: none;
color: #fff;
background-color: #000;
border: 0;
padding: 10px 18px;
font-size: 14px;
width: 100%;
}
.woocommerce-shipping-calculator [type="submit"].disabled,
.woocommerce-shipping-calculator [type="submit"]:disabled {
cursor: not-allowed;
opacity: .65;
}
.woocommerce-shipping-calculator [type="submit"]:hover {
text-decoration: none;
color: #fff;
background-color: black;
}
.woocommerce-shipping-calculator [type="submit"]:focus {
outline: 0;
}
.woocommerce-shipping-calculator p {
margin: 0 0 5px;
}
.woocommerce-shipping-calculator select {
width: 100%;
}
.shipping-calculator-button {
color: #191919;
font-size: 12px;
}
.shipping-calculator-button::after {
font-family: "FontAwesome";
content: "\f107";
margin-left: 3px;
}
.shipping-calculator-form {
width: 100%;
}
.order-total td,
.order-total th {
font-size: 16px;
font-weight: bold;
color: #191919;
}
.variation {
margin: 0;
font-size: 12px;
}
.variation dt,
.variation dd,
.variation p {
font-weight: normal;
display: inline-block;
margin: 0;
}
.variation dd {
margin-right: 3px;
}
.backorder_notification {
font-size: 12px;
}
.woocommerce-cart h2 {
font-size: 22px;
text-transform: none;
}
.entry-content .woocommerce-cart h2 {
margin: 0 0 15px;
}
.woocommerce-cart .entry-content ul {
margin-top: 0;
}
.woocommerce-cart .entry-content .woocommerce-loop-product__title {
margin: 10px 0 5px;
font-size: 16px;
} .woocommerce-checkout .woocommerce-info {
margin-bottom: 20px;
}
.woocommerce-checkout .login {
margin-bottom: 30px;
}
.woocommerce-checkout .login::after {
content: "";
display: table;
clear: both;
}
.woocommerce-checkout .login .form-row-last {
margin-right: 0;
}
.woocommerce-checkout .login .button {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0;
width: auto;
height: auto;
background-image: none;
text-transform: none;
color: #fff;
background-color: #000;
border: 0;
padding: 10px 18px;
font-size: 14px;
}
.woocommerce-checkout .login .button.disabled,
.woocommerce-checkout .login .button:disabled {
cursor: not-allowed;
opacity: .65;
}
.woocommerce-checkout .login .button:hover {
text-decoration: none;
color: #fff;
background-color: black;
}
.woocommerce-checkout .login .button:focus {
outline: 0;
}
.woocommerce-checkout .login label[for="rememberme"] {
display: inline-block;
margin-left: 10px;
}
.woocommerce-checkout .checkout_coupon {
margin-bottom: 30px;
}
#customer-details {
margin: 0 0 25px;
}
.woocommerce-billing-fields p,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields p,
.woocommerce-shipping-fields h3 {
margin: 0 0 15px;
}
.woocommerce-billing-fields .input-text,
.woocommerce-shipping-fields .input-text {
width: 100%;
}
.woocommerce-billing-fields abbr,
.woocommerce-shipping-fields abbr {
text-decoration: none;
border: 0;
}
.woocommerce-billing-fields label.checkbox,
.woocommerce-shipping-fields label.checkbox {
display: inline-block;
margin-right: 5px;
}
.woocommerce-billing-fields textarea,
.woocommerce-shipping-fields textarea {
min-height: 130px;
}
.woocommerce-billing-fields select,
.woocommerce-shipping-fields select {
display: block;
width: 100%;
padding: 6px 15px;
border-radius: 0;
font-size: 14px;
height: 40px;
font-weight: normal;
border: 1px solid rgba(0, 0, 0, 0.08);
background: #fff;
}
#order_review_heading {
padding-top: 35px;
margin-top: 20px;
border-top: 2px solid rgba(0, 0, 0, 0.08);
}
#order_review .shop_table td,
#order_review .shop_table th,
.order_details td,
.order_details th {
text-align: right;
padding-left: 0;
padding-right: 0;
}
#order_review .shop_table .product-total,
.order_details .product-total {
text-align: right;
}
#order_review .shop_table .woocommerce-Price-amount,
#order_review .shop_table .shipping,
.order_details .woocommerce-Price-amount,
.order_details .shipping {
color: #191919;
}
#order_review .shop_table .product-name,
.order_details .product-name {
text-align: left;
}
#order_review .shop_table .product-quantity,
.order_details .product-quantity {
font-weight: normal;
}
#order_review .shop_table tfoot tr,
.order_details tfoot tr {
border: 0;
}
#order_review .shop_table tfoot td,
#order_review .shop_table tfoot th,
.order_details tfoot td,
.order_details tfoot th {
padding: 9px 0 0;
text-align: right;
border: 0;
}
.payment_methods {
list-style: none;
padding: 0;
margin: 0 0 30px;
}
.payment_methods li {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.payment_methods label {
display: inline-block;
margin: 0 0 0 5px;
}
.payment_method_paypal img {
width: 100px;
margin: -2px 15px 0;
}
.about_paypal {
font-size: 12px;
}
.payment_box {
padding: 15px;
border: 1px solid rgba(0, 0, 0, 0.08);
margin: 5px 0 0;
}
.payment_box p {
margin: 0;
}
.place-order .terms {
display: inline-block;
margin-left: 20px;
}
.place-order label[for="terms"] {
display: inline-block;
margin-right: 5px;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border-color: #ccc;
border-radius: 0;
height: 46px;
padding: 8px 3px;
}
.select2-container--default .select2-selection--single:hover {
border-color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 46px;
} .woocommerce-order-received .woocommerce-order h2,
.woocommerce-order-received .woocommerce-order h3 {
font-size: 22px;
text-transform: none;
}
.woocommerce-order-received .customer_details {
padding: 25px;
border: 0;
}
.woocommerce-order-received .customer_details td,
.woocommerce-order-received .customer_details th {
border: 0;
padding: 0;
}
.woocommerce-thankyou-order-details,
.wc-bacs-bank-details {
list-style: none;
margin: 15px 0;
padding: 25px;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.woocommerce-thankyou-order-details::after,
.wc-bacs-bank-details::after {
content: "";
display: table;
clear: both;
}
.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
margin-bottom: 10px;
}
.woocommerce-thankyou-order-details li strong,
.wc-bacs-bank-details li strong {
display: block;
color: #191919;
}
#wc-bacs-bank-details-heading {
margin-top: 30px;
}
#wc-bacs-bank-details-heading + h3 {
font-size: 14px;
}
.wc-bacs-bank-details {
margin-bottom: 30px;
} .woocommerce-account .woocommerce {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-MyAccount-navigation {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
display: block;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
padding: 10px 0;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
position: relative;
color: #191919;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
color: #000;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::after {
font-family: FontAwesome;
content: "\f105";
position: absolute;
top: 10px;
right: 5px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
font-weight: bold;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a::after {
content: "";
}
.woocommerce-MyAccount-content {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-MyAccount-content mark {
color: #191919;
} .woocommerce-MyAccount-orders .button.view {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0;
width: auto;
height: auto;
background-image: none;
text-transform: none;
color: #fff;
background-color: #000;
border: 0;
padding: 10px 18px;
font-size: 14px;
}
.woocommerce-MyAccount-orders .button.view.disabled,
.woocommerce-MyAccount-orders .button.view:disabled {
cursor: not-allowed;
opacity: .65;
}
.woocommerce-MyAccount-orders .button.view:hover {
text-decoration: none;
color: #fff;
background-color: black;
}
.woocommerce-MyAccount-orders .button.view:focus {
outline: 0;
} .woocommerce-MyAccount-downloads .download-file {
width: 50%;
}
.woocommerce-MyAccount-downloads .download-file a {
color: #191919;
}
.woocommerce-MyAccount-downloads .download-file a:hover {
color: #000;
}
.woocommerce-MyAccount-downloads .woocommerce-Button.download {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0;
width: auto;
height: auto;
background-image: none;
text-transform: none;
color: #fff;
background-color: #000;
border: 0;
padding: 10px 18px;
font-size: 14px;
}
.woocommerce-MyAccount-downloads .woocommerce-Button.download.disabled,
.woocommerce-MyAccount-downloads .woocommerce-Button.download:disabled {
cursor: not-allowed;
opacity: .65;
}
.woocommerce-MyAccount-downloads .woocommerce-Button.download:hover {
text-decoration: none;
color: #fff;
background-color: black;
}
.woocommerce-MyAccount-downloads .woocommerce-Button.download:focus {
outline: 0;
} .woocommerce-EditAccountForm fieldset {
padding: 25px;
border: 2px solid rgba(0, 0, 0, 0.08);
}
.woocommerce-EditAccountForm legend {
padding: 0 15px;
} .woocommerce-Addresses {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-Address-title {
position: relative;
}
.woocommerce-Address-title a {
position: absolute;
right: 0;
top: 0;
font-size: 12px;
color: #191919;
}
.woocommerce-Address-title a:hover {
color: #000;
} .wc-form-login {
max-width: 480px;
margin: 0 auto;
padding: 50px;
border: 2px solid rgba(0, 0, 0, 0.08);
}
.wc-form-login input[type="submit"] {
display: block;
width: 100%;
margin: 25px 0 15px;
}
.wc-form-login.with-register {
max-width: 680px;
}
.inline input {
margin-right: 5px;
}
.woocommerce-LostPassword {
margin: 0;
font-size: 16px;
} .price_slider {
position: relative;
text-align: left;
height: 6px;
width: calc(100% - 14px);
margin: 0 auto 20px;
background: rgba(0, 0, 0, 0.08);
}
.price_slider .ui-slider-range {
position: absolute;
z-index: 1;
background: rgba(0, 0, 0, 0.08);
height: 6px;
cursor: pointer;
}
.price_slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 16px;
border-radius: 3px;
height: 25px;
margin-top: -10px;
margin-left: -7px;
cursor: pointer;
outline: none;
background-color: #000;
-ms-touch-action: none;
touch-action: none;
}
.price_slider .ui-slider-handle:active {
outline: none;
}
.price_slider .ui-slider-handle::after {
content: "\f0c9";
font-size: 10px;
font-family: FontAwesome;
color: #fff;
line-height: 1;
position: absolute;
top: 50%;
width: 100%;
text-align: center;
margin-top: -6px;
opacity: .8;
}
.price_slider_wrapper .price_slider_amount {
position: relative;
}
.price_slider_wrapper .price_label {
position: absolute;
right: 0;
top: 0;
}
.price_slider_wrapper button {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0;
width: auto;
height: auto;
background-image: none;
text-transform: none;
color: #fff;
background-color: #000;
border: 0;
padding: 10px 18px;
font-size: 14px;
}
.price_slider_wrapper button.disabled,
.price_slider_wrapper button:disabled {
cursor: not-allowed;
opacity: .65;
}
.price_slider_wrapper button:hover {
text-decoration: none;
color: #fff;
background-color: black;
}
.price_slider_wrapper button:focus {
outline: 0;
} .product_list_widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
list-style: none;
margin: 0;
padding: 0;
}
.product_list_widget li {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin-bottom: 15px;
position: relative;
}
.product_list_widget li::after {
content: "";
display: table;
clear: both;
}
.product_list_widget li img {
margin-bottom: 5px;
display: block;
}
.product_list_widget .product-thumb {
float: left;
margin-right: 15px;
}
.product_list_widget .product-content {
overflow: hidden;
}
.product_list_widget .product-title {
line-height: 1.4;
display: block;
margin-bottom: 7px;
color: #191919;
}
.product_list_widget .product-title:hover {
color: #000;
}
.product_list_widget .star-rating {
display: block;
margin-bottom: 5px;
}
.product_list_widget .reviewer {
display: block;
}
.product_list_widget .woocommerce-Price-amount {
font-size: 12px;
}
.product_list_widget ins {
text-decoration: none;
}
.product_list_widget .remove {
position: absolute;
top: 0;
left: 15px;
font-size: 16px;
width: 16px;
height: 16px;
text-align: center;
line-height: 14px;
background-color: #000;
color: #808080;
} .widget_shopping_cart .total {
display: block;
font-size: 14px;
color: #191919;
}
.widget_shopping_cart .quantity {
height: auto;
}
.widget_shopping_cart .buttons {
display: block;
}
.widget_shopping_cart .buttons::after {
content: "";
display: table;
clear: both;
}
.widget_shopping_cart .buttons .button {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0;
width: auto;
height: auto;
background-image: none;
text-transform: none;
color: #fff;
background-color: #000;
border: 0;
padding: 10px 18px;
font-size: 14px;
width: 49.5%;
float: left;
margin: 0 1% 0 0;
}
.widget_shopping_cart .buttons .button.disabled,
.widget_shopping_cart .buttons .button:disabled {
cursor: not-allowed;
opacity: .65;
}
.widget_shopping_cart .buttons .button:hover {
text-decoration: none;
color: #fff;
background-color: black;
}
.widget_shopping_cart .buttons .button:focus {
outline: 0;
}
.widget_shopping_cart .buttons .button:last-child {
margin-right: 0;
}
.widget_shopping_cart li.empty {
margin: 0;
}
.header .widget_shopping_cart li.empty {
text-align: center;
border: 2px solid rgba(0, 0, 0, 0.08);
padding: 25px;
} .widget_layered_nav_filters ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_layered_nav_filters li {
display: inline-block;
margin: 0 5px 5px 0;
}
.widget_layered_nav_filters a {
display: inline-block;
background-color: #000;
border-radius: 2px;
color: #191919;
font-size: 12px;
padding: 2px 10px;
position: relative;
}
.widget_layered_nav_filters a::before {
content: "\00d7";
margin-right: 5px;
font-size: 14px;
}
.widget_layered_nav_filters a:hover::before {
color: #000;
}
.widget_layered_nav li.chosen a::before {
content: "\00d7";
margin-right: 5px;
font-size: 14px;
}
.widget_layered_nav li.chosen a:hover::before {
color: #000;
} .woocommerce-product-search {
position: relative;
width: 100%;
}
.woocommerce-product-search button[type="submit"] {
position: absolute;
right: 0;
top: 0;
} .cart-info-head .cart-price {
display: inline-block;
margin-left: 5px;
}
@media (min-width: 576px) and (min-width: 1400px) {
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields > div,
.woocommerce-shipping-fields > div {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields > div,
.woocommerce-shipping-fields > div {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields p,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields p,
.woocommerce-shipping-fields h3 {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 576px) {
.layout-boxed #page {
padding-right: 15px;
padding-left: 15px;
}
.layout-boxed #page {
width: 540px;
max-width: 100%;
}
.entry-item-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.entry-item-media.entry-item-media-widget {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.entry-item-media .entry-item-thumb {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 37.5%;
margin-right: 30px;
margin-bottom: 0;
}
.entry-item-media-sm .entry-item-thumb {
margin-right: 15px;
}
.gallery {
margin-right: -5px;
margin-left: -5px;
}
.gallery-columns-1 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-3 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-4 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-5 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-6 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-7 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-8 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-9 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.elementor .elementor-widget.elementor-widget-cat_feat_posts .entry-item-media .entry-item-thumb {
margin-right: 30px;
margin-bottom: 0;
}
.elementor .elementor-widget.elementor-widget-cat_feat_posts .entry-item-media-sm .entry-item-thumb {
margin-right: 15px;
}
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
.hidden-sm-up {
display: none !important;
}
ul.products {
margin-right: -15px;
margin-left: -15px;
}
ul.products > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.single-product div.product {
margin-right: -15px;
margin-left: -15px;
}
.single-product div.product .summary {
padding-right: 15px;
padding-left: 15px;
}
.single-product .upsells,
.single-product .related {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-product-gallery {
padding-right: 15px;
padding-left: 15px;
}
.variations td.value select {
float: left;
width: 80%;
margin-right: 10px;
}
.woocommerce-tabs {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields > div,
.woocommerce-shipping-fields > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-billing-fields p,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields p,
.woocommerce-shipping-fields h3 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.place-order {
text-align: right;
}
.woocommerce-account .woocommerce {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-MyAccount-navigation {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Addresses {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
.product_list_widget {
margin-right: -15px;
margin-left: -15px;
}
.product_list_widget li {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 576px) and (min-width: 1200px) {
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields > div,
.woocommerce-shipping-fields > div {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields > div,
.woocommerce-shipping-fields > div {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields p,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields p,
.woocommerce-shipping-fields h3 {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 576px) and (min-width: 992px) {
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields > div,
.woocommerce-shipping-fields > div {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields > div,
.woocommerce-shipping-fields > div {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields p,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields p,
.woocommerce-shipping-fields h3 {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 576px) and (min-width: 576px) {
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields > div,
.woocommerce-shipping-fields > div {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields > div,
.woocommerce-shipping-fields > div {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields p,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields p,
.woocommerce-shipping-fields h3 {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 576px) and (min-width: 768px) {
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields > div,
.woocommerce-shipping-fields > div {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields > div,
.woocommerce-shipping-fields > div {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields p,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields p,
.woocommerce-shipping-fields h3 {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) and (min-width: 768px) {
.woocommerce .col2-set {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals {
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals .cart_totals {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.layout-boxed #page {
padding-right: 15px;
padding-left: 15px;
}
.layout-boxed #page {
width: 720px;
max-width: 100%;
}
.entry-item-media-sm.entry-item-media-widget {
padding-bottom: 10px;
margin-bottom: 10px;
}
.entry-video-hero-content.stuck {
-webkit-transform: translateY(100%);
transform: translateY(100%);
width: 300px;
position: fixed;
bottom: 30px;
right: 30px;
z-index: 1000;
-webkit-animation: ci-fade-in-up .25s ease forwards;
animation: ci-fade-in-up .25s ease forwards;
}
.entry-content-column-split {
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
}
.gallery {
margin-right: -5px;
margin-left: -5px;
}
.gallery-columns-1 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-3 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-4 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-5 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-6 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-7 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-8 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-9 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.mega-menu-item.widget_ci-latest-post-type,
.mega-menu-item.widget_ci-featured-posts {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.mega-menu-item.widget_ci-latest-post-type .entry-item-media-widget,
.mega-menu-item.widget_ci-featured-posts .entry-item-media-widget {
display: block;
padding: 0 15px;
border: 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.mega-menu-item.widget_ci-latest-post-type .entry-item-media-widget .entry-item-thumb,
.mega-menu-item.widget_ci-featured-posts .entry-item-media-widget .entry-item-thumb {
width: auto;
margin: 0 0 10px !important;
}
.mega-menu-item.widget_ci-latest-post-type .entry-item-media-widget .entry-title,
.mega-menu-item.widget_ci-featured-posts .entry-item-media-widget .entry-title {
font-size: 18px;
}
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
.hidden-md-up {
display: none !important;
}
.woocommerce .col2-set {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
ul.products {
margin-right: -15px;
margin-left: -15px;
}
ul.products > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.single-product div.product {
margin-right: -15px;
margin-left: -15px;
}
.single-product div.product .summary {
padding-right: 15px;
padding-left: 15px;
}
.single-product .upsells,
.single-product .related {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-product-gallery {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-tabs {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.cart-collaterals .cart_totals {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
float: right;
}
.woocommerce-checkout .login .form-row-first,
.woocommerce-checkout .login .form-row-last {
float: left;
width: 49%;
margin-right: 2%;
}
.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
float: left;
width: 25%;
margin: 0;
}
.woocommerce-account .woocommerce {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-MyAccount-navigation {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-navigation {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
padding-left: 0;
}
.woocommerce-MyAccount-content {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
padding-right: 0;
}
.woocommerce-Addresses {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.product_list_widget {
margin-right: -15px;
margin-left: -15px;
}
.product_list_widget li {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) and (min-width: 1200px) {
.woocommerce .col2-set {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals {
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals .cart_totals {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) and (min-width: 1400px) {
.woocommerce .col2-set {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals {
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals .cart_totals {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) and (min-width: 992px) {
.woocommerce .col2-set {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals {
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals .cart_totals {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) and (min-width: 576px) {
.woocommerce .col2-set {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals {
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals .cart_totals {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) {
.head-intro-info-module:first-child {
padding-left: 0;
}
.layout-boxed #page {
padding-right: 15px;
padding-left: 15px;
}
.layout-boxed #page {
width: 940px;
max-width: 100%;
}
.gallery {
margin-right: -5px;
margin-left: -5px;
}
.gallery-columns-1 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-3 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-4 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-5 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-6 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-7 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-8 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-9 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
.hidden-lg-up {
display: none !important;
}
ul.products {
margin-right: -15px;
margin-left: -15px;
}
ul.products > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.single-product div.product {
margin-right: -15px;
margin-left: -15px;
}
.single-product div.product .summary {
padding-right: 15px;
padding-left: 15px;
}
.single-product .upsells,
.single-product .related {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-product-gallery {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-tabs {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-account .woocommerce {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-MyAccount-navigation {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
padding-left: 45px;
}
.woocommerce-Addresses {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
.product_list_widget {
margin-right: -15px;
margin-left: -15px;
}
.product_list_widget li {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 1200px) {
.header-fullwidth .container {
width: 1600px;
}
.layout-boxed #page {
padding-right: 15px;
padding-left: 15px;
}
.layout-boxed #page {
width: 1170px;
max-width: 100%;
}
.entry-content .alignnone {
max-width: none;
margin-left: -8.33333%;
width: calc(100% + 8.3333%) !important;
}
.entry-content .alignnone img {
width: 100%;
}
.page-template-full-width-page .entry-content .alignnone,
.page-template-builder .entry-content .alignnone {
margin-left: 0;
width: auto !important;
max-width: 100%;
}
.footer-fullwidth .container {
width: 1600px;
}
.gallery {
margin-right: -5px;
margin-left: -5px;
}
.gallery-columns-1 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-3 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-4 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-5 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-6 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-7 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-8 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-9 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
.hidden-xl-up {
display: none !important;
}
ul.products {
margin-right: -15px;
margin-left: -15px;
}
ul.products > li {
padding-right: 15px;
padding-left: 15px;
}
.single-product div.product {
margin-right: -15px;
margin-left: -15px;
}
.single-product div.product .summary {
padding-right: 15px;
padding-left: 15px;
}
.single-product .upsells,
.single-product .related {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-product-gallery {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-tabs {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-account .woocommerce {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-MyAccount-navigation {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Addresses {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
.product_list_widget {
margin-right: -15px;
margin-left: -15px;
}
.product_list_widget li {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 1400px) {
.layout-boxed #page {
padding-right: 15px;
padding-left: 15px;
}
.layout-boxed #page {
width: 1370px;
max-width: 100%;
}
.gallery {
margin-right: -5px;
margin-left: -5px;
}
.gallery-columns-1 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-3 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-4 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-5 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-6 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-7 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-8 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-9 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.align-items-xxl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xxl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xxl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.text-xxl-left {
text-align: left !important;
}
.text-xxl-right {
text-align: right !important;
}
.text-xxl-center {
text-align: center !important;
}
.hidden-xxl-up {
display: none !important;
}
ul.products {
margin-right: -15px;
margin-left: -15px;
}
ul.products > li {
padding-right: 15px;
padding-left: 15px;
}
.single-product div.product {
margin-right: -15px;
margin-left: -15px;
}
.single-product div.product .summary {
padding-right: 15px;
padding-left: 15px;
}
.single-product .upsells,
.single-product .related {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-product-gallery {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-tabs {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-account .woocommerce {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-MyAccount-navigation {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Addresses {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
.product_list_widget {
margin-right: -15px;
margin-left: -15px;
}
.product_list_widget li {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 1399px) {
.hidden-xl-down {
display: none !important;
}
}
@media (max-width: 1199px) {
.entry-video-hero,
.entry-audio-hero,
.entry-gallery-hero {
margin-bottom: 50px;
}
.entry-item-media .entry-title {
font-size: 22px;
}
.entry-item-media-widget .entry-title {
font-size: 16px;
}
.hidden-lg-down {
display: none !important;
}
.wc-proceed-to-checkout .button {
white-space: inherit;
}
}
@media (max-width: 1080px) {
.ci-video-wrap::before {
display: none;
}
}
@media (max-width: 991px) {
.nav.is-stuck {
position: static !important;
background: none;
}
.nav.is-stuck + .stuck {
display: none !important;
}
.nav {
margin-top: 0;
}
.nav:not(.ci-mega-menu) {
display: none;
}
.head-mast {
padding-top: 15px;
}
.head-main-ad {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.head-main-ad > a {
display: block;
padding-top: 15px;
margin-top: 10px;
border-top-width: 1px;
border-bottom-width: 1px;
}
.head-intro-info {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom-width: 1px;
}
.head-intro-info-module {
padding: 5px 10px;
width: 100%;
text-align: center;
}
.head-intro-info-module:last-child {
border-right: 0;
}
.head-nav-inline {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.head-intro-addons {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.head-search {
padding: 3px 10px;
margin-left: auto;
}
.stuck {
display: none;
}
.page-hero-lg {
height: 650px;
}
.page-hero-align-top {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-hero-align-bottom {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-hero-title {
font-size: 36px;
}
.page-hero-lg .page-hero-title {
font-size: 52px;
}
.page-hero-slideshow {
height: 650px;
}
.main {
padding: 45px 0;
}
.sidebar {
margin-top: 80px;
}
.sidebar-sticky {
position: static !important;
padding-bottom: 0;
}
.sidebar-sticky-spacer {
display: none;
}
.entry {
margin-bottom: 50px;
}
.entry:only-child {
margin-bottom: 0;
}
.entry-item {
padding-bottom: 30px;
margin-bottom: 35px;
}
.entry-item-hero {
height: 300px;
}
.entry-video-hero,
.entry-audio-hero,
.entry-gallery-hero {
margin-bottom: 40px;
}
.entry-item-hero .entry-header {
margin-bottom: 0;
}
.entry-item-hero .entry-title,
.entry-item-media .entry-title {
font-size: 22px;
}
.entry-item-hero .entry-item-content {
padding: 20px;
}
.entry-item-hero .entry-excerpt {
display: none;
}
.entry-section {
padding: 40px 0;
}
.entry-author-thumbnail {
width: 80px;
margin-right: 15px;
}
.entry-featured-slider {
height: 300px;
}
.entry-featured-slider .slick-slide {
height: 300px;
}
.header .list-social-icons {
padding: 3px 10px;
border-right-width: 1px;
border-left: 0;
}
.footer-inner {
padding: 45px 0 -5px;
}
.widget {
margin-bottom: 50px;
}
.gallery-columns-6 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.gallery-columns-7 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.gallery-columns-8 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.gallery-columns-9 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
#mobilemenu {
display: block;
}
.mobile-nav-trigger {
display: inline-block;
}
.widget-section .instagram-pics {
margin: 0;
}
.widget-section .instagram-pics li {
padding: 0;
margin: 0;
}
.mega-toggle-label {
display: none;
}
.hidden-md-down {
display: none !important;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (max-width: 767px) {
.site-logo {
font-size: 24px;
}
.site-tagline {
font-size: 13px;
}
.head-intro {
text-align: center;
}
.head-intro-info {
padding: 5px 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.head-intro-info-module {
padding: 0 10px;
border: 0;
width: auto;
text-align: center;
}
.head-intro-info-module:nth-child(3) {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.page-hero-lg {
height: 500px;
}
.page-hero-title {
font-size: 32px;
}
.page-hero-subtitle {
font-size: 16px;
}
.page-hero-slideshow {
height: 500px;
}
.ci-slick-slider .slick-arrow {
display: none !important;
visibility: hidden;
}
.layout-boxed #page {
padding-left: 0;
padding-right: 0;
}
.main {
padding: 35px 0;
}
.section-category [class^="col"]:last-child .entry-item {
margin-bottom: 0;
}
.section-category-header {
margin-bottom: 30px;
}
.entry-item-media-widget {
padding-bottom: 10px;
margin-bottom: 10px;
}
.entry-video-hero,
.entry-audio-hero,
.entry-gallery-hero {
margin-bottom: 30px;
}
.entry-title {
font-size: 26px;
}
.entry-item .entry-title {
font-size: 22px !important;
}
.entry-item-media-widget .entry-title {
font-size: 18px !important;
}
.entry-item-thumb {
margin-bottom: 25px;
}
.entry-item-media-sm .entry-item-thumb {
margin-bottom: 5px;
}
.entry-thumb {
margin-bottom: 30px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 30px 0 20px;
}
.entry-content .fluid-width-video-wrapper,
.entry-content audio,
.entry-content video,
.entry-content blockquote,
.entry-content .gallery {
margin-top: 30px;
margin-bottom: 30px;
}
.entry-content blockquote {
font-size: 24px;
}
.entry-content-intro {
font-size: 18px;
line-height: 1.65;
margin-bottom: 30px;
}
.entry-rating-final-score strong {
font-size: 50px;
}
.entry-rating-final-score {
width: auto;
padding: 0 20px;
}
.entry-navigation-title {
font-size: 16px;
}
.news-ticker-prev,
.news-ticker-next {
display: none;
}
.footer-inner {
padding: 35px 0 -5px;
}
.comment-list ol {
margin: 0;
padding: 0;
}
.comment-reply-link {
margin: 0;
}
.widget {
margin-bottom: 40px;
}
.gallery-columns-1 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-2 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-5 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-6 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-7 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-8 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-9 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.alignnone {
margin: 15px 0;
}
.aligncenter {
float: none;
display: block;
margin: 30px auto;
}
.alignright {
float: none;
display: block;
margin: 30px auto;
}
.alignleft {
float: none;
display: block;
margin: 30px auto;
}
.wp-caption.alignnone,
.wp-caption.aligncenter {
margin-top: 15px;
margin-bottom: 30px;
}
.widget-section .instagram-pics li {
width: 50%;
}
.elementor .elementor-widget.elementor-widget-cat_feat_posts {
margin-bottom: 25px;
}
.elementor .elementor-widget.elementor-widget-cat_feat_posts .entry-item-media-sm .entry-item-thumb {
margin-bottom: 5px;
}
.hidden-sm-down {
display: none !important;
}
.actions {
margin: 0 0 25px;
}
.woocommerce-ordering {
float: none;
width: 100%;
top: 0;
}
.woocommerce-ordering select {
width: 100%;
}
.single-product div.product .summary {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-product-gallery {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.images {
margin-bottom: 30px;
}
.woocommerce-Reviews .avatar {
display: none;
}
.cart-collaterals .cart_totals {
clear: both;
}
.wc-form-login .login {
margin-bottom: 30px;
}
}
@media (max-width: 575px) {
input,
textarea {
width: 100%;
}
.comment-author .avatar {
display: none;
}
.hidden-xs-down {
display: none !important;
}
.shop_table .product-thumbnail {
display: none;
}
.shop_table .product-price {
display: none;
}
.shop_table .coupon {
display: block;
float: none;
width: 100%;
margin-bottom: 15px;
}
.place-order .terms {
margin: 5px 0 0;
display: block;
}
}
@media (max-width: 991px) and (min-width: 576px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 991px) and (min-width: 992px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 991px) and (min-width: 1200px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 991px) and (min-width: 1400px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-aspect-ratio: 16 / 9) {
.page-hero-lg .ci-video-background {
height: 100%;
top: 0;
width: 300%;
left: -100%;
}
}