:root {
--black: #6d6d6d;
--gray: #1E1F24;
--gray-dark: rgba(0, 0, 0, 0.5);
--gray-light: rgba(0, 0, 0, 0.1);
--gray-lighter: #F4F4F4;
--white: #fff;
--main: #d62c40;
--second: #b0585a;
--black-rgb: 36,35,43;
--gray-rgb: 244,244,244;
--white-rgb: 255,255,255;
--main-rgb: 210,58,30;
--second-rgb: 210,190,110;
}
.color-main {
color: #d62c40;
color: var(--main);
}
.color-second {
color: #b0585a;
color: var(--second);
}
.color-gray {
color: rgba(0, 0, 0, 0.75);
}
body.body-black .color-gray {
color: rgba(255, 255, 255, 0.75);
}
.white,
.color-white {
color: #fff;
color: var(--white);
}
.red {
color: #C11501;
}
.black {
color: #6d6d6d;
color: var(--black);
}   html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0;
}  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
} audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  a {
background-color: transparent;
} a:active,
a:hover {
outline: 0;
}  abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
} h1 {
font-size: 2em;
margin: 0.67em 0;
} mark {
background: var(--second);
color: #6d6d6d;
color: var(--black);
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}  figure {
margin: 1em 40px;
} hr {
box-sizing: content-box;
height: 0;
} pre {
overflow: auto;
} code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible;
} button,
select {
text-transform: none;
} button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} input {
line-height: normal;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
} input[type="search"] {
-webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0; padding: 0; } textarea {
overflow: auto;
} optgroup {
font-weight: bold;
}  table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} html {
overflow-y: scroll;
}
html,
body {
height: 100% !important;
} header.page-header {
background-color: #1E1F24;
background-color: var(--gray);
color: #d62c40;
color: var(--main);
background-attachment: fixed;
background-position: 50% -100px;
text-align: center;
position: relative;
margin: 0;
padding: 138px 0 65px;
min-height: 260px;
border-bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
header.page-header.hasBreadcrumbs {
padding: 168px 0 85px;
}
header.page-header.header-h1.hasBreadcrumbs {
min-height: 400px;
}
@media (max-width: 768px) {
header.page-header {
min-height: initial;
background-attachment: scroll;
}
header.page-header.header-h1.hasBreadcrumbs {
min-height: initial;
}
}
header.page-header.hasBackground:before {
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
header.page-header:not(.hasBackground) {
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
header.page-header.hasBackground:before {
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
header.page-header .container {
position: relative;
z-index: 2;
}
header.page-header.menu-hidden {
padding-top: 50px;
}
header.page-header .breadcrumbs {
list-style: none;
margin: 10px 0 5px 0;
padding: 0;
text-align: center;
}
header.page-header .breadcrumbs li {
display: inline-block;
margin: 0 0 0 0px;
font-size: 16px;
color: rgba(255, 255, 255, 0.75);
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-weight: 700;
}
header.page-header .breadcrumbs li a {
color: #d62c40;
color: var(--main);
}
header.page-header .breadcrumbs li a:hover {
color: #fff;
color: var(--white);
}
header.page-header .breadcrumbs li:not(:last-child):after {
margin: 4px 12px 0 12px;
vertical-align: baseline;
padding-bottom: 5px;
position: relative;
top: -1px;
content: "»";
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-size: 16px;
font-weight: 600;
color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 768px) {
header.page-header {
height: auto;
min-height: auto;
}
}
header.page-header h1 {
margin: 0;
color: #fff;
color: var(--white);
font-size: 48px;
}
@media (max-width: 768px) {
header.page-header h1 {
font-size: 30px;
}
}
.main-wrapper {
position: relative;
}
body.admin-bar nav.affix {
position: relative !important;
}
body.admin-bar nav.affix.dark {
background-color: transparent !important;
}
@media (min-width: 991px) {
body.admin-bar .navbar-fixed-top:not(.affix-top),
body.admin-bar .navbar-affix:not(.affix-top) {
margin-top: 32px;
}
}
@media (max-width: 768px) {
body.admin-bar nav.navbar {
margin-top: 0px;
}
body.admin-bar .navbar.affix,
body.admin-bar .navbar-fixed-top {
position: relative !important;
margin-bottom: 0;
}
}
@media (max-width: 991px) {
body.admin-bar { }
body.admin-bar #navbar {
margin: 119px 0  0 !important;
}
body.admin-bar .slider-div {
margin-top: 0 !important;
}
}
body.admin-bar #adminbarsearch {
background: transparent !important;
}
@media (max-width: 1199px) {
body.admin-bar .navbar-collapse {
top: 32px !important;
}
}
@media (max-width: 768px) {
body.admin-bar .navbar-collapse {
top: 43px !important;
}
}
body.admin-bar .navbar-collapse.collapse .toggle-wrap {
padding-top: 35px !important;
}
#nav-wrapper {
position: relative;
min-height: 88px;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#nav-wrapper.mob-visible nav.navbar.navbar-transparent-light .navbar-header,
#nav-wrapper.mob-visible nav.navbar.navbar-transparent .navbar-header,
#nav-wrapper.mob-visible nav.navbar.navbar-transparent-light .nav-right,
#nav-wrapper.mob-visible nav.navbar.navbar-transparent .nav-right {
display: none;
}
#nav-wrapper:before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
background-color: rgba(0, 0, 0, 0.1);
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%); }
#nav-wrapper.navbar-layout-black,
#nav-wrapper.navbar-layout-transparent-underline,
#nav-wrapper.navbar-layout-transparent {
position: absolute;
width: 100%;
z-index: 100;
}
#nav-wrapper.navbar-layout-solid-black {
background-color: #6d6d6d;
background-color: var(--black);
}
#nav-wrapper.navbar-layout-solid-black:before {
display: none;
}
#nav-wrapper.navbar-layout-black:before {
display: none;
}
#nav-wrapper.mob-visible {
left: auto;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.mob-visible nav.navbar {
right: auto !important;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
nav.navbar {
position: absolute;
border: 0;
width: 100%;
top: 0;
right: 50%;
z-index: 10;
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%);
color: #fff;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
transition: background .8s ease;
padding: 0px 0;
margin-bottom: 0;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900; }
nav.navbar li,
nav.navbar a {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
nav.navbar.dark {
background-color: rgba(0, 0, 0, 0.8);
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
nav.navbar .row {
min-height: 88px;
}
nav.navbar .container {
position: relative;
overflow: visible;
}
nav.navbar #navbar {
min-height: 88px;
}
nav.navbar.affix {
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}
nav.navbar .logo {
display: block;
}
nav.navbar .logo img {
max-height: 56px;
width: auto;
}
nav.navbar .navbar-toggle {
display: inline-block;
background-color: transparent;
background-image: none;
height: 45px;
width: 63px;
margin: 0px 15px;
padding: 2px 10px 4px;
}
@media (min-width: 1199px) {
nav.navbar .navbar-toggle {
display: none;
}
}
nav.navbar .navbar-toggle .icon-bar {
background-color: #fff;
background-color: var(--white);
height: 4px !important;
padding: 0 !important;
width: 100%;
margin: 7px 0;
transition: all 0.2s;
}
nav.navbar .navbar-toggle .top-bar {
transform: rotate(45deg);
transform-origin: 10% 10%;
min-height: auto !important;
}
nav.navbar .navbar-toggle .middle-bar {
opacity: 0;
}
nav.navbar .navbar-toggle .bottom-bar {
transform: rotate(-45deg);
transform-origin: 10% 90%;
}
nav.navbar .navbar-toggle.collapsed .top-bar {
transform: rotate(0);
}
nav.navbar .navbar-toggle.collapsed .middle-bar {
opacity: 1;
}
nav.navbar .navbar-toggle.collapsed .bottom-bar {
transform: rotate(0);
}
nav.navbar .cart-navbar {
display: inline-block;
float: right;
position: relative;
color: #d62c40;
color: var(--main);
font-size: 18px;
margin: 1px 20px 0 0 !important;
}
@media (max-width: 1599px) {
nav.navbar .cart-navbar a {
padding-left: 6px !important;
}
}
nav.navbar .cart-navbar.cart-navbar-mobile {
color: #fff;
color: var(--white);
margin-top: 8px !important;
margin-right: 30px !important;
}
nav.navbar .cart-navbar.cart-navbar-mobile .count {
right: -32px;
top: 3px;
}
@media (min-width: 1199px) {
nav.navbar .cart-navbar.cart-navbar-mobile {
display: none;
}
}
nav.navbar .cart-navbar .fa {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
nav.navbar .cart-navbar:hover .fa {
color: #d62c40;
color: var(--main);
}
nav.navbar .cart-navbar .count {
background-color: #d62c40;
background-color: var(--main);
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
color: #fff;
color: var(--white);
position: absolute;
top: 6px;
right: -20px;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
font-size: 12px;
font-weight: 600;
display: inline-block;
}
nav.navbar .cart-navbar .fa {
font-size: 18px;
display: inline-block;
vertical-align: middle;
}
nav.navbar #navbar {
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
nav.navbar #navbar.muted a:not(.top-search-ico) {
zoom: 1;
filter: alpha(opacity=20);
-webkit-opacity: 0.2;
-moz-opacity: 0.2;
opacity: 0.2;
}
@media (min-width: 1199px) {
nav.navbar #navbar .toggle-wrap {
display: none;
}
nav.navbar #navbar ul.navbar-nav {
float: right;
margin-right: -13px;
z-index: 10000;
position: relative;
top: 22px;
}
nav.navbar #navbar ul.navbar-nav li,
nav.navbar #navbar ul.navbar-nav a {
font-size: 16px;
transition: none;
padding: 6px 0 0px;
}
nav.navbar #navbar ul.navbar-nav span:hover,
nav.navbar #navbar ul.navbar-nav li:hover {
cursor: pointer;
}
nav.navbar #navbar ul.navbar-nav a {
padding: 4px 14px 0;
border: 1px solid transparent;
font-weight: 700;
cursor: pointer;
}
nav.navbar #navbar ul.navbar-nav a:focus {
background: transparent;
}
nav.navbar #navbar ul.navbar-nav > li:hover > a {
background: transparent;
color: #d62c40;
color: var(--main);
}
nav.navbar #navbar ul.navbar-nav > li > a {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #fff;
}
nav.navbar #navbar ul.navbar-nav > li > a span {
display: inline-block;
position: relative;
overflow: hidden;
padding-bottom: 10px;
}
nav.navbar #navbar ul.navbar-nav > li.page_item_has_children:not(:last-child),
nav.navbar #navbar ul.navbar-nav > li.menu-item-has-children:not(:last-child) {
padding-right: 6px;
}
nav.navbar #navbar ul.navbar-nav > li.page_item_has_children > a,
nav.navbar #navbar ul.navbar-nav > li.menu-item-has-children > a {
vertical-align: middle;
}
nav.navbar #navbar ul.navbar-nav > li.page_item_has_children > a:after,
nav.navbar #navbar ul.navbar-nav > li.menu-item-has-children > a:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 11pt;
vertical-align: middle;
content: "\f105";
font-weight: bold;
margin: 3px 0 0 6px;
position: absolute;
transition: color 0.5s ease;
}
nav.navbar #navbar ul.navbar-nav > li.page_item_has_children:hover > ul,
nav.navbar #navbar ul.navbar-nav > li.menu-item-has-children:hover > ul {
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
visibility: visible;
z-index: 100;
}
nav.navbar #navbar ul.navbar-nav > li.page_item_has_children:hover > a:after,
nav.navbar #navbar ul.navbar-nav > li.menu-item-has-children:hover > a:after {
content: "\f107";
margin-top: 3px;
margin-left: 6px;
}
nav.navbar #navbar ul.navbar-nav > li.current-menu-ancestor > a,
nav.navbar #navbar ul.navbar-nav > li.current-menu-item > a,
nav.navbar #navbar ul.navbar-nav > li.current-menu-parent > a,
nav.navbar #navbar ul.navbar-nav > li.current_page_parent > a,
nav.navbar #navbar ul.navbar-nav > li.current_page_item > a {
color: #d62c40;
color: var(--main);
cursor: default;
position: relative;
}
nav.navbar #navbar ul.navbar-nav > li.current-menu-ancestor > a:before,
nav.navbar #navbar ul.navbar-nav > li.current-menu-item > a:before,
nav.navbar #navbar ul.navbar-nav > li.current-menu-parent > a:before,
nav.navbar #navbar ul.navbar-nav > li.current_page_parent > a:before,
nav.navbar #navbar ul.navbar-nav > li.current_page_item > a:before {
border-bottom: 2px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
content: "";
position: absolute;
bottom: 8px;
left: 14px;
right: 14px;
}
nav.navbar #navbar ul.navbar-nav > li.page_item_has_children:last-child > ul.children,
nav.navbar #navbar ul.navbar-nav > li.menu-item-has-children:last-child > ul.children,
nav.navbar #navbar ul.navbar-nav > li.page_item_has_children:last-child > ul.sub-menu,
nav.navbar #navbar ul.navbar-nav > li.menu-item-has-children:last-child > ul.sub-menu {
margin-left: -207px;
}
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.children,
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.sub-menu {
margin-left: -222px;
}
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.children ul,
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.sub-menu ul {
left: auto !important;
right: 336px !important;
margin-left: -86px;
margin-right: -86px;
}
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.children ul ul,
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.sub-menu ul ul {
left: 250px !important;
right: auto !important;
margin-left: 0;
margin-right: -86px;
}
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.children ul ul ul,
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.sub-menu ul ul ul {
left: auto !important;
right: 336px !important;
margin-left: -86px;
margin-right: 0;
}
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.children ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.sub-menu ul ul ul ul {
left: 250px !important;
right: auto !important;
margin-left: 0;
margin-right: -86px;
}
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.children ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.sub-menu ul ul ul ul ul {
left: auto !important;
right: 336px !important;
margin-left: -86px;
margin-right: 0;
}
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.children ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.sub-menu ul ul ul ul ul ul {
left: 250px !important;
right: auto !important;
margin-left: 0;
margin-right: -86px;
}
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.children ul ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.sub-menu ul ul ul ul ul ul ul {
left: auto !important;
right: 336px !important;
margin-left: -86px;
margin-right: 0;
}
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.children ul ul ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.sub-menu ul ul ul ul ul ul ul ul {
left: 250px !important;
right: auto !important;
margin-left: 0;
margin-right: -86px;
}
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.children ul ul ul ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.sub-menu ul ul ul ul ul ul ul ul ul {
left: auto !important;
right: 336px !important;
margin-left: -86px;
margin-right: 0;
}
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.children ul ul ul ul ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li.menu-item-last > ul.sub-menu ul ul ul ul ul ul ul ul ul ul {
left: 250px !important;
right: auto !important;
margin-left: 0;
margin-right: -86px;
}
nav.navbar #navbar ul.navbar-nav ul.children,
nav.navbar #navbar ul.navbar-nav ul.sub-menu {
background-color: #fff;
width: 250px;
margin: -5px 0 0 0;
padding: 8px 10px;
left: 50%;
margin-left: -125px;
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
position: absolute;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
visibility: hidden;
z-index: 100;
list-style: none;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
border-color: transparent !important;
-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.45);
-moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.45);
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.45);
}
nav.navbar #navbar ul.navbar-nav ul.children li,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li {
margin: 0 -10px;
padding: 0px 8px;
position: relative;
}
nav.navbar #navbar ul.navbar-nav ul.children li:last-child,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li:last-child {
border-bottom: none;
}
nav.navbar #navbar ul.navbar-nav ul.children li a,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li a {
padding: 8px 25px;
font-size: 16px;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-weight: 600;
display: block;
text-transform: none;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #6d6d6d;
color: var(--black);
}
nav.navbar #navbar ul.navbar-nav ul.children li a span:after,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li a span:after {
transition: color 0.5s ease;
}
nav.navbar #navbar ul.navbar-nav ul.children li:not(.mega-menu-col):hover > a,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li:not(.mega-menu-col):hover > a {
background-color: #d62c40;
background-color: var(--main);
color: #6d6d6d;
color: var(--black);
}
nav.navbar #navbar ul.navbar-nav ul.children li:not(.mega-menu-col):hover > ul,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li:not(.mega-menu-col):hover > ul {
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
transform: translateY(0);
transition-delay: 0s, 0s, 0.1s;
visibility: visible;
z-index: 1;
}
nav.navbar #navbar ul.navbar-nav ul.children li.menu-item-has-children > a span:after,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.menu-item-has-children > a span:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f105";
font-weight: bold;
margin-top: 3px;
margin-left: 8px;
}
nav.navbar #navbar ul.navbar-nav ul.children li.current-menu-item,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current-menu-item,
nav.navbar #navbar ul.navbar-nav ul.children li.current-menu-parent,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current-menu-parent,
nav.navbar #navbar ul.navbar-nav ul.children li.current_page_parent,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current_page_parent,
nav.navbar #navbar ul.navbar-nav ul.children li.current_page_item,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current_page_item {
padding: 0px 8px;
}
nav.navbar #navbar ul.navbar-nav ul.children li.current-menu-item > a,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current-menu-item > a,
nav.navbar #navbar ul.navbar-nav ul.children li.current-menu-parent > a,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current-menu-parent > a,
nav.navbar #navbar ul.navbar-nav ul.children li.current_page_parent > a,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current_page_parent > a,
nav.navbar #navbar ul.navbar-nav ul.children li.current_page_item > a,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current_page_item > a {
background: transparent !important;
color: #d62c40 !important;
color: var(--main) !important;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
nav.navbar #navbar ul.navbar-nav ul.children li.current-menu-item:hover,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current-menu-item:hover,
nav.navbar #navbar ul.navbar-nav ul.children li.current-menu-parent:hover,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current-menu-parent:hover,
nav.navbar #navbar ul.navbar-nav ul.children li.current_page_parent:hover,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current_page_parent:hover,
nav.navbar #navbar ul.navbar-nav ul.children li.current_page_item:hover,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current_page_item:hover {
cursor: default;
}
nav.navbar #navbar ul.navbar-nav ul.children li.current-menu-item:hover > a,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current-menu-item:hover > a,
nav.navbar #navbar ul.navbar-nav ul.children li.current-menu-parent:hover > a,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current-menu-parent:hover > a,
nav.navbar #navbar ul.navbar-nav ul.children li.current_page_parent:hover > a,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current_page_parent:hover > a,
nav.navbar #navbar ul.navbar-nav ul.children li.current_page_item:hover > a,
nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current_page_item:hover > a {
color: #6d6d6d;
color: var(--black);
}
nav.navbar #navbar ul.navbar-nav ul.children ul,
nav.navbar #navbar ul.navbar-nav ul.sub-menu ul {
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
position: absolute;
top: 0 !important;
margin-top: 0;
}
nav.navbar #navbar ul.navbar-nav > li ul.children ul,
nav.navbar #navbar ul.navbar-nav > li ul.sub-menu ul {
left: 250px !important;
margin-left: 0px;
}
nav.navbar #navbar ul.navbar-nav > li ul.children ul ul,
nav.navbar #navbar ul.navbar-nav > li ul.sub-menu ul ul {
left: auto !important;
right: 250px !important;
}
nav.navbar #navbar ul.navbar-nav > li ul.children ul ul ul,
nav.navbar #navbar ul.navbar-nav > li ul.sub-menu ul ul ul {
left: 250px !important;
right: auto !important;
}
nav.navbar #navbar ul.navbar-nav > li ul.children ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li ul.sub-menu ul ul ul ul {
left: auto !important;
right: 250px !important;
}
nav.navbar #navbar ul.navbar-nav > li ul.children ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li ul.sub-menu ul ul ul ul ul {
left: 250px !important;
right: auto !important;
}
nav.navbar #navbar ul.navbar-nav > li ul.children ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li ul.sub-menu ul ul ul ul ul ul {
left: auto !important;
right: 250px !important;
}
nav.navbar #navbar ul.navbar-nav > li ul.children ul ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li ul.sub-menu ul ul ul ul ul ul ul {
left: 250px !important;
right: auto !important;
}
nav.navbar #navbar ul.navbar-nav > li ul.children ul ul ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li ul.sub-menu ul ul ul ul ul ul ul ul {
left: auto !important;
right: 250px !important;
}
nav.navbar #navbar ul.navbar-nav > li ul.children ul ul ul ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li ul.sub-menu ul ul ul ul ul ul ul ul ul {
left: 250px !important;
right: auto !important;
}
nav.navbar #navbar ul.navbar-nav > li ul.children ul ul ul ul ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li ul.sub-menu ul ul ul ul ul ul ul ul ul ul {
left: auto !important;
right: 250px !important;
}
nav.navbar #navbar ul.navbar-nav > li + li {
z-index: 19;
}
nav.navbar #navbar ul.navbar-nav > li + li + li {
z-index: 18;
}
nav.navbar #navbar ul.navbar-nav > li + li + li + li {
z-index: 17;
}
nav.navbar #navbar ul.navbar-nav > li + li + li + li + li {
z-index: 16;
}
nav.navbar #navbar ul.navbar-nav > li + li + li + li + li + li {
z-index: 15;
}
nav.navbar #navbar ul.navbar-nav > li + li + li + li + li + li + li {
z-index: 14;
}
nav.navbar #navbar ul.navbar-nav > li + li + li + li + li + li + li + li {
z-index: 13;
}
nav.navbar #navbar ul.navbar-nav > li + li + li + li + li + li + li + li + li {
z-index: 12;
}
nav.navbar #navbar ul.navbar-nav > li + li + li + li + li + li + li + li + li + li {
z-index: 11;
}
nav.navbar #navbar ul.navbar-nav > li:last-child ul.children ul,
nav.navbar #navbar ul.navbar-nav > li:last-child ul.sub-menu ul {
left: auto !important;
right: 336px !important;
margin-left: -86px;
margin-right: -86px;
}
nav.navbar #navbar ul.navbar-nav > li:last-child ul.children ul ul,
nav.navbar #navbar ul.navbar-nav > li:last-child ul.sub-menu ul ul {
left: 250px !important;
right: auto !important;
}
nav.navbar #navbar ul.navbar-nav > li:last-child ul.children ul ul ul,
nav.navbar #navbar ul.navbar-nav > li:last-child ul.sub-menu ul ul ul {
left: auto !important;
right: 336px !important;
}
nav.navbar #navbar ul.navbar-nav > li:last-child ul.children ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li:last-child ul.sub-menu ul ul ul ul {
left: 250px !important;
right: auto !important;
}
nav.navbar #navbar ul.navbar-nav > li:last-child ul.children ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li:last-child ul.sub-menu ul ul ul ul ul {
left: auto !important;
right: 336px !important;
}
nav.navbar #navbar ul.navbar-nav > li:last-child ul.children ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li:last-child ul.sub-menu ul ul ul ul ul ul {
left: 250px !important;
right: auto !important;
}
nav.navbar #navbar ul.navbar-nav > li:last-child ul.children ul ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li:last-child ul.sub-menu ul ul ul ul ul ul ul {
left: auto !important;
right: 336px !important;
}
nav.navbar #navbar ul.navbar-nav > li:last-child ul.children ul ul ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li:last-child ul.sub-menu ul ul ul ul ul ul ul ul {
left: 250px !important;
right: auto !important;
}
nav.navbar #navbar ul.navbar-nav > li:last-child ul.children ul ul ul ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li:last-child ul.sub-menu ul ul ul ul ul ul ul ul ul {
left: auto !important;
right: 336px !important;
}
nav.navbar #navbar ul.navbar-nav > li:last-child ul.children ul ul ul ul ul ul ul ul ul ul,
nav.navbar #navbar ul.navbar-nav > li:last-child ul.sub-menu ul ul ul ul ul ul ul ul ul ul {
left: 250px !important;
right: auto !important;
}
nav.navbar #navbar li.menu-item-has-mega-menu {
position: static;
padding-bottom: 40px !important;
}
nav.navbar #navbar li:hover > div.mega-menu {
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
visibility: visible;
height: auto;
z-index: 1;
padding-top: 10px;
}
nav.navbar #navbar a.fa {
position: relative;
}
nav.navbar #navbar a.fa:before {
color: #b0585a;
color: var(--second);
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-right: 10px;
}
nav.navbar #navbar a.fa span {
font-family: 'Merriweather', sans-serif;
}
nav.navbar #navbar .mega-menu {
position: absolute !important;
left: -2px !important;
right: -2px !important;
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
height: 0;
overflow: hidden !important;
z-index: 2999;
transition: visibility 0s linear 0.2s, opacity 0.2s linear;
-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
nav.navbar #navbar .mega-menu a:hover {
background-color: transparent !important;
}
nav.navbar #navbar .mega-menu .mega-menu-row {
position: static !important;
visibility: visible !important;
opacity: 1 !important;
padding: 15px 0 !important;
display: table !important;
width: 100% !important;
background: var(--main);
}
nav.navbar #navbar .mega-menu .mega-menu-row .mega-menu-col {
display: table-cell !important;
width: 25%;
}
nav.navbar #navbar .mega-menu .mega-menu-row .mega-menu-col:last-child {
box-shadow: none !important;
}
nav.navbar #navbar .mega-menu .sub-menu {
-webkit-transform: translateY(0) !important;
-moz-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
-o-transform: translateY(0) !important;
transform: translateY(0) !important;
margin: 0px 0 0 0 !important;
right: auto !important;
left: auto !important;
position: static !important;
visibility: visible !important;
opacity: 1 !important;
width: auto !important;
box-shadow: none !important;
text-align: left;
width: 100% !important;
padding-bottom: 20px !important;
}
nav.navbar #navbar .mega-menu .sub-menu.mega-menu-row > li {
border-bottom: 0 !important;
}
nav.navbar #navbar .mega-menu .sub-menu li.menu-item-has-children > a {
color: #d62c40;
color: var(--main);
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
white-space: nowrap;
}
nav.navbar #navbar .mega-menu .sub-menu li:not(.menu-item-has-children) a {
padding-left: 20px;
padding-top: 8px;
padding-bottom: 8px;
line-height: 28px;
}
nav.navbar #navbar .mega-menu .sub-menu li:not(.menu-item-has-children) a span {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-weight: 600;
font-size: 14px;
}
nav.navbar #navbar .mega-menu .sub-menu li:not(.menu-item-has-children) a:before {
color: #d62c40;
color: var(--main);
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
nav.navbar #navbar .mega-menu .sub-menu li:not(.menu-item-has-children) a:hover {
color: #d62c40 !important;
color: var(--main) !important;
}
}
@media (min-width: 1199px) and (max-width: 1199px) {
nav.navbar #navbar ul.navbar-nav {
margin-right: 50px;
}
}
@media (max-width: 1199px) {
nav.navbar .navbar-toggle {
margin-right: 5px;
}
nav.navbar #navbar {
margin: 0px 0  0 !important;
padding: 0px 0 0px 0 !important;
background-color: #d62c40;
background-color: var(--main);
top: 0px;
bottom: 0px;
left: 0;
right: 0;
position: fixed;
z-index: 1000020;
height: 100%;
width: 100%;
max-height: 100% !important;
display: block;
overflow: scroll;
min-width: 0;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
border-top: none;
}
nav.navbar #navbar .toggle-wrap {
text-align: right;
position: relative;
padding: 12px 20px;
background-color: #6d6d6d;
background-color: var(--black);
border-bottom: 3px solid #d62c40;
border-color: #d62c40;
border-color: var(--main); }
nav.navbar #navbar .toggle-wrap .logo {
position: absolute;
left: 0;
top: 50%;
margin-left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
nav.navbar #navbar .toggle-wrap .logo img {
max-width: 80%;
}
nav.navbar #navbar .toggle-wrap .navbar-toggle {
right: 7px;
}
nav.navbar #navbar .toggle-wrap .icon-bar {
background-color: #fff !important;
}
nav.navbar #navbar .navbar-toggle {
position: relative;
top: auto !important;
right: auto;
margin: 0 !important;
height: 45px;
width: 46px;
padding: 0 !important;
}
nav.navbar #navbar .navbar-toggle .icon-bar {
height: 5px !important;
margin: 7px 0;
}
nav.navbar #navbar .navbar-toggle {
top: 40px;
}
nav.navbar #navbar .navbar-toggle .icon-bar {
background-color: #fff;
background-color: var(--white);
}
nav.navbar #navbar .navbar-toggle:focus .icon-bar,
nav.navbar #navbar .navbar-toggle:active .icon-bar,
nav.navbar #navbar .navbar-toggle:hover .icon-bar {
background-color: #6d6d6d;
background-color: var(--black);
}
nav.navbar #navbar.collapse {
left: -1000%;
}
nav.navbar #navbar.collapse .toggle-wrap {
display: none;
}
nav.navbar #navbar.collapse .nav-mob {
left: -1000%;
}
nav.navbar #navbar .cart-mob {
display: block;
float: none;
color: #fff;
color: var(--white);
font-size: 24px;
padding-top: 34px !important;
padding-bottom: 34px;
transition: none !important;
}
nav.navbar #navbar .cart-mob:hover .fa {
color: #b0585a;
color: var(--second);
}
nav.navbar #navbar .cart-mob .count {
background-color: #6d6d6d;
background-color: var(--black);
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
color: #fff;
color: var(--white);
top: auto;
left: auto;
width: 45px;
height: 45px;
text-align: center;
font-size: 18px;
line-height: 44px;
margin-left: 0px;
margin-top: 0px;
display: inline-block;
position: relative;
vertical-align: middle;
}
nav.navbar #navbar .cart-mob .fa {
font-size: 24px;
display: inline-block;
vertical-align: middle;
}
nav.navbar #navbar .cart-mob .name {
text-transform: none;
font-size: 24px;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
padding: 0px 0 0 20px;
display: inline-block;
vertical-align: middle;
}
nav.navbar #search {
display: none;
}
nav.navbar .logo {
margin-left: 15px;
}
nav.navbar ul.navbar-nav {
width: 100%;
padding: 0px 0px 0px 0;
margin: 0px 0 0;
}
nav.navbar ul.navbar-nav > li.show-child ul {
display: block !important;
}
nav.navbar ul.navbar-nav > li > a {
font-size: 24px;
font-weight: 900;
padding: 18px 60px 18px 40px;
color: var(--white);
color: #fff;
word-wrap: break-word;
line-height: 1em;
position: relative;
}
nav.navbar ul.navbar-nav > li > a:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav.navbar ul.navbar-nav > li a.fa:before {
zoom: 1;
filter: alpha(opacity=35);
-webkit-opacity: 0.35;
-moz-opacity: 0.35;
opacity: 0.35;
}
nav.navbar ul.navbar-nav > li a.fa span {
font-family: 'Merriweather', sans-serif;
padding-left: 15px;
}
nav.navbar ul.navbar-nav li {
cursor: pointer;
}
nav.navbar ul.navbar-nav li.menu-item-has-children > a {
pointer-events: none;
}
nav.navbar ul.navbar-nav li.menu-item-has-children > a span {
pointer-events: auto;
display: block;
}
nav.navbar ul.navbar-nav li.menu-item-has-children > a:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 36px;
height: 36px;
text-align: center;
padding-left: 1px;
font-size: 32px;
vertical-align: middle;
content: "\f105";
right: 40px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
color: #fff;
color: var(--white);
background-color: rgba(0, 0, 0, 0.1);
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
pointer-events: auto;
}
nav.navbar ul.navbar-nav li.menu-item-has-children.show > a:after {
content: "\f107";
padding-left: 0;
padding-top: 2px;
}
nav.navbar ul.navbar-nav li ul li.menu-item-has-children:after {
top: 8px;
}
nav.navbar ul.navbar-nav li > a {
-webkit-tap-highlight-color: #6d6d6d !important;
}
nav.navbar ul.navbar-nav li > a:active,
nav.navbar ul.navbar-nav li > a:focus,
nav.navbar ul.navbar-nav li > a:hover {
background-color: #6d6d6d !important;
background-color: var(--black) !important;
color: #fff;
color: var(--white);
}
nav.navbar ul.navbar-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style: none;
overflow: hidden;
transform-origin: top;
transform: scaleY(0);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
background-color: #fff;
background-color: var(--white);
}
nav.navbar ul.navbar-nav ul li {
position: relative;
text-transform: none;
padding: 0;
}
nav.navbar ul.navbar-nav ul li:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
nav.navbar ul.navbar-nav ul li a {
padding: 18px 65px 18px 40px;
font-size: 20px;
font-weight: bold;
color: #6d6d6d;
color: var(--black);
-webkit-tap-highlight-color: #d62c40 !important;
display: block;
line-height: 1em;
position: relative;
}
nav.navbar ul.navbar-nav ul li li a {
padding-left: 60px;
font-size: 20px;
}
nav.navbar ul.navbar-nav ul li li li a {
padding-left: 80px;
}
nav.navbar ul.navbar-nav ul li li li li a {
padding-left: 100px;
}
nav.navbar ul.navbar-nav ul li li li li li a {
padding-left: 120px;
}
nav.navbar ul.navbar-nav ul.show {
transform: scaleY(1);
position: relative;
}
nav.navbar ul.navbar-nav .sub-menu li a:after {
background-color: rgba(0, 0, 0, 0.04);
color: #6d6d6d;
color: var(--black);
}
nav.navbar ul.navbar-nav > li.current-menu-ancestor > a,
nav.navbar ul.navbar-nav > li.current-menu-item > a,
nav.navbar ul.navbar-nav > li.current-menu-parent > a,
nav.navbar ul.navbar-nav > li.current_page_parent > a,
nav.navbar ul.navbar-nav > li.current_page_item > a {
background-color: #6d6d6d;
background-color: var(--black);
}
nav.navbar ul.navbar-nav > li.current-menu-ancestor > a:after,
nav.navbar ul.navbar-nav > li.current-menu-item > a:after,
nav.navbar ul.navbar-nav > li.current-menu-parent > a:after,
nav.navbar ul.navbar-nav > li.current_page_parent > a:after,
nav.navbar ul.navbar-nav > li.current_page_item > a:after {
background-color: rgba(255, 255, 255, 0.5);
color: #6d6d6d;
color: var(--black);
}
nav.navbar ul.navbar-nav > li.current-menu-ancestor ul li.current-menu-ancestor a,
nav.navbar ul.navbar-nav > li.current-menu-item ul li.current-menu-ancestor a,
nav.navbar ul.navbar-nav > li.current-menu-parent ul li.current-menu-ancestor a,
nav.navbar ul.navbar-nav > li.current_page_parent ul li.current-menu-ancestor a,
nav.navbar ul.navbar-nav > li.current_page_item ul li.current-menu-ancestor a,
nav.navbar ul.navbar-nav > li.current-menu-ancestor ul li.current-menu-item a,
nav.navbar ul.navbar-nav > li.current-menu-item ul li.current-menu-item a,
nav.navbar ul.navbar-nav > li.current-menu-parent ul li.current-menu-item a,
nav.navbar ul.navbar-nav > li.current_page_parent ul li.current-menu-item a,
nav.navbar ul.navbar-nav > li.current_page_item ul li.current-menu-item a,
nav.navbar ul.navbar-nav > li.current-menu-ancestor ul li.current-menu-parent a,
nav.navbar ul.navbar-nav > li.current-menu-item ul li.current-menu-parent a,
nav.navbar ul.navbar-nav > li.current-menu-parent ul li.current-menu-parent a,
nav.navbar ul.navbar-nav > li.current_page_parent ul li.current-menu-parent a,
nav.navbar ul.navbar-nav > li.current_page_item ul li.current-menu-parent a,
nav.navbar ul.navbar-nav > li.current-menu-ancestor ul li.current_page_parent a,
nav.navbar ul.navbar-nav > li.current-menu-item ul li.current_page_parent a,
nav.navbar ul.navbar-nav > li.current-menu-parent ul li.current_page_parent a,
nav.navbar ul.navbar-nav > li.current_page_parent ul li.current_page_parent a,
nav.navbar ul.navbar-nav > li.current_page_item ul li.current_page_parent a,
nav.navbar ul.navbar-nav > li.current-menu-ancestor ul li.current_page_item a,
nav.navbar ul.navbar-nav > li.current-menu-item ul li.current_page_item a,
nav.navbar ul.navbar-nav > li.current-menu-parent ul li.current_page_item a,
nav.navbar ul.navbar-nav > li.current_page_parent ul li.current_page_item a,
nav.navbar ul.navbar-nav > li.current_page_item ul li.current_page_item a {
color: #d62c40;
color: var(--main);
}
}
nav.navbar.affix {
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}
@media (min-width: 991px) {
.ltx-topbar-block + #nav-wrapper > nav > .container:before {
height: 0;
}
}
.navbar-home {
overflow: visible !important;
}
.navbar-home .nav-right {
margin: 27px 0 -27px 55px !important;
}
.navbar-home {
position: absolute !important;
background: transparent !important;
left: 50%;
transform: translate(-50%, 0);
z-index: 100;
width: 100%;
}
@media (min-width: 1600px) {
.navbar-home {
height: auto;
background: transparent !important;
margin: 0;
z-index: 10000;
position: relative;
}
.navbar-home .logo {
position: relative !important;
text-align: center;
margin: 18px 0 12px;
}
.navbar-home .navbar-nav {
margin: 0 auto 60px;
text-align: center;
float: right !important;
margin-right: 0;
padding-right: 55px !important;
display: table;
width: 100%;
}
.navbar-home .navbar-nav ul {
text-align: left;
}
.navbar-home .navbar-nav > li {
display: table-cell;
text-align: center;
float: none !important;
}
.navbar-home .navbar-nav > li > a {
font-size: 16px !important;
padding: 0 !important;
}
.navbar-home .navbar-nav > li > a:before {
bottom: -8px !important;
margin-left: -13px !important;
}
}
@media (min-width: 1199px) {
.nav-mob {
display: none;
}
}
.ltx-topbar-block {
background-color: #fff;
background-color: var(--white);
}
.ltx-topbar-block .container {
padding-top: 0px;
padding-bottom: 0px;
position: relative;
color: #6d6d6d;
color: var(--black);
}
.ltx-topbar-block .ltx-nav-right-wrapper {
position: relative;
top: auto;
}
.ltx-topbar-block .ltx-nav-right-wrapper ul {
bottom: 0 !important;
}
.ltx-topbar-block .ltx-nav-right-wrapper li.header {
position: relative;
padding-top: 0;
padding-right: 30px;
}
.ltx-topbar-block .ltx-nav-right-wrapper li.header:after {
content: "";
height: 1px;
width: 12px;
border-bottom: 1px solid #6d6d6d;
border-color: #6d6d6d;
border-color: var(--black);
position: absolute;
top: 18px;
bottom: auto;
left: auto;
right: 10px;
}
.ltx-topbar-block .ltx-nav-right-wrapper h6 {
margin: 0;
text-transform: uppercase;
font-size: 12px;
position: relative;
right: 0;
top: 7px;
font-weight: 300;
-webkit-transform: rotate(0deg) translateX(0px) translateY(0);
-moz-transform: rotate(0deg) translateX(0px) translateY(0);
-ms-transform: rotate(0deg) translateX(0px) translateY(0);
-o-transform: rotate(0deg) translateX(0px) translateY(0);
transform: rotate(0deg) translateX(0px) translateY(0);
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
}
@media (max-width: 768px) {
.ltx-topbar-block .ltx-nav-right-wrapper h6 {
display: none;
}
}
.ltx-topbar-block .ltx-nav-right-wrapper h6 p {
margin: 0;
}
.ltx-topbar-block .ltx-nav-right li {
display: inline-block;
margin-left: 10px;
float: right;
}
.ltx-topbar-block .ltx-nav-right li a {
color: #d62c40;
color: var(--main);
font-size: 14px;
margin: 3px 0 0 0 !important;
}
.ltx-topbar-block .block-icon.icon-h-right {
display: inline-block;
vertical-align: baseline;
margin: 0 0 0 -40px;
}
.ltx-topbar-block .block-icon.icon-h-right li {
padding: 0 !important;
margin-left: 40px;
line-height: 22px !important;
}
.ltx-topbar-block .block-icon.icon-h-right .icon {
font-size: 16px;
color: #d62c40 !important;
color: var(--main) !important;
display: inline-block;
position: relative;
vertical-align: baseline;
margin-right: 10px;
}
.ltx-topbar-block .block-icon.icon-h-right .block-right {
display: inline-block;
vertical-align: baseline;
}
.ltx-topbar-block .block-icon.icon-h-right a {
position: relative !important;
color: var(--black) !important;
}
.ltx-topbar-block .block-icon.icon-h-right a:hover {
color: var(--main) !important;
}
.ltx-topbar-block .block-icon.icon-h-right .header {
padding: 0;
margin: 0 !important;
font-size: 14px;
font-weight: 500;
}
.ltx-navmenu-sc {
display: inline-block;
padding-right: 40px;
}
.ltx-navmenu-sc ul {
list-style: none;
padding: 0;
margin: 0;
margin-left: -25px;
}
.ltx-navmenu-sc ul li {
display: inline-block;
margin-left: 25px;
font-weight: 500;
}
.ltx-navmenu-sc ul li a {
font-size: 14px;
color: #6d6d6d;
color: var(--black);
}
.ltx-navmenu-sc ul li a:hover {
color: #d62c40;
color: var(--main);
}
.ltx-topbar-icons {
list-style: none;
margin: 0;
padding: 0 5px 0 0;
}
.ltx-topbar-icons li {
display: inline-block;
margin-left: 26px;
margin-bottom: 0;
}
.ltx-topbar-icons .ltx-cart {
z-index: 1;
position: relative;
font-size: 16px;
padding: 0 20px 0 0;
color: #fff;
color: var(--white);
text-align: center;
display: inline-block;
}
.ltx-topbar-icons .ltx-cart .name {
display: none;
}
.ltx-topbar-icons .ltx-cart .count {
position: absolute;
top: 5px;
right: -6px !important;
width: 20px;
height: 20px;
line-height: 20px;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
background-clip: padding-box;
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
font-weight: 900;
text-align: center;
border-radius: 50%;
font-size: 12px;
}
@media (max-width: 1199px) {
.ltx-topbar-icons .ltx-cart .count {
top: 2px;
}
}
.ltx-topbar-icons .ltx-nav-profile {
font-size: 12px;
}
.ltx-topbar-icons .ltx-nav-profile a {
color: #6d6d6d;
color: var(--black);
vertical-align: baseline;
font-weight: 900;
}
.ltx-topbar-icons .ltx-nav-profile a:hover {
color: #d62c40;
color: var(--main);
}
.ltx-topbar-icons .ltx-nav-profile a span {
color: #d62c40;
color: var(--main);
font-size: 16px;
padding-right: 3px;
margin-bottom: 6px;
vertical-align: bottom;
}
.ltx-topbar-icons .top-search {
position: relative;
display: inline-block;
z-index: 100;
text-align: center;
}
@media (max-width: 479px) {
.ltx-topbar-icons .top-search {
display: none;
}
}
.ltx-topbar-icons .top-search .search {
position: relative;
font-size: 18px;
}
.ltx-topbar-icons .top-search a {
display: block;
text-align: center;
color: #d62c40;
color: var(--main);
font-size: 16px;
position: relative;
z-index: 11;
}
.ltx-topbar-icons .top-search a:focus,
.ltx-topbar-icons .top-search a:hover {
color: #6d6d6d;
color: var(--black);
}
.ltx-topbar-icons .top-search input[type='text'] {
height: 32px;
position: absolute;
z-index: 10;
right: -100%;
opacity: 0;
font-size: 12px;
width: 300px;
visibility: hidden;
top: -7px;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
padding: 3px 10px;
transition: all 400ms;
background-color: #fff;
background-color: var(--white);
color: #6d6d6d;
color: var(--black);
border: 1px solid var(--main);
}
.ltx-topbar-icons .top-search.show-field input[type='text'] {
opacity: 1;
right: -8px;
visibility: visible;
z-index: 10;
}
.ltx-nav-cart {
padding: 0 !important;
}
.ltx-nav-cart > div {
margin: 0 !important;
}
.ltx-nav-right {
list-style: none;
position: absolute;
z-index: 100;
right: 0px;
top: 45%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
padding: 0;
}
@media (max-width: 991px) {
.ltx-nav-right {
display: none;
}
}
.ltx-nav-right a {
color: #fff;
color: var(--white);
display: block;
margin: 14px 0;
width: 30px;
height: 30px;
font-size: 12px;
text-align: center;
}
.ltx-nav-right a:hover {
color: #d62c40;
color: var(--main);
}
.ltx-nav-right a .fa-google-plus {
margin-right: -5px;
}
.ltx-nav-right.ltx-nav-main a {
color: #d62c40;
color: var(--main);
}
.ltx-nav-right.ltx-nav-main a:hover {
color: #b0585a;
color: var(--second);
}
.ltx-nav-right.ltx-nav-white a {
color: #fff;
color: var(--white);
}
.ltx-nav-right.ltx-nav-white a:hover {
color: #b0585a;
color: var(--second);
}
.ltx-nav-right.ltx-nav-black a {
color: #6d6d6d;
color: var(--black);
}
.ltx-nav-right.ltx-nav-black a:hover {
color: #d62c40;
color: var(--main);
}
.ltx-nav-right-wrapper li.header {
padding-top: 155px;
position: relative;
}
.ltx-nav-right-wrapper li.header:after {
content: "";
height: 70px;
border-right: 2px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
position: absolute;
top: 0px;
left: 15px;
}
.ltx-nav-right-wrapper h6 {
margin: 0;
text-transform: uppercase;
font-size: 14px;
position: absolute;
min-width: 100px;
bottom: 0;
right: -87px;
-webkit-transform: rotate(270deg) translateX(-50%) translateY(-50%);
-moz-transform: rotate(270deg) translateX(-50%) translateY(-50%);
-ms-transform: rotate(270deg) translateX(-50%) translateY(-50%);
-o-transform: rotate(270deg) translateX(-50%) translateY(-50%);
transform: rotate(270deg) translateX(-50%) translateY(-50%);
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
}
@media (max-width: 768px) {
.ltx-nav-right-wrapper h6 {
display: none;
}
}
.ltx-nav-right-wrapper h6 p {
margin: 0;
}
.ltx-fa-icon a {
color: #fff;
color: var(--white);
font-weight: 400 !important;
padding-left: 14px !important;
padding-right: 9px !important; }
.ltx-fa-icon a span {
-webkit-transition: all 0.3s ease !important;
-moz-transition: all 0.3s ease !important;
-o-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
}
.ltx-nav-search {
z-index: 100 !important;
}
@media (min-width: 1600px) {
.ltx-nav-search {
margin-left: 70px;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.ltx-nav-search {
margin-left: 20px;
}
}
.ltx-nav-cart {
margin-top: 2px;
margin-left: 0px !important;
}
.ltx-nav-cart a {
padding-left: 14px !important;
}
.top-search {
position: relative;
display: inline-block;
float: right; z-index: 100;
}
@media (max-width: 479px) {
.top-search {
display: none;
}
}
.top-search .search {
position: relative;
font-size: 18px;
}
.top-search a {
font-size: 18px !important;
}
.top-search a:before {
color: #fff !important;
color: var(--white) !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.top-search a:focus:before,
.top-search a:hover:before {
color: #d62c40 !important;
color: var(--main) !important;
}
.top-search input[type='text'] {
padding-left: 16px;
height: 40px;
position: absolute;
z-index: 10;
right: -100%;
opacity: 0;
margin-right: 83px;
width: 250px;
visibility: hidden;
top: -5px;
font-size: 14px;
transition: all 400ms;
background: #fff;
color: #6d6d6d;
color: var(--black);
border: 0 none;
}
.top-search.show-field input[type='text'] {
opacity: 1;
right: -60%;
visibility: visible;
z-index: 10;
} .sticky {
position: relative;
border-color: #d62c40 !important;
border-color: var(--main) !important;
display: block;
padding-top: 20px; }
.margin-default {
padding-top: 110px;
padding-bottom: 110px;
}
@media (max-width: 768px) {
.margin-default {
padding-top: 50px;
padding-bottom: 50px;
}
}
.margin-top {
padding-top: 110px;
}
@media (max-width: 768px) {
.margin-top {
padding-top: 50px;
}
}
.margin-bottom {
padding-bottom: 110px;
}
@media (max-width: 768px) {
.margin-bottom {
padding-bottom: 50px;
}
}
.text-page article + .comments-area {
margin-top: 40px;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
display: block;
top: 5px;
left: 5px;
width: auto;
height: auto;
padding: 1em 1.5em;
font-size: 0.85em;
line-height: normal;
color: #6d6d6d;
color: var(--black);
background-color: #1E1F24;
background-color: var(--gray);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
text-decoration: none;
z-index: 100000; }
.alignleft {
display: inline-block;
float: left;
margin-right: 1.5em;
margin-top: 0.5em;
margin-bottom: 1.5em;
}
.alignright {
display: inline-block;
float: right;
margin-left: 1.5em;
margin-top: 0.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
margin-top: 0.5em;
margin-bottom: 1.5em;
text-align: center;
}
.text-align-center {
text-align: center;
}
.text-align-right {
text-align: right;
}
@media (min-width: 1199px) {
.text-align-right-lg {
text-align: right;
}
}
@media (max-width: 1199px) {
.text-align-right-lg {
text-align: center;
}
}
@media (max-width: 768px) {
.text-align-center-ms {
text-align: center;
}
}
@media (max-width: 991px) {
.text-align-center-sm-ms {
text-align: center;
}
}
@media (max-width: 1199px) {
.text-align-center-md-sm-ms {
text-align: center;
}
}
img.alignleft,
img.alignnone,
img.alignright,
img.aligncenter {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
figure {
margin: 1em 0px;
}
figure.alignleft img,
figure.alignnone img,
figure.alignright img,
figure.aligncenter img {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.gallery-caption {
font-size: inherit;
}
.bypostauthor {
font-size: inherit;
}
.wp-caption {
position: relative;
max-width: 100%;
}
.wp-caption a[class*="magnific"],
.wp-caption a[class*="prettyPhoto"] {
display: block;
}
.wp-caption a[class*="magnific"] img,
.wp-caption a[class*="prettyPhoto"] img {
vertical-align: top;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
padding: 0.5em 0 2em;
font-size: 0.75em;
line-height: 16px;
text-align: center;
}
.gallery {
margin: 0 -5px;
}
.gallery .gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery .gallery-item a {
display: block;
}
.gallery .gallery-item a img {
border: none !important;
display: block;
width: 100%;
}
.gallery .gallery-item .gallery-icon {
margin: 0 5px;
}
.gallery .gallery-item .gallery-caption {
line-height: 1.4em;
margin: 0;
padding: 6px 6px 0;
font-size: 14px;
}
.gallery.gallery-columns-9 .gallery-item {
width: 11.1111% !important;
}
.gallery.gallery-columns-8 .gallery-item {
width: 12.5% !important;
}
.gallery.gallery-columns-7 .gallery-item {
width: 14.2857% !important;
}
.gallery.gallery-columns-6 .gallery-item {
width: 16.6666% !important;
}
.gallery.gallery-columns-5 .gallery-item {
width: 20% !important;
}
.gallery.gallery-columns-4 .gallery-item {
width: 25% !important;
}
.gallery.gallery-columns-3 .gallery-item {
width: 33.3333% !important;
}
.gallery.gallery-columns-2 .gallery-item {
width: 50% !important;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100% !important;
}
.gallery.gallery-columns-9 .gallery-caption {
font-size: 0.625em;
}
.gallery.gallery-columns-8 .gallery-caption {
font-size: 0.6875em;
}
.gallery.gallery-columns-7 .gallery-caption {
font-size: 0.75em;
}
.gallery.gallery-columns-6 .gallery-caption {
font-size: 0.8125em;
}
.post-password-form label {
display: inline-block;
vertical-align: top;
}
.post-password-form input[type="submit"] {
display: inline-block;
margin-top: 15px;
}
.post-password-form input[type="submit"]:hover {
background-color: #6d6d6d;
background-color: var(--black);
}
.post-password-form {
margin-top: -24px;
padding-bottom: 15px !important;
-webkit-border-radius: 0px !important;
-webkit-background-clip: padding-box !important;
-moz-border-radius: 0px !important;
-moz-background-clip: padding !important;
border-radius: 0px !important;
background-clip: padding-box !important;
}
.post-password-form p {
max-width: 660px;
margin: 0 auto 15px !important;
}
.post-password-form label {
font-size: 0;
margin-top: -30px;
}
.top_panel_middle .menu_main_wrap {
margin-top: 2.7em;
margin-bottom: 2.25em;
}
.comment-list li:before {
display: none !important;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.page-content-none {
margin-top: 80px;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
text-align: center;
padding: 30px;
}
.page-content-none form {
margin-top: 30px !important;
max-width: 600px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
article.post-password-required {
margin-top: -30px;
}
#searchsubmit.btn {
line-height: 41px;
}
.navigation.comment-navigation {
padding: 0 0 35px 0;
margin: -35px 0 0 0;
}
.navigation.comment-navigation a {
font-weight: bold;
} .font-main {
font-family: 'Merriweather', sans-serif;
}
.font-headers {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
html,
body,
div,
table {
font-family: 'Merriweather', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 28px;
}
@media (max-width: 768px) {
html,
body,
div,
table {
font-size: 16px;
line-height: 26px;
}
}
body {
color: #6d6d6d;
color: var(--black);
background-color: #fff;
background-color: var(--white);
}
body a {
color: #d62c40;
color: var(--main);
}
body a:focus,
body a:hover {
color: #6d6d6d;
color: var(--black);
}
body.body-black {
color: #fff;
color: var(--white);
background-color: #6d6d6d;
background-color: var(--black);
}
body.body-black a:focus,
body.body-black a:hover {
color: #fff;
color: var(--white);
}
a.black:focus,
a.black:hover {
color: #d62c40;
color: var(--main);
}
.header {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
h1.align-left,
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
h6.align-left {
text-align: left !important;
}
h1.align-center,
h2.align-center,
h3.align-center,
h4.align-center,
h5.align-center,
h6.align-center {
text-align: center !important;
}
h1.align-right,
h2.align-right,
h3.align-right,
h4.align-right,
h5.align-right,
h6.align-right {
text-align: right !important;
}
h1 del,
h2 del,
h3 del,
h4 del,
h5 del,
h6 del {
color: #6d6d6d;
color: var(--black);
font-size: 0.8em;
}
h1,
.h1 {
font-size: 60px;
font-weight: 900 !important;
}
h1h1,
.h1h1 {
margin: 0 0 20px;
}
@media (max-width: 768px) {
h1,
.h1 {
font-size: 40px;
}
}
h2,
.h2 {
margin: 60px 0 20px;
font-weight: 900 !important;
font-size: 48px;
line-height: 1em;
}
@media (max-width: 768px) {
h2,
.h2 {
font-size: 36px;
}
}
h3,
.h3 {
margin: 60px 0 20px;
font-size: 36px;
font-weight: 900 !important;
line-height: 1.3em;
}
@media (max-width: 768px) {
h3,
.h3 {
font-size: 28px;
}
}
h4,
.h4 {
margin: 60px 0 20px;
font-size: 30px;
line-height: 1.3em;
}
@media (max-width: 768px) {
h4,
.h4 {
font-size: 26px;
}
}
h5,
.h5 {
margin: 60px 0 20px;
font-weight: 900;
font-size: 24px;
line-height: 1.6em;
}
h6,
.h6 {
margin: 60px 0 20px;
font-weight: 900;
font-size: 18px;
line-height: 22px; }
.header-underline-add:after {
content: "";
position: absolute;
top: 42px;
width: 70px;
left: 0;
border-bottom: 4px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
a {
text-decoration: none;
transition: color 0.5s ease; }
a > h1,
a > h2,
a > h3,
a > h4,
a > h5,
a > h6 {
transition: color 0.5s ease;
}
a:hover {
text-decoration: none;
}
a:focus {
outline: 0 none;
text-decoration: none;
}
a img {
border: 0;
outline: 0 none;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
-webkit-border-radius: 0px !important;
-webkit-background-clip: padding-box !important;
-moz-border-radius: 0px !important;
-moz-background-clip: padding !important;
border-radius: 0px !important;
background-clip: padding-box !important;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow {
-webkit-box-shadow: 0 0 0 0 !important;
-moz-box-shadow: 0 0 0 0 !important;
box-shadow: 0 0 0 0 !important;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img {
-webkit-border-radius: 0px !important;
-webkit-background-clip: padding-box !important;
-moz-border-radius: 0px !important;
-moz-background-clip: padding !important;
border-radius: 0px !important;
background-clip: padding-box !important;
-webkit-box-shadow: 20px 20px 0 var(--main) !important;
-moz-box-shadow: 20px 20px 0 var(--main) !important;
box-shadow: 20px 20px 0 var(--main) !important;
}
@media (min-width: 991px) {
p.short-width {
width: 60%;
margin-bottom: 70px;
}
}
p.big {
font-size: 18px;
line-height: 1.7em;
}
.comment-text,
.text-page { }
.comment-text .slider-header,
.text-page .slider-header {
font-size: 80px;
font-weight: 900;
display: block;
margin: 0;
line-height: 1em;
}
@media (max-width: 991px) {
.comment-text .slider-header,
.text-page .slider-header {
font-size: 60px;
}
}
.comment-text h1,
.text-page h1 {
font-size: 72px;
margin-bottom: 16px;
}
@media (max-width: 768px) {
.comment-text h1,
.text-page h1 {
font-size: 60px;
}
}
.comment-text h1:first-child,
.text-page h1:first-child,
.comment-text h2:first-child,
.text-page h2:first-child,
.comment-text h3:first-child,
.text-page h3:first-child,
.comment-text h4:first-child,
.text-page h4:first-child,
.comment-text h5:first-child,
.text-page h5:first-child,
.comment-text h6:first-child,
.text-page h6:first-child {
margin-top: 0;
}
.comment-text h1 + h2,
.text-page h1 + h2,
.comment-text h1 + h3,
.text-page h1 + h3,
.comment-text h1 + h4,
.text-page h1 + h4,
.comment-text h1 + h5,
.text-page h1 + h5,
.comment-text h1 + h6,
.text-page h1 + h6,
.comment-text h2 + h3,
.text-page h2 + h3,
.comment-text h2 + h4,
.text-page h2 + h4,
.comment-text h2 + h5,
.text-page h2 + h5,
.comment-text h2 + h6,
.text-page h2 + h6,
.comment-text h3 + h4,
.text-page h3 + h4,
.comment-text h3 + h5,
.text-page h3 + h5,
.comment-text h3 + h6,
.text-page h3 + h6,
.comment-text h4 + h5,
.text-page h4 + h5,
.comment-text h4 + h6,
.text-page h4 + h6,
.comment-text h5 + h6,
.text-page h5 + h6 {
margin-top: 0;
}
.comment-text .text-large,
.text-page .text-large {
font-size: 24px;
line-height: 1.2em;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
.comment-text .text-large strong,
.text-page .text-large strong {
font-weight: 900;
}
.comment-text .line-height-2,
.text-page .line-height-2 {
line-height: 36px;
}
.comment-text .text-small,
.text-page .text-small {
font-size: 14px;
line-height: 1.8em;
display: inline-block;
}
.comment-text p,
.text-page p {
margin-bottom: 30px;
}
.comment-text .bg-color-black .href-arrow:hover,
.text-page .bg-color-black .href-arrow:hover {
color: #fff;
color: var(--white);
}
.comment-text .bg-color-black .href-arrow:hover a,
.text-page .bg-color-black .href-arrow:hover a,
.comment-text .bg-color-black .href-arrow:hover a:after,
.text-page .bg-color-black .href-arrow:hover a:after {
color: #fff;
color: var(--white);
}
.comment-text .text-xsmall,
.text-page .text-xsmall {
font-size: 12px;
line-height: 18px;
display: inline-block;
}
.comment-text hr,
.text-page hr {
margin: 30px 0 26px 0;
border-top-color: rgba(255, 255, 255, 0.1);
}
.comment-text hr + h1,
.text-page hr + h1,
.comment-text hr + h2,
.text-page hr + h2,
.comment-text hr + h3,
.text-page hr + h3 {
margin-top: 30px;
}
.comment-text dl dd,
.text-page dl dd {
margin: 0 0 10px 20px;
}
.comment-text ol ul,
.text-page ol ul,
.comment-text ul ul,
.text-page ul ul,
.comment-text ol ol,
.text-page ol ol,
.comment-text ul ol,
.text-page ul ol {
margin-top: 6px;
}
.comment-text ol li,
.text-page ol li,
.comment-text ul li,
.text-page ul li {
margin-bottom: 11px;
}
.comment-text img.left,
.text-page img.left {
margin: 9px 30px 15px 0;
float: left;
}
@media (max-width: 991px) {
.comment-text img.size-full,
.text-page img.size-full {
max-width: 100% !important;
height: auto !important;
}
}
.comment-text table:not(#wp-calendar),
.text-page table:not(#wp-calendar) {
width: 100%;
border-collapse: separate;
border-spacing: 0px;
}
.comment-text table:not(#wp-calendar) th,
.text-page table:not(#wp-calendar) th,
.comment-text table:not(#wp-calendar) td,
.text-page table:not(#wp-calendar) td {
padding: 20px 32px;
font-size: 16px;
}
.comment-text table:not(#wp-calendar) td,
.text-page table:not(#wp-calendar) td {
background-color: #F4F4F4;
background-color: var(--gray-lighter);
}
.comment-text table:not(#wp-calendar) thead tr:first-child th:first-child,
.text-page table:not(#wp-calendar) thead tr:first-child th:first-child {
-webkit-border-top-left-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius-topleft: 0px;
-moz-background-clip: padding;
border-top-left-radius: 0px;
background-clip: padding-box;
}
.comment-text table:not(#wp-calendar) thead tr:first-child th:last-child,
.text-page table:not(#wp-calendar) thead tr:first-child th:last-child {
-webkit-border-top-right-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius-topright: 0px;
-moz-background-clip: padding;
border-top-right-radius: 0px;
background-clip: padding-box;
}
.comment-text table:not(#wp-calendar) thead th,
.text-page table:not(#wp-calendar) thead th {
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
font-size: 18px;
font-weight: 700;
}
.comment-text table:not(#wp-calendar) thead th h1,
.text-page table:not(#wp-calendar) thead th h1,
.comment-text table:not(#wp-calendar) thead th h2,
.text-page table:not(#wp-calendar) thead th h2,
.comment-text table:not(#wp-calendar) thead th h3,
.text-page table:not(#wp-calendar) thead th h3,
.comment-text table:not(#wp-calendar) thead th h4,
.text-page table:not(#wp-calendar) thead th h4,
.comment-text table:not(#wp-calendar) thead th h5,
.text-page table:not(#wp-calendar) thead th h5,
.comment-text table:not(#wp-calendar) thead th h6,
.text-page table:not(#wp-calendar) thead th h6 {
text-transform: none;
}
.comment-text table:not(#wp-calendar) thead th a,
.text-page table:not(#wp-calendar) thead th a {
color: #fff;
color: var(--white);
}
.comment-text table:not(#wp-calendar) thead + tbody:first-child tr:first-child td,
.text-page table:not(#wp-calendar) thead + tbody:first-child tr:first-child td,
.comment-text table:not(#wp-calendar) thead + tbody:first-child tr:first-child th,
.text-page table:not(#wp-calendar) thead + tbody:first-child tr:first-child th {
border-top: 0;
}
.comment-text table:not(#wp-calendar) tbody th,
.text-page table:not(#wp-calendar) tbody th,
.comment-text table:not(#wp-calendar) tbody td,
.text-page table:not(#wp-calendar) tbody td {
border-top: 0;
border-left: 0;
border-right: 1px solid rgba(32, 33, 38, 0.1);
border-bottom: 1px solid rgba(32, 33, 38, 0.1);
}
.comment-text table:not(#wp-calendar) tbody th:first-child,
.text-page table:not(#wp-calendar) tbody th:first-child,
.comment-text table:not(#wp-calendar) tbody td:first-child,
.text-page table:not(#wp-calendar) tbody td:first-child {
border-left: 1px solid rgba(32, 33, 38, 0.1);
}
.comment-text table:not(#wp-calendar) tbody th,
.text-page table:not(#wp-calendar) tbody th {
font-weight: bold;
background-color: #F4F4F4;
background-color: var(--gray-lighter);
}
.comment-text table:not(#wp-calendar) tbody:first-child tr:first-child td,
.text-page table:not(#wp-calendar) tbody:first-child tr:first-child td,
.comment-text table:not(#wp-calendar) tbody:first-child tr:first-child th,
.text-page table:not(#wp-calendar) tbody:first-child tr:first-child th {
border-top: 1px solid rgba(32, 33, 38, 0.1);
}
.comment-text table:not(#wp-calendar) tbody:first-child tr:first-child > th,
.text-page table:not(#wp-calendar) tbody:first-child tr:first-child > th {
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
border-right: none;
border-bottom: none;
font-size: 18px;
font-weight: 700;
}
.comment-text table:not(#wp-calendar) tbody:first-child tr:first-child th:first-child,
.text-page table:not(#wp-calendar) tbody:first-child tr:first-child th:first-child {
-webkit-border-top-left-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius-topleft: 0px;
-moz-background-clip: padding;
border-top-left-radius: 0px;
background-clip: padding-box;
}
.comment-text table:not(#wp-calendar) tbody:first-child tr:first-child th:last-child,
.text-page table:not(#wp-calendar) tbody:first-child tr:first-child th:last-child {
-webkit-border-top-right-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius-topright: 0px;
-moz-background-clip: padding;
border-top-right-radius: 0px;
background-clip: padding-box;
}
.comment-text table:not(#wp-calendar) tbody tr:nth-child(odd) td,
.text-page table:not(#wp-calendar) tbody tr:nth-child(odd) td {
background: transparent;
}
.comment-text table:not(#wp-calendar) td,
.text-page table:not(#wp-calendar) td {
border: 1px solid var(--white);
}
@media (max-width: 768px) {
.comment-text table:not(#wp-calendar) thead th,
.text-page table:not(#wp-calendar) thead th {
font-size: 14px;
}
.comment-text table:not(#wp-calendar) th,
.text-page table:not(#wp-calendar) th,
.comment-text table:not(#wp-calendar) td,
.text-page table:not(#wp-calendar) td {
font-size: 12px;
padding: 10px 12px;
}
}
@media (max-width: 479px) {
.comment-text table:not(#wp-calendar) th,
.text-page table:not(#wp-calendar) th,
.comment-text table:not(#wp-calendar) td,
.text-page table:not(#wp-calendar) td {
font-size: 12px;
padding: 5px 7px;
}
}
.comment-text .social-big,
.text-page .social-big {
margin-bottom: 30px;
margin-left: 0px;
}
blockquote {
border: 0 none;
margin: 30px 0 30px 0px;
padding: 40px 50px 40px 110px;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
position: relative;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-weight: 400;
font-size: 24px;
font-style: italic;
background-color: #F4F4F4;
color: #6d6d6d;
color: var(--black);
}
blockquote p {
color: #6d6d6d;
color: var(--black);
font-size: 20px;
line-height: 1.7em !important;
}
@media (max-width: 768px) {
blockquote {
font-size: 16px;
padding-left: 30px;
}
blockquote p {
font-size: 16px;
line-height: 1.7em;
}
blockquote:before {
display: none !important;
}
}
blockquote:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f10e";
font-size: 36px;
color: #d62c40;
color: var(--main);
position: absolute;
left: 40px;
top: 48px;
z-index: 1;
}
.tags-short {
margin: 4px 0 0 0px;
font-size: 14px;
text-align: left;
display: inline-block;
color: #6d6d6d;
color: var(--black);
}
.tags-short strong {
color: #6d6d6d;
color: var(--black);
}
.tags-short a {
display: inline-block;
margin-right: 4px;
margin-bottom: 4px;
padding: 1px 20px;
font-weight: 400;
font-size: 14px;
background-color: #F4F4F4;
color: #6d6d6d;
color: var(--black);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.tags-short a:before {
content: "#";
}
.tags-short a:hover {
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
}
body.body-black blockquote {
background-color: #1E1F24;
background-color: var(--gray);
color: #fff;
color: var(--white);
}
body.body-black blockquote p {
color: #fff;
color: var(--white);
}
body.body-black .tags-short {
color: #fff;
color: var(--white);
}
body.body-black .tags-short strong {
color: #fff;
color: var(--white);
}
body.body-black .tags-short a {
background-color: #1E1F24;
background-color: var(--gray);
color: rgba(255, 255, 255, 0.5);
}
body.body-black .tags-short a:hover {
background-color: #d62c40;
background-color: var(--main);
color: #6d6d6d;
color: var(--black);
}
.href-arrow-black,
.href-arrow {
color: #d62c40;
color: var(--main);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
}
.href-arrow-black a,
.href-arrow a {
font-weight: bold;
font-size: 14px;
line-height: 28px;
padding-right: 10px;
}
.href-arrow-black a:after,
.href-arrow a:after {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
content: "........";
font-weight: 100;
font-size: 10px;
margin: -2px 1px 0 8px;
vertical-align: top;
display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
.href-arrow-black a:after,
.href-arrow a:after,
.href-arrow-black a:before,
.href-arrow a:before {
margin-top: -3px;
}
}
.href-arrow-black:hover,
.href-arrow:hover {
color: #6d6d6d;
color: var(--black);
}
.href-arrow-black:after,
.href-arrow:after {
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
font-size: 14px;
content: "\f105";
font-weight: 600;
margin: -1px 0 0 -10px;
display: inline-block;
vertical-align: baseline;
}
.href-arrow-black.href-arrow-black,
.href-arrow.href-arrow-black {
color: #6d6d6d;
color: var(--black);
}
.href-arrow-black.href-arrow-black a,
.href-arrow.href-arrow-black a,
.href-arrow-black.href-arrow-black a:after,
.href-arrow.href-arrow-black a:after {
color: #6d6d6d;
color: var(--black);
}
.href-arrow-black.href-arrow-black:hover,
.href-arrow.href-arrow-black:hover {
color: #fff;
color: var(--white);
}
.href-arrow-black.href-arrow-black:hover a,
.href-arrow.href-arrow-black:hover a,
.href-arrow-black.href-arrow-black:hover a:after,
.href-arrow.href-arrow-black:hover a:after {
color: #fff;
color: var(--white);
}
.href-arrow.href-arrow-left a {
padding-right: 0;
padding-left: 0px;
}
.href-arrow.href-arrow-left a:after {
display: none;
}
.href-arrow.href-arrow-left a:before {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
content: "........";
font-weight: 100;
font-size: 10px;
margin: -2px 8px 0 1px;
vertical-align: top;
display: inline-block;
}
.href-arrow.href-arrow-left:after {
display: none;
}
.href-arrow.href-arrow-left:before {
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
font-size: 14px;
content: "\f104";
font-weight: 600;
margin: -1px 0 0 0px;
display: inline-block;
vertical-align: baseline;
}
ul.ul-arrow,
ul.arrow,
ul.disc,
ul.check {
list-style: none; margin-bottom: 30px;
padding-left: 30px;
}
@media (min-width: 480px) {
ul.ul-arrow.two-col,
ul.arrow.two-col,
ul.disc.two-col,
ul.check.two-col {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
}
@media (max-width: 479px) {
ul.ul-arrow.two-col,
ul.arrow.two-col,
ul.disc.two-col,
ul.check.two-col {
text-align: left !important;
display: inline-block;
margin: 0 auto;
}
}
ul.ul-arrow.strong li,
ul.arrow.strong li,
ul.disc.strong li,
ul.check.strong li {
font-weight: 900;
margin-bottom: 10px;
}
ul.ul-arrow li:before,
ul.arrow li:before,
ul.disc li:before,
ul.check li:before {
content: "\f00c";
display: block;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 100;
position: absolute;
margin: 6px 0 0 -30px;
}
ul.ul-arrow li:before,
ul.arrow li:before,
ul.disc li:before,
ul.check li:before {
color: #d62c40;
color: var(--main);
}
ul.ul-arrow.ul-arrow li:before,
ul.arrow.ul-arrow li:before,
ul.disc.ul-arrow li:before,
ul.check.ul-arrow li:before,
ul.ul-arrow.arrow li:before,
ul.arrow.arrow li:before,
ul.disc.arrow li:before,
ul.check.arrow li:before {
content: "\f105";
display: block;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 100;
position: absolute;
margin: 4px 0 0 -16px;
}
ul.ul-arrow.disc li:before,
ul.arrow.disc li:before,
ul.disc.disc li:before,
ul.check.disc li:before {
content: "•";
font-size: 30px;
margin: -1px 0 0 -18px;
}
.ul-yes {
display: inline;
font-weight: 100;
color: #b0585a;
color: var(--second);
margin-right: 10px;
}
.ul-no {
display: inline;
font-weight: 100;
font-size: 18px !important;
color: #6d6d6d;
color: var(--black);
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
margin-right: 10px;
}
ol {
padding-left: 30px;
}
ol li {
padding-left: 10px;
}
.heading {
position: relative;
display: block;
margin: 64px 0 16px;
}
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
z-index: 3;
position: relative;
margin: 0;
font-weight: 900;
}
.heading h3 {
line-height: 1.2em;
}
.heading h5 {
line-height: 1.2em;
}
.heading h6 {
font-weight: 900;
}
.heading.header-underline {
margin-bottom: 64px;
}
.heading.header-underline h2 {
line-height: 1.2em;
}
.heading.header-underline span {
margin-bottom: 16px;
}
.heading.header-underline:after {
content: "";
position: absolute;
bottom: -25px;
width: 130px;
left: 0;
border-bottom: 5px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
@media (max-width: 768px) {
.heading.header-underline:after {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.heading.header-underline.align-center:after {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 768px) {
.heading.header-underline {
text-align: center;
}
}
.heading.header-subheader {
margin: 64px 0 24px;
}
.heading.header-subheader span {
display: block;
margin-top: -3px;
margin-bottom: 2px;
font-size: 18px !important;
line-height: 1em;
}
.heading.header-subheader:after {
content: "";
position: absolute;
bottom: -16px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
width: 90px;
border-bottom: 4px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
.heading.header-subheader.heading-icon.heading-tag-h3 span {
margin-top: 3px;
font-size: 24px !important;
text-transform: none;
margin-bottom: 0;
}
.heading.header-subheader.heading-icon.heading-tag-h5 span {
margin-top: 3px;
font-size: 60px !important;
text-transform: none;
margin-bottom: 0;
}
.heading.dialog-box {
border: 25px solid var(--main);
text-align: center;
}
.heading.dialog-box span {
font-family: 'Merriweather', sans-serif;
}
.heading.head-subheader {
margin: 64px 0 16px;
background-position: 50% 100%;
background-repeat: no-repeat;
}
.heading.head-subheader.icon-type-bg {
margin: 80px 0 70px;
}
.heading.head-subheader.bg-image {
margin: 64px 0 48px;
padding: 0px 0 28px;
}
@media (max-width: 768px) {
.heading.head-subheader.bg-image {
marign: 48px 0 24px;
}
}
.heading.head-subheader .subheader {
margin-bottom: 4px;
}
.heading.head-subheader:not(.heading-large) h4 {
margin-top: 0;
margin-bottom: 5px;
}
.heading.head-subheader.heading-small h4 {
margin: 60px 0 20px;
font-weight: 900;
font-size: 24px;
line-height: 1.6em;
margin-top: 0;
margin-bottom: 5px;
}
.heading.transform-header-up .header {
text-transform: uppercase;
}
.heading.transform-all-up .subheader {
text-transform: uppercase;
}
.heading.subcolor-main span {
color: #d62c40;
color: var(--main);
}
.heading.subcolor-second span {
color: #b0585a;
color: var(--second);
}
.heading.subcolor-white span {
color: #fff;
color: var(--white);
}
.heading.subcolor-black span {
color: #6d6d6d;
color: var(--black);
}
.heading.multiline > * {
line-height: 1.4em;
}
.heading.line-right > *:after {
content: "";
display: inline-block;
border-bottom: 1px solid var(--main);
margin-left: 12px;
width: 60px;
margin-bottom: 4px;
}
.heading.heading-xl h1,
.heading.heading-xl h2 {
font-weight: 900;
}
.heading.heading-xl h1 {
font-size: 80px;
}
.heading.heading-xl h2 {
font-size: 80px;
}
@media (max-width: 1599px) {
.heading.heading-xl h2 {
font-size: 64px;
}
}
@media (max-width: 768px) {
.heading.heading-xl h1 {
font-size: 48px;
}
.heading.heading-xl h2 {
font-size: 48px;
}
}
.heading.align-center {
text-align: center;
}
.heading.align-center h1,
.heading.align-center h2,
.heading.align-center h3,
.heading.align-center h4,
.heading.align-center h5,
.heading.align-center h6 {
text-align: center;
}
.heading.align-right {
text-align: right;
}
.heading.align-right h1,
.heading.align-right h2,
.heading.align-right h3,
.heading.align-right h4,
.heading.align-right h5,
.heading.align-right h6 {
text-align: right;
}
.heading.spanned {
margin-top: 70px;
}
.heading.spanned > * {
display: inline-block;
vertical-align: middle;
}
.heading.spanned h4 {
color: #d62c40;
color: var(--main);
margin: 0 0 25px 25px;
}
.heading.spanned h2 {
font-size: 48px;
margin: 0 0 25px 25px;
}
.heading .header-text {
margin: 16px auto 0px;
}
@media (min-width: 991px) {
.heading .header-text {
width: 60%;
}
}
.heading.header-subtext {
margin-bottom: 80px;
}
.heading.shadow .header {
text-shadow: 20px 20px 0px rgba(0, 0, 0, 0.25);
}
.heading .icon-bg {
color: #1E1F24;
color: var(--gray);
font-size: 180px;
position: absolute;
top: -50px;
left: 0;
right: 0;
z-index: 1;
zoom: 1;
filter: alpha(opacity=5);
-webkit-opacity: 0.05;
-moz-opacity: 0.05;
opacity: 0.05;
}
.heading .heading-icon {
display: inline-block;
vertical-align: middle;
margin-right: 20px;
margin-top: 15px;
margin-bottom: 15px;
}
.heading .heading-icon-wrap {
display: inline-block;
padding: 10px;
margin: 0 50px 0 0;
text-align: center;
line-height: 90px;
width: 110px;
height: 110px;
}
.heading .heading-icon-wrap.icon-main-circle {
background-color: #d62c40;
background-color: var(--main);
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
}
.heading .heading-icon-wrap img {
margin: 0;
}
@media (max-width: 991px) {
.heading .heading-icon-wrap {
margin-right: 0;
margin-bottom: 20px;
}
}
.heading .heading-image-after {
margin: 15px auto;
}
.heading .heading-image-bg {
position: absolute;
top: 50%;
left: 50%;
z-index: -1;
transform: translate(-50%, -40%);
}
.heading .heading-content {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.heading .heading-content > * {
text-align: left !important;
}
@media (max-width: 768px) {
.heading .heading-content > * {
text-align: center !important;
}
}
.heading.text-bg {
position: relative;
padding: 35px 0;
}
.heading.text-bg .header-text {
font-weight: 900;
zoom: 1;
filter: alpha(opacity=5);
-webkit-opacity: 0.05;
-moz-opacity: 0.05;
opacity: 0.05;
z-index: 1;
font-size: 200px;
top: 50%;
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 35%;
}
@media (min-width: 768px) and (max-width: 991px) {
.heading.text-bg .header-text {
font-size: 70px;
}
}
@media (max-width: 768px) {
.heading.text-bg .header-text {
display: none;
}
}
.heading.subheader-bg-inner {
position: relative;
margin: 64px 0 16px;
}
.heading.subheader-bg-inner .header {
position: relative;
z-index: 2;
}
.heading.subheader-bg-inner .subheader {
position: absolute;
color: #fff;
color: var(--white);
z-index: 1;
bottom: -36px;
right: 0;
left: 0;
font-size: 120px;
}
@media (max-width: 1199px) {
.heading.subheader-bg-inner .subheader {
font-size: 80px;
bottom: 8px;
}
}
@media (max-width: 768px) {
.heading.subheader-bg-inner .subheader {
display: none;
}
}
.heading.subheader-bg-inner:after {
content: "";
display: inline-block;
border-bottom: 4px solid var(--main);
z-index: 2;
position: absolute;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
width: 70px;
margin-top: 12px;
margin-bottom: 0px;
}
.heading.heading-large h1 {
font-size: 200px !important;
}
@media (max-width: 991px) {
.heading.heading-large h1 {
font-size: 160px !important;
}
}
.heading.heading-large h2 {
font-size: 48px;
}
@media (max-width: 1199px) {
.heading.heading-large h2 {
font-size: 40px;
}
}
@media (max-width: 991px) {
.heading.heading-large h2 {
font-size: 36px;
}
}
.heading.heading-large h3 {
font-size: 60px;
margin: 0px 0 -4px 0 !important;
}
@media (max-width: 991px) {
.heading.heading-large h3 {
font-size: 48px;
}
}
@media (max-width: 479px) {
.heading.heading-large h3 {
font-size: 36px;
}
}
.heading.heading-large h4 {
font-size: 36px;
}
@media (max-width: 768px) {
.heading.heading-large h4 {
font-size: 28px;
}
}
.heading.color-main .header {
color: #d62c40;
color: var(--main);
}
.heading.color-second .header {
color: #b0585a;
color: var(--second);
}
.heading.color-white .header {
color: #fff;
color: var(--white);
}
.heading.color-black .header {
color: #6d6d6d;
color: var(--black);
}
.heading.color-gray .header {
color: #6d6d6d;
color: var(--black);
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
}
.heading.subcolor-main .subheader {
color: #d62c40;
color: var(--main);
}
.heading.subcolor-second .subheader {
color: #b0585a;
color: var(--second);
}
.heading.subcolor-white .subheader {
color: #fff;
color: var(--white);
}
.heading.subcolor-black .subheader {
color: #6d6d6d;
color: var(--black);
}
.heading.subcolor-gray .subheader {
color: #fff;
color: var(--white);
zoom: 1;
filter: alpha(opacity=2);
-webkit-opacity: 0.02;
-moz-opacity: 0.02;
opacity: 0.02;
}
.heading.color-gradient .header {
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
.text-align-center-sm-ms .heading.header-underline::after {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.bg-color-theme_color .heading.header-subheader:after {
border-color: #fff;
border-color: var(--white);
}
.header-rounded > * {
background-color: #d62c40;
background-color: var(--main);
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
display: block;
width: 40px;
height: 40px;
padding-left: 3px;
line-height: 39px;
color: var(--black) !important;
font-size: 18px;
font-weight: 900;
text-align: center;
}
.header-xlg {
font-size: 80px;
font-weight: bold;
line-height: 1em;
}
.heading.text-bg .header-text {
color: #6d6d6d;
color: var(--black);
}
.body-black-dark .heading.text-bg .header-text,
.bg-color-black .heading.text-bg .header-text {
color: #fff;
color: var(--white);
}
.heading.heading-large.text-bg .header-text {
font-size: 120px;
top: 45%;
}
pre {
padding: 30px;
}
code {
color: #6d6d6d;
color: var(--black);
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
legend {
color: #fff;
color: var(--white);
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
} body.error404 .heading.head-404 {
margin-top: -50px !important;
}
body.error404 .image-404 {
margin-top: -50px;
}
body.error404 .page-404-default {
padding: 110px 0;
}
body.error404 .page-404-default .heading {
margin-top: 16px;
}
body.error404 .page-404-default .heading h1 {
font-size: 36px !important;
}
body.error404 .page-404-default .heading:after {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
body.error404 .page-404-default h2 {
font-size: 110px !important;
margin: 0 0 18px;
}
body.error404 .page-404-default .center-404 {
max-width: 400px;
margin: 0 auto 36px;
}
.row-5-cols > div:last-child,
.row-5-cols > div:first-child {
display: none !important;
}
@media (min-width: 768px) {
.row-5-cols .vc_col-sm-2 {
width: 20%;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.row-5-cols .vc_col-sm-2 {
width: 50%;
float: left;
}
}
@media (max-width: 991px) {
.mobile-hidden {
display: none !important;
}
}
@media (max-width: 991px) {
.bg-mobile-hide {
background-size: 0 !important;
}
.bg-mobile-hide > div {
background-size: 0 !important;
}
}
.displaced-top {
z-index: 10;
position: relative;
margin-top: 0px;
overflow: visible !important;
}
.displaced-top.vc_row[data-vc-full-width] {
overflow: visible !important;
}
@media (max-width: 768px) {
.displaced-top > div {
margin-top: -10px !important;
}
}
.bg-parallax-static {
background-attachment: fixed !important;
}
.slider-icons {
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
z-index: 3;
position: relative;
padding-top: 46px !important;
padding-bottom: 46px !important;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
background-color: #fff;
background-color: var(--white);
}
@media (min-width: 768px) {
.slider-icons {
width: 100%;
overflow: visible;
margin-top: -50px;
margin-left: 0px !important;
}
.slider-icons > div {
width: 100%;
}
}
@media (max-width: 768px) {
.slider-icons {
padding-bottom: 15px !important;
}
.slider-icons > div > div {
margin-bottom: 30px;
}
}
.slider-icons .wpb_content_element.wpb_single_image {
margin-bottom: 0;
min-height: 70px;
}
.slider-icons .heading {
margin: 18px 0 -4px;
}
.slider-icons > .vc_row {
margin-left: 0; }
.ltx-contact-form-7 h5 {
margin: 0 0 36px;
}
.white-space-top:before {
position: absolute;
content: "";
left: 0;
right: 0;
top: 0;
height: 120px;
background-color: #fff;
background-color: var(--white);
width: 100%;
}
.ltx-phone-border {
position: relative;
}
@media (max-width: 991px) {
.ltx-phone-border {
padding: 20px 0px !important;
}
}
.ltx-phone-border:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 45px;
height: 45px;
display: block;
border-top: 4px solid #d62c40;
border-left: 4px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
.ltx-phone-border:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 45px;
height: 45px;
display: block;
border-bottom: 4px solid #d62c40;
border-left: 4px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
.ltx-phone-border > div {
position: relative;
}
.ltx-phone-border > div:before {
content: "";
position: absolute;
top: -25px;
right: 0;
width: 45px;
height: 45px;
display: block;
border-top: 4px solid #d62c40;
border-right: 4px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
.ltx-phone-border > div:after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 45px;
height: 45px;
display: block;
border-bottom: 4px solid #d62c40;
border-right: 4px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
@media (min-width: 768px) and (max-width: 991px) {
.ltx-phone-border > div:before {
top: -45px;
}
.ltx-phone-border > div:after {
bottom: -20px;
}
}
@media (max-width: 768px) {
.ltx-phone-border:before,
.ltx-phone-border:after {
left: 15px;
}
.ltx-phone-border > div:before {
top: -45px;
}
.ltx-phone-border > div:after {
bottom: -20px;
}
.ltx-phone-border > div:before,
.ltx-phone-border > div:after {
right: 15px;
}
}
@media (max-width: 479px) {
.ltx-phone-border > div:before,
.ltx-phone-border > div:after,
.ltx-phone-border:before,
.ltx-phone-border:after {
display: none;
}
}
@media (max-width: 768px) {
.ltx-services-form {
background-position: -10000px !important;
background-repeat: no-repeat !important;
}
}
.ltx-services-form > div > div:last-child > .vc_column-inner {
padding-left: 45px;
color: #6d6d6d;
color: var(--black);
}
@media (max-width: 768px) {
.ltx-services-form > div > div:last-child > .vc_column-inner {
padding-left: 15px;
background-color: #d62c40;
background-color: var(--main);
}
}
.ltx-shield-bg > div {
background-position: 5% 50% !important;
}
@media (max-width: 991px) {
.ltx-shield-bg > div {
background-position: -5000% 50% !important;
}
}
@media (max-width: 991px) {
.ltx-photo-bg > div:before {
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.ltx-photo-bg > div:before {
width: 100%;
height: 100%;
}
.ltx-photo-bg > div > div {
position: relative;
z-index: 10;
}
.ltx-photo-bg.bg-pos-right-center > div {
background-position: 50% 50% !important;
}
}
.img-large img {
margin-left: -20% !important;
max-width: 120% !important;
}
.ltx-drone img {
top: 0;
position: relative;
animation-name: floating_1;
animation-duration: 2s;
animation-iteration-count: infinite;
}
@keyframes floating_1 {
0% {
top: 0px;
}
50% {
top: 15px;
}
100% {
top: 0px;
}
}
.ltx-hover-logos .vc_single_image-wrapper {
position: relative;
overflow: hidden;
}
.ltx-hover-logos .vc_single_image-wrapper img {
-webkit-transition: -webkit-transform 0.4s ease;
-moz-transition: -moz-transform 0.4s ease;
-o-transition: -o-transform 0.4s ease;
transition: -webkit-transform 0.4s ease,-moz-transform 0.4s ease,-o-transform 0.4s ease,transform 0.4s ease;
}
.ltx-hover-logos .vc_single_image-wrapper .ltx-img-hover {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
-ms-transform: translate(-50%, -100%);
-o-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
}
.ltx-hover-logos .vc_single_image-wrapper:hover img:not(.ltx-img-hover) {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.ltx-hover-logos .vc_single_image-wrapper:hover .ltx-img-hover {
-webkit-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
.ltx-text-list .wpb_column.text-align-right-lg > div {
background-position-x: 15px;
}
@media (max-width: 991px) {
.ltx-text-list .vc_column-inner {
background-image: none !important;
}
}
.ltx-text-list .ltx-content-width {
background-color: #d62c40;
background-color: var(--main);
padding: 45px 35px 25px;
display: inline-block;
text-align: left;
}
.ltx-text-list .ltx-content-width ul {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-size: 18px;
list-style: none;
padding: 0;
margin-left: 15px;
}
.ltx-text-list .ltx-content-width ul li {
padding-left: 0px;
padding-bottom: 6px;
position: relative;
}
.ltx-text-list .ltx-content-width ul li:before {
content: "• ";
color: #6d6d6d;
color: var(--black);
font-size: 24px;
margin-right: 8px;
top: 2px;
position: relative;
}
.ltx-text-list .ltx-content-width ul li:after {
border-left: 1px dotted #6d6d6d;
border-color: #6d6d6d;
border-color: var(--black);
content: "";
position: absolute;
left: 5px;
top: 26px;
height: 24px;
}
.ltx-text-list .ltx-content-width ul li:last-child {
padding-bottom: 0;
}
.ltx-text-list .ltx-content-width ul li:last-child:after {
display: none;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.ltx-bg-resize h2 {
font-size: 48px !important;
}
}
@media (max-width: 1850px) {
.ltx-bg-resize > div.bg-overlay-mode-mobile {
background-size: 48%;
}
}
@media (max-width: 1199px) {
.ltx-bg-resize > div.bg-overlay-mode-mobile {
background-size: auto;
}
} .tariffs-block {
padding: 60px 0 100px;
background-position: 50% 50%;
background-repeat: no-repeat;
color: #6d6d6d;
color: var(--black);
}
.tariffs-block h2 {
margin-bottom: 30px !important;
}
@media (max-width: 991px) {
.tariffs-block {
padding: 16px 0 50px;
background-image: none !important;
}
.tariffs-block h2 {
color: #6d6d6d;
color: var(--black);
}
}
.tariff-item {
background-color: #fff;
background-color: var(--white);
text-align: center;
padding: 55px 35px;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #6d6d6d;
color: var(--black);
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) !important;
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) !important;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) !important; }
@media (max-width: 1199px) {
.tariff-item {
margin-bottom: 30px;
}
}
.tariff-item .header {
margin: 0px 0;
text-align: center;
color: #b0585a;
color: var(--second);
}
.tariff-item .price {
font-weight: 900;
font-size: 72px;
line-height: 1em;
margin: 0px 0 35px;
color: #6d6d6d;
color: var(--black);
vertical-align: middle;
}
@media (max-width: 768px) {
.tariff-item .price {
margin: 30px 0 25px;
}
}
.tariff-item .price span {
font-size: 40px;
vertical-align: top;
display: inline-block;
margin-top: -14px;
}
.tariff-item p {
text-align: left;
margin-bottom: 10px;
line-height: 2em;
display: inline-block;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.tariff-item p {
font-size: 14px;
}
}
@media (max-width: 991px) {
.tariff-item p {
font-size: 14px;
}
}
@media (max-width: 768px) {
.tariff-item p {
font-size: 18px;
}
}
.tariff-item ul {
list-style: none;
margin: 0 auto 20px;
padding: 0;
display: inline-block;
text-align: left;
}
.tariff-item ul li {
padding: 0;
margin: 0;
font-size: 14px;
padding-top: 4px;
padding-bottom: 4px;
}
.tariff-item .btn {
margin-top: 25px;
margin-bottom: 0;
}
.tariff-item.layout-default.vip {
z-index: 1;
background: url(data:image/png;base64,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) 50% 50% no-repeat #fff;
background-size: 80%;
}
@media (min-width: 991px) {
.tariff-item.layout-default.vip {
-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-o-transform: scale(1.25);
transform: scale(1.25);
padding: 35px 45px 75px;
}
}
@media (max-width: 991px) {
.tariff-item.layout-default.vip {
background-size: 60%;
}
}
.tariff-item.layout-default.vip .price {
font-size: 90px;
margin-bottom: 20px;
}
.tariff-item.layout-default.vip ul li {
padding-bottom: 0;
}
.tariff-item.layout-default.vip .btn {
margin-top: 20px;
}
.tariff-item.layout-black {
background-color: #1E1F24;
background-color: var(--gray);
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
padding: 45px 35px 45px;
}
.tariff-item.layout-black .header {
color: #d62c40;
color: var(--main);
font-size: 18px;
}
.tariff-item.layout-black .price {
margin-top: 8px;
margin-bottom: 35px;
font-size: 48px;
}
.tariff-item.layout-black .price span {
font-size: 30px;
}
.tariff-item.layout-black ul li {
padding: 0;
}
.tariff-item.layout-black.vip {
z-index: 1;
background: url(data:image/png;base64,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) 50% 50% no-repeat #6d6d6d;
background-color: #6d6d6d;
background-color: var(--black);
color: #fff;
color: var(--white);
background-size: 80%;
}
@media (max-width: 991px) {
.tariff-item.layout-black.vip {
background-size: 60%;
}
}
.tariff-item.layout-black.vip .header {
color: #b0585a;
color: var(--second);
}
.tariff-item.layout-black.vip .price {
font-size: 72px;
margin-bottom: 12px;
color: #fff;
color: var(--white);
}
.tariff-item.layout-black.vip .price span {
font-size: 48px;
}
.tariff-item.layout-black.vip ul li {
padding-bottom: 0;
}
.tariff-item.layout-black.vip ul li .ul-no {
color: #fff;
color: var(--white);
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
}
.tariff-item.layout-black.vip .btn {
margin-top: 20px;
} .testimonials-block h2,
.testimonials h2,
.testimonials-block h4,
.testimonials h4 {
text-align: center;
}
.testimonials-block h2,
.testimonials h2 {
margin-bottom: 30px !important;
}
.testimonials-block hr,
.testimonials hr {
margin-top: 0;
margin-bottom: 30px;
}
.testimonials-block .inner,
.testimonials .inner {
border-color: transparent !important;
}
.testimonials-block {
padding-top: 45px;
}
.testimonials-list .inner {
text-align: center;
position: relative;
border: 0;
color: #fff;
padding: 0px 50px 60px;
margin: 0px auto;
max-width: 1000px;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
margin-bottom: 20px;
z-index: 2;
}
@media (max-width: 1199px) {
.testimonials-list .inner {
padding-left: 100px;
padding-right: 100px;
}
}
@media (max-width: 768px) {
.testimonials-list .inner {
padding-left: 15px;
padding-right: 15px;
margin-left: 0;
margin-right: 0;
}
}
.testimonials-list .inner img {
border: 2px solid var(--white);
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
max-width: 45px;
height: auto;
}
@media (max-width: 768px) {
.testimonials-list .inner img {
float: none;
margin: 0 auto;
}
}
.testimonials-list .inner .top {
margin: 0 auto;
left: -75px;
display: inline-block;
}
.testimonials-list .inner .name {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-size: 18px;
margin: 8px auto 0px;
color: #6d6d6d;
color: var(--black);
}
@media (min-width: 768px) {
.testimonials-list .inner .name {
white-space: nowrap;
}
}
@media (max-width: 768px) {
.testimonials-list .inner .name {
font-size: 18px;
}
}
.testimonials-list .inner .subheader {
margin-top: -4px;
font-size: 14px;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
color: #fff;
color: var(--white);
}
.testimonials-list .inner .text,
.testimonials-list .inner .descr {
margin-top: 0px;
min-height: 160px;
z-index: 2;
position: relative;
}
.testimonials-list .inner p {
margin: 20px 0 50px 0;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-weight: 400;
font-size: 24px;
font-style: italic;
line-height: 1.5em;
display: block;
z-index: 2;
position: relative;
}
@media (max-width: 768px) {
.testimonials-list .inner p {
font-size: 18px;
}
}
.testimonials-list .inner .fa.fa-star {
color: #DFC337;
font-size: 18px;
margin: 12px 3px 0;
}
.testimonials-list .inner .quote {
color: #6d6d6d;
color: var(--black);
zoom: 1;
filter: alpha(opacity=5);
-webkit-opacity: 0.05;
-moz-opacity: 0.05;
opacity: 0.05;
font-size: 150px;
z-index: -1;
display: block;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
text-align: center;
}
.testimonials-list .arrows a {
top: 30%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: #6d6d6d;
background-color: var(--black);
}
.testimonials-list .arrow-right {
right: 0;
}
@media (max-width: 768px) {
.testimonials-list .arrows {
display: none;
}
}
.testimonials-list .swiper-pages {
text-align: center;
margin-top: 8px;
}
.testimonials-list .swiper-pages .swiper-pagination-bullet {
background-color: #d62c40;
background-color: var(--main);
width: 28px;
height: 28px;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
border: 7px solid transparent;
margin: 0 8px;
position: relative;
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.testimonials-list .swiper-pages .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 24px;
height: 24px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 2px;
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.testimonials-slider { }
.testimonials-list.inner-page {
margin-top: 0px;
}
.testimonials-list.inner-page article {
background-color: #F4F4F4;
background-color: var(--gray-lighter);
color: #6d6d6d;
color: var(--black);
padding: 45px 30px 30px;
margin-bottom: 30px;
}
.testimonials-list.inner-page article .subheader {
color: #d62c40;
color: var(--main);
}
.testimonials-list.inner-page .name {
color: #d62c40;
color: var(--main);
color: #6d6d6d;
color: var(--black);
}
.testimonials-list.inner-page .text p {
font-size: 20px;
}
@media (max-width: 768px) {
.testimonials-list.inner-page .inner {
padding-bottom: 40px;
margin-top: 120px;
}
.testimonials-list.inner-page .inner:after {
display: none;
}
.testimonials-list.inner-page .top {
text-align: center;
left: auto;
}
.testimonials-list.inner-page .top img {
margin: 0 auto 0px;
float: none;
}
.testimonials-list.inner-page .text {
margin-top: 15px;
}
}
.testimonials-list.inner-page .paging-navigation {
text-align: center;
} #block-footer + footer {
margin-top: -90px;
background-color: transparent;
}
#block-footer {
background: 50% 50% no-repeat;
background-color: #6d6d6d;
background-color: var(--black);
color: #fff;
color: var(--white);
padding: 95px 0 175px 0;
position: relative;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
#block-footer:before {
zoom: 1;
filter: alpha(opacity=10);
-webkit-opacity: 0.1;
-moz-opacity: 0.1;
opacity: 0.1;
}
@media (max-width: 768px) {
#block-footer { }
}
@media (max-width: 479px) {
#block-footer {
padding: 60px 15px 160px;
}
}
#block-footer:before {
background: #000000;
background-position: 50% 50%;
background-repeat: no-repeat;
content: "";
top: 50%;
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0;
width: 100%;
height: 100%;
}
#block-footer a {
color: #fff;
color: var(--white);
}
#block-footer div,
#block-footer p {
line-height: 1.7em;
font-size: 14px;
font-weight: 400;
}
#block-footer .social-icons-list li {
text-transform: none;
margin: 0px !important;
padding: 10px 0;
}
#block-footer .social-icons-list li:not(:last-child) {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#block-footer .social-icons-list .fa {
font-size: 16px;
position: relative;
}
#block-footer .social-icons-list a {
font-size: 16px;
}
#block-footer .social-icons-list a:hover {
color: #d62c40;
color: var(--main);
text-transform: none;
}
@media (max-width: 479px) {
#block-footer .social-icons-list {
text-align: left;
}
}
#block-footer .social-big {
margin-bottom: 0 !important;
}
#block-footer .social-big {
margin-left: -4px;
}
#block-footer .social-big li {
margin-left: 4px;
}
#block-footer .social-big li .fa {
background-color: #d62c40;
background-color: var(--main);
color: #6d6d6d;
color: var(--black);
line-height: 48px;
width: 48px;
height: 48px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#block-footer .social-big li .fa:hover {
background-color: #fff;
background-color: var(--white);
}
#block-footer .social-small {
margin-top: 50px;
}
#block-footer .social-small a {
font-size: 18px;
margin-right: 10px;
color: rgba(255, 255, 255, 0.4) !important;
}
#block-footer .social-small a:hover {
color: var(--white) !important;
}
.subscribe-block + #block-footer {
padding-top: 145px;
}
.footer-widget-area form {
background-color: transparent !important;
}
.footer-widget-area ul {
list-style: none;
}
.footer-widget-area .widget_pages ul,
.footer-widget-area .widget_categories ul,
.footer-widget-area .widget_archive ul,
.footer-widget-area .widget_ltx_navmenu ul,
.footer-widget-area .widget_nav_menu ul {
list-style: none;
margin: 0 0 0 -30px;
padding: 0;
float: none;
}
@media (max-width: 991px) {
.footer-widget-area .widget_pages ul,
.footer-widget-area .widget_categories ul,
.footer-widget-area .widget_archive ul,
.footer-widget-area .widget_ltx_navmenu ul,
.footer-widget-area .widget_nav_menu ul {
margin-left: 0px;
}
}
.footer-widget-area .widget_pages ul li,
.footer-widget-area .widget_categories ul li,
.footer-widget-area .widget_archive ul li,
.footer-widget-area .widget_ltx_navmenu ul li,
.footer-widget-area .widget_nav_menu ul li {
padding: 0;
margin: 0;
float: none;
margin-left: 30px;
}
.footer-widget-area .widget_pages ul li li,
.footer-widget-area .widget_categories ul li li,
.footer-widget-area .widget_archive ul li li,
.footer-widget-area .widget_ltx_navmenu ul li li,
.footer-widget-area .widget_nav_menu ul li li {
margin-left: 3px;
}
.footer-widget-area .widget_pages ul li a,
.footer-widget-area .widget_categories ul li a,
.footer-widget-area .widget_archive ul li a,
.footer-widget-area .widget_ltx_navmenu ul li a,
.footer-widget-area .widget_nav_menu ul li a {
display: block;
font-size: 16px;
font-weight: 600;
margin: 0;
padding: 0 0 15px 0;
}
.footer-widget-area .widget_pages ul li a:hover,
.footer-widget-area .widget_categories ul li a:hover,
.footer-widget-area .widget_archive ul li a:hover,
.footer-widget-area .widget_ltx_navmenu ul li a:hover,
.footer-widget-area .widget_nav_menu ul li a:hover {
background-color: transparent;
}
.footer-widget-area .widget_pages ul li a:before,
.footer-widget-area .widget_categories ul li a:before,
.footer-widget-area .widget_archive ul li a:before,
.footer-widget-area .widget_ltx_navmenu ul li a:before,
.footer-widget-area .widget_nav_menu ul li a:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: " \f105";
font-size: 16px;
font-weight: 600;
margin-right: 9px;
margin-top: -1px;
vertical-align: middle;
color: #d62c40;
color: var(--main);
}
.footer-widget-area .widget_pages ul li a:hover,
.footer-widget-area .widget_categories ul li a:hover,
.footer-widget-area .widget_archive ul li a:hover,
.footer-widget-area .widget_ltx_navmenu ul li a:hover,
.footer-widget-area .widget_nav_menu ul li a:hover {
color: var(--main) !important;
}
.footer-widget-area .widget_pages ul li.active a,
.footer-widget-area .widget_categories ul li.active a,
.footer-widget-area .widget_archive ul li.active a,
.footer-widget-area .widget_ltx_navmenu ul li.active a,
.footer-widget-area .widget_nav_menu ul li.active a {
color: #d62c40;
color: var(--main);
cursor: default;
}
.footer-widget-area .widget_recent_comments li,
.footer-widget-area .widget_categories li,
.footer-widget-area .widget_archive li {
color: #fff;
color: var(--white);
}
.footer-widget-area .widget_recent_comments a,
.footer-widget-area .widget_categories a,
.footer-widget-area .widget_archive a {
display: inline-block !important;
}
.footer-widget-area .widget_recent_comments ul li {
padding: 0;
margin: 0;
float: none;
margin-left: 0px;
margin-bottom: 10px;
}
.footer-widget-area .widget_recent_comments li > a:before {
display: none;
}
.footer-widget-area ul ul ul ul ul ul ul ul {
margin-left: 0 !important;
}
.footer-widget-area ul ul {
margin-left: 8px !important;
}
.footer-widget-area ul ul ul li {
padding-left: 0 !important;
}
.footer-widget-area .search-form:after {
top: 15px;
right: 15px;
}
.footer-widget-area .search-form button {
width: 44px !important;
height: 44px !important;
min-width: initial;
background-color: transparent !important;
margin-right: 10px;
}
.footer-widget-area .search-form button span {
color: #6d6d6d;
color: var(--black);
}
.footer-widget-area .tagcloud,
.footer-widget-area .tags {
padding: 0 0 0px;
}
.footer-widget-area .widget_tag_cloud h5 {
display: none;
}
.footer-widget-area .widget_tag_cloudud {
margin: 0 0 0 -8px;
}
.footer-widget-area .widget {
margin-bottom: 40px;
}
.footer-widget-area .widget:last-child {
margin-bottom: 0;
}
.footer-widget-area .widget_media_image {
margin-bottom: 50px;
}
.footer-widget-area .widget_calendar th,
.footer-widget-area .widget_calendar td {
color: var(--white) !important;
}
.footer-widget-area .widget_nav_menu {
margin-bottom: 30px;
}
.footer-widget-area .widget_nav_menu:before,
.footer-widget-area .widget_nav_menu:after {
content: " ";
display: table;
}
.footer-widget-area .widget_nav_menu:after {
clear: both;
}
.footer-widget-area .widget_text {
zoom: 1;
filter: alpha(opacity=65);
-webkit-opacity: 0.65;
-moz-opacity: 0.65;
opacity: 0.65;
}
@media (min-width: 991px) {
.footer-widget-area .widget_text { }
}
.footer-widget-area .widget_ltx_icons + .widget_ltx_icons {
margin-top: -20px;
}
.footer-widget-area .widget_ltx_blogposts .item {
display: block;
}
.footer-widget-area .widget_ltx_blogposts .item:hover h6 {
color: #d62c40;
color: var(--main);
}
.footer-widget-area .widget_ltx_blogposts .item:not(:last-child) {
margin-bottom: 40px;
}
.footer-widget-area .widget_ltx_blogposts .item ul li {
display: inline;
font-size: 12px;
margin-right: 12px;
font-weight: 500;
}
.footer-widget-area .widget_ltx_blogposts .item ul li.date {
background-color: #d62c40;
background-color: var(--main);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
font-weight: 600;
padding: 3px 6px;
}
.footer-widget-area .widget_ltx_blogposts .item ul li .fa {
padding-right: 2px;
}
.footer-widget-area .widget_ltx_blogposts h6 {
margin: 0;
}
.footer-widget-area .header-widget {
padding: 0px 35px 20px 0;
margin: 4px 0 30px 0;
font-size: 24px;
line-height: 1.2em;
color: #d62c40;
color: var(--main);
position: relative;
}
.footer-widget-area .header-widget a {
color: #d62c40;
color: var(--main);
}
.footer-widget-area .header-widget a:hover {
color: #fff;
color: var(--white);
}
.footer-widget-area .header-widget:after,
.footer-widget-area .header-widget:before {
content: "";
position: absolute;
bottom: 10px;
left: 0px;
}
.footer-widget-area .header-widget:before {
width: 100px;
border-top: 2px solid var(--main);
}
.footer-widget-area .header-widget:after {
right: 0px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.footer-widget-area .null-instagram-feed .instagram-pics {
margin: 0px 0px 0 -10px !important;
padding-bottom: 0 !important;
}
.footer-widget-area .null-instagram-feed .instagram-pics li {
margin: 0 0 -5px 0px !important;
}
.footer-widget-area .null-instagram-feed .instagram-pics li:before {
display: none !important;
}
.footer-widget-area .null-instagram-feed .instagram-pics a {
float: left;
display: block;
margin: 0 0 0px 5px !important;
}
.footer-widget-area .null-instagram-feed .instagram-pics a img {
margin: 0 !important;
-webkit-border-radius: 0px !important;
-webkit-background-clip: padding-box !important;
-moz-border-radius: 0px !important;
-moz-background-clip: padding !important;
border-radius: 0px !important;
background-clip: padding-box !important;
border: 2px solid transparent;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.footer-widget-area .null-instagram-feed .instagram-pics a img:hover {
border: 2px solid var(--main);
} footer.footer-block {
position: relative;
color: #fff;
color: var(--white);
background-color: #6d6d6d;
background-color: var(--black);
text-align: center;
padding: 30px 0;
overflow: hidden;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
footer.footer-block.copyright-layout-transparent {
width: 100%;
margin-top: -88px;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 100;
background-color: transparent;
}
footer.footer-block.copyright-layout-transparent:before {
display: none;
}
@media (max-width: 768px) {
footer.footer-block {
text-align: center;
}
footer.footer-block p {
font-size: 14px;
}
}
@media (max-width: 479px) {
footer.footer-block p {
font-size: 12px;
}
}
footer.footer-block:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.15);
}
footer.footer-block div,
footer.footer-block p {
font-weight: 400;
font-size: 14px;
}
footer.footer-block p {
margin-bottom: 0;
}
footer.footer-block a {
color: #d62c40;
color: var(--main);
}
footer.footer-block a:hover {
color: #fff;
color: var(--white);
}
footer.footer-block .btn {
display: inline;
margin-left: 10px;
}
footer.footer-block .container {
position: relative;
}
footer.footer-block .go-top {
position: absolute;
right: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
color: #d62c40;
color: var(--main);
text-align: center;
font-family: 'Nunito Sans', sans-serif;
padding: 10px 13px;
font-weight: 900;
font-size: 10px;
line-height: 1em;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-transform: uppercase;
background: url(//www.bellone.net/wp-content/themes/altaframe/assets/images/go-top-bg.png) no-repeat 50% 50%;
}
footer.footer-block .go-top.go-top-img {
padding: 0;
}
@media (max-width: 768px) {
footer.footer-block .go-top {
display: none;
}
}
footer.footer-block .go-top span {
display: block;
font-size: 12px;
margin-bottom: 4px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
footer.footer-block .go-top:hover {
color: #fff;
color: var(--white);
} .woocommerce-MyAccount-navigation,
.widget-area {
margin-top: 0px;
margin-bottom: 35px;
padding-top: 0px;
padding-bottom: 55px;
font-size: 14px;
color: #6d6d6d;
color: var(--black);
}
.woocommerce-MyAccount-navigation p,
.widget-area p {
font-size: 14px;
line-height: 1.7em;
}
.woocommerce-MyAccount-navigation .header-widget,
.widget-area .header-widget {
padding: 0px 0px 00px 0px;
margin: 0px 0px 40px;
font-size: 24px;
line-height: 1.2em;
color: #6d6d6d;
color: var(--black);
border-color: #d62c40;
border-color: var(--main);
display: block;
position: relative;
}
.woocommerce-MyAccount-navigation .header-widget:after,
.widget-area .header-widget:after {
content: "";
position: absolute;
top: 42px;
width: 70px;
left: 0;
border-bottom: 4px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
.woocommerce-MyAccount-navigation .header-widget:after,
.widget-area .header-widget:after {
bottom: -12px;
top: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
.woocommerce-MyAccount-navigation .header-widget,
.widget-area .header-widget {
font-size: 22px;
}
}
.woocommerce-MyAccount-navigation .header-widget a,
.widget-area .header-widget a {
color: #6d6d6d;
color: var(--black);
}
.woocommerce-MyAccount-navigation .header-widget a:hover,
.widget-area .header-widget a:hover {
color: #d62c40;
color: var(--main);
}
.woocommerce-MyAccount-navigation aside,
.widget-area aside {
padding: 35px 35px 35px;
margin-bottom: 30px;
position: relative;
background-color: #F4F4F4;
background-color: var(--gray-lighter);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
@media (max-width: 991px) {
.woocommerce-MyAccount-navigation aside,
.widget-area aside {
margin-top: 50px;
}
}
.woocommerce-MyAccount-navigation aside.widget_search,
.widget-area aside.widget_search {
padding: 0px;
background-color: transparent;
}
.woocommerce-MyAccount-navigation aside:last-child,
.widget-area aside:last-child {
margin-bottom: 0;
}
.woocommerce-MyAccount-navigation aside ul,
.widget-area aside ul {
margin: 0 0 0 0px;
padding: 0;
list-style: none;
}
.woocommerce-MyAccount-navigation aside ul li,
.widget-area aside ul li {
margin-bottom: 4px;
margin-top: 8px;
vertical-align: middle;
position: relative;
}
.woocommerce-MyAccount-navigation aside ul li:before,
.widget-area aside ul li:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: " \f105";
font-size: 18px;
color: #d62c40;
color: var(--main);
margin-right: 10px;
font-weight: bold;
vertical-align: baseline;
position: absolute;
left: 0;
top: 4px;
}
.woocommerce-MyAccount-navigation aside ul li a,
.widget-area aside ul li a {
display: inline-block;
vertical-align: baseline;
font-size: 16px;
padding-left: 20px;
line-height: 1.4em;
color: #6d6d6d;
color: var(--black);
}
.woocommerce-MyAccount-navigation aside ul li a:hover,
.widget-area aside ul li a:hover {
color: #d62c40;
color: var(--main);
}
.woocommerce-MyAccount-navigation aside ul li.mini_cart_item a,
.widget-area aside ul li.mini_cart_item a {
padding-left: 0;
}
.woocommerce-MyAccount-navigation aside ul li.current-cat > a,
.widget-area aside ul li.current-cat > a {
font-weight: bold;
}
.woocommerce-MyAccount-navigation aside ul li.current-cat > a,
.widget-area aside ul li.current-cat > a {
cursor: default;
}
.woocommerce-MyAccount-navigation aside ul li ul,
.widget-area aside ul li ul {
margin: 10px 0 0 20px;
}
.woocommerce-MyAccount-navigation aside ul ul ul ul ul ul ul,
.widget-area aside ul ul ul ul ul ul ul {
margin-left: 0;
}
.woocommerce-MyAccount-navigation aside .tags,
.widget-area aside .tags {
margin: 0;
}
.woocommerce-MyAccount-navigation aside .gallery-small,
.widget-area aside .gallery-small {
padding: 0 11px;
}
.woocommerce-MyAccount-navigation aside .gallery-small a,
.widget-area aside .gallery-small a {
padding: 5px;
}
.woocommerce-MyAccount-navigation aside .gallery-small a img,
.widget-area aside .gallery-small a img {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.woocommerce-MyAccount-navigation aside .gallery-small a:hover,
.widget-area aside .gallery-small a:hover {
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.woocommerce-MyAccount-navigation aside div.search-form,
.widget-area aside div.search-form {
padding-top: 0px;
}
.woocommerce-MyAccount-navigation aside .wp-searchform,
.widget-area aside .wp-searchform {
padding: 0 0px 0;
margin: 0px 0 0;
width: 100%;
display: block;
position: relative;
}
.woocommerce-MyAccount-navigation aside .wp-searchform .btn,
.widget-area aside .wp-searchform .btn {
min-width: initial;
margin: 0;
}
.woocommerce-MyAccount-navigation aside .wp-searchform input[type="text"],
.widget-area aside .wp-searchform input[type="text"] {
width: 100%;
display: block;
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .btn,
.widget-area aside.widget_ltx_blogposts .btn {
margin-top: 5px;
margin-bottom: 0;
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .item,
.widget-area aside.widget_ltx_blogposts .item {
margin-top: 15px;
display: block;
padding-bottom: 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .item h6,
.widget-area aside.widget_ltx_blogposts .item h6 {
color: #6d6d6d;
color: var(--black);
font-size: 16px;
margin: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: 'Merriweather', sans-serif;
line-height: 1.5em;
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .item:hover,
.widget-area aside.widget_ltx_blogposts .item:hover {
color: #d62c40;
color: var(--main);
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .item:hover h6,
.widget-area aside.widget_ltx_blogposts .item:hover h6 {
color: #d62c40;
color: var(--main);
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts img,
.widget-area aside.widget_ltx_blogposts img {
vertical-align: top;
display: inline-block;
width: 33%;
}
@media (min-width: 992px) and (max-width: 1199px) {
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts img,
.widget-area aside.widget_ltx_blogposts img {
display: none;
}
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .blog-info,
.widget-area aside.widget_ltx_blogposts .blog-info {
vertical-align: top;
display: inline-block;
width: 67%;
padding-left: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .blog-info,
.widget-area aside.widget_ltx_blogposts .blog-info {
width: 100%;
}
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .blog-info ul,
.widget-area aside.widget_ltx_blogposts .blog-info ul {
margin-top: -7px;
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .blog-info ul li,
.widget-area aside.widget_ltx_blogposts .blog-info ul li {
display: inline-block;
margin: 0;
color: rgba(0, 0, 0, 0.4);
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .blog-info ul li:before,
.widget-area aside.widget_ltx_blogposts .blog-info ul li:before {
display: none;
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .blog-info ul li .fa,
.widget-area aside.widget_ltx_blogposts .blog-info ul li .fa {
color: #d62c40;
color: var(--main);
vertical-align: top;
margin-top: 7px;
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .blog-info ul li.date,
.widget-area aside.widget_ltx_blogposts .blog-info ul li.date {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-size: 14px;
font-weight: 600;
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .blog-info ul li.date .fa,
.widget-area aside.widget_ltx_blogposts .blog-info ul li.date .fa {
margin-right: 5px;
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .blog-info ul li.icon-comments,
.widget-area aside.widget_ltx_blogposts .blog-info ul li.icon-comments {
font-size: 14px;
margin-left: 2px;
}
.woocommerce-MyAccount-navigation aside.widget_ltx_blogposts .blog-info ul li.icon-comments .fa,
.widget-area aside.widget_ltx_blogposts .blog-info ul li.icon-comments .fa {
margin-right: 3px;
}
@media (max-width: 991px) {
.woocommerce-MyAccount-navigation,
.widget-area {
margin-top: 10px;
}
}
body.body-black .woocommerce-MyAccount-navigation,
body.body-black .widget-area {
background-color: #1E1F24;
background-color: var(--gray);
color: #fff;
color: var(--white);
}
body.body-black .woocommerce-MyAccount-navigation .header-widget,
body.body-black .widget-area .header-widget {
padding: 20px 25px 20px 25px;
margin: 0 -35px 35px;
font-size: 24px;
line-height: 1.2em;
color: #fff;
color: var(--white);
background-color: #292A2F;
border-left: 4px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
display: block;
position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
body.body-black .woocommerce-MyAccount-navigation .header-widget,
body.body-black .widget-area .header-widget {
font-size: 22px;
}
}
body.body-black .woocommerce-MyAccount-navigation .header-widget a,
body.body-black .widget-area .header-widget a {
color: #fff;
color: var(--white);
}
body.body-black .woocommerce-MyAccount-navigation .header-widget a:hover,
body.body-black .widget-area .header-widget a:hover {
color: #d62c40;
color: var(--main);
}
.widget ul,
.page-content ul {
padding-left: 0;
}
.widget form,
.page-content form {
padding: 0;
}
.widget select,
.page-content select {
width: 100%;
display: block;
padding: 6px 6px;
}
.widget .search-form,
.page-content .search-form {
margin: 0;
width: 100%;
display: block;
position: relative;
}
.widget .search-form label,
.page-content .search-form label {
display: block;
}
.widget .search-form input[type="search"],
.page-content .search-form input[type="search"],
.widget .search-form input[type="text"],
.page-content .search-form input[type="text"] {
width: 100%;
display: block;
padding-right: 80px;
padding-left: 30px;
height: 62px;
}
.widget .search-form a,
.page-content .search-form a,
.widget .search-form input[type="submit"],
.page-content .search-form input[type="submit"],
.widget .search-form button[type="submit"],
.page-content .search-form button[type="submit"] {
overflow: hidden;
color: #fff;
color: var(--white);
background-color: #d62c40;
background-color: var(--main);
width: 62px;
height: 62px;
line-height: 62px;
display: block;
right: 0;
top: 0px;
font-size: 24px;
z-index: 1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
border: 0;
padding: 0;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
position: absolute;
}
.widget .search-form a span,
.page-content .search-form a span,
.widget .search-form input[type="submit"] span,
.page-content .search-form input[type="submit"] span,
.widget .search-form button[type="submit"] span,
.page-content .search-form button[type="submit"] span {
padding: 0;
position: relative;
top: -1px;
right: -2px;
}
.widget .search-form a:hover,
.page-content .search-form a:hover,
.widget .search-form input[type="submit"]:hover,
.page-content .search-form input[type="submit"]:hover,
.widget .search-form button[type="submit"]:hover,
.page-content .search-form button[type="submit"]:hover {
background-color: #6d6d6d;
background-color: var(--black);
color: #fff;
color: var(--white);
}
.widget.widget_rss li:before,
.page-content.widget_rss li:before {
display: none;
}
.widget.widget_rss li a,
.page-content.widget_rss li a {
padding-left: 0;
}
.widget.widget_rss .rssSummary,
.page-content.widget_rss .rssSummary {
font-size: 14px;
line-height: 1.7em;
}
.widget.widget_rss cite,
.page-content.widget_rss cite {
font-size: 14px;
}
.widget.widget_rss .rss-date,
.page-content.widget_rss .rss-date {
font-size: 13px;
display: block;
font-weight: 600;
color: #d62c40;
color: var(--main);
}
.widget_product_tag_cloud,
.widget_tag_cloud,
.tags {
margin: 26px 0 0 0px;
padding: 0 0 0px;
}
.widget_product_tag_cloud a,
.widget_tag_cloud a,
.tags a {
display: inline-block;
margin-right: 4px;
margin-bottom: 4px;
background-color: rgba(0, 0, 0, 0.07);
padding: 0px 20px;
font-weight: 400;
color: #6d6d6d;
color: var(--black);
font-size: 14px !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.widget_product_tag_cloud a:before,
.widget_tag_cloud a:before,
.tags a:before {
content: "#";
}
.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover,
.tags a:hover {
color: #fff;
color: var(--white);
background-color: #d62c40;
background-color: var(--main);
}
.widget_product_tag_cloud a:last-child:after,
.widget_tag_cloud a:last-child:after,
.tags a:last-child:after {
content: "";
}
.widget_categories li,
.widget_archive li {
font-weight: 600;
font-size: 15px;
color: rgba(0, 0, 0, 0.5);
padding-bottom: 8px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.widget_categories li:last-child,
.widget_archive li:last-child {
border-bottom: none;
}
.widget_recent_comments li {
font-weight: 600;
padding-left: 20px;
}
.widget_recent_comments li a {
padding-left: 0 !important;
}
@media (min-width: 1600px) {
.widget_calendar .calendar_wrap {
padding: 0 25px 0px;
}
}
.widget_calendar caption {
text-align: center;
font-size: 16px;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
color: #d62c40;
color: var(--main);
padding-bottom: 15px;
}
.widget_calendar table {
width: 100%;
position: relative;
}
.widget_calendar th,
.widget_calendar td {
text-align: center;
padding: 5px 0;
font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.widget_calendar th,
.widget_calendar td {
font-size: 14px;
}
}
.widget_calendar th {
font-weight: 900;
}
.widget_calendar #prev,
.widget_calendar #next {
padding-top: 15px;
font-weight: bold;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
.widget_calendar #prev {
text-align: left;
}
.widget_calendar #next {
text-align: right;
}
.widget_calendar a {
color: #d62c40;
color: var(--main);
}
.widget_calendar a:hover {
color: #fff;
color: var(--white);
}
.widget_calendar #today {
position: relative;
z-index: 2;
font-weight: bold;
color: #fff;
color: var(--white);
}
.widget_calendar #today a {
color: #fff;
color: var(--white);
}
.widget_calendar #today:before {
z-index: -1;
content: '';
position: absolute;
width: 2.5em;
height: 2.5em;
left: 50%;
top: 50%;
color: #fff;
color: var(--white);
background-color: #d62c40;
background-color: var(--main);
-webkit-border-radius: 0px !important;
-webkit-background-clip: padding-box !important;
-moz-border-radius: 0px !important;
-moz-background-clip: padding !important;
border-radius: 0px !important;
background-clip: padding-box !important;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
.widget_calendar #today:before {
width: 2em;
height: 2em;
}
}
.widget_flickr ul {
margin-top: -20px !important;
margin-left: 0 !important;
}
.widget_flickr ul li {
margin-bottom: 0 !important;
margin-top: 20px;
}
.widget_flickr .flickr_badge_image {
padding: 0;
overflow: hidden;
display: inline-block;
width: 33%;
text-align: center;
height: auto;
}
.widget_flickr img {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.null-instagram-feed a {
color: #fff;
color: var(--white);
}
.null-instagram-feed .instagram-pics {
padding-bottom: 16px !important;
margin: 0px 0px !important;
}
.null-instagram-feed .instagram-pics li {
width: 33%;
display: inline-block;
margin: 0 !important;
}
.null-instagram-feed .instagram-pics li:before {
display: none !important;
}
.null-instagram-feed .instagram-pics li a {
display: block;
padding: 1px;
}
.null-instagram-feed .instagram-pics li img {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.null-instagram-feed p {
text-align: center;
}
.null-instagram-feed p a {
font-weight: bold;
}
.widget_ltx_navmenu ul {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
} #page-contacts {
margin: 90px 0 100px 0;
}
@media (max-width: 991px) {
#page-contacts {
margin: 10px 0 20px;
}
}
#page-contacts .social {
margin: 10px 0 60px;
}
#map {
height: 750px;
width: 100%;
}
#map.map-inner {
height: 288px;
} div.blog {
padding: 0px 0 0px;
overflow: visible;
margin-bottom: 0px;
}
div.blog article {
margin-top: 35px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
padding-bottom: 35px;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
div.blog article .header h5,
div.blog article .header h4 {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: 0;
margin-bottom: 4px;
line-height: 1.2em;
color: #6d6d6d;
color: var(--black);
}
@media (min-width: 1600px) {
div.blog article .header h5,
div.blog article .header h4 {
font-size: 36px;
line-height: 1.2em;
margin-bottom: 10px;
}
}
@media (max-width: 479px) {
div.blog article .header h5,
div.blog article .header h4 {
font-size: 22px;
}
}
div.blog article .header:hover h5,
div.blog article .header:hover h4 {
color: #d62c40;
color: var(--main);
}
div.blog article .author-by {
padding-left: 0px;
padding-right: 14px;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-size: 16px;
font-weight: 700;
color: rgba(0, 0, 0, 0.5);
}
div.blog article .description > .post_content {
font-size: 14px;
line-height: 1.8em;
}
div.blog article .description p {
margin-bottom: 0;
}
div.blog article img {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
div.blog article img:hover {
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
div.blog article .blog-info {
display: block;
font-size: 14px;
vertical-align: baseline;
margin-bottom: 10px;
padding: 0px 0px 0px 0px;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
div.blog article .blog-info a {
color: #1E1F24;
color: var(--gray);
color: rgba(0, 0, 0, 0.6);
}
div.blog article .blog-info li {
color: rgba(0, 0, 0, 0.6);
}
div.blog article .blog-info .date {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
div.blog article .blog-info .icon-comments,
div.blog article .blog-info .icon-fav {
padding-top: 2px;
padding-left: 0px;
position: relative;
}
@media (max-width: 479px) {
div.blog article .blog-info .icon-comments,
div.blog article .blog-info .icon-fav {
display: none;
}
}
@media (max-width: 479px) {
div.blog article .blog-info .icon-fav {
display: none;
}
}
div.blog article .blog-info .icon-comments {
padding-left: 20px;
margin-right: 14px;
}
div.blog article .blog-info .icon-comments:before {
height: 18px;
border-left: 2px solid rgba(0, 0, 0, 0.1);
position: absolute;
content: "";
left: 0;
top: 4px;
}
div.blog article .blog-info .cats {
padding-left: 12px;
padding-right: 0px;
color: #d62c40 !important;
color: var(--main) !important;
position: relative;
}
div.blog article .blog-info .cats:before {
height: 18px;
border-left: 2px solid rgba(0, 0, 0, 0.2);
position: absolute;
content: "";
left: 0;
top: 2px;
}
div.blog article .blog-info .cats a {
font-size: 16px;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-weight: 700;
color: #d62c40;
color: var(--main);
}
div.blog article .blog-info .cats a:hover {
color: #6d6d6d !important;
color: var(--black) !important;
}
div.blog article .blog-info ul.no-i .cats {
padding-left: 0;
}
div.blog article .blog-info ul.no-i .cats a:first-child {
margin-left: 0;
}
div.blog article .blog-info ul.no-i .cats:before {
display: none;
}
div.blog article .blog-info .i {
font-weight: 400;
padding: 0 7px 0 4px;
color: rgba(0, 0, 0, 0.2);
}
div.blog article .blog-info .fa {
color: #d62c40;
color: var(--main);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
div.blog article .blog-info .fa.fa-commenting:before {
margin-top: -3px;
}
div.blog article .blog-info .cat {
display: block;
text-align: right;
}
div.blog article .blog-info .fa {
padding-right: 3px;
}
div.blog article .blog-info ul {
padding: 0;
margin: 0px 0 0px 0px;
list-style: none;
line-height: 24px;
}
div.blog article .blog-info ul li {
display: inline-block;
text-align: right;
font-size: 14px;
line-height: 20px;
margin-right: 20px;
margin-bottom: 0;
font-weight: 400;
}
div.blog article .blog-info ul li .fa {
font-size: 16px;
}
div.blog article .blog-info ul li a {
margin-left: 6px;
}
div.blog article .blog-info ul li:last-child {
margin-right: 0;
}
div.blog article .photo {
display: block;
position: relative;
overflow: hidden;
}
div.blog article .photo img {
max-width: initial;
width: 100%;
height: auto;
}
div.blog article.ltx-featured-post {
background-color: #1E1F24;
background-color: var(--gray);
color: rgba(255, 255, 255, 0.75);
}
div.blog article.ltx-featured-post li,
div.blog article.ltx-featured-post span,
div.blog article.ltx-featured-post a {
color: rgba(255, 255, 255, 0.75);
}
div.blog article.ltx-featured-post li {
color: rgba(255, 255, 255, 0.75) !important;
}
div.blog article.ltx-featured-post li.icon-comments:before {
display: none;
}
div.blog article.ltx-featured-post .more-link {
color: #d62c40 !important;
color: var(--main) !important;
}
div.blog article.ltx-featured-post .more-link:hover {
color: #fff !important;
color: var(--white) !important;
}
div.blog article.ltx-featured-post .blog-info {
border-color: rgba(255, 255, 255, 0.1);
}
div.blog article.ltx-featured-post .li-cats:after {
border-color: rgba(255, 255, 255, 0.1) !important;
}
div.blog article.ltx-featured-post h4 {
color: #d62c40;
color: var(--main);
}
div.blog article.ltx-featured-post h4:hover {
color: #fff;
color: var(--white);
}
div.blog article.ltx-featured-post .cats a:hover {
color: #fff !important;
color: var(--white) !important;
}
div.blog .paging-navigation {
margin-top: 55px;
}
div.blog .paging-navigation .pagination {
margin-bottom: 0;
}
div.blog .btn,
div.blog .more-link,
div.blog .btn-more {
display: inline-block;
margin: 10px 0 0px 0;
text-transform: uppercase;
font-size: 14px;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
@media (max-width: 991px) {
div.blog {
padding: 0 0 30px;
}
div.blog .item ul {
padding-left: 0;
}
}
.format-quote > a {
display: block;
}
.format-quote blockquote {
margin-top: 0;
border: 0;
font-style: italic;
font-size: 20px;
line-height: 1.7em;
margin: 0;
}
.format-quote blockquote:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f10e";
color: #fff;
color: var(--white);
zoom: 1;
filter: alpha(opacity=5);
-webkit-opacity: 0.05;
-moz-opacity: 0.05;
opacity: 0.05;
font-size: 60px;
position: absolute;
right: 30px;
bottom: 30px;
}
.format-quote blockquote cite {
font-family: 'Merriweather', sans-serif;
font-size: 16px;
text-align: right;
font-weight: 400;
font-style: normal;
display: block;
}
.format-quote blockquote a {
color: #6d6d6d;
color: var(--black);
}
.format-quote blockquote a:hover {
color: #d62c40;
color: var(--main);
}
.format-link {
padding: 0 !important;
}
.format-link > a {
display: block;
}
.format-link .ltx-wrapper {
padding: 40px 32px;
background-color: #F4F4F4;
margin-top: 0;
margin: 0;
border: 0;
color: #6d6d6d;
color: var(--black);
}
.format-link .ltx-wrapper p {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-weight: normal;
font-style: italic;
font-size: 20px;
line-height: 1.7em;
}
.format-link .ltx-wrapper:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f0c1";
color: #d62c40;
color: var(--main);
zoom: 1;
filter: alpha(opacity=15);
-webkit-opacity: 0.15;
-moz-opacity: 0.15;
opacity: 0.15;
font-size: 80px;
top: 50%;
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.format-link .ltx-wrapper cite {
font-family: 'Merriweather', sans-serif;
font-size: 16px;
text-align: right;
font-weight: 400;
font-style: normal;
display: block;
}
.format-link .ltx-wrapper a {
color: #6d6d6d;
color: var(--black);
}
.format-link .ltx-wrapper a:hover {
color: #d62c40;
color: var(--main);
}
.format-gallery .image {
margin-bottom: 12px;
}
.format-gallery .ltx-post-gallery {
position: relative;
max-height: 312px;
overflow: hidden;
}
.format-gallery .ltx-post-gallery img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-bottom: 0 !important;
}
.format-gallery .ltx-post-gallery:hover .arrow-left:not(.swiper-button-disabled),
.format-gallery .ltx-post-gallery:hover .arrow-right:not(.swiper-button-disabled) {
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.format-gallery .ltx-post-gallery:hover .swiper-pages {
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.format-gallery .ltx-post-gallery .arrow-left,
.format-gallery .ltx-post-gallery .arrow-right {
margin-top: -12px;
width: 40px;
height: 40px;
line-height: 38px !important;
text-align: center;
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
color: #fff;
color: var(--white);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.format-gallery .ltx-post-gallery .arrow-left.swiper-button-disabled,
.format-gallery .ltx-post-gallery .arrow-right.swiper-button-disabled {
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
.format-gallery .ltx-post-gallery .arrow-left:not(.swiper-button-disabled):hover,
.format-gallery .ltx-post-gallery .arrow-right:not(.swiper-button-disabled):hover {
background-color: #6d6d6d;
background-color: var(--black);
color: #d62c40;
color: var(--main);
}
.format-gallery .ltx-post-gallery .arrow-left {
left: 15px;
}
.format-gallery .ltx-post-gallery .arrow-right {
right: 15px;
}
.format-gallery .ltx-post-gallery .swiper-pages {
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
z-index: 100;
bottom: 15px;
position: absolute;
text-align: center;
}
.format-gallery .ltx-post-gallery .swiper-pages span.swiper-pagination-bullet {
background-color: #fff;
background-color: var(--white);
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.format-gallery .ltx-post-gallery .swiper-pages span.swiper-pagination-bullet-active {
background-color: #d62c40;
background-color: var(--main);
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.blog-post .ltx-post-gallery,
.blog.layout-classic .format-gallery .ltx-post-gallery {
max-height: initial !important;
}
.format-video .ltx-wrapper .photo:hover span {
background-color: #6d6d6d;
background-color: var(--black);
color: #d62c40;
color: var(--main);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.format-video .ltx-wrapper img:hover {
-webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-ms-transform: scale(1) !important;
-o-transform: scale(1) !important;
transform: scale(1) !important;
}
.format-video .ltx-wrapper span {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 70px;
height: 70px;
line-height: 70px;
font-size: 24px;
background: url(//www.bellone.net/wp-content/themes/altaframe/assets/images/video-play.png) 50% 50% no-repeat;
background-color: #d62c40;
background-color: var(--main);
color: #6d6d6d;
color: var(--black);
text-align: center;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
margin-top: -12px;
top: 50%;
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 2;
}
.format-video .ltx-wrapper .photo:before {
position: absolute;
content: "";
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
background-color: #fff;
background-color: var(--white);
zoom: 1;
filter: alpha(opacity=75);
-webkit-opacity: 0.75;
-moz-opacity: 0.75;
opacity: 0.75;
width: 90px;
height: 90px;
margin-top: -12px;
}
.format-video iframe {
display: block;
}
.format-audio .ltx-wrapper .photo {
margin-bottom: -1px;
}
.format-audio .ltx-wrapper .photo img {
margin-bottom: 0;
}
.format-audio .description {
margin-top: 10px;
}
.blog.layout-classic .format-audio .description {
padding-top: 1px !important;
}
.format-video,
.format-audio,
.format-gallery {
padding-bottom: 25px !important;
}
div.blog-block {
margin-top: -35px;
}
div.blog-block .format-quote {
padding: 0 !important;
}
div.blog-block .format-quote .blog-info {
display: none;
}
div.blog-block .format-quote .text {
margin: 0;
padding-left: 60px;
padding-top: 15px;
padding-bottom: 15px;
font-size: 18px !important;
}
div.blog-block .format-quote .text:before {
left: 0;
top: 22px;
}
div.blog-block .format-quote .text p {
font-size: 18px !important;
}
div.blog-block .format-quote .text:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f10e";
font-size: 36px;
color: #d62c40;
color: var(--main);
position: absolute;
left: 40px;
top: 48px;
z-index: 1;
}
div.blog-block .format-quote h4 {
margin: 20px 50px 10px;
text-align: right;
font-weight: 400;
font-family: 'Merriweather', sans-serif;
font-size: 16px;
}
div.blog-block .format-quote .btn {
display: none;
}
div.blog.blog-sc article,
div.blog.layout-three-cols article,
div.blog.layout-two-cols article {
padding: 40px 32px;
border: 6px solid rgba(29, 32, 37, 0.03);
}
div.blog.blog-sc article .header,
div.blog.layout-three-cols article .header,
div.blog.layout-two-cols article .header { }
div.blog.blog-sc article .header h4,
div.blog.layout-three-cols article .header h4,
div.blog.layout-two-cols article .header h4,
div.blog.blog-sc article .header h5,
div.blog.layout-three-cols article .header h5,
div.blog.layout-two-cols article .header h5 {
font-size: 24px;
line-height: 1.4em;
}
@media (min-width: 1200px) and (max-width: 1599px) {
div.blog.blog-sc article .header h4,
div.blog.layout-three-cols article .header h4,
div.blog.layout-two-cols article .header h4 {
font-size: 24px;
}
}
div.blog.blog-sc article .image,
div.blog.layout-three-cols article .image,
div.blog.layout-two-cols article .image {
margin-bottom: 12px;
}
div.blog.blog-sc article:hover,
div.blog.layout-three-cols article:hover,
div.blog.layout-two-cols article:hover {
border: 6px solid rgba(29, 32, 37, 0.05);
}
@media (min-width: 1200px) and (max-width: 1599px) {
div.blog.blog-sc article p,
div.blog.layout-three-cols article p,
div.blog.layout-two-cols article p {
font-size: 14px;
}
}
div.blog.blog-sc article p + .more-link,
div.blog.layout-three-cols article p + .more-link,
div.blog.layout-two-cols article p + .more-link {
margin-top: 25px;
}
body.body-black div.blog.blog-sc article,
body.body-black div.blog.layout-three-cols article,
body.body-black div.blog.layout-two-cols article {
border: 6px solid rgba(29, 32, 37, 0.5);
}
body.body-black div.blog.blog-sc article:hover,
body.body-black div.blog.layout-three-cols article:hover,
body.body-black div.blog.layout-two-cols article:hover {
border: 6px solid #1d2025;
}
div.blog.layout-classic article {
padding: 40px 32px;
border: 6px solid rgba(29, 32, 37, 0.03);
}
div.blog.layout-classic article:hover {
border: 6px solid rgba(29, 32, 37, 0.05);
}
div.blog.layout-classic .cats-many {
display: none;
}
div.blog.layout-classic .blog-info {
margin-bottom: 18px;
padding-bottom: 12px;
border-bottom: 1px solid #F4F4F4;
}
div.blog.layout-classic .blog-info .icon-comments,
div.blog.layout-classic .blog-info .icon-fav {
float: right;
color: #1E1F24;
padding-right: 0;
margin-right: 0;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-weight: 400;
font-size: 14px;
}
div.blog.layout-classic .blog-info .icon-comments:before,
div.blog.layout-classic .blog-info .icon-fav:before {
display: none;
}
div.blog.layout-classic .blog-info .li-after + li {
font-weight: 700;
position: relative;
}
div.blog.layout-classic .blog-info .li-after + li:before {
height: 18px;
border-left: 2px solid rgba(0, 0, 0, 0.2);
position: absolute;
content: "";
left: -17px;
top: 1px;
}
div.blog.layout-classic .blog-info .no-i .li-cats {
position: relative;
}
div.blog.layout-classic .blog-info .no-i .li-cats:after {
height: 18px;
border-left: 2px solid rgba(0, 0, 0, 0.2);
position: absolute;
content: "";
left: -17px;
top: 1px;
display: block !important;
}
div.blog.layout-classic .image {
position: relative;
margin-bottom: 12px;
}
div.blog.layout-classic .image .date-block {
display: block;
position: absolute;
left: 0;
bottom: 0;
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
}
div.blog.layout-classic .image img {
margin-bottom: 0;
}
div.blog.layout-classic .header {
position: relative;
display: inline-block;
padding-bottom: 25px;
}
div.blog.layout-classic .header h4 {
margin-bottom: 10px !important;
}
@media (min-width: 1600px) {
div.blog.layout-classic .header h4 {
margin-bottom: 20px !important;
}
}
@media (max-width: 768px) {
div.blog.layout-classic .header {
padding-bottom: 10px;
}
div.blog.layout-classic .header h4 {
margin-bottom: 0 !important;
}
}
div.blog.layout-classic .header:after {
content: "";
position: absolute;
bottom: 25px;
width: 90px;
border-bottom: 4px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
@media (max-width: 768px) {
div.blog.layout-classic .header:after {
display: none;
}
}
div.blog.layout-classic .text p:not(:last-child) {
margin-bottom: 30px;
}
.blog .image,
.blog-post .image {
position: relative;
}
.blog .image .date-block,
.blog-post .image .date-block {
display: block;
position: absolute;
left: 0;
bottom: 0;
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
text-align: center;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
padding: 20px 15px 15px;
}
.blog .image .date-block .date-day,
.blog-post .image .date-block .date-day {
font-size: 36px;
display: block;
padding-bottom: 5px;
}
@media (max-width: 768px) {
.blog .image .date-block,
.blog-post .image .date-block {
padding: 10px 10px 10px;
}
.blog .image .date-block .date-day,
.blog-post .image .date-block .date-day {
font-size: 24px;
padding-bottom: 0;
}
}
.blog-sc {
margin-top: 0;
}
.blog-sc.blog {
padding-bottom: 0;
margin-bottom: 10px;
}
.blog-sc article {
margin-top: 25px !important;
margin-bottom: 30px;
}
.blog-sc article.no-thumb {
margin-top: 0;
background: transparent;
padding: 0 30px 15px;
}
.blog-sc article.no-thumb .description {
padding: 0;
}
.blog-sc article .description {
color: #fff;
color: var(--white);
}
.blog-sc article .blog-info .cat-div {
color: #b0585a;
color: var(--second);
margin: 0 6px;
font-weight: bold;
}
.blog-sc article .blog-info .cat {
color: #d62c40;
color: var(--main);
display: inline-block;
font-weight: bold;
}
@media (max-width: 768px) {
.blog-sc article .blog-info .icon-calendar {
display: block;
text-align: left;
margin-bottom: 8px;
}
}
.blog-sc article .blog-info .icon-fav {
padding-left: 0 !important;
}
.blog-sc article .blog-info .icon-fav:before {
display: none;
}
.blog-sc article .blog-info .icon-comments {
padding-left: 0 !important;
}
.blog-sc article .blog-info .icon-comments:before {
display: none;
}
.blog-sc article .post_content {
margin-bottom: 15px;
}
@media (min-width: 1600px) {
.blog-sc article .btn {
margin-top: -50px;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.blog-sc article .btn {
float: none;
}
}
@media (max-width: 1199px) {
.blog-sc article .btn {
float: none;
}
}
.blog-sc article li {
float: none !important;
}
.post-views {
display: inline-block !important;
font-size: 12px;
}
.blog-post {
margin: 0;
}
.blog-post pre {
margin: -15px 0 40px;
display: block;
}
.blog-post .author-by {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
.blog-post .blog-info-top {
text-align: center;
}
.blog-post .blog-info-top .li-calendar {
font-weight: 700;
}
.blog-post .cats-many span:before {
display: none;
}
.blog-post .cats-many span {
margin-left: 0 !important;
padding-left: 0 !important;
}
.blog-post .li-calendar + .icon-comments {
margin-left: 16px !important;
}
.blog-post .image {
position: relative;
display: inline-block;
margin-bottom: 30px;
}
.blog-post .image img {
margin: 0px 0 0px 0;
max-width: 100%;
height: auto;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.blog-post .image ul {
position: absolute;
padding: 0 25px;
width: 100%;
left: 0;
right: 0;
bottom: 15px;
list-style: none;
}
@media (max-width: 768px) {
.blog-post .image ul {
padding: 0 10px;
bottom: 0px;
}
.blog-post .image ul li {
padding: 3px 14px 4px !important;
font-size: 14px;
}
.blog-post .image ul li .fa {
display: none;
}
}
.blog-post .image ul .icon-calendar {
float: left;
}
.blog-post .image ul .icon-calendar .fa {
margin-right: 10px;
}
.blog-post .image ul li {
padding: 10px 22px 12px;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
color: var(--white);
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-weight: 600;
}
.blog-post .image ul li a {
color: #fff;
color: var(--white);
}
.blog-post .image ul li .fa {
margin-right: 6px;
color: #d62c40;
color: var(--main);
}
.blog-post .image ul .icon-comments,
.blog-post .image ul .icon-fav {
margin-left: 15px;
float: right;
}
@media (max-width: 768px) {
.blog-post .image ul .icon-comments,
.blog-post .image ul .icon-fav {
display: none;
}
}
.blog-post p {
margin-bottom: 30px;
line-height: 1.8em;
}
@media (min-width: 1600px) {
}
.blog-post .blog-info-top {
padding: 0 0 25px 0;
}
.blog-post .blog-info-top ul {
list-style: none;
font-size: 14px;
padding: 0;
margin: 0;
}
.blog-post .blog-info-top ul li {
display: inline-block;
color: rgba(0, 0, 0, 0.5);
}
.blog-post .blog-info-top ul li .fa {
color: #d62c40;
color: var(--main);
}
.blog-post .blog-info-top ul li .date {
margin-left: 8px;
color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 479px) {
.blog-post .blog-info-top ul .li-calendar {
display: block;
}
.blog-post .blog-info-top ul .li-cats .i {
display: none;
}
}
.blog-post .blog-info-top ul .cats {
margin-left: 20px;
padding-left: 20px;
padding-right: 4px;
position: relative;
}
.blog-post .blog-info-top ul .cats a {
font-size: 16px;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
.blog-post .blog-info-top ul .cats:before {
height: 18px;
border-left: 2px solid rgba(0, 0, 0, 0.25);
position: absolute;
content: "";
left: 0;
top: 1px;
}
.blog-post .blog-info-top ul .cats-many .i {
display: none;
}
.blog-post .blog-info-top ul .icon-comments {
position: relative;
padding-left: 20px;
}
.blog-post .blog-info-top ul .icon-comments:before {
height: 18px;
border-left: 2px solid rgba(0, 0, 0, 0.2);
position: absolute;
content: "";
left: 0;
top: 6px;
}
.blog-post .blog-info-top ul .icon-comments,
.blog-post .blog-info-top ul .icon-fav {
vertical-align: baseline;
margin-left: 14px;
font-size: 14px;
color: rgba(255, 255, 255, 0.5);
}
.blog-post .blog-info-top ul .icon-comments .i,
.blog-post .blog-info-top ul .icon-fav .i {
font-weight: normal;
padding: 0 14px 0 0;
margin-left: 0px;
color: rgba(255, 255, 255, 0.2);
font-size: 14px;
}
.blog-post .blog-info-top ul .icon-comments .fa,
.blog-post .blog-info-top ul .icon-fav .fa {
color: #d62c40;
color: var(--main);
margin-right: 4px;
line-height: 15px;
font-size: 16px;
}
.blog-post .blog-info-bottom {
border-top: 1px solid rgba(0, 0, 0, 0.08);
padding-top: 25px;
margin-top: 15px;
margin-bottom: 30px;
}
.blog-post .blog-info-bottom .tags-short .fa {
padding-right: 8px;
}
.blog-post .blog-info {
margin-top: 0px;
margin-bottom: 8px;
padding: 0px 18px;
background-color: #1E1F24;
background-color: var(--gray);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
font-size: 14px;
font-weight: 900;
}
.blog-post .blog-info a {
color: #6d6d6d;
color: var(--black);
}
.blog-post .blog-info a:hover {
color: #d62c40;
color: var(--main);
}
.blog-post .blog-info ul {
display: block;
text-align: left;
margin-bottom: 0;
}
.blog-post .blog-info ul li {
line-height: 2.5em;
}
.blog-post .blog-info .date {
padding-left: 8px;
}
body.body-black .blog-sc article .post_content {
color: rgba(255, 255, 255, 0.75) !important;
}
body.body-black .blog-post .blog-info-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.ltx-author-bio {
font-size: 16px;
background-color: #F4F4F4;
padding: 30px 30px 15px;
width: 100%;
display: table;
margin-bottom: 75px;
}
@media (max-width: 768px) {
.ltx-author-bio {
display: block;
width: 100%;
}
}
.ltx-author-bio p {
font-size: 16px;
margin-bottom: 0;
}
.ltx-author-bio a {
font-weight: 900;
}
.ltx-author-bio a + .i {
color: #d62c40;
color: var(--main);
margin: 0 10px;
}
.ltx-author-bio .author-name {
margin: -6px 0 -3px;
font-size: 14px;
}
.ltx-author-bio .author-links {
margin-top: 16px;
}
.ltx-author-bio h6 {
margin: 0px 0 16px 0;
font-size: 18px;
color: #d62c40;
color: var(--main);
}
.ltx-author-bio .btn {
margin-top: 8px;
}
.ltx-author-bio .author-image,
.ltx-author-bio .author-info {
display: table-cell;
vertical-align: top;
}
@media (max-width: 768px) {
.ltx-author-bio .author-image,
.ltx-author-bio .author-info {
display: block;
width: 100%;
text-align: center;
}
}
.ltx-author-bio .author-image {
width: 125px;
}
@media (max-width: 768px) {
.ltx-author-bio .author-image {
width: 100%;
margin-bottom: 16px;
}
.ltx-author-bio .author-image img {
margin: 0 auto;
}
}
body.body-black .ltx-author-bio {
background-color: #1E1F24;
background-color: var(--gray);
}
.nav-links {
margin: 35px 0 35px 0;
}
@media (max-width: 991px) {
.nav-links {
display: none;
}
}
.nav-links > span {
display: inline-block;
width: 50%;
vertical-align: top;
color: #d62c40;
color: var(--main);
}
@media (min-width: 991px) {
.nav-links > span:before {
margin-top: -2px !important;
}
.nav-links > span:after {
margin-top: -2px !important;
}
}
@media (max-width: 991px) {
.nav-links > span:before {
margin-top: 0px !important;
}
.nav-links > span:after {
margin-top: 0px !important;
}
}
.nav-links > .next:first-child {
width: 100%;
}
.nav-links a {
font-size: 16px;
font-weight: 900;
}
.nav-links a span {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-links a span span {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
.nav-links a:hover span {
color: #d62c40;
color: var(--main);
}
.nav-links a:hover span span {
color: #6d6d6d;
color: var(--black);
}
@media (max-width: 991px) {
.nav-links a span {
display: none;
}
}
.nav-links span {
max-width: 280px;
color: #6d6d6d;
color: var(--black);
line-height: 1.3em;
}
.nav-links span .nav-arrow {
display: block;
color: #d62c40;
color: var(--main);
margin-top: 3px;
margin-bottom: 8px;
font-size: 14px;
}
.nav-links span img {
max-width: 90px;
height: auto;
margin-bottom: 30px;
}
.nav-links span.prev a { }
.nav-links span.prev a img {
float: left;
margin-right: 18px;
}
.nav-links span.next {
text-align: right;
float: right;
}
.nav-links span.next a { }
.nav-links span.next a img {
float: right;
margin-left: 18px;
}
.nav-links .href-arrow-left {
padding-right: 1%;
}
.nav-links .href-arrow-right {
text-align: right;
padding-left: 1%;
}
.tags-line + .post-navigation {
margin-top: 25px;
}
.tags-line .tags-short {
margin-top: 0;
}
.events-list article {
margin-bottom: 140px;
}
@media (max-width: 768px) {
.events-list article {
margin-bottom: 50px;
}
}
.events-list h2 {
margin: 0 0 30px;
}
.events-list .date {
display: inline-block;
background-color: #1E1F24;
background-color: var(--gray);
margin-bottom: 30px;
padding: 18px 25px;
}
.events-list .date .date-day,
.events-list .date .date-my {
display: inline-block;
vertical-align: top;
}
.events-list .date .date-day {
font-size: 48px;
font-weight: 900;
color: #d62c40;
color: var(--main);
}
.events-list .date .date-my {
color: #6d6d6d;
color: var(--black);
margin-top: -3px;
font-size: 16px;
line-height: 18px;
margin-left: 14px;
}
.ssbp-wrap {
width: auto !important;
margin-top: 2px;
}
@media (max-width: 1199px) {
.ssbp-wrap {
float: none;
text-align: center;
margin: 15px auto !important;
display: block !important;
padding-top: 15px;
}
.ssbp-wrap > div {
text-align: center !important;
}
}
.ssba {
float: right;
}
@media (max-width: 1199px) {
.ssba {
float: none;
text-align: center;
margin: 15 auto !important;
display: block !important;
}
}
.ssba > div > span {
display: none;
}
.ssba br {
display: none;
}
.ssba li {
margin: 0 !important;
}
.ssba a:before {
margin-top: 4px;
vertical-align: top;
line-height: 32px !important;
font-size: 14px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #6d6d6d !important;
color: var(--black) !important;
}
.ssba a:hover:before {
color: #6d6d6d !important;
color: var(--black) !important;
}
.ssbp-list li a {
height: 32px !important;
width: 32px !important;
color: #fff !important;
line-height: 32px !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ssbp-list li a:before {
line-height: 32px !important;
font-size: 14px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: 0 !important;
color: #fff !important;
}
.ssba a:hover {
background-color: #d62c40 !important;
background-color: var(--main) !important;
}
.ssba a:hover:before {
color: #6d6d6d;
color: var(--black);
}
body.body-black .blog-post .blog-info-top ul .cats::before {
border-color: rgba(0, 0, 0, 0.2);
}
body.body-black .blog-post .blog-info-top li {
color: rgba(255, 255, 255, 0.5);
}
body.body-black .blog-post .blog-info-top li .date {
color: rgba(255, 255, 255, 0.5);
}
body.body-black div.blog article .blog-info li {
color: rgba(255, 255, 255, 0.5);
}
body.body-black .nav-links span {
color: #fff;
color: var(--white);
}
body.body-black div.blog article .author-by {
color: rgba(255, 255, 255, 0.5);
}
body.body-black div.blog article .header h5,
body.body-black div.blog article .header h4 {
color: #fff;
color: var(--white);
}
body.body-black .blog-sc article .post_content,
body.body-black div.blog.layout-classic .text p,
body.body-black .blog-post p,
body.body-black .blog article p {
color: rgba(0, 0, 0, 0.75);
}
.post-views .post-views-icon:before,
.post-views .post-views-icon,
.post-views .post-views-label {
display: none !important;
}
.description .post-views {
display: none !important;
}
.comments-area {
margin-top: 60px;
margin-bottom: 0px;
}
.comments-area .comments-title {
color: #6d6d6d;
color: var(--black);
font-size: 24px;
position: relative;
margin-bottom: 32px !important;
padding-bottom: 16px;
}
.comments-area .comments-title:after {
left: 0;
right: auto;
}
.comments-area .comment-list {
list-style: none;
margin-bottom: 60px;
}
.comments-area .comment-list li {
padding-left: 0;
}
.comments-area .comment-list li .comment-single {
padding: 0;
margin-bottom: 32px;
padding-bottom: 30px;
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
.comments-area .comment-list li .comment-single {
margin-bottom: 22px;
padding-bottom: 20px;
}
}
.comments-area .comment-list .children {
list-style: none;
padding-left: 90px;
}
@media (max-width: 1199px) {
.comments-area .comment-list .children {
padding-left: 30px;
}
}
@media (max-width: 768px) {
.comments-area .comment-list .children {
padding-left: 20px;
}
}
.comments-area .comment-info {
font-size: 15px;
margin: 0 0 15px 0;
}
@media (max-width: 768px) {
.comments-area .comment-info {
font-size: 12px;
margin-bottom: 15px;
padding-bottom: 10px;
border: 0 none;
}
}
.comments-area .comment-info .comment-author {
color: #d62c40;
color: var(--main);
margin: 0;
}
.comments-area .comment-info .comment-date {
margin-right: 10px;
padding-left: 0px;
font-size: 14px;
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
}
@media (max-width: 768px) {
.comments-area .comment-info .comment-date-time {
display: block;
font-size: 12px;
}
.comments-area .comment-info .comment-date-time .comment-date {
padding-left: 0;
margin-right: 0;
}
.comments-area .comment-info .comment-date-time .comment-time {
padding-left: 2px;
}
}
.comments-area .comment_not_approved {
font-size: 12px;
color: #d62c40;
color: var(--main);
font-weight: 900;
}
.comments-area .comments-ol {
padding-bottom: 40px;
}
.comments-area .comments-ol .comment-list {
padding-left: 0px;
}
.comments-area .comments-ol .comment-list > li.comment {
padding-left: 0;
}
.comments-area .comment-text p {
font-size: 16px;
line-height: 1.6em;
margin-bottom: 15px;
}
@media (max-width: 768px) {
.comments-area .comment-text {
margin-left: -85px;
padding-top: 8px;
}
.comments-area .comment-text p {
font-size: 15px;
line-height: 1.5em;
}
}
.comments-area .comment-reply-link {
font-weight: 900;
}
.comments-area .comment-reply-link:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #6d6d6d;
color: var(--black);
font-size: 16px;
vertical-align: middle;
margin-right: 10px;
content: "\f149";
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
}
@media (max-width: 768px) {
.comments-area .comment-reply {
margin-left: -85px;
}
.comments-area .comment-reply .comment-reply-link {
font-size: 12px;
}
}
.comments-area .comment-author-avatar {
position: absolute;
left: 0px;
top: 0px;
}
@media (max-width: 768px) {
.comments-area .comment-author-avatar { }
}
.comments-area .comment-content {
padding: 0 0 0 85px;
}
@media (max-width: 768px) {
.comments-area .comment-content {
padding-right: 10px;
}
}
body.black-color .comments-area .comments-title {
color: #fff;
color: var(--white);
}
.trackback {
padding: 10px 0;
}
.trackback .url {
padding-right: 10px;
}
.blog-post h3:after {
content: "";
position: absolute;
top: 42px;
width: 70px;
left: 0;
border-bottom: 4px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
.blog-post .text-page h3:after {
display: none;
}
.comments-form-wrap h3:not(.comment-reply-title) {
margin: 0px 0 20px 0;
}
h3.comment-reply-title {
font-size: 24px;
position: relative;
margin-top: 0;
margin-bottom: 50px;
padding-bottom: 0px;
}
h3.comment-reply-title:after {
left: 0;
right: auto;
}
h3.comment-reply-title small {
font-weight: 600;
text-transform: lowercase;
border-bottom: 1px dotted var(--main);
margin-left: 5px;
color: #d62c40;
color: var(--main);
}
body.body-black .comments-form-wrap h3 {
color: #fff;
color: var(--white);
}
.comment-form {
padding-bottom: 10px !important;
}
.comment-form .comments-field label {
display: none;
}
.comment-form .comments-field.comments_author {
position: relative;
}
.comment-form .comments-field.comments_author:after {
content: "\f2bd";
}
.comment-form .comments-field.comments_email:after {
content: "\f0e0";
}
.comment-form .comments-field:after {
position: absolute;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
right: 38px;
top: 16px;
font-size: 18px;
color: #6d6d6d;
color: var(--black);
zoom: 1;
filter: alpha(opacity=25);
-webkit-opacity: 0.25;
-moz-opacity: 0.25;
opacity: 0.25;
}
.comment-form input[type="text"],
.comment-form textarea {
width: 100%;
}
.comment-respond {
margin-top: 0px;
} .gallery-page {
margin-top: 0px;
}
.gallery-page > .row {
margin-top: -45px;
}
.gallery-page .paging-navigation {
margin-top: -10px;
}
.gallery-page .item {
margin-top: 45px;
}
@media (max-width: 991px) {
.gallery-page .item {
margin-bottom: 40px;
}
}
.gallery-page .photo {
transition: visibility 0s linear 0.2s, opacity 0.2s linear;
position: relative;
overflow: hidden;
display: block;
}
.gallery-page .photo img {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.gallery-page .photo .fa {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 26px;
color: #fff;
color: var(--white);
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
background: rgba(0, 0, 0, 0.8);
padding: 20px;
z-index: 10;
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
.gallery-page .photo:after {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.gallery-page .photo:hover {
zoom: 1;
filter: alpha(opacity=95);
-webkit-opacity: 0.95;
-moz-opacity: 0.95;
opacity: 0.95;
}
.gallery-page .photo:hover .fa {
zoom: 1;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
}
.gallery-page .photo:hover:after {
zoom: 1;
filter: alpha(opacity=90);
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
}
.gallery-page .descr {
padding: 0px 0px;
}
.gallery-page .descr .header {
margin: 18px 0 6px;
line-height: 1.5em;
font-size: 24px;
}
.gallery-page .descr a {
color: #6d6d6d;
color: var(--black);
}
.gallery-page .descr a:hover {
color: #d62c40;
color: var(--main);
}
.gallery-page .descr .fa {
color: #d62c40;
color: var(--main);
margin-right: 10px;
}
.gallery-page ul {
list-style: none;
padding: 0;
margin: 0;
}
.gallery-page ul li {
font-size: 14px;
color: #1E1F24;
color: var(--gray);
margin-right: 15px;
display: inline-block;
}
.gallery-page.gallery-4 .item {
margin-bottom: 40px;
}
.gallery-page.gallery-4 .descr h5 {
font-size: 16px;
}
.gallery-page.gallery-4 .descr ul li,
.gallery-page.gallery-4 .descr a {
font-size: 12px;
}
.gallery-page.gallery-4 .descr .right {
text-align: left;
float: none;
}
.gallery-inner {
margin-top: -30px;
}
.gallery-inner .item {
margin-top: 30px;
} .form-control:focus,
input:focus {
outline: none;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
select {
color: #6d6d6d;
color: var(--black);
}
form,
.form-row {
font-size: 14px;
}
form select,
.form-row select {
max-width: 100%;
font-weight: bold;
}
form textarea,
.form-row textarea,
form input[type="password"],
.form-row input[type="password"],
form input[type="search"],
.form-row input[type="search"],
form input[type="number"],
.form-row input[type="number"],
form input[type="time"],
.form-row input[type="time"],
form input[type="date"],
.form-row input[type="date"],
form input[type="email"],
.form-row input[type="email"],
form input[type="tel"],
.form-row input[type="tel"],
form input[type="text"],
.form-row input[type="text"] {
width: 100%;
font-size: 14px;
display: block;
margin: 0 auto;
color: rgba(0, 0, 0, 0.75);
padding: 15px 20px;
border: 1px solid #E7E7E7;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: 'Merriweather', sans-serif;
}
form textarea:focus,
.form-row textarea:focus,
form input[type="password"]:focus,
.form-row input[type="password"]:focus,
form input[type="search"]:focus,
.form-row input[type="search"]:focus,
form input[type="number"]:focus,
.form-row input[type="number"]:focus,
form input[type="time"]:focus,
.form-row input[type="time"]:focus,
form input[type="date"]:focus,
.form-row input[type="date"]:focus,
form input[type="email"]:focus,
.form-row input[type="email"]:focus,
form input[type="tel"]:focus,
.form-row input[type="tel"]:focus,
form input[type="text"]:focus,
.form-row input[type="text"]:focus {
border-color: #d62c40;
border-color: var(--main);
}
form textarea.wpcf7-not-valid,
.form-row textarea.wpcf7-not-valid,
form input[type="password"].wpcf7-not-valid,
.form-row input[type="password"].wpcf7-not-valid,
form input[type="search"].wpcf7-not-valid,
.form-row input[type="search"].wpcf7-not-valid,
form input[type="number"].wpcf7-not-valid,
.form-row input[type="number"].wpcf7-not-valid,
form input[type="time"].wpcf7-not-valid,
.form-row input[type="time"].wpcf7-not-valid,
form input[type="date"].wpcf7-not-valid,
.form-row input[type="date"].wpcf7-not-valid,
form input[type="email"].wpcf7-not-valid,
.form-row input[type="email"].wpcf7-not-valid,
form input[type="tel"].wpcf7-not-valid,
.form-row input[type="tel"].wpcf7-not-valid,
form input[type="text"].wpcf7-not-valid,
.form-row input[type="text"].wpcf7-not-valid {
border-color: #C11501 !important;
}
form .date:not(.wpcf7-form-control-wrap),
.form-row .date:not(.wpcf7-form-control-wrap) {
margin: 0 !important;
}
.woocommerce-product-search,
.wp-searchform,
form.post-password-form,
form.search-form,
form.wpcf7-form,
form.form,
form {
background-color: #F4F4F4;
background-color: var(--gray-lighter);
text-align: center;
padding: 45px 45px 35px 45px;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
position: relative;
}
.woocommerce-product-search .ajax-loader,
.wp-searchform .ajax-loader,
form.post-password-form .ajax-loader,
form.search-form .ajax-loader,
form.wpcf7-form .ajax-loader,
form.form .ajax-loader,
form .ajax-loader {
display: block;
margin: 0 auto;
text-align: center;
}
.woocommerce-product-search h3,
.wp-searchform h3,
form.post-password-form h3,
form.search-form h3,
form.wpcf7-form h3,
form.form h3,
form h3 {
text-align: left;
}
.woocommerce-product-search select,
.wp-searchform select,
form.post-password-form select,
form.search-form select,
form.wpcf7-form select,
form.form select,
form select {
max-width: 100%;
}
.woocommerce-product-search label,
.wp-searchform label,
form.post-password-form label,
form.search-form label,
form.wpcf7-form label,
form.form label,
form label {
text-align: left;
display: block;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
.woocommerce-product-search.comment-form textarea,
.wp-searchform.comment-form textarea,
form.post-password-form.comment-form textarea,
form.search-form.comment-form textarea,
form.wpcf7-form.comment-form textarea,
form.form.comment-form textarea,
form.comment-form textarea,
.woocommerce-product-search.comment-form input[type="search"],
.wp-searchform.comment-form input[type="search"],
form.post-password-form.comment-form input[type="search"],
form.search-form.comment-form input[type="search"],
form.wpcf7-form.comment-form input[type="search"],
form.form.comment-form input[type="search"],
form.comment-form input[type="search"],
.woocommerce-product-search.comment-form input[type="email"],
.wp-searchform.comment-form input[type="email"],
form.post-password-form.comment-form input[type="email"],
form.search-form.comment-form input[type="email"],
form.wpcf7-form.comment-form input[type="email"],
form.form.comment-form input[type="email"],
form.comment-form input[type="email"],
.woocommerce-product-search.comment-form input[type="text"],
.wp-searchform.comment-form input[type="text"],
form.post-password-form.comment-form input[type="text"],
form.search-form.comment-form input[type="text"],
form.wpcf7-form.comment-form input[type="text"],
form.form.comment-form input[type="text"],
form.comment-form input[type="text"] {
width: 100%;
}
.woocommerce-product-search .input-group input,
.wp-searchform .input-group input,
form.post-password-form .input-group input,
form.search-form .input-group input,
form.wpcf7-form .input-group input,
form.form .input-group input,
form .input-group input {
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius-bottomright: 0;
-moz-background-clip: padding;
border-bottom-right-radius: 0;
background-clip: padding-box;
}
.woocommerce-product-search.woocommerce-product-search,
.wp-searchform.woocommerce-product-search,
form.post-password-form.woocommerce-product-search,
form.search-form.woocommerce-product-search,
form.wpcf7-form.woocommerce-product-search,
form.form.woocommerce-product-search,
form.woocommerce-product-search,
.woocommerce-product-search.wp-searchform,
.wp-searchform.wp-searchform,
form.post-password-form.wp-searchform,
form.search-form.wp-searchform,
form.wpcf7-form.wp-searchform,
form.form.wp-searchform,
form.wp-searchform {
padding: 0;
margin: 0;
position: relative;
}
.woocommerce-product-search.woocommerce-product-search input[type="search"],
.wp-searchform.woocommerce-product-search input[type="search"],
form.post-password-form.woocommerce-product-search input[type="search"],
form.search-form.woocommerce-product-search input[type="search"],
form.wpcf7-form.woocommerce-product-search input[type="search"],
form.form.woocommerce-product-search input[type="search"],
form.woocommerce-product-search input[type="search"],
.woocommerce-product-search.wp-searchform input[type="search"],
.wp-searchform.wp-searchform input[type="search"],
form.post-password-form.wp-searchform input[type="search"],
form.search-form.wp-searchform input[type="search"],
form.wpcf7-form.wp-searchform input[type="search"],
form.form.wp-searchform input[type="search"],
form.wp-searchform input[type="search"] {
max-width: 100%;
width: 80%;
color: #6d6d6d;
color: var(--black);
margin-bottom: 15px;
}
.woocommerce-product-search textarea,
.wp-searchform textarea,
form.post-password-form textarea,
form.search-form textarea,
form.wpcf7-form textarea,
form.form textarea,
form textarea {
height: 100px;
}
.woocommerce-product-search .btn,
.wp-searchform .btn,
form.post-password-form .btn,
form.search-form .btn,
form.wpcf7-form .btn,
form.form .btn,
form .btn {
margin: 0px 0 10px;
}
@media (max-width: 991px) {
.woocommerce-product-search,
.wp-searchform,
form.post-password-form,
form.search-form,
form.wpcf7-form,
form.form,
form {
padding: 30px 25px;
}
}
.wpcf7-not-valid-tip {
font-size: 14px;
}
.form-gray-add form {
background-color: #dcdcdc;
}
.form-transparent form .select-wrap,
.form-transparent form textarea,
.form-transparent form input[type="password"],
.form-transparent form input[type="search"],
.form-transparent form input[type="number"],
.form-transparent form input[type="time"],
.form-transparent form input[type="date"],
.form-transparent form input[type="email"],
.form-transparent form input[type="tel"],
.form-transparent form input[type="text"] {
background-color: #1E1F24 !important;
background-color: var(--gray) !important;
}
.form-transparent form .select-wrap:after,
.form-transparent form select {
color: rgba(0, 0, 0, 0.75);
}
form.comment-form {
background-color: transparent;
}
form.comment-form form {
background: var(--white) !important;
}
body.body-black form.comment-form .select-wrap,
body.body-black form.comment-form textarea,
body.body-black form.comment-form input:not([type="submit"]) {
background-color: #fff;
background-color: var(--white);
}
form.comment-form {
margin-top: 15px;
padding: 0;
}
form.comment-form .btn {
margin: 0;
}
form.comment-form .comments_notes {
text-align: left;
font-size: 14px;
margin-bottom: 22px;
margin-top: -15px;
color: rgba(0, 0, 0, 0.5);
}
form.comment-form .form-submit {
text-align: left;
}
form .input-radio + label {
display: inline-block;
}
input[type="submit"],
button {
-webkit-background-clip: border-box !important;
-moz-background-clip: border-box !important;
background-clip: border-box !important;
}
.select-wrap {
width: 100%;
position: relative;
background-color: #fff;
background-color: var(--white);
border: 1px solid #E7E7E7;
margin-bottom: 30px;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.select-wrap,
.select-wrap:after,
.select-wrap select {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
color: rgba(0, 0, 0, 0.5);
}
.select-wrap select option {
color: #000;
}
.select-wrap:after {
content: "\f078";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
line-height: 1em;
width: 1em;
height: 1em;
text-align: center;
position: absolute;
right: 1em;
top: 50%;
margin-top: -0.5em;
z-index: 2;
pointer-events: none;
cursor: pointer;
}
.select-wrap select {
background: none !important;
border: none;
width: 99%;
font-size: 14px;
padding: 8px 18px 8px;
padding-right: 3em !important;
}
.select-wrap select:hover {
cursor: pointer;
}
.select-wrap select:not(*:root) {
padding: 15px 18px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.select-wrap select {
padding: 13px 18px;
}
}
@supports (-ms-ime-align:auto) {
.select-wrap select {
padding: 13px 18px;
}
}
.select-wrap option {
padding: 0.4em 1em;
}
.select-wrap select::-ms-expand {
display: none;
}
.select-wrap select {
max-width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.select2-container .select2-selection--single {
text-align: left;
padding: 14px 18px;
font-size: 14px;
height: 58px;
border: 1px solid rgba(109, 109, 109, 0.15);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 13px;
right: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
content: "\f078";
zoom: 1;
filter: alpha(opacity=30);
-webkit-opacity: 0.3;
-moz-opacity: 0.3;
opacity: 0.3;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #6d6d6d;
color: var(--black);
}
.btn-border-black {
border-color: rgba(0, 0, 0, 0.95);
}
.btn-border-default {
border-color: rgba(0, 0, 0, 0.3);
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button,
input[type="submit"],
.btn,
.woocommerce-product-search input[type="submit"],
.wp-searchform input[type="submit"],
form.post-password-form input[type="submit"],
form.search-form input[type="submit"],
form.wpcf7-form input[type="submit"],
form.form input[type="submit"],
form input[type="submit"],
.woocommerce ul.products li.product .button,
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
font-size: 14px;
line-height: 1.9em;
padding: 11px 38px;
margin-bottom: 25px;
min-width: 150px;
position: relative;
overflow: hidden;
display: inline-block;
border: 0;
text-transform: uppercase;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
-webkit-background-clip: border-box;
-moz-background-clip: border-box;
background-clip: border-box;
color: #fff;
color: var(--white);
background-color: #d62c40;
background-color: var(--main);
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.button:hover,
input[type="submit"]:hover,
.btn:hover {
color: #fff;
color: var(--white);
background-color: #6d6d6d;
background-color: var(--black);
}
.woocommerce #payment #place_order.btn-transparent,
.woocommerce-page #payment #place_order.btn-transparent,
.woocommerce div.product form.cart .button.btn-transparent,
.woocommerce #respond input#submit.btn-transparent,
.woocommerce a.button.btn-transparent,
.woocommerce button.button.btn-transparent,
.woocommerce input.button.btn-transparent,
.button.btn-transparent,
input[type="submit"].btn-transparent,
.btn.btn-transparent {
background-color: transparent;
padding-left: 0 !important;
padding-right: 0 !important;
text-align: left;
}
.woocommerce #payment #place_order.btn-transparent span,
.woocommerce-page #payment #place_order.btn-transparent span,
.woocommerce div.product form.cart .button.btn-transparent span,
.woocommerce #respond input#submit.btn-transparent span,
.woocommerce a.button.btn-transparent span,
.woocommerce button.button.btn-transparent span,
.woocommerce input.button.btn-transparent span,
.button.btn-transparent span,
input[type="submit"].btn-transparent span,
.btn.btn-transparent span {
color: #d62c40;
color: var(--main);
}
.woocommerce #payment #place_order.btn-transparent:hover,
.woocommerce-page #payment #place_order.btn-transparent:hover,
.woocommerce div.product form.cart .button.btn-transparent:hover,
.woocommerce #respond input#submit.btn-transparent:hover,
.woocommerce a.button.btn-transparent:hover,
.woocommerce button.button.btn-transparent:hover,
.woocommerce input.button.btn-transparent:hover,
.button.btn-transparent:hover,
input[type="submit"].btn-transparent:hover,
.btn.btn-transparent:hover {
background-color: transparent;
color: #d62c40;
color: var(--main);
}
.woocommerce #payment #place_order.btn-default,
.woocommerce-page #payment #place_order.btn-default,
.woocommerce div.product form.cart .button.btn-default,
.woocommerce #respond input#submit.btn-default,
.woocommerce a.button.btn-default,
.woocommerce button.button.btn-default,
.woocommerce input.button.btn-default,
.button.btn-default,
input[type="submit"].btn-default,
.btn.btn-default {
background-color: #d62c40;
background-color: var(--main);
color: #6d6d6d;
color: var(--black);
}
.woocommerce #payment #place_order.btn-default:hover,
.woocommerce-page #payment #place_order.btn-default:hover,
.woocommerce div.product form.cart .button.btn-default:hover,
.woocommerce #respond input#submit.btn-default:hover,
.woocommerce a.button.btn-default:hover,
.woocommerce button.button.btn-default:hover,
.woocommerce input.button.btn-default:hover,
.button.btn-default:hover,
input[type="submit"].btn-default:hover,
.btn.btn-default:hover {
color: #6d6d6d;
color: var(--black);
background-color: #fff;
background-color: var(--white);
}
.woocommerce #payment #place_order.btn-second,
.woocommerce-page #payment #place_order.btn-second,
.woocommerce div.product form.cart .button.btn-second,
.woocommerce #respond input#submit.btn-second,
.woocommerce a.button.btn-second,
.woocommerce button.button.btn-second,
.woocommerce input.button.btn-second,
.button.btn-second,
input[type="submit"].btn-second,
.btn.btn-second {
color: #fff;
color: var(--white);
background: var(--second);
}
.woocommerce #payment #place_order.btn-second:hover,
.woocommerce-page #payment #place_order.btn-second:hover,
.woocommerce div.product form.cart .button.btn-second:hover,
.woocommerce #respond input#submit.btn-second:hover,
.woocommerce a.button.btn-second:hover,
.woocommerce button.button.btn-second:hover,
.woocommerce input.button.btn-second:hover,
.button.btn-second:hover,
input[type="submit"].btn-second:hover,
.btn.btn-second:hover {
color: #fff;
color: var(--white);
background-color: #d62c40;
background-color: var(--main);
}
.woocommerce #payment #place_order.btn-black,
.woocommerce-page #payment #place_order.btn-black,
.woocommerce div.product form.cart .button.btn-black,
.woocommerce #respond input#submit.btn-black,
.woocommerce a.button.btn-black,
.woocommerce button.button.btn-black,
.woocommerce input.button.btn-black,
.button.btn-black,
input[type="submit"].btn-black,
.btn.btn-black {
color: #fff;
color: var(--white);
background-color: #6d6d6d;
background-color: var(--black);
border-color: rgba(0, 0, 0, 0.95);
}
.woocommerce #payment #place_order.btn-black:hover,
.woocommerce-page #payment #place_order.btn-black:hover,
.woocommerce div.product form.cart .button.btn-black:hover,
.woocommerce #respond input#submit.btn-black:hover,
.woocommerce a.button.btn-black:hover,
.woocommerce button.button.btn-black:hover,
.woocommerce input.button.btn-black:hover,
.button.btn-black:hover,
input[type="submit"].btn-black:hover,
.btn.btn-black:hover {
color: #fff;
color: var(--white);
background-color: #d62c40;
background-color: var(--main);
border-color: rgba(0, 0, 0, 0.3);
}
.woocommerce #payment #place_order.btn-white,
.woocommerce-page #payment #place_order.btn-white,
.woocommerce div.product form.cart .button.btn-white,
.woocommerce #respond input#submit.btn-white,
.woocommerce a.button.btn-white,
.woocommerce button.button.btn-white,
.woocommerce input.button.btn-white,
.button.btn-white,
input[type="submit"].btn-white,
.btn.btn-white {
color: #6d6d6d;
color: var(--black);
background-color: #fff;
background-color: var(--white);
}
.woocommerce #payment #place_order.btn-white span,
.woocommerce-page #payment #place_order.btn-white span,
.woocommerce div.product form.cart .button.btn-white span,
.woocommerce #respond input#submit.btn-white span,
.woocommerce a.button.btn-white span,
.woocommerce button.button.btn-white span,
.woocommerce input.button.btn-white span,
.button.btn-white span,
input[type="submit"].btn-white span,
.btn.btn-white span {
color: #d62c40;
color: var(--main);
font-size: 18px;
}
.woocommerce #payment #place_order.btn-white:hover,
.woocommerce-page #payment #place_order.btn-white:hover,
.woocommerce div.product form.cart .button.btn-white:hover,
.woocommerce #respond input#submit.btn-white:hover,
.woocommerce a.button.btn-white:hover,
.woocommerce button.button.btn-white:hover,
.woocommerce input.button.btn-white:hover,
.button.btn-white:hover,
input[type="submit"].btn-white:hover,
.btn.btn-white:hover {
background-color: #d62c40;
background-color: var(--main);
border-color: rgba(0, 0, 0, 0.95);
}
.woocommerce #payment #place_order.btn-default-bordered,
.woocommerce-page #payment #place_order.btn-default-bordered,
.woocommerce div.product form.cart .button.btn-default-bordered,
.woocommerce #respond input#submit.btn-default-bordered,
.woocommerce a.button.btn-default-bordered,
.woocommerce button.button.btn-default-bordered,
.woocommerce input.button.btn-default-bordered,
.button.btn-default-bordered,
input[type="submit"].btn-default-bordered,
.btn.btn-default-bordered {
color: #d62c40;
color: var(--main);
border-color: #d62c40;
border-color: var(--main);
}
.woocommerce #payment #place_order.btn-default-bordered:hover,
.woocommerce-page #payment #place_order.btn-default-bordered:hover,
.woocommerce div.product form.cart .button.btn-default-bordered:hover,
.woocommerce #respond input#submit.btn-default-bordered:hover,
.woocommerce a.button.btn-default-bordered:hover,
.woocommerce button.button.btn-default-bordered:hover,
.woocommerce input.button.btn-default-bordered:hover,
.button.btn-default-bordered:hover,
input[type="submit"].btn-default-bordered:hover,
.btn.btn-default-bordered:hover {
border-color: #6d6d6d;
border-color: var(--black);
color: #6d6d6d;
color: var(--black);
}
.woocommerce #payment #place_order.btn-second-bordered,
.woocommerce-page #payment #place_order.btn-second-bordered,
.woocommerce div.product form.cart .button.btn-second-bordered,
.woocommerce #respond input#submit.btn-second-bordered,
.woocommerce a.button.btn-second-bordered,
.woocommerce button.button.btn-second-bordered,
.woocommerce input.button.btn-second-bordered,
.button.btn-second-bordered,
input[type="submit"].btn-second-bordered,
.btn.btn-second-bordered {
color: #b0585a;
color: var(--second);
border-color: #b0585a;
border-color: var(--second);
}
.woocommerce #payment #place_order.btn-second-bordered:hover,
.woocommerce-page #payment #place_order.btn-second-bordered:hover,
.woocommerce div.product form.cart .button.btn-second-bordered:hover,
.woocommerce #respond input#submit.btn-second-bordered:hover,
.woocommerce a.button.btn-second-bordered:hover,
.woocommerce button.button.btn-second-bordered:hover,
.woocommerce input.button.btn-second-bordered:hover,
.button.btn-second-bordered:hover,
input[type="submit"].btn-second-bordered:hover,
.btn.btn-second-bordered:hover {
border-color: #6d6d6d;
border-color: var(--black);
color: #6d6d6d;
color: var(--black);
}
.woocommerce #payment #place_order.btn-black-bordered,
.woocommerce-page #payment #place_order.btn-black-bordered,
.woocommerce div.product form.cart .button.btn-black-bordered,
.woocommerce #respond input#submit.btn-black-bordered,
.woocommerce a.button.btn-black-bordered,
.woocommerce button.button.btn-black-bordered,
.woocommerce input.button.btn-black-bordered,
.button.btn-black-bordered,
input[type="submit"].btn-black-bordered,
.btn.btn-black-bordered {
color: #6d6d6d;
color: var(--black);
border-color: #6d6d6d;
border-color: var(--black);
}
.woocommerce #payment #place_order.btn-black-bordered:hover,
.woocommerce-page #payment #place_order.btn-black-bordered:hover,
.woocommerce div.product form.cart .button.btn-black-bordered:hover,
.woocommerce #respond input#submit.btn-black-bordered:hover,
.woocommerce a.button.btn-black-bordered:hover,
.woocommerce button.button.btn-black-bordered:hover,
.woocommerce input.button.btn-black-bordered:hover,
.button.btn-black-bordered:hover,
input[type="submit"].btn-black-bordered:hover,
.btn.btn-black-bordered:hover {
border-color: #d62c40;
border-color: var(--main);
color: #d62c40;
color: var(--main);
}
.woocommerce #payment #place_order.btn-white-bordered,
.woocommerce-page #payment #place_order.btn-white-bordered,
.woocommerce div.product form.cart .button.btn-white-bordered,
.woocommerce #respond input#submit.btn-white-bordered,
.woocommerce a.button.btn-white-bordered,
.woocommerce button.button.btn-white-bordered,
.woocommerce input.button.btn-white-bordered,
.button.btn-white-bordered,
input[type="submit"].btn-white-bordered,
.btn.btn-white-bordered {
color: #fff;
color: var(--white);
}
.woocommerce #payment #place_order.btn-white-bordered:hover,
.woocommerce-page #payment #place_order.btn-white-bordered:hover,
.woocommerce div.product form.cart .button.btn-white-bordered:hover,
.woocommerce #respond input#submit.btn-white-bordered:hover,
.woocommerce a.button.btn-white-bordered:hover,
.woocommerce button.button.btn-white-bordered:hover,
.woocommerce input.button.btn-white-bordered:hover,
.button.btn-white-bordered:hover,
input[type="submit"].btn-white-bordered:hover,
.btn.btn-white-bordered:hover {
border-color: #b0585a;
border-color: var(--second);
color: #b0585a;
color: var(--second);
}
.woocommerce #payment #place_order.btn-default-bordered,
.woocommerce-page #payment #place_order.btn-default-bordered,
.woocommerce div.product form.cart .button.btn-default-bordered,
.woocommerce #respond input#submit.btn-default-bordered,
.woocommerce a.button.btn-default-bordered,
.woocommerce button.button.btn-default-bordered,
.woocommerce input.button.btn-default-bordered,
.button.btn-default-bordered,
input[type="submit"].btn-default-bordered,
.btn.btn-default-bordered,
.woocommerce #payment #place_order.btn-second-bordered,
.woocommerce-page #payment #place_order.btn-second-bordered,
.woocommerce div.product form.cart .button.btn-second-bordered,
.woocommerce #respond input#submit.btn-second-bordered,
.woocommerce a.button.btn-second-bordered,
.woocommerce button.button.btn-second-bordered,
.woocommerce input.button.btn-second-bordered,
.button.btn-second-bordered,
input[type="submit"].btn-second-bordered,
.btn.btn-second-bordered,
.woocommerce #payment #place_order.btn-black-bordered,
.woocommerce-page #payment #place_order.btn-black-bordered,
.woocommerce div.product form.cart .button.btn-black-bordered,
.woocommerce #respond input#submit.btn-black-bordered,
.woocommerce a.button.btn-black-bordered,
.woocommerce button.button.btn-black-bordered,
.woocommerce input.button.btn-black-bordered,
.button.btn-black-bordered,
input[type="submit"].btn-black-bordered,
.btn.btn-black-bordered,
.woocommerce #payment #place_order.btn-white-bordered,
.woocommerce-page #payment #place_order.btn-white-bordered,
.woocommerce div.product form.cart .button.btn-white-bordered,
.woocommerce #respond input#submit.btn-white-bordered,
.woocommerce a.button.btn-white-bordered,
.woocommerce button.button.btn-white-bordered,
.woocommerce input.button.btn-white-bordered,
.button.btn-white-bordered,
input[type="submit"].btn-white-bordered,
.btn.btn-white-bordered {
background: transparent;
border-top-width: 2px;
border-left-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-style: solid;
border-width: 2px;
padding: 6px 18px;
}
.woocommerce #payment #place_order.btn-default-bordered.btn-xs,
.woocommerce-page #payment #place_order.btn-default-bordered.btn-xs,
.woocommerce div.product form.cart .button.btn-default-bordered.btn-xs,
.woocommerce #respond input#submit.btn-default-bordered.btn-xs,
.woocommerce a.button.btn-default-bordered.btn-xs,
.woocommerce button.button.btn-default-bordered.btn-xs,
.woocommerce input.button.btn-default-bordered.btn-xs,
.button.btn-default-bordered.btn-xs,
input[type="submit"].btn-default-bordered.btn-xs,
.btn.btn-default-bordered.btn-xs,
.woocommerce #payment #place_order.btn-second-bordered.btn-xs,
.woocommerce-page #payment #place_order.btn-second-bordered.btn-xs,
.woocommerce div.product form.cart .button.btn-second-bordered.btn-xs,
.woocommerce #respond input#submit.btn-second-bordered.btn-xs,
.woocommerce a.button.btn-second-bordered.btn-xs,
.woocommerce button.button.btn-second-bordered.btn-xs,
.woocommerce input.button.btn-second-bordered.btn-xs,
.button.btn-second-bordered.btn-xs,
input[type="submit"].btn-second-bordered.btn-xs,
.btn.btn-second-bordered.btn-xs,
.woocommerce #payment #place_order.btn-black-bordered.btn-xs,
.woocommerce-page #payment #place_order.btn-black-bordered.btn-xs,
.woocommerce div.product form.cart .button.btn-black-bordered.btn-xs,
.woocommerce #respond input#submit.btn-black-bordered.btn-xs,
.woocommerce a.button.btn-black-bordered.btn-xs,
.woocommerce button.button.btn-black-bordered.btn-xs,
.woocommerce input.button.btn-black-bordered.btn-xs,
.button.btn-black-bordered.btn-xs,
input[type="submit"].btn-black-bordered.btn-xs,
.btn.btn-black-bordered.btn-xs,
.woocommerce #payment #place_order.btn-white-bordered.btn-xs,
.woocommerce-page #payment #place_order.btn-white-bordered.btn-xs,
.woocommerce div.product form.cart .button.btn-white-bordered.btn-xs,
.woocommerce #respond input#submit.btn-white-bordered.btn-xs,
.woocommerce a.button.btn-white-bordered.btn-xs,
.woocommerce button.button.btn-white-bordered.btn-xs,
.woocommerce input.button.btn-white-bordered.btn-xs,
.button.btn-white-bordered.btn-xs,
input[type="submit"].btn-white-bordered.btn-xs,
.btn.btn-white-bordered.btn-xs {
border-width: 1px;
padding: 7px 19px;
}
.woocommerce #payment #place_order.color-text-black,
.woocommerce-page #payment #place_order.color-text-black,
.woocommerce div.product form.cart .button.color-text-black,
.woocommerce #respond input#submit.color-text-black,
.woocommerce a.button.color-text-black,
.woocommerce button.button.color-text-black,
.woocommerce input.button.color-text-black,
.button.color-text-black,
input[type="submit"].color-text-black,
.btn.color-text-black {
color: #6d6d6d;
color: var(--black);
}
.woocommerce #payment #place_order.color-text-white,
.woocommerce-page #payment #place_order.color-text-white,
.woocommerce div.product form.cart .button.color-text-white,
.woocommerce #respond input#submit.color-text-white,
.woocommerce a.button.color-text-white,
.woocommerce button.button.color-text-white,
.woocommerce input.button.color-text-white,
.button.color-text-white,
input[type="submit"].color-text-white,
.btn.color-text-white {
color: #fff;
color: var(--white);
}
.woocommerce #payment #place_order.color-hover-main:hover,
.woocommerce-page #payment #place_order.color-hover-main:hover,
.woocommerce div.product form.cart .button.color-hover-main:hover,
.woocommerce #respond input#submit.color-hover-main:hover,
.woocommerce a.button.color-hover-main:hover,
.woocommerce button.button.color-hover-main:hover,
.woocommerce input.button.color-hover-main:hover,
.button.color-hover-main:hover,
input[type="submit"].color-hover-main:hover,
.btn.color-hover-main:hover {
color: #6d6d6d;
color: var(--black);
background-color: #d62c40;
background-color: var(--main);
border-color: rgba(0, 0, 0, 0.3);
}
.woocommerce #payment #place_order.color-hover-second:hover,
.woocommerce-page #payment #place_order.color-hover-second:hover,
.woocommerce div.product form.cart .button.color-hover-second:hover,
.woocommerce #respond input#submit.color-hover-second:hover,
.woocommerce a.button.color-hover-second:hover,
.woocommerce button.button.color-hover-second:hover,
.woocommerce input.button.color-hover-second:hover,
.button.color-hover-second:hover,
input[type="submit"].color-hover-second:hover,
.btn.color-hover-second:hover {
color: #fff;
color: var(--white);
background-color: #b0585a;
background-color: var(--second);
border-color: rgba(0, 0, 0, 0.3);
}
.woocommerce #payment #place_order.color-hover-black:hover,
.woocommerce-page #payment #place_order.color-hover-black:hover,
.woocommerce div.product form.cart .button.color-hover-black:hover,
.woocommerce #respond input#submit.color-hover-black:hover,
.woocommerce a.button.color-hover-black:hover,
.woocommerce button.button.color-hover-black:hover,
.woocommerce input.button.color-hover-black:hover,
.button.color-hover-black:hover,
input[type="submit"].color-hover-black:hover,
.btn.color-hover-black:hover {
color: #fff;
color: var(--white);
background-color: #6d6d6d;
background-color: var(--black);
}
.woocommerce #payment #place_order.color-hover-white:hover,
.woocommerce-page #payment #place_order.color-hover-white:hover,
.woocommerce div.product form.cart .button.color-hover-white:hover,
.woocommerce #respond input#submit.color-hover-white:hover,
.woocommerce a.button.color-hover-white:hover,
.woocommerce button.button.color-hover-white:hover,
.woocommerce input.button.color-hover-white:hover,
.button.color-hover-white:hover,
input[type="submit"].color-hover-white:hover,
.btn.color-hover-white:hover {
color: #6d6d6d;
color: var(--black);
background-color: #fff;
background-color: var(--white);
border-color: rgba(0, 0, 0, 0.3);
}
.woocommerce #payment #place_order.align-right,
.woocommerce-page #payment #place_order.align-right,
.woocommerce div.product form.cart .button.align-right,
.woocommerce #respond input#submit.align-right,
.woocommerce a.button.align-right,
.woocommerce button.button.align-right,
.woocommerce input.button.align-right,
.button.align-right,
input[type="submit"].align-right,
.btn.align-right {
float: right;
}
.woocommerce #payment #place_order.align-center,
.woocommerce-page #payment #place_order.align-center,
.woocommerce div.product form.cart .button.align-center,
.woocommerce #respond input#submit.align-center,
.woocommerce a.button.align-center,
.woocommerce button.button.align-center,
.woocommerce input.button.align-center,
.button.align-center,
input[type="submit"].align-center,
.btn.align-center {
margin: 0 auto;
}
@media (max-width: 768px) {
.woocommerce #payment #place_order.align-center-ms,
.woocommerce-page #payment #place_order.align-center-ms,
.woocommerce div.product form.cart .button.align-center-ms,
.woocommerce #respond input#submit.align-center-ms,
.woocommerce a.button.align-center-ms,
.woocommerce button.button.align-center-ms,
.woocommerce input.button.align-center-ms,
.button.align-center-ms,
input[type="submit"].align-center-ms,
.btn.align-center-ms {
margin: 0 auto;
}
}
.woocommerce #payment #place_order > i,
.woocommerce-page #payment #place_order > i,
.woocommerce div.product form.cart .button > i,
.woocommerce #respond input#submit > i,
.woocommerce a.button > i,
.woocommerce button.button > i,
.woocommerce input.button > i,
.button > i,
input[type="submit"] > i,
.btn > i {
margin-left: 12px;
margin-right: -6px;
font-size: 18px;
}
.woocommerce #payment #place_order.btn-lg,
.woocommerce-page #payment #place_order.btn-lg,
.woocommerce div.product form.cart .button.btn-lg,
.woocommerce #respond input#submit.btn-lg,
.woocommerce a.button.btn-lg,
.woocommerce button.button.btn-lg,
.woocommerce input.button.btn-lg,
.button.btn-lg,
input[type="submit"].btn-lg,
.btn.btn-lg,
.wpcf7-submit {
font-size: 18px;
padding: 25px 52px;
line-height: 1.4em;
}
@media (max-width: 1199px) {
.woocommerce #payment #place_order.btn-lg,
.woocommerce-page #payment #place_order.btn-lg,
.woocommerce div.product form.cart .button.btn-lg,
.woocommerce #respond input#submit.btn-lg,
.woocommerce a.button.btn-lg,
.woocommerce button.button.btn-lg,
.woocommerce input.button.btn-lg,
.button.btn-lg,
input[type="submit"].btn-lg,
.btn.btn-lg,
.wpcf7-submit {
font-size: 16px;
padding: 16px 50px;
}
}
.woocommerce #payment #place_order.btn-xxs,
.woocommerce-page #payment #place_order.btn-xxs,
.woocommerce div.product form.cart .button.btn-xxs,
.woocommerce #respond input#submit.btn-xxs,
.woocommerce a.button.btn-xxs,
.woocommerce button.button.btn-xxs,
.woocommerce input.button.btn-xxs,
.button.btn-xxs,
input[type="submit"].btn-xxs,
.btn.btn-xxs {
font-size: 12px;
padding: 5px 26px;
line-height: 1.6em;
min-width: 100px;
}
.woocommerce #payment #place_order.btn-xs,
.woocommerce-page #payment #place_order.btn-xs,
.woocommerce div.product form.cart .button.btn-xs,
.woocommerce #respond input#submit.btn-xs,
.woocommerce a.button.btn-xs,
.woocommerce button.button.btn-xs,
.woocommerce input.button.btn-xs,
.button.btn-xs,
input[type="submit"].btn-xs,
.btn.btn-xs {
font-size: 12px;
padding: 6px 30px 6px;
line-height: 1.6em;
min-width: 100px;
}
.woocommerce #payment #place_order.btn-wide,
.woocommerce-page #payment #place_order.btn-wide,
.woocommerce div.product form.cart .button.btn-wide,
.woocommerce #respond input#submit.btn-wide,
.woocommerce a.button.btn-wide,
.woocommerce button.button.btn-wide,
.woocommerce input.button.btn-wide,
.button.btn-wide,
input[type="submit"].btn-wide,
.btn.btn-wide {
min-width: 50%;
}
.woocommerce #payment #place_order.transform-uppercase,
.woocommerce-page #payment #place_order.transform-uppercase,
.woocommerce div.product form.cart .button.transform-uppercase,
.woocommerce #respond input#submit.transform-uppercase,
.woocommerce a.button.transform-uppercase,
.woocommerce button.button.transform-uppercase,
.woocommerce input.button.transform-uppercase,
.button.transform-uppercase,
input[type="submit"].transform-uppercase,
.btn.transform-uppercase {
text-transform: uppercase;
}
.woocommerce #payment #place_order.transform-lowercase,
.woocommerce-page #payment #place_order.transform-lowercase,
.woocommerce div.product form.cart .button.transform-lowercase,
.woocommerce #respond input#submit.transform-lowercase,
.woocommerce a.button.transform-lowercase,
.woocommerce button.button.transform-lowercase,
.woocommerce input.button.transform-lowercase,
.button.transform-lowercase,
input[type="submit"].transform-lowercase,
.btn.transform-lowercase {
text-transform: lowercase;
}
body.body-black .btn {
color: #6d6d6d;
color: var(--black);
background-color: #d62c40;
background-color: var(--main);
}
body.body-black .btn:hover {
color: #6d6d6d;
color: var(--black);
background-color: #fff;
background-color: var(--white);
}
.wpcf7-submit {
margin-bottom: 0 !important;
}
.wpcf7-radio,
.wpcf7-checkbox {
overflow: hidden;
display: block;
position: relative;
cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
margin-bottom: 8px;
}
.wpcf7-radio input,
.wpcf7-checkbox input {
position: absolute;
left: -50px;
}
.wpcf7-radio label,
.wpcf7-checkbox label {
font-weight: normal;
margin-bottom: 0;
}
.wpcf7-radio input + span,
.wpcf7-checkbox input + span {
vertical-align: bottom;
display: inline-block;
cursor: pointer;
position: relative;
}
.wpcf7-radio input + span:before,
.wpcf7-checkbox input + span:before { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAIAAADZrBkAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEzNDYxNkQ3N0M5RjExRTdBQ0JGRjdCMkREMTNFNkRBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEzNDYxNkQ4N0M5RjExRTdBQ0JGRjdCMkREMTNFNkRBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTM0NjE2RDU3QzlGMTFFN0FDQkZGN0IyREQxM0U2REEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTM0NjE2RDY3QzlGMTFFN0FDQkZGN0IyREQxM0U2REEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4I513VAAAALUlEQVR42mK8evUqA+mABYi1tLRI0nPt2jUmBrLAqLZRbSNbGwsk/5CqDSDAAN+KCCm2GjBVAAAAAElFTkSuQmCC) no-repeat 50% 50%; width: 20px;
height: 20px;
text-align: center;
font-size: 14px;
margin-bottom: 2px;
margin-right: 10px;
padding: 0px 0 0 1px;
vertical-align: middle;
content: " ";
display: inline-block; }
.wpcf7-radio input:checked + span:before,
.wpcf7-checkbox input:checked + span:before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAIAAADZrBkAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVFNENEODc5N0M5RTExRTdBMDg2RjZGRTNCREQyM0NGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVFNENEODdBN0M5RTExRTdBMDg2RjZGRTNCREQyM0NGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUU0Q0Q4Nzc3QzlFMTFFN0EwODZGNkZFM0JERDIzQ0YiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUU0Q0Q4Nzg3QzlFMTFFN0EwODZGNkZFM0JERDIzQ0YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66Prs0AAAAsElEQVR42rzTuw3DIBQFUCdyRc0SsAi9h2AdempqahgEWIKaNrkREk7wJyFSciWjJ5kjeNhcQgjTeGY8nPMhE2O8Tl/llyzn7L3ve3trlFIYUQshPlrt2Vhra9EzvEgp7RpkWRZKac+01mgAY5Vb03a49lZKqbNRQGKSc+7IrKsRQqSUGKs0xpyYl00yxpps2TX9kXTyyOx8gCpxYifmEdyA22BA/vsrz/X+jLK7AAMAW8GbphLkpbkAAAAASUVORK5CYII=);
}
.wpcf7-radio.wpcf7-radio input + span:before,
.wpcf7-checkbox.wpcf7-radio input + span:before {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM4MUZCM0JBN0M5RjExRTdBRjMxODdDQjJCMzdCRkFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM4MUZCM0JCN0M5RjExRTdBRjMxODdDQjJCMzdCRkFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzgxRkIzQjg3QzlGMTFFN0FGMzE4N0NCMkIzN0JGQUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzgxRkIzQjk3QzlGMTFFN0FGMzE4N0NCMkIzN0JGQUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6fyCEwAAABlUlEQVR42qSUvUvDUBTFX9oa0HbK16jiB5JuTo4uiqC4u+oo7iLOou7WTVz9BxxEXNw6dWqLg1Ld2nxMjWBsqeeUp0hMY9tcOLyb5J1f3kvevUqv1xPRqNVqMxh2oE1oATIgF3qGbqGbYrH4GvUpv2GATGI4gQ4Mw5goFApCVVWRzWZFt9sVYRiKdrstXNf9xJwSdAzo+x8YQCaGO13Xly3LEoqiiEFBT6vVEp7nVXC5AaDzAwNIRf5omuYKJIYNx3GoMtJVAD8y8v65pmkjgRicTx/Ss/7KqtXqND+sbdu5pK0lbbler3eQLnJle3jDWKD+auCjH+kuYWv5fF6kCf51xDphc/z9aUL6lwjTeY7ShPRrhHk8kGlC+n3CXniy04T0PxH2EARBKhhLDHFP2BVOcSeu4Ic9Z/Qjvc6gDN6QXDSbzbFg0lcCp/FdToe+75dZa6ME59NHP6/7MFD5BbfxsMI3/bdlPuc8zqePRR7Xz6YwnEL76Ge5hH7Gb3QJHcX2s0innZWddguaH9BpG1HflwADAL6cxSKlTuy3AAAAAElFTkSuQmCC) no-repeat 50% 50%;
}
.wpcf7-radio.wpcf7-radio input:checked + span:before,
.wpcf7-checkbox.wpcf7-radio input:checked + span:before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIxQjg1N0U1N0M5RjExRTdBMUZBQTIwQjVDNkEwQTQ2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIxQjg1N0U2N0M5RjExRTdBMUZBQTIwQjVDNkEwQTQ2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjFCODU3RTM3QzlGMTFFN0ExRkFBMjBCNUM2QTBBNDYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjFCODU3RTQ3QzlGMTFFN0ExRkFBMjBCNUM2QTBBNDYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7vLx1nAAACAUlEQVR42qxUPW8aQRR8Zz4kGwq+SycKjiLoUiDo0tgCbLlPG5dRCrooch0lqUxj/4b8ACyBojSpOBpXgFwQxRXimwIsBYLIzOmIbi9wMlFGmtt9eztzu+92n7ZcLsWORqPxCM1L8Bg8ACNgH2yB1+DnZDJ5Z9dpVjOY7KJ5D76JRCIev98vXq9XXC6XLBYLmc1mMplMpN/vzzHnEjyH6f1fZjCKoqmEw+HnsVhMNE2TTaCm2+3KYDC4QZiFYe+PGYy86H+LRqNpUB6KXq9H6ui+gOHPHXP8UygU2sqI4Hzq0P1orKxer+8zsYlEwm3d2nw+l3K5LLquy2g0kmAwKOl0WnK5nHg8HmXLzWbzF7pP3Xic4QuKERNdLBal1WopWyqVShRKoVAwfoyxGuiox/tX3Oahz+dTls8VWY2s4HilUlHG+NeBI5o9WX1lhVqt5pirarWqxKb+Gc3CPEdWMEdOGI/HSmzqQzQb8EBawWQ7IRAIKLGpH9LsOxNuRSqVcjTLZDJKbOpvafZ1Op0qL/P5vMTj8bVGHM9ms8oYrxjw5b+eMyOA4UW73V7+C6iDvkif1XV6OxwOdR7MbcD51FHP2DDDJWUGT/HyptPpyLoaZ68anMf51PGSr6tne2g+gK9Rz9wO9Yw5ugLfra1ntkr72Ky0J/yBGyrtD7vutwADAFsMQcfkQVQRAAAAAElFTkSuQmCC);
}
.wpcf7-radio .wpcf7-list-item {
display: block;
margin-bottom: 16px;
}
.bg-color-black .btn-white-filled:hover {
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
}
.btn-wrap .btn {
margin-bottom: 25px;
}
.btn-wrap.btn-wrap-inline {
display: inline;
margin-right: 14px;
}
.btn-wrap.align-center {
margin: 0 auto;
text-align: center;
}
.btn-wrap.align-center.btn-wrap-inline {
margin: 0 12px;
}
.wpcf7-submit {
margin: 0 auto;
}
.btn + .btn {
margin-left: 10px;
}
label.css-radio {
margin: 0 0 16px 0px !important;
display: block;
position: relative;
min-height: 22px;
line-height: 17px;
padding: 4px 0;
margin: 0 0 10px 0;
overflow: hidden;
cursor: pointer;
}
label.css-radio:hover {
opacity: 0.8;
}
label.css-radio input {
position: absolute;
left: -20px;
}
label.css-radio > span {
font-size: 10pt;
font-weight: bold;
padding: 6px 0 0 30px;
display: inline-block;
}
label.css-radio > span:before {
width: 22px;
height: 22px;
bottom: 0px;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
background-color: #fff;
background-color: var(--white);
left: 2px;
display: block;
content: "";
position: absolute;
background: #f5f5f5;
}
label.css-radio input:checked + span:after {
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
background-color: #6d6d6d;
background-color: var(--black);
width: 12px;
height: 12px;
display: block;
content: "";
top: 8px;
left: 7px;
position: absolute;
z-index: 100;
}
label.css-radio.no-label {
display: inline-block;
width: 22px;
margin: 0 4px 0 0;
}
.homepage-block-2 form,
.form-with-labels,
.forms {
margin: 0 -3px;
}
.homepage-block-2 form .col-md-5ths,
.form-with-labels .col-md-5ths,
.forms .col-md-5ths,
.homepage-block-2 form > div,
.form-with-labels > div,
.forms > div {
padding-left: 3px;
padding-right: 3px;
position: relative;
}
.comments-field {
margin-bottom: 24px;
}
.wpcf7-form-control-wrap {
position: relative;
display: inline-block;
width: 100%;
}
.wpcf7-form-control-wrap:not(.margin-none) {
margin-bottom: 12px;
}
.wpcf7-form-control-wrap > .select-wrap {
margin-bottom: 0;
}
.wpcf7-form-control-wrap + span.fa {
color: rgba(0, 0, 0, 0.15);
position: absolute;
top: 23px;
right: 35px;
font-size: 18px;
}
.menu-types {
text-align: center;
padding-bottom: 18px;
}
.menu-types a {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
display: inline-block;
vertical-align: middle;
font-size: 12px;
text-transform: uppercase;
color: #6d6d6d;
color: var(--black);
width: 115px;
height: 72px;
background-repeat: no-repeat;
background-position: 50% 36%;
text-align: center;
padding: 42px 0 10px 0;
margin: 0 20px;
transition: background .8s ease;
}
.menu-types a.red {
color: #C11501;
}
.menu-types a.type-1 {
background-image: url(//www.bellone.net/wp-content/themes/images/_icon-car-1.png);
}
.menu-types a.type-2 {
background-image: url(//www.bellone.net/wp-content/themes/images/_icon-car-2.png);
}
.menu-types a.type-3 {
background-image: url(//www.bellone.net/wp-content/themes/images/_icon-car-3.png);
}
.menu-types a.type-4 {
background-image: url(//www.bellone.net/wp-content/themes/images/_icon-car-4.png);
}
.menu-types a:hover,
.menu-types a.active {
background-color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 479px) {
.menu-types a {
margin: 0 0px;
}
}
.ltx-contact-form-7 {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
@media (min-width: 768px) {
.ltx-contact-form-7.form-center form {
text-align: center;
}
.ltx-contact-form-7.form-left form {
text-align: left;
}
.ltx-contact-form-7.form-right form {
text-align: right;
}
.ltx-contact-form-7.form-center.form-input-group form p {
text-align: center;
}
.ltx-contact-form-7.form-left.form-input-group form p {
text-align: left;
margin: 0;
}
.ltx-contact-form-7.form-right.form-input-group form p {
text-align: right;
margin: 0;
}
}
.ltx-contact-form-7.form-style-shadow-dark,
.ltx-contact-form-7.form-style-shadow {
padding: 45px 60px 30px;
text-align: center;
}
@media (max-width: 768px) {
.ltx-contact-form-7.form-style-shadow-dark,
.ltx-contact-form-7.form-style-shadow {
padding: 40px;
}
}
.ltx-contact-form-7.form-style-shadow-dark form,
.ltx-contact-form-7.form-style-shadow form {
padding: 0;
margin: 0;
}
.ltx-contact-form-7.form-style-shadow-dark .wpcf7-submit,
.ltx-contact-form-7.form-style-shadow .wpcf7-submit {
margin: 15px 0 0 0;
}
@media (max-width: 768px) {
.ltx-contact-form-7.form-style-shadow-dark,
.ltx-contact-form-7.form-style-shadow {
padding: 30px;
}
}
.ltx-contact-form-7.form-style-shadow-dark {
-webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.25);
box-shadow: 0 30px 30px rgba(0, 0, 0, 0.25);
}
.ltx-contact-form-7.form-style-secondary form input[type="submit"],
.ltx-contact-form-7.form-style-secondary form .btn {
background: var(--second);
color: #fff;
color: var(--white);
}
.ltx-contact-form-7.form-style-secondary form input[type="submit"]:hover,
.ltx-contact-form-7.form-style-secondary form .btn:hover {
color: #fff;
color: var(--white);
background-color: #6d6d6d;
background-color: var(--black);
}
.ltx-contact-form-7.form-padding-none form {
padding: 0;
margin-bottom: 0;
}
.ltx-contact-form-7.form-bg-default {
background-color: #1E1F24;
background-color: var(--gray);
}
.ltx-contact-form-7.form-bg-white {
background: var(--white) !important;
}
.ltx-contact-form-7.form-bg-white form {
background: var(--white) !important;
}
.ltx-contact-form-7.form-bg-transparent form {
background: transparent !important;
}
.form-input-group form p {
max-width: 600px;
margin: 0 auto;
width: 100%;
margin-bottom: 0;
}
@media (min-width: 480px) {
.form-input-group form p {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-moz-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.form-input-group form p .wpcf7-form-control-wrap {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
display: block;
position: relative;
margin-bottom: 0;
}
.form-input-group form p .wpcf7-form-control-wrap input {
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius-bottomright: 0;
-moz-background-clip: padding;
border-bottom-right-radius: 0;
background-clip: padding-box;
}
.form-input-group form p span + span {
display: flex;
margin-left: -1px;
}
}
.form-input-group form p input {
margin-bottom: 0 !important;
}
.form-input-group form p span.wpcf7-not-valid-tip {
position: absolute;
font-size: 14px;
}
.form-input-group form p button {
margin: 0 !important;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topleft: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius-bottomleft: 0;
-moz-background-clip: padding;
border-bottom-left-radius: 0;
background-clip: padding-box;
}
@media (min-width: 768px) {
.form-input-group form p button {
min-width: 200px;
}
}
div.wpcf7-response-output {
max-width: 600px;
margin: 0 auto;
margin-top: 35px;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
font-size: 14px;
padding: 6px 8px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
background-color: #d62c40;
background-color: var(--main);
border-color: transparent;
} .shortcodes {
padding-top: 30px;
padding-bottom: 120px;
}
.shortcodes hr {
margin: 70px 0 60px;
}
@media (max-width: 991px) {
.shortcodes hr {
margin: 40px 0 40px;
}
}
.shortcodes h2 {
margin-bottom: 20px;
}
.vc_single_image-wrapper.vc_box_shadow_border {
position: relative;
padding: 0 !important;
margin-top: 24px;
}
.vc_single_image-wrapper.vc_box_shadow_border span:after,
.vc_single_image-wrapper.vc_box_shadow_border:before,
.vc_single_image-wrapper.vc_box_shadow_border:after {
content: "";
position: absolute;
display: block;
right: 0px;
bottom: 0;
top: -8px;
left: 8px;
width: 100%;
height: 100%;
z-index: -1;
background-color: #d62c40;
background-color: var(--main);
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
}
.vc_single_image-wrapper.vc_box_shadow_border:before {
top: -16px;
left: 16px;
z-index: -2;
}
.vc_single_image-wrapper.vc_box_shadow_border span:after {
top: -24px;
left: 24px;
z-index: -3;
}
.arrow-left,
.arrow-right {
transition: background .8s ease;
margin: 0 0 0 0;
width: 70px;
height: 70px;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
display: block;
padding: 0px;
line-height: 70px !important;
text-align: center;
font-size: 18px;
position: absolute;
top: 50%;
background-color: #6d6d6d;
background-color: var(--black);
color: #fff;
color: var(--white);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 3;
}
@media (max-width: 991px) {
.arrow-left,
.arrow-right {
width: 40px;
height: 40px;
line-height: 40px !important;
}
}
.arrow-left.swiper-button-disabled,
.arrow-right.swiper-button-disabled {
zoom: 1;
filter: alpha(opacity=30);
-webkit-opacity: 0.3;
-moz-opacity: 0.3;
opacity: 0.3;
cursor: default;
}
.arrow-left:not(.swiper-button-disabled):hover,
.arrow-right:not(.swiper-button-disabled):hover {
color: #6d6d6d;
color: var(--black);
background-color: #fff;
background-color: var(--white);
}
.vc_message_box {
margin: 15px 0;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
text-align: center;
padding: 70px 30px 40px 30px !important;
margin-bottom: 15px;
position: relative;
background: var(--white) !important;
border-color: transparent !important;
}
.vc_message_box p {
font-size: 14px;
line-height: 1.6em;
}
.vc_message_box .vc_message_box-icon {
top: 40px !important;
left: 50%;
margin-left: -30px;
right: auto;
bottom: auto;
}
.vc_message_box.vc_color-success .fa {
color: #5c9475;
}
.vc_message_box.vc_color-danger .fa {
color: #C11501;
}
.vc_message_box.vc_color-warning {
background: var(--main) !important;
color: var(--black) !important;
}
.vc_message_box.vc_color-warning .fa {
color: var(--black) !important;
}
.vc_message_box.vc_color-info {
background: var(--black) !important;
color: var(--main) !important;
}
.vc_message_box.vc_color-info .fa {
color: var(--main) !important;
}
.vc_message_box.vc_color-info .fa {
color: #fff;
color: var(--white);
}
.vc_message_box .header {
font-size: 24px;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 15px;
}
.vc_message_box .header .fa {
font-size: 24px;
margin-right: 10px;
}
.swiper-pagination {
margin-bottom: 0px;
}
.swiper-pagination .swiper-pagination-bullet {
width: 4px;
height: 4px;
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
background-color: #6d6d6d;
background-color: var(--black);
margin: 0 13px !important;
}
.swiper-pagination .swiper-pagination-bullet:after {
content: "";
width: 12px;
height: 12px;
margin: -4px 0 0 -4px;
border: 1px solid transparent;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
position: absolute;
display: block;
}
.swiper-pagination .swiper-pagination-bullet-active {
background-color: #d62c40;
background-color: var(--main);
}
.swiper-pagination .swiper-pagination-bullet-active:after {
border-color: #d62c40;
border-color: var(--main);
}
.alert {
margin: 0px 0;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
text-align: center;
padding: 30px 30px 40px 30px;
position: relative;
background-color: #fff;
background-color: var(--white);
border-color: transparent !important;
}
.alert.alert-success .fa,
.alert.alert-success .header {
color: #5c9475;
}
.alert.alert-success p {
color: #6d6d6d;
color: var(--black);
}
.alert.alert-error .fa,
.alert.alert-error .header {
color: #C11501;
}
.alert.alert-error p {
color: #6d6d6d;
color: var(--black);
}
.alert.alert-important {
background-color: #6d6d6d;
background-color: var(--black);
}
.alert.alert-important .fa,
.alert.alert-important .header,
.alert.alert-important p {
color: #fff;
color: var(--white);
}
.alert.alert-warning {
background: #C11501;
}
.alert.alert-warning .fa,
.alert.alert-warning .header {
color: #fff;
color: var(--white);
}
.alert.alert-warning p {
color: #fff;
color: var(--white);
}
.alert .close {
position: absolute;
right: 15px;
top: 15px;
color: #6d6d6d;
color: var(--black);
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-shadow: none;
}
.alert .close:hover {
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.alert p {
font-size: 14px;
line-height: 1.6em;
}
.alert .header {
font-size: 24px;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 15px;
}
.alert .header .fa {
font-size: 24px;
margin-right: 10px;
}
.block-descr .date {
color: #1E1F24;
color: var(--gray);
margin-top: 30px;
font-size: 14px;
}
.block-descr h4 {
color: #d62c40;
color: var(--main);
font-size: 24px;
font-weight: 900;
margin: 0px 0 10px 0;
}
.block-descr p {
line-height: 1.3em;
}
@media (max-width: 991px) {
.block-descr {
margin-bottom: 50px;
}
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
padding-right: 60px !important;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
background: transparent;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon:before {
border-color: transparent !important;
display: block;
content: "\f054";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon:after {
display: none;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon:before {
content: "\f078";
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_active.vc_tta-controls-icon-position-left .vc_tta-controls-icon .vc_tta-panel-heading {
border-bottom: 0 none !important;
}
.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panels,
.wpb-js-composer .vc_tta.vc_general .vc_tta-panels-container {
color: #6d6d6d;
color: var(--black);
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-panels,
.wpb-js-composer .vc_tta.vc_general .vc_tta-panels-container {
color: #6d6d6d;
color: var(--black);
}
.wpb-js-composer .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box !important;
-moz-border-radius: 0 !important;
-moz-background-clip: padding !important;
border-radius: 0 !important;
background-clip: padding-box !important;
}
.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
} .wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_active .vc_tta-panel-heading {
-webkit-border-bottom-left-radius: 0 !important;
-moz-border-radius-bottomleft: 0 !important;
border-bottom-left-radius: 0 !important;
-webkit-border-bottom-right-radius: 0 !important;
-webkit-background-clip: padding-box !important;
-moz-border-radius-bottomright: 0 !important;
-moz-background-clip: padding !important;
border-bottom-right-radius: 0 !important;
background-clip: padding-box !important;
}
.wpb-js-composer .vc_tta-accordion h4 {
display: block;
background: transparent !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-weight: 700;
}
.wpb-js-composer .vc_tta-accordion h4 a {
color: #d62c40 !important;
color: var(--main) !important;
font-size: 24px !important;
padding-left: 25px !important;
font-weight: 700 !important;
padding-top: 23px !important;
padding-bottom: 23px !important;
}
.wpb-js-composer .vc_tta-accordion h4 a span {
color: var(--black) !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wpb-js-composer .vc_tta-accordion h4 a:hover span {
color: #d62c40 !important;
color: var(--main) !important;
}
.wpb-js-composer .vc_tta-accordion h4 a i {
left: auto !important;
right: 25px !important; -webkit-border-radius: 0px !important;
-webkit-background-clip: padding-box !important;
-moz-border-radius: 0px !important;
-moz-background-clip: padding !important;
border-radius: 0px !important;
background-clip: padding-box !important;
display: block;
width: 16px !important;
height: 16px !important;
}
.wpb-js-composer .vc_tta-accordion h4 a i.vc_tta-controls-icon:after,
.wpb-js-composer .vc_tta-accordion h4 a i.vc_tta-controls-icon:before {
border-color: var(--gray) !important;
}
.wpb-js-composer .vc_tta-accordion h4:hover {
color: #fff;
color: var(--white);
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-accordion .vc_tta-panel-body {
background: transparent !important;
border-color: rgba(0, 0, 0, 0.1) !important;
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel-body {
border-top: 0 none !important;
padding-top: 0px !important;
padding-bottom: 30px !important;
padding-left: 25px !important;
padding-right: 25px !important;
color: #fff;
color: var(--white);
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel-body .wpb_content_element {
color: rgba(0, 0, 0, 0.75);
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel {
margin-bottom: 15px !important;
}
.wpb_gmaps_widget .wpb_wrapper {
background: transparent !important;
padding: 0 !important;
margin-bottom: 0 !important;
}
.wpb_gmaps_widget {
margin-bottom: 0 !important;
}
.wpb_video_wrapper {
-webkit-border-radius: 0px !important;
-webkit-background-clip: padding-box !important;
-moz-border-radius: 0px !important;
-moz-background-clip: padding !important;
border-radius: 0px !important;
background-clip: padding-box !important;
}
.wpb-js-composer .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.vc_tta-tabs .vc_tta-tabs-list {
border-color: transparent !important;
}
.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab li { }
.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab a {
border-color: transparent !important;
-webkit-border-top-left-radius: 0px !important;
-moz-border-radius-topleft: 0px !important;
border-top-left-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
-webkit-background-clip: padding-box !important;
-moz-border-radius-topright: 0px !important;
-moz-background-clip: padding !important;
border-top-right-radius: 0px !important;
background-clip: padding-box !important;
}
.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab span {
text-transform: uppercase;
font-weight: 500;
font-size: 24px;
transition: visibility 0s linear 0.2s, opacity 0.2s linear;
padding-left: 20px;
padding-right: 20px;
}
.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab span:hover {
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
@media (max-width: 768px) {
.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab span {
font-size: 18px;
padding: 10px 20px !important;
}
}
.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab .vc_tta-title-text {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
.vc_tta-tabs .vc_tta-panels {
border-color: transparent !important;
padding: 10px 10px 15px;
}
.vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list a {
background: transparent !important;
}
.vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_active a {
background-color: transparent !important;
}
.vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_active a span {
margin-top: 5px;
padding: 0;
padding-bottom: 6px;
padding-left: 20px;
padding-right: 20px;
display: inline-block;
border-bottom: 3px solid var(--main);
color: #6d6d6d;
color: var(--black);
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
background-color: #d62c40 !important;
background-color: var(--main) !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a {
color: #d62c40 !important;
color: var(--main) !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
background-color: #d62c40;
background-color: var(--main);
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
background-color: #F4F4F4 !important;
background-color: var(--gray-lighter) !important;
} .wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-bottom: 0px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
border-width: 0 !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a span {
color: var(--black) !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
color: var(--black) !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-icon { margin-top: -5px !important;
margin-left: 10px !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child) {
margin-left: -5px !important;
vertical-align: middle;
}
.wpb-js-composer .vc_tta-panel .vc_tta-icon {
margin-right: 20px !important;
color: #d62c40;
color: var(--main);
}
.vc_progress_bar .vc_single_bar {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.progressBar {
margin: -10px 0 40px;
}
.progressBar .value,
.progressBar .header {
font-weight: 900;
margin-bottom: 4px;
font-size: 16px;
}
.progressBar .header {
padding-left: 2px;
}
.progressBar .value {
float: right;
margin-top: -30px;
}
.progressBar .bar {
width: 100%;
height: 18px;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
background-color: #d62c40;
background-color: var(--main);
}
.progressBar .bar div {
height: 100%;
width: 0;
background-color: #d62c40;
background-color: var(--main);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.vc_progress_bar .vc_single_bar {
color: #6d6d6d !important;
color: var(--black) !important;
}
.vc_progress_bar .vc_single_bar .vc_bar {
background-color: #d62c40 !important;
background-color: var(--main) !important;
}
.vc_progress_bar .vc_single_bar {
position: relative;
-webkit-box-shadow: 0 0 0 !important;
-moz-box-shadow: 0 0 0 !important;
box-shadow: 0 0 0 !important;
margin-bottom: 40px !important;
-webkit-border-radius: 0px !important;
-webkit-background-clip: padding-box !important;
-moz-border-radius: 0px !important;
-moz-background-clip: padding !important;
border-radius: 0px !important;
background-clip: padding-box !important;
}
.vc_progress_bar .vc_single_bar span {
-webkit-border-radius: 0px !important;
-webkit-background-clip: padding-box !important;
-moz-border-radius: 0px !important;
-moz-background-clip: padding !important;
border-radius: 0px !important;
background-clip: padding-box !important;
}
.vc_progress_bar .vc_label {
font-weight: 900;
font-size: 16px;
}
.vc_progress_bar .vc_label .vc_label_units {
float: right;
}
.vc_separator {
display: block !important;
}
.vc_separator.vc_separator-has-text h4 {
font-size: 24px;
margin-bottom: 14px;
}
.vc_separator.vc_separator-has-text .vc_sep_holder {
display: block;
}
.vc_separator.vc_separator-has-text .vc_sep_holder {
max-width: 10%;
}
.vc_separator.vc_separator-has-text .vc_sep_holder .vc_sep_line {
border-top: 2px solid var(--main);
}
.vc_separator.vc_separator-has-text.vc_sep_pos_align_center {
text-align: center;
}
.vc_separator.vc_separator-has-text.vc_sep_pos_align_center .vc_sep_holder_l {
display: none;
}
.vc_separator.vc_separator-has-text.vc_sep_pos_align_center .vc_sep_holder {
margin: 0 auto;
}
.vc_separator.vc_separator-has-text.vc_sep_pos_align_center h4 {
text-align: center;
}
.vc_separator.vc_separator-has-text.vc_sep_pos_align_right {
text-align: right;
}
.vc_separator.vc_separator-has-text.vc_sep_pos_align_right .vc_sep_holder_l {
display: none;
}
.vc_separator.vc_separator-has-text.vc_sep_pos_align_right .vc_sep_holder_r {
display: block !important;
float: right;
}
.vc_separator.vc_separator-has-text.vc_sep_pos_align_right h4 {
text-align: right;
margin-bottom: 14px !important;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
border-color: var(--gray) !important;
}
.social-icons-list {
list-style: none;
margin: 14px 0 60px 0;
padding: 0;
}
.social-icons-list li {
font-size: 16px;
margin: 26px 0 0px 0 !important;
}
.social-icons-list li.large {
font-size: 30px;
}
.social-icons-list li a {
color: #6d6d6d;
color: var(--black);
}
.social-icons-list li span.fa {
color: #d62c40;
color: var(--main);
font-size: 24px;
width: 48px;
margin-left: -16px;
padding-top: 3px;
vertical-align: middle;
text-align: center;
position: absolute;
}
.social-icons-list li .head {
padding-left: 35px;
display: inline-block;
}
.social-icons-list.icon-size-small li {
font-size: 14px;
color: rgba(0, 0, 0, 0.7);
}
.social-icons-list.icon-style-round {
margin-left: 24px;
}
.social-icons-list.icon-style-round span.fa {
width: 34px;
height: 34px;
position: absolute;
text-transform: center;
line-height: 28px;
display: inline-block;
background-color: #d62c40;
background-color: var(--main);
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
margin-right: 16px;
}
.social-icons-list.icon-style-round span.fa:before {
color: #6d6d6d;
color: var(--black);
font-size: 14px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.social-icons-list.icon-style-round .head {
padding-top: 4px;
padding-left: 35px;
display: inline-block;
}
.border_shadow .vc_column-inner {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.social-small {
margin-top: -3px;
margin-left: 0px;
list-style: none;
padding: 0;
}
.social-small li {
display: inline-block;
margin-right: 4px;
vertical-align: middle;
}
.social-small li a {
display: block;
width: 30px;
height: 30px;
text-align: center;
line-height: 29px;
margin: 0 10px 0 0px;
font-size: 18px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #d62c40;
color: var(--main);
}
.social-small li a:hover {
color: #fff;
color: var(--white);
}
.social-small.icon-style-square {
margin: 0;
}
.social-small.icon-style-square a {
width: 50px;
height: 50px;
display: block;
margin-right: 6px;
position: relative;
background-color: rgba(255, 255, 255, 0.3);
padding: 10px 16px;
}
.social-small.icon-style-square a:before {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
top: 50%;
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.social-small.icon-style-square a:hover {
background-color: rgba(255, 255, 255, 0.4);
}
.social-small.icon-style-square a:hover:before {
font-size: 24px;
}
.align-center {
text-align: center;
}
.social-big {
list-style: none;
margin: 0px 0 35px 0;
padding: 0;
}
.social-big li {
display: inline;
margin-right: 12px !important;
vertical-align: middle;
}
.social-big li a {
color: #fff;
color: var(--white);
background-color: #6d6d6d;
background-color: var(--black);
display: inline-block;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
font-size: 18px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.social-big li .fa-skype {
background: #00AFF0;
}
.social-big li .fa-facebook {
background: #4E71A8;
}
.social-big li .fa-twitter {
background: #1CB7EB;
}
.social-big li .fa-youtube-play,
.social-big li .fa-youtube {
background: #CA3737;
}
.social-big li .fa-instagram {
background: #444444;
}
.block-icon {
list-style: none;
padding: 0;
}
.block-icon strong.header {
font-size: 14px;
}
.block-icon.col-bg-gray li > .in {
background-color: #1E1F24;
background-color: var(--gray);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.block-icon.layout-col1 li:not(:last-child) {
margin-bottom: 60px;
}
@media (max-width: 1199px) {
.block-icon.layout-col1 li:not(:last-child) {
margin-bottom: 35px;
}
}
.block-icon.layout-col1 li h4 {
margin-bottom: 6px;
}
.block-icon.layout-cols3 .in {
padding: 70px 20px 30px;
}
.block-icon.layout-cols3 li {
width: 33.3%;
display: inline-block;
vertical-align: top;
padding: 0 15px;
margin-bottom: 30px;
}
@media (max-width: 991px) {
.block-icon.layout-cols3 li {
width: 50%;
margin-bottom: 35px !important;
}
}
@media (max-width: 768px) {
.block-icon.layout-cols3 li {
width: 100%;
margin-bottom: 35px !important;
}
}
.block-icon.layout-cols3 li .block-right {
padding: 0 0 0 45px;
}
.block-icon.layout-cols4 {
margin-bottom: 20px;
}
@media (min-width: 991px) {
.block-icon.layout-cols4 li .in {
padding-left: 15px !important;
padding-right: 15px !important;
}
.block-icon.layout-cols4:not(.icons-count-4) li .in {
padding-top: 55px !important;
padding-bottom: 55px !important;
padding-left: 45px !important;
padding-right: 45px !important;
}
}
@media (max-width: 991px) {
.block-icon.layout-cols4 li .in {
padding-left: 15px !important;
padding-right: 15px !important;
padding-top: 35px !important;
padding-bottom: 35px !important;
}
.block-icon.layout-cols4:not(.icons-count-4) li .in {
padding-left: 15px !important;
padding-right: 15px !important;
padding-top: 35px !important;
padding-bottom: 35px !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.block-icon.layout-cols4 li {
border-right: 1px solid rgba(0, 0, 0, 0.075);
}
.block-icon.layout-cols4 li:nth-child(2n) {
border-right: 0;
}
.block-icon.layout-cols4 li .in {
padding-top: 35px !important;
padding-bottom: 35px !important;
}
.block-icon.layout-cols4:not(.icons-count-4) li:nth-child(3n+3) {
border-right: 0;
}
.block-icon.layout-cols4:not(.icons-count-4) li:nth-last-child(-n+2) {
border-bottom: 0;
}
.block-icon.layout-cols4:not(.icons-count-4) li:nth-child(-n+3) {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
}
.block-icon.layout-cols4 li {
border-right: 1px solid rgba(0, 0, 0, 0.075);
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
margin-bottom: 0;
}
.block-icon.layout-cols4 li h5 {
margin-top: 25px;
margin-bottom: 15px;
line-height: 1.3em;
}
@media (min-width: 1199px) {
.block-icon.layout-cols4 li:nth-child(4n+4) {
border-right: 0;
}
.block-icon.layout-cols4 li:nth-child(-n+4) {
padding-top: 0px !important;
}
.block-icon.layout-cols4 li:nth-last-child(-n+4) {
border-bottom: 0;
}
}
@media (max-width: 991px) {
.block-icon.layout-cols4 li:nth-child(2n) {
border-right: 0;
}
.block-icon.layout-cols4 li:nth-last-child(-n+2) {
border-bottom: 0;
}
}
@media (max-width: 479px) {
.block-icon.layout-cols4 li:nth-last-child(-n+2) {
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.block-icon.layout-cols4 li:last-child {
border-bottom: 0;
}
}
.block-icon.layout-inline {
display: block;
margin-right: 0 !important;
}
.block-icon.layout-inline.icon-top {
margin-left: 0;
}
@media (max-width: 991px) {
.block-icon.layout-inline {
text-align: center !important;
}
}
.block-icon.layout-inline li {
display: inline-block;
vertical-align: top;
padding: 0 15px;
text-align: center;
}
.block-icon.layout-inline li:not(:last-child) {
padding-right: 50px;
}
@media (max-width: 479px) {
.block-icon.layout-inline li {
padding-left: 32px !important;
padding-right: 32px !important;
margin-bottom: 32px !important;
width: 50%;
}
.block-icon.layout-inline li .block-right {
text-align: center;
}
}
.block-icon.layout-inline li span.icon-image {
display: flex;
flex-direction: column;
justify-content: center;
padding: 0;
margin: 0 0 10px;
width: auto;
height: auto;
text-align: center;
position: relative;
}
.block-icon.layout-inline li span.icon-image:after {
position: absolute;
right: -50px;
width: 40px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 1px;
border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
content: "";
}
@media (max-width: 479px) {
.block-icon.layout-inline li span.icon-image:after {
display: none;
}
}
.block-icon.layout-inline li span.icon-image img {
display: block;
margin: 0 auto;
}
.block-icon.layout-inline li:last-child span.icon-image:after {
display: none;
}
.block-icon.icon-ht-left li,
.block-icon.icon-ht-right li {
margin-bottom: 55px;
position: relative;
}
.block-icon.icon-ht-left li:last-child .in:after,
.block-icon.icon-ht-right li:last-child .in:after {
display: none;
margin-bottom: 0;
}
.block-icon.icon-ht-left li:last-child,
.block-icon.icon-ht-right li:last-child {
margin-bottom: 0;
}
.block-icon.icon-ht-left .icon:not(.block-right),
.block-icon.icon-ht-right .icon:not(.block-right),
.block-icon.icon-ht-left .icon,
.block-icon.icon-ht-right .icon {
color: #fff;
color: var(--white);
font-size: 30px;
padding: 8px 10px;
vertical-align: top;
position: absolute;
left: 0;
}
.block-icon.icon-ht-left.i-circle,
.block-icon.icon-ht-right.i-circle {
margin-left: 8px;
}
.block-icon.icon-ht-left.i-circle .in,
.block-icon.icon-ht-right.i-circle .in {
position: relative;
z-index: 5;
}
.block-icon.icon-ht-left.i-circle .in:before,
.block-icon.icon-ht-right.i-circle .in:before {
content: "";
position: absolute;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
width: 48px;
height: 48px;
background-color: #fff;
background-color: var(--white);
display: block;
z-index: 1;
left: -8px;
top: -8px;
}
.block-icon.icon-ht-left.i-circle .in:after,
.block-icon.icon-ht-right.i-circle .in:after {
content: "";
bottom: -40px;
left: 15px;
position: absolute;
height: 26px;
border-right: 1px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
@media (max-width: 1199px) {
.block-icon.icon-ht-left.i-circle .in:after,
.block-icon.icon-ht-right.i-circle .in:after {
display: none;
}
}
.block-icon.icon-ht-left.i-circle .icon-text,
.block-icon.icon-ht-right.i-circle .icon-text {
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
font-size: 16px;
display: inline-block;
padding: 0;
font-weight: 900;
text-align: center;
line-height: 32px;
width: 32px;
height: 32px;
position: relative;
z-index: 4;
}
.block-icon.icon-ht-left .block-right,
.block-icon.icon-ht-right .block-right {
vertical-align: top;
padding-top: 4px;
padding-left: 35px;
display: inline-block;
}
@media (max-width: 479px) {
.block-icon.icon-ht-left .block-right,
.block-icon.icon-ht-right .block-right {
max-width: 240px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block-icon.icon-ht-left .block-right,
.block-icon.icon-ht-right .block-right {
max-width: 240px;
}
}
.block-icon.icon-ht-left .block-right .header,
.block-icon.icon-ht-right .block-right .header {
color: #d62c40;
color: var(--main);
margin: 0px 0 12px;
}
.block-icon.icon-ht-left .block-right .descr,
.block-icon.icon-ht-right .block-right .descr {
font-size: 14px;
line-height: 1.6em;
}
.block-icon.icon-ht-left li.icon-image .block-right,
.block-icon.icon-ht-right li.icon-image .block-right {
padding-left: 80px;
}
@media (min-width: 768px) {
.block-icon.icon-ht-left.icon-ht-left .icon,
.block-icon.icon-ht-right.icon-ht-left .icon {
right: 0;
}
.block-icon.icon-ht-left.icon-ht-left .block-right,
.block-icon.icon-ht-right.icon-ht-left .block-right {
padding-left: 0;
padding-right: 70px;
text-align: right;
}
}
.block-icon.icon-h-right .icon {
color: #d62c40;
color: var(--main);
font-size: 30px;
vertical-align: middle;
margin: 0 15px 0px 0;
position: absolute;
}
.block-icon.icon-h-right.i-circle .icon-text {
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
font-size: 14px;
display: inline-block;
width: 36px;
height: 36px;
padding: 0;
margin-top: -8px;
margin-right: 16px;
margin-left: 10px;
font-weight: 900;
text-align: center;
line-height: 36px;
-webkit-box-shadow: 0 0 0px 7px rgba(255, 255, 255, 0.05), 0 0 0px 14px rgba(255, 255, 255, 0.05);
-moz-box-shadow: 0 0 0px 7px rgba(255, 255, 255, 0.05), 0 0 0px 14px rgba(255, 255, 255, 0.05);
box-shadow: 0 0 0px 7px rgba(255, 255, 255, 0.05), 0 0 0px 14px rgba(255, 255, 255, 0.05);
}
.block-icon.icon-h-right.i-circle .icon-text + .header {
padding-left: 75px;
}
.block-icon.icon-h-right span {
color: #d62c40;
color: var(--main);
}
.block-icon.icon-h-right h4,
.block-icon.icon-h-right h6 {
vertical-align: middle;
margin: 0 0 20px;
padding-left: 50px;
}
.block-icon.icon-top {
margin: 0 -30px;
}
.block-icon.icon-top li {
padding: 0 15px;
}
.block-icon.icon-top .icon {
margin: 0 auto 30px;
width: 85px;
height: 85px;
display: inline-block;
line-height: 85px;
font-size: 36px;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
}
.block-icon.icon-top.i-circle .icon {
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
-webkit-box-shadow: 0 0 0px 16px rgba(0, 0, 0, 0.05), 0 0 0px 24px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 0px 16px rgba(0, 0, 0, 0.05), 0 0 0px 24px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 0px 16px rgba(0, 0, 0, 0.05), 0 0 0px 24px rgba(0, 0, 0, 0.05);
}
.block-icon.icon-top.i-circle-large .icon {
margin: 0 auto 80px;
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
width: 100px;
height: 100px;
z-index: 1;
position: relative;
-webkit-box-shadow: 0 0 0px 30px rgba(0, 0, 0, 0.05), 0 0 0px 60px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 0px 30px rgba(0, 0, 0, 0.05), 0 0 0px 60px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 0px 30px rgba(0, 0, 0, 0.05), 0 0 0px 60px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1199px) {
.block-icon.icon-top.i-circle-large .descr {
padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block-icon.icon-top.i-circle-large .in {
padding: 80px 0px 0px;
}
.block-icon.icon-top.i-circle-large li {
margin-bottom: 0 !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.block-icon.icon-top.i-circle-large .in {
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width: 768px) {
.block-icon.icon-top.i-circle-large .in {
padding: 80px 40px 30px;
}
.block-icon.icon-top.i-circle-large li {
margin-bottom: 10px !important;
}
}
.block-icon.icon-top.i-circle-large li {
position: relative;
}
.block-icon.icon-top.i-circle-large li:not(:last-child):after {
content: "";
position: absolute;
top: 90px;
right: -128px;
z-index: -1;
background: url(//www.bellone.net/wp-content/themes/altaframe/assets/images/icons-dots.png) 50% 50% no-repeat;
width: 256px;
height: 40px;
display: block;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.block-icon.icon-top.i-circle-large li:not(:last-child):after {
width: 160px;
right: -80px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.block-icon.icon-top.i-circle-large li:not(:last-child):after {
width: 100px;
right: -50px;
}
}
@media (max-width: 991px) {
.block-icon.icon-top.i-circle-large li:not(:last-child):after {
display: none;
}
}
.block-icon.icon-top .descr {
font-size: 14px;
line-height: 24px;
}
.block-icon.icon-top h4 {
margin: 20px 0 15px;
}
.block-icon.icon-top h5,
.block-icon.icon-top h6 {
margin: 15px 0 10px;
}
.block-icon .header span {
color: #d62c40;
color: var(--main);
}
.block-icon.col-bg-white .in {
background-color: #fff;
background-color: var(--white);
}
.block-icon.col-bg-white.layout-cols3 li .header {
margin-top: 0;
}
.block-icon.col-bg-white.layout-cols3 li .in {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 60px;
padding-top: 50px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.block-icon.col-bg-white.layout-cols3 li .in {
padding-bottom: 30px;
}
}
.block-icon .bg-transparent {
background: transparent !important;
}
.block-icon.align-left {
text-align: left;
}
.block-icon.align-left li {
text-align: left;
}
@media (max-width: 768px) {
.block-icon.align-left {
margin-left: 15px;
}
}
.block-icon.align-center {
text-align: center;
}
.block-icon.align-center li {
text-align: center;
}
.block-icon.align-right {
text-align: right;
}
.block-icon.align-right li {
text-align: right;
}
.block-icon li .bg-gray {
background-color: #1E1F24;
background-color: var(--gray);
}
.block-icon li .bg-main {
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
}
.block-icon li .bg-second {
background: var(--second);
}
.block-icon span.icon-image {
margin-top: -5px;
}
.tags {
margin: 26px 0 0 8px;
padding: 0 0 30px;
}
.tags a {
float: left;
margin: 8px 0 0 8px;
padding: 0px 12px;
font-size: 11pt;
font-weight: 500;
border: 2px solid var(--main);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
color: #d62c40;
color: var(--main);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tags a:hover {
border: 2px solid var(--main);
color: #d62c40;
color: var(--main);
}
.zs-full-height-on .slider-inner {
min-height: 100vh;
position: relative;
padding-bottom: 0 !important;
}
.list-large {
list-style: none;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 991px) {
.list-large {
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
}
.list-large li {
text-transform: uppercase;
font-size: 36px;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
color: #fff;
color: var(--white);
line-height: 1em;
}
.list-large li a {
color: #fff;
color: var(--white);
}
.list-large li a:hover {
color: #d62c40;
color: var(--main);
}
.slider-inner {
padding-bottom: 40px;
}
.slider-inner.align-center {
padding-bottom: 60px;
}
@media (max-width: 768px) {
.slider-inner {
text-align: center !important;
}
}
.slider-inner .color-white .header {
color: #fff !important;
}
.slider-inner img {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
width: 100%;
height: auto;
}
.slider-inner .swiper-pagination {
margin-bottom: -18px;
}
.slider-inner .swiper-arrows {
margin-top: 30px;
}
.slider-inner p {
margin: 30px 0;
}
@media (max-width: 768px) {
.slider-inner .wpb_text_column {
padding-right: 0 !important;
}
}
.slider-inner.swiper-gallery .swiper-arrows {
display: none;
}
.slider-inner.align-right .swiper-arrows {
right: 0;
left: auto;
}
.slider-inner.align-right .swiper-arrows,
.slider-inner.align-left .swiper-arrows {
position: absolute;
bottom: 0px;
z-index: 100;
}
.slider-inner .arrow-left,
.slider-inner .arrow-right {
position: relative;
margin-left: 2px;
top: auto;
display: inline-block;
}
a.video {
position: relative;
display: block;
}
a.video img {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
a.video span {
width: 55px;
height: 55px;
font-size: 55px;
display: block;
position: absolute;
color: #fff;
color: var(--white);
top: 50%;
right: 50%;
z-index: 100;
margin: -27px -27px 0 0;
transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
a.video:hover span {
zoom: 1;
filter: alpha(opacity=70);
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
}
.tabs-cats {
padding: 0px 0 0 0;
list-style: none;
text-align: center;
}
.tabs-cats li {
display: inline-block;
margin: 10px 14px 4px;
}
.tabs-cats li span {
cursor: pointer;
font-weight: 600;
display: block;
line-height: 1em;
background: transparent;
}
.tabs-cats li span.cat-active {
border-bottom: 2px solid var(--main);
}
.tabs-cats.menu-filter li {
margin: 0 30px 0;
}
.tabs-cats.menu-filter li span {
display: inline-block !important;
color: #6d6d6d;
color: var(--black);
padding: 0 0 3px 0;
font-size: 18px;
}
.tabs-cats.menu-filter li span:hover {
background: transparent !important;
color: #fff;
color: var(--white);
}
.tabs-cats.menu-filter li .cat-active {
color: #fff;
color: var(--white);
border-bottom: 2px solid var(--white);
}
.products-sc {
z-index: 2;
position: relative;
color: #6d6d6d;
color: var(--black);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.products-sc.products-sc-default .tabs-cats li {
margin-bottom: 4px;
}
.products-sc.products-sc-default .tabs-cats li .btn {
margin-bottom: 0;
}
.products-sc .items {
padding: 10px 0px 5px;
}
.products-sc article {
text-align: center;
background-color: #fff;
background-color: var(--white);
margin-top: 15px;
margin-bottom: 0px;
padding: 25px 25px 45px 25px;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.products-sc article .photo {
display: block;
max-height: 280px;
margin: 0 auto 20px;
position: relative;
text-align: center;
overflow: hidden;
}
.products-sc article .photo img {
max-width: 290px;
width: 100%;
height: auto;
display: block;
margin: 0 auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.products-sc article .header {
color: #6d6d6d;
color: var(--black);
}
.products-sc article .header:hover {
color: #d62c40;
color: var(--main);
}
.products-sc article .entry-content {
font-size: 14px;
line-height: 1.2em;
}
@media (min-width: 991px) {
.products-sc article .entry-content {
padding: 0 25px;
}
}
.products-sc article .price { margin: 15px 0 15px;
}
.products-sc article .price del {
color: #6d6d6d;
color: var(--black);
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
font-weight: 300;
}
.products-sc article .price ins {
text-decoration: none;
}
.products-sc article .price:not(.color-main) {
color: #b0585a;
color: var(--second);
}
.products-sc article .price.color-main {
color: #d62c40;
color: var(--main);
}
.products-sc article .btn {
margin-bottom: 0;
}
.products-sc article .added_to_cart {
display: none;
}
.products-sc .arrow-left,
.products-sc .arrow-right {
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media (max-width: 768px) {
.products-sc .arrow-left,
.products-sc .arrow-right {
display: none;
}
}
.products-sc .arrow-left.arrow-right,
.products-sc .arrow-right.arrow-right {
right: 0px;
left: auto;
}
.products-sc:hover .arrow-left:not(.swiper-button-disabled),
.products-sc:hover .arrow-right:not(.swiper-button-disabled) {
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.products-sc:hover .arrow-left.swiper-button-disabled,
.products-sc:hover .arrow-right.swiper-button-disabled {
zoom: 1;
filter: alpha(opacity=20);
-webkit-opacity: 0.2;
-moz-opacity: 0.2;
opacity: 0.2;
}
.bg-color-black .products-sc {
color: #fff;
color: var(--white);
}
.bg-color-black .products-sc article {
color: #6d6d6d;
color: var(--black);
}
.services-sc {
position: relative;
}
@media (max-width: 479px) {
.services-sc {
margin-top: 0 !important;
}
}
.services-sc.layout-default .row {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.services-sc.layout-default > div {
padding: 0;
}
@media (min-width: 1199px) {
.services-sc.layout-default {
background-color: #1E1F24;
background-color: var(--gray);
}
}
@media (min-width: 1199px) {
.services-sc.layout-default .div-photo-left {
padding-right: 0;
}
.services-sc.layout-default .div-photo-right {
padding-left: 0;
}
.services-sc.layout-default .div-descr:not(.div-descr-right) {
padding-right: 0;
}
.services-sc.layout-default .div-descr-right {
padding-left: 0;
}
}
.services-sc.layout-default .photo {
position: relative;
}
.services-sc.layout-default .ltx-overlay-bg {
display: block;
top: 50%;
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
z-index: 10;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.services-sc.layout-default article {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
position: relative;
background-color: #1E1F24;
background-color: var(--gray);
}
@media (max-width: 1199px) {
.services-sc.layout-default article {
margin-bottom: 30px;
}
}
.services-sc.layout-default article h4 {
font-size: 28px;
}
@media (min-width: 480px) and (max-width: 767px) {
.services-sc.layout-default article h5 {
font-size: 48px;
}
}
.services-sc.layout-default article .photo {
position: relative;
display: block;
}
.services-sc.layout-default article .photo:before {
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.services-sc.layout-default article .photo:before {
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
}
.services-sc.layout-default article .photo:before {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.services-sc.layout-default article .photo img {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.services-sc.layout-default article .photo:hover span {
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
.services-sc.layout-default article:hover .photo:before {
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
.services-sc.layout-default article .description {
z-index: 2;
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 40px 30px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.services-sc.layout-default article .description {
padding: 30px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.services-sc.layout-default article .description {
padding: 30px 0px 15px;
}
}
.services-sc.layout-default article .description p {
font-size: 14px;
line-height: 1.6em;
}
.services-sc.layout-default article .description-hover {
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
text-align: center;
display: block;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
padding: 35px;
z-index: 2;
}
.services-sc.layout-default article .description-hover:before {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
width: 0%;
left: 50% !important;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.services-sc.layout-default article .description-hover > * {
position: relative;
z-index: 2;
}
.services-sc.layout-default article .description-hover:before {
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.services-sc.layout-default article .description-hover:before {
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
}
.services-sc.layout-default article .description-hover p {
line-height: 1.4em;
font-size: 14px;
color: #fff;
color: var(--white);
}
.services-sc.layout-default article .description-hover .btn {
position: relative;
margin-top: 30px;
}
.services-sc.layout-default article .more-link {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
text-transform: uppercase;
font-size: 14px;
margin-top: 20px;
display: block;
}
.services-sc.layout-default article .image {
margin-bottom: 20px;
display: block; }
.services-sc.layout-default article .header {
color: #fff;
color: var(--white);
line-height: 1.4em;
}
.services-sc.layout-default article .header > span:first-child {
color: #d62c40;
color: var(--main);
}
@media (min-width: 1200px) and (max-width: 1599px) {
.services-sc.layout-default article .header {
font-size: 20px;
}
}
.services-sc.layout-default article a:hover > .header {
color: #d62c40;
color: var(--main);
}
.services-sc.layout-default article .photo:after {
content: "";
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
z-index: 10;
width: 0;
height: 0;
border-style: solid;
border-width: 40px 45px 40px 0;
border-color: transparent #1E1F24 transparent transparent;
}
@media (max-width: 1199px) {
.services-sc.layout-default article .photo:after {
display: none;
}
}
.services-sc.layout-default article.descr-right .photo:after {
left: auto;
right: 0;
}
.services-sc.layout-default article.descr-left .photo:after {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
margin-top: -40px;
}
.services-sc.layout-posts .services-slider {
padding-top: 15px;
margin-top: 0px;
padding-bottom: 25px;
}
.services-sc.layout-posts article {
color: #fff;
color: var(--white);
text-align: left;
margin-bottom: 30px;
background-color: #6d6d6d;
background-color: var(--black);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.services-sc.layout-posts article .photo {
display: block;
overflow: hidden;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius-topright: 0px;
-moz-background-clip: padding;
border-top-right-radius: 0px;
background-clip: padding-box;
padding: 35px 35px 0 35px;
}
.services-sc.layout-posts article .photo img {
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius-topright: 0px;
-moz-background-clip: padding;
border-top-right-radius: 0px;
background-clip: padding-box;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
max-width: initial !important;
width: 100%;
}
.services-sc.layout-posts article:hover img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.services-sc.layout-posts article .description {
background-color: #6d6d6d;
background-color: var(--black);
padding: 25px 35px 35px;
}
.services-sc.layout-posts article .cut {
font-size: 14px;
line-height: 1.8em;
}
.services-sc.layout-posts article h5 {
color: #d62c40;
color: var(--main);
margin: 0 0 12px;
line-height: 1.4em;
}
@media (min-width: 992px) and (max-width: 1199px) {
.services-sc.layout-posts article h5 {
font-size: 22px;
}
}
.services-sc.layout-posts article h5:hover {
color: #fff;
color: var(--white);
}
.services-sc.layout-posts article .more-link {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-size: 14px;
margin-top: 15px;
display: inline-block;
}
.services-sc.layout-posts article .btn {
margin-top: 24px;
margin-bottom: 0;
}
.services-sc.layout-posts article .add {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-size: 14px;
margin-top: 15px;
}
.services-sc.layout-posts article .add > span:last-child {
margin-left: 20px;
}
.services-sc.layout-posts article .add .fa {
color: #b0585a;
color: var(--second);
margin-right: 8px;
}
.services-sc.layout-posts.bg-white {
background-color: transparent;
}
.services-sc.layout-posts.bg-white .photo img {
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius-bottomright: 0px;
-moz-background-clip: padding;
border-bottom-right-radius: 0px;
background-clip: padding-box;
}
.services-sc.layout-posts.bg-white .description {
background-color: #fff;
background-color: var(--white);
color: #6d6d6d;
color: var(--black);
padding-left: 0;
padding-right: 15px;
}
.services-sc.layout-posts.bg-white h5 {
color: #6d6d6d;
color: var(--black);
}
.services-sc.layout-posts .arrows {
text-align: center;
}
.services-sc.layout-posts .arrow-left,
.services-sc.layout-posts .arrow-right {
bottom: -15px;
top: auto;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
width: 50px;
height: 50px;
line-height: 50px !important;
position: relative;
background-color: #d62c40;
background-color: var(--main);
}
.services-sc.layout-posts .arrow-left:hover,
.services-sc.layout-posts .arrow-right:hover {
background-color: #fff;
background-color: var(--white);
}
.services-sc.layout-posts .arrow-left.arrow-left,
.services-sc.layout-posts .arrow-right.arrow-left {
left: 0;
right: auto;
}
.services-sc.layout-posts .arrow-left.arrow-right,
.services-sc.layout-posts .arrow-right.arrow-right {
right: 0%;
left: auto;
}
.services-sc.layout-posts .arrow-left.swiper-button-disabled,
.services-sc.layout-posts .arrow-right.swiper-button-disabled {
background-color: #6d6d6d;
background-color: var(--black);
}
.services-sc.layout-lessons .item {
background-color: #1E1F24;
background-color: var(--gray);
padding: 45px 35px 50px;
position: relative;
}
@media (max-width: 1199px) {
.services-sc.layout-lessons .item {
text-align: center;
}
}
.services-sc.layout-lessons .item .header {
font-size: 28px;
margin-top: 15px;
line-height: 1.2em;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
.services-sc.layout-lessons .item .header {
font-size: 24px;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.services-sc.layout-lessons .item {
padding: 30px 25px 35px;
}
.services-sc.layout-lessons .item .header {
font-size: 24px;
margin-top: 10px;
}
}
.services-sc.layout-lessons .item p {
font-size: 14px;
line-height: 1.6em;
margin-bottom: 25px;
}
@media (min-width: 1199px) {
.services-sc.layout-lessons .item p {
padding-right: 40px;
}
}
.services-sc.layout-lessons .item .image {
position: relative;
display: block;
}
@media (max-width: 1199px) {
.services-sc.layout-lessons .item .image {
display: inline-block;
min-height: 120px;
}
}
.services-sc.layout-lessons .item .more-link {
text-transform: uppercase;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-size: 14px;
}
.services-sc.layout-lessons .item .cost {
background-color: #b0585a;
background-color: var(--second);
color: #fff;
color: var(--white);
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
position: absolute;
right: -15px;
top: 50px;
-webkit-border-radius: 50px;
-webkit-background-clip: padding-box;
-moz-border-radius: 50px;
-moz-background-clip: padding;
border-radius: 50px;
background-clip: padding-box;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
display: block;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.services-sc.layout-lessons .item .cost {
top: 30px;
}
}
.services-sc.layout-lessons > div {
padding: 0;
}
.services-sc.layout-lessons > div:nth-child(1) .item {
background-color: #fff;
background-color: var(--white);
color: #6d6d6d;
color: var(--black);
}
.services-sc.layout-lessons > div:nth-child(1) .item a {
color: #6d6d6d;
color: var(--black);
}
.services-sc.layout-lessons > div:nth-child(1) .item a:hover {
color: #d62c40;
color: var(--main);
}
.services-sc.layout-lessons > div:nth-child(2) .item {
background-color: #d62c40;
background-color: var(--main);
color: #6d6d6d;
color: var(--black);
}
.services-sc.layout-lessons > div:nth-child(2) .item p {
color: #fff;
color: var(--white);
}
.services-sc.layout-lessons > div:nth-child(2) .item a {
color: #6d6d6d;
color: var(--black);
}
.services-sc.layout-lessons > div:nth-child(2) .item a:hover {
color: #fff;
color: var(--white);
}
@media (max-width: 1199px) {
.services-sc.layout-icon-row {
margin-top: -30px;
}
}
.services-sc.layout-icon-row a {
display: block;
color: #6d6d6d;
color: var(--black);
text-align: center;
}
@media (min-width: 768px) {
.services-sc.layout-icon-row a {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABtCAYAAABgIwuoAAAAH0lEQVQokWPQdPH9z/D//38GJgYGBgjBMCo2KgYTAwBPioFYwHWWwwAAAABJRU5ErkJggg==) 100% 0 repeat-y;
}
}
@media (max-width: 479px) {
.services-sc.layout-icon-row a {
margin-bottom: 30px;
}
}
.services-sc.layout-icon-row a:hover {
color: #b0585a;
color: var(--second);
}
.services-sc.layout-icon-row a .header {
margin: 18px 0 0 0;
}
.services-sc.layout-icon-row a span {
display: block;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.services-sc.layout-icon-row a span img {
margin: 0 auto;
}
@media (max-width: 1199px) {
.services-sc.layout-icon-row a {
margin-top: 30px;
}
}
@media (max-width: 1199px) {
.services-sc.layout-icon-row > div:nth-child(3) a {
background: none !important;
}
}
.services-sc.layout-icon-row > div:last-child a {
background: none;
}
.services-sc.layout-icon a {
background-color: #1E1F24;
background-color: var(--gray);
color: #fff;
color: var(--white);
display: block;
position: relative;
text-align: left;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 30px 25px;
min-height: 180px;
margin-bottom: 30px;
display: flex;
flex-direction: column;
justify-content: center;
}
@media (min-width: 1199px) {
.services-sc.layout-icon a {
padding: 30px 15px 30px 30px;
}
}
.services-sc.layout-icon a:hover {
background-color: #fff;
background-color: var(--white);
color: #6d6d6d;
color: var(--black);
}
@media (min-width: 1200px) and (max-width: 1599px) {
.services-sc.layout-icon a {
text-align: center;
}
.services-sc.layout-icon a .header {
display: block !important;
}
.services-sc.layout-icon a .image {
margin: 0 0 16px 0 !important;
}
}
@media (max-width: 991px) {
.services-sc.layout-icon a {
text-align: center;
}
.services-sc.layout-icon a .image {
display: block !important;
text-align: center !important;
margin: 0 auto 16px !important;
}
}
@media (max-width: 479px) {
.services-sc.layout-icon a {
padding-left: 15px;
padding-right: 15px;
}
}
.services-sc.layout-icon a span.image {
width: 80px;
margin-right: 20px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
display: inline-block;
}
.services-sc.layout-icon a span.image img {
margin: 0 auto;
}
.services-sc.layout-icon a .header {
display: inline-block;
margin: 0px 0 0px;
vertical-align: middle;
}
@media (min-width: 1600px) {
.services-sc.layout-icon a .header {
width: 160px;
}
}
.services-sc.layout-icon a img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.services-sc.layout-icon a p {
line-height: 1.6em;
}
.services-sc.layout-single a {
display: block;
}
@media (max-width: 768px) {
.services-sc.layout-single a {
margin-top: 30px;
text-align: center;
}
.services-sc.layout-single a .header {
font-size: 30px;
}
.services-sc.layout-single a .btn {
text-align: center;
}
}
.services-sc.layout-single a:hover .header {
color: #fff;
color: var(--white);
}
.services-sc.layout-single a .image {
display: block;
position: relative;
}
.services-sc.layout-single a .image img {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.services-sc.layout-single a .image:after {
content: "";
position: absolute;
bottom: -3px;
right: 38px;
left: 38px;
border-top: 3px solid var(--main);
}
.services-sc.layout-single a .header {
margin: 18px 0 0px 0;
line-height: 1.3em;
}
.services-sc .arrows {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 10;
}
.blog-post .services-add {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-size: 16px;
margin-top: 0px;
margin-bottom: 20px;
text-align: center;
color: rgba(0, 0, 0, 0.75);
}
.blog-post .services-add .fa {
color: #d62c40;
color: var(--main);
font-size: 16px;
margin-right: 8px;
}
.blog-post .services-add .fa:last-child {
margin-left: 20px;
}
.countUp-wrap {
margin-top: 30px;
margin-bottom: 30px;
}
.countUp-wrap .countUp-item {
text-align: center;
padding: 24px 0px 20px;
color: #d62c40;
color: var(--main);
position: relative;
}
.countUp-wrap .countUp-item span {
color: #fff;
color: var(--white);
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-size: 80px;
}
.countUp-wrap .countUp-item h6 {
color: #d62c40;
color: var(--main);
margin-top: 16px;
margin-bottom: 12px;
}
.countUp-wrap .countUp-item .descr {
font-size: 14px;
line-height: 1.7em;
margin: 20px 30px;
}
.ltx-countup.layout-default {
border: 6px solid #1E1F24;
border-color: #1E1F24;
border-color: var(--gray);
}
@media (min-width: 480px) {
.ltx-countup.layout-default .row > div:not(:last-child):after {
right: -55px;
top: 70px;
content: "";
width: 110px;
position: absolute;
border-bottom: 2px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
}
@media (min-width: 480px) and (max-width: 991px) {
.ltx-countup.layout-default .row > div:not(:last-child):after {
width: 70px;
right: -35px;
}
}
@media (max-width: 479px) {
.ltx-countup.layout-default .row > div:not(:last-child):before {
content: "";
width: 110px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
bottom: -35px;
border-bottom: 2px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
}
@media (max-width: 991px) {
.ltx-countup.layout-default:nth-child(2):after {
display: none;
}
}
.ltx-countup.layout-bg-main .countUp-wrap {
margin-top: 0px;
margin-bottom: 0px;
background-color: #d62c40;
background-color: var(--main);
border-right: none;
position: relative;
}
.ltx-countup.layout-bg-main .countUp-wrap .countUp-item {
background: url(//www.bellone.net/wp-content/themes/altaframe/assets/images/dots-vertical.png) repeat-y 100% 0;
background-color: transparent;
padding: 0px 30px 0 0;
margin: 40px 0;
}
@media (max-width: 479px) {
.ltx-countup.layout-bg-main .countUp-wrap .countUp-item {
background-image: none;
}
}
.ltx-countup.layout-bg-main .countUp-wrap .countUp-item h6 {
color: #fff;
color: var(--white);
font-size: 18px;
margin-top: 5px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.ltx-countup.layout-bg-main .countUp-wrap .countUp-item h6 {
font-size: 18px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ltx-countup.layout-bg-main .countUp-wrap .countUp-item h6 {
font-size: 18px;
}
}
.ltx-countup.layout-bg-main .countUp-wrap .countUp-item span.h2 {
margin-bottom: 0px;
}
.ltx-countup.layout-bg-main .countUp-wrap .countUp-item span.h2 span {
color: #6d6d6d;
color: var(--black);
font-size: 60px;
}
@media (max-width: 991px) {
.ltx-countup.layout-bg-main .countUp-wrap:nth-child(even) .countUp-item {
background-image: none;
padding-right: 0;
}
}
.ltx-countup.layout-bg-main .countUp-wrap:last-child .countUp-item {
background-image: none;
}
.bg-color-gray .countUp-wrap .countUp-item {
color: #d62c40;
color: var(--main);
}
@media (min-width: 480px) {
.bg-color-gray .countUp-wrap:not(:last-child) {
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
}
.product-block {
margin-bottom: 30px;
position: relative;
perspective: 1000px;
display: block;
}
.product-block:hover .flip {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
z-index: 1;
}
.product-block .flip {
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
}
.product-block .side-a {
background: #fff;
z-index: 2;
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.product-block .side-b {
z-index: 1;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: #fff;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.product-block .side-a,
.product-block .side-b {
width: 100%;
height: 100%;
padding: 60px 45px;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.product-block .flip .side-a {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.product-block:hover .flip .side-a {
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
.product-block .side-b {
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-ms-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
}
}
.product-block h4 {
margin-top: 30px;
}
.product-block .price {
font-size: 24px;
font-weight: bold;
margin-top: 50px;
display: block;
}
.product-block .btn {
margin-top: 30px;
margin-bottom: 0;
}
.product-block:focus .info,
.product-block:hover .info {
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.ltx-cards-sc {
margin-bottom: 60px;
}
@media (min-width: 1600px) {
.ltx-cards-sc {
padding: 0 30px;
}
}
.ltx-cards-sc .header {
margin: 48px 0 28px;
}
.ltx-cards-sc .header span {
color: #d62c40;
color: var(--main);
}
@media (max-width: 768px) {
.ltx-cards-sc .header {
font-size: 36px;
}
}
.ltx-cards-sc ul {
list-style: none;
margin: 0 0 20px 4px;
padding: 0;
text-align: left;
}
.ltx-cards-sc ul li {
padding: 0;
margin: 0;
padding-top: 4px;
padding-bottom: 4px;
font-size: 14px;
}
@media (max-width: 768px) {
.ltx-cards-sc ul li {
font-size: 18px;
padding-top: 6px;
padding-bottom: 6px;
}
}
.ltx-cards-sc ul li .fa {
zoom: 1;
filter: alpha(opacity=15);
-webkit-opacity: 0.15;
-moz-opacity: 0.15;
opacity: 0.15;
margin-right: 5px;
font-size: 18px;
width: 20px;
height: 20px;
display: inline-block;
}
.ltx-cards-sc ul li:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.slider-zoom.zoom-align-center {
text-align: center;
}
.slider-zoom.zoom-align-left {
text-align: left;
}
.slider-zoom.zoom-align-right {
text-align: right;
}
.slider-zoom.zoom-color-white {
color: #fff;
color: var(--white);
}
.slider-zoom.zoom-color-black {
color: #6d6d6d;
color: var(--black);
}
@media (min-width: 1200px) and (max-width: 1599px) {
.slider-zoom h1 {
font-size: 100px !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.slider-zoom h1 {
font-size: 80px !important;
}
}
@media (max-width: 479px) {
.slider-zoom .slider-inner {
text-align: center;
}
}
.slider-zoom.zoom-shadow:after {
content: "";
width: 80%;
height: 100px;
position: absolute;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 0;
-webkit-box-shadow: 0 35px 70px rgba(0, 0, 0, 0.45);
-moz-box-shadow: 0 35px 70px rgba(0, 0, 0, 0.45);
box-shadow: 0 35px 70px rgba(0, 0, 0, 0.45);
}
@media (max-width: 991px) {
.slider-zoom.zoom-shadow:after {
width: 60%;
-webkit-box-shadow: 0 25px 40px rgba(0, 0, 0, 0.45);
-moz-box-shadow: 0 25px 40px rgba(0, 0, 0, 0.45);
box-shadow: 0 25px 40px rgba(0, 0, 0, 0.45);
}
}
.slider-zoom.zoom-style-rounded .slider-inner {
padding-bottom: 0;
}
.slider-zoom.zoom-style-rounded .zs-slideshow {
max-height: 710px;
overflow: hidden;
-webkit-border-top-right-radius: 200px;
-moz-border-radius-topright: 200px;
border-top-right-radius: 200px;
-webkit-border-bottom-left-radius: 200px;
-moz-border-radius-bottomleft: 200px;
border-bottom-left-radius: 200px;
-webkit-border-top-left-radius: 32px;
-moz-border-radius-topleft: 32px;
border-top-left-radius: 32px;
-webkit-border-bottom-right-radius: 32px;
-webkit-background-clip: padding-box;
-moz-border-radius-bottomright: 32px;
-moz-background-clip: padding;
border-bottom-right-radius: 32px;
background-clip: padding-box;
}
@media (max-width: 768px) {
.slider-zoom.zoom-style-rounded .zs-slideshow {
-webkit-border-top-right-radius: 80px;
-moz-border-radius-topright: 80px;
border-top-right-radius: 80px;
-webkit-border-bottom-left-radius: 80px;
-moz-border-radius-bottomleft: 80px;
border-bottom-left-radius: 80px;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius-bottomright: 0px;
-moz-background-clip: padding;
border-bottom-right-radius: 0px;
background-clip: padding-box;
}
}
.slider-zoom.zoom-style-rounded h2 {
margin-bottom: -5px !important;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.slider-zoom.zoom-style-rounded h2 {
font-size: 48px;
}
}
.slider-zoom.zoom-style-rounded p {
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
}
@media (min-width: 992px) and (max-width: 1199px) {
.slider-zoom.zoom-style-rounded h2 {
font-size: 46px;
}
.slider-zoom.zoom-style-rounded img {
max-width: 90%;
}
.slider-zoom.zoom-style-rounded .heading {
margin-top: 0px;
}
}
@media (max-width: 991px) {
.slider-zoom.zoom-style-rounded {
text-align: center;
padding-bottom: 60px;
}
.slider-zoom.zoom-style-rounded .heading {
margin-top: 0px;
}
}
@media (max-width: 768px) {
.slider-zoom.zoom-style-rounded .heading {
margin-top: 32px;
}
}
.zs-enabled .zs-slideshow .zs-bullets {
bottom: 90px;
z-index: 100;
}
@media (max-width: 991px) {
.zs-enabled .zs-slideshow .zs-bullets {
display: none !important;
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
background-color: #d62c40;
background-color: var(--main);
width: 28px;
height: 28px;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
border: 7px solid transparent;
margin: 0 10px;
position: relative;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
width: 24px;
height: 24px;
margin-left: 12px;
margin-right: 12px;
margin-bottom: 2px;
background-color: #fff;
background-color: var(--white);
}
.zs-enabled .zs-arrows {
position: absolute;
bottom: 175px;
right: 0;
width: 100%;
}
@media (max-width: 991px) {
.zs-enabled .zs-arrows {
display: none;
}
}
.zs-enabled .zs-arrows .container {
position: relative;
text-align: right;
}
.zs-enabled .zs-arrows.zs-arrows-bottom {
right: auto;
bottom: 150px;
text-align: center;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 10;
}
.zs-enabled .zs-arrows.zs-arrows-bottom .container {
position: relative;
text-align: center;
}
.zs-enabled .zs-arrows.zs-arrows-bottom .arrow-right,
.zs-enabled .zs-arrows.zs-arrows-bottom .arrow-left {
width: 70px;
height: 70px;
line-height: 70px !important;
background: rgba(255, 255, 255, 0.1);
}
.zs-enabled .zs-arrows.zs-arrows-bottom .arrow-right:before,
.zs-enabled .zs-arrows.zs-arrows-bottom .arrow-left:before,
.zs-enabled .zs-arrows.zs-arrows-bottom .arrow-right:after,
.zs-enabled .zs-arrows.zs-arrows-bottom .arrow-left:after {
color: #6d6d6d;
color: var(--black);
font-size: 20px;
}
.zs-enabled .zs-arrows .arrow-right,
.zs-enabled .zs-arrows .arrow-left {
cursor: pointer;
display: inline-block;
z-index: 10;
font-weight: bold;
font-size: 12px;
vertical-align: middle;
position: relative;
background: rgba(0, 0, 0, 0.3);
width: 50px;
height: 50px;
line-height: 50px !important;
margin-left: 8px;
padding: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.zs-enabled .zs-arrows .arrow-right:hover,
.zs-enabled .zs-arrows .arrow-left:hover {
color: #6d6d6d;
color: var(--black);
background-color: #d62c40;
background-color: var(--main);
}
.zs-enabled .zs-arrows .arrow-right:before,
.zs-enabled .zs-arrows .arrow-left:before,
.zs-enabled .zs-arrows .arrow-right:after,
.zs-enabled .zs-arrows .arrow-left:after {
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
vertical-align: middle;
color: #fff;
color: var(--white);
font-size: 16px;
}
.zs-enabled .zs-arrows .arrow-left {
left: 0;
padding-left: 3px;
}
.zs-enabled .zs-arrows .arrow-left:before {
content: "\f053";
margin-right: 6px;
}
.zs-enabled .zs-arrows .arrow-right {
right: 0;
padding-right: 3px;
}
.zs-enabled .zs-arrows .arrow-right:after {
content: "\f054";
margin-left: 6px;
}
.zs-enabled.bullets-true {
padding-bottom: 120px;
}
@media (max-width: 991px) {
.zs-enabled.bullets-true {
padding-bottom: 0;
}
}
.zs-enabled.bullets-right { }
.zs-enabled.bullets-right .zs-bullets {
right: 15px !important;
width: auto !important;
left: auto !important;
top: 50% !important;
bottom: auto !important;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.zs-enabled.bullets-right .zs-bullets .zs-bullet {
display: block !important;
margin: 10px 0;
}
.zs-enabled.zs-clouds-on:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 1;
animation: slide 60s linear infinite;
background: url(//www.bellone.net/wp-content/themes/altaframe/assets/images/clouds.png) repeat-x;
background-position: 0 0%;
background-size: cover;
zoom: 1 !important;
filter: alpha(opacity=10) !important;
-webkit-opacity: 0.1 !important;
-moz-opacity: 0.1 !important;
opacity: 0.1 !important;
}
.zs-enabled.overlay-plain .zs-slideshow::after {
background-image: none;
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.zs-enabled.overlay-semi-black .zs-slideshow::after {
background-image: none;
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
}
.zs-enabled.overlay-gray .zs-slideshow::after {
background-image: none;
background-color: #1d1d23;
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
@keyframes slide {
0% {
background-position: 0 0;
zoom: 1;
filter: alpha(opacity=12);
-webkit-opacity: 0.12;
-moz-opacity: 0.12;
opacity: 0.12;
}
10% {
zoom: 1;
filter: alpha(opacity=22);
-webkit-opacity: 0.22;
-moz-opacity: 0.22;
opacity: 0.22;
}
20% {
zoom: 1;
filter: alpha(opacity=15);
-webkit-opacity: 0.15;
-moz-opacity: 0.15;
opacity: 0.15;
}
30% {
zoom: 1;
filter: alpha(opacity=25);
-webkit-opacity: 0.25;
-moz-opacity: 0.25;
opacity: 0.25;
}
40% {
zoom: 1;
filter: alpha(opacity=15);
-webkit-opacity: 0.15;
-moz-opacity: 0.15;
opacity: 0.15;
}
50% {
zoom: 1;
filter: alpha(opacity=22);
-webkit-opacity: 0.22;
-moz-opacity: 0.22;
opacity: 0.22;
}
60% {
zoom: 1;
filter: alpha(opacity=10);
-webkit-opacity: 0.1;
-moz-opacity: 0.1;
opacity: 0.1;
}
70% {
zoom: 1;
filter: alpha(opacity=25);
-webkit-opacity: 0.25;
-moz-opacity: 0.25;
opacity: 0.25;
}
80% {
zoom: 1;
filter: alpha(opacity=15);
-webkit-opacity: 0.15;
-moz-opacity: 0.15;
opacity: 0.15;
}
90% {
zoom: 1;
filter: alpha(opacity=22);
-webkit-opacity: 0.22;
-moz-opacity: 0.22;
opacity: 0.22;
}
100% {
background-position: 1920px 0;
zoom: 1;
filter: alpha(opacity=12);
-webkit-opacity: 0.12;
-moz-opacity: 0.12;
opacity: 0.12;
}
}
.slider-inner {
position: relative;
}
img.parallax-float {
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.image-header {
background-color: #fff;
background-color: var(--white);
text-align: center;
position: relative;
padding: 40px 40px;
display: block;
}
@media (max-width: 1199px) {
.image-header {
padding: 15px;
}
}
.image-header .photo {
display: inline-block;
position: relative;
overflow: hidden;
}
.image-header .photo:after { background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.65) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.65) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.image-header .photo > div {
z-index: 2;
position: relative;
}
.image-header .photo:before {
background: #fff;
content: "";
height: 700px;
left: -200%;
top: -200%;
opacity: .2;
position: absolute;
width: 400px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 10;
}
.image-header .photo:hover:before {
left: 200%;
top: 200%;
}
.image-header .header {
z-index: 10;
position: absolute;
left: 60px;
bottom: 50px;
color: #fff;
color: var(--white);
}
@media (max-width: 991px) {
.image-header .header {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 30px;
font-size: 16px;
}
}
.img-shadow-single-gray img {
-webkit-box-shadow: 30px 30px 0px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 30px 30px 0px 0px rgba(0, 0, 0, 0.05);
box-shadow: 30px 30px 0px 0px rgba(0, 0, 0, 0.05);
}
.image-preview {
margin-top: 30px;
margin-bottom: 30px;
-webkit-box-shadow: 0 0 30px rgba(109, 109, 109, 0.2);
-moz-box-shadow: 0 0 30px rgba(109, 109, 109, 0.2);
box-shadow: 0 0 30px rgba(109, 109, 109, 0.2);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
display: block;
max-height: 800px;
width: 100%;
height: 800px;
overflow: hidden;
background-repeat: no-repeat;
background-size: 100%;
background-position: 50% 0;
transition: background 14s linear, box-shadow 0.2s linear;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
@media (max-width: 1199px) {
.image-preview {
max-height: 500px !important;
}
}
@media (max-width: 768px) {
.image-preview {
max-height: 450px !important;
}
}
.image-preview:hover {
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
transition-delay: 0.4s;
-webkit-box-shadow: 0 0 15px rgba(109, 109, 109, 0.2);
-moz-box-shadow: 0 0 15px rgba(109, 109, 109, 0.2);
box-shadow: 0 0 15px rgba(109, 109, 109, 0.2);
}
@media (min-width: 991px) {
.image-preview:hover {
background-position: 50% 100%;
}
}
.image-video {
z-index: 10;
text-align: center;
position: relative;
display: block;
}
.image-video span.image {
display: inline-block;
position: relative;
z-index: 2;
}
.image-video span.image:before {
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.image-video span.image img {
position: relative;
}
.image-video span.image:before {
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.image-video.style-shadow span.image:after {
content: "";
z-index: -1;
position: absolute;
bottom: 0;
left: 50%;
width: 75%;
height: 90px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.95);
-moz-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.95);
box-shadow: 0 30px 60px rgba(0, 0, 0, 0.95);
padding-bottom: 5px;
}
.image-video .descr {
display: block;
position: absolute;
z-index: 5;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.image-video h2 {
color: #d62c40 !important;
color: var(--main) !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media (max-width: 1199px) {
.image-video h2 {
font-size: 36px !important;
}
}
.image-video p {
color: #fff;
color: var(--white);
}
.image-video h6 {
margin-top: 24px;
color: #d62c40;
color: var(--main);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.image-video:hover h6,
.image-video:hover h2 {
color: #fff !important;
color: var(--white) !important;
}
.image-video span.play {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background: url(//www.bellone.net/wp-content/themes/altaframe/assets/images/video-play.png) 50% 50% no-repeat;
background-color: #d62c40;
background-color: var(--main);
display: block;
width: 76px;
height: 76px;
text-align: center;
position: relative;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
}
.image-video span.play:before {
content: "";
display: block;
width: 76px;
height: 76px;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5), 0 0 0 30px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5), 0 0 0 30px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5), 0 0 0 30px rgba(255, 255, 255, 0.5);
}
.image-video span.play:hover {
background-color: #6d6d6d;
background-color: var(--black);
}
@media (max-width: 991px) {
.image-video h2,
.image-video h6,
.image-video p {
display: none;
}
.image-video span.play {
display: block;
position: absolute;
z-index: 5;
top: 50%;
left: 50%;
width: 76px !important;
margin-top: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
}
.slider-sc .container > .vc_row {
margin-left: 0 !important;
margin-right: 0 !important;
position: relative;
z-index: 3;
}
.slider-sc .heading {
margin: -8px 0 0 0;
}
.slider-sc .slider-image {
width: 100%;
height: auto;
top: 50%;
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -2;
}
@media (max-width: 991px) {
.slider-sc .slider-image {
display: none;
}
}
.slider-sc .slider-image-top {
max-width: initial !important;
z-index: -1; height: auto;
top: 50%;
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
@media (max-width: 991px) {
.slider-sc .slider-image-top {
display: none;
}
}
@media (max-width: 768px) {
.slider-sc .swiper-pagination {
display: none;
}
}
.slider-sc .swiper-slide {
background-color: #fff;
background-color: var(--white);
}
@media (max-width: 768px) {
.slider-sc .arrow-left,
.slider-sc .arrow-right {
display: none;
}
}
.slider-sc .arrow-left.arrow-right,
.slider-sc .arrow-right.arrow-right {
right: 0px;
left: auto;
}
.menu-sc .items {
max-height: 490px;
overflow-y: scroll;
color: #6d6d6d;
color: var(--black);
}
@media (min-width: 991px) {
.menu-sc .items {
padding: 0px 75px 0px 75px;
margin: 0 35px 35px;
}
}
@media (max-width: 991px) {
.menu-sc .items {
padding: 0 35px;
}
}
.menu-sc article {
margin-bottom: 40px;
position: relative;
}
.menu-sc article:after {
content: "";
border-bottom: 1px dashed var(--black);
width: 100%;
position: absolute;
left: 0;
right: 0;
z-index: 1;
top: 25px;
}
.menu-sc h4 {
margin: 0;
}
.menu-sc .header {
float: left;
background-color: #d62c40;
background-color: var(--main);
z-index: 2;
position: relative;
padding-right: 6px;
}
.menu-sc .price {
float: right;
padding-left: 6px;
z-index: 2;
position: relative;
background-color: #d62c40;
background-color: var(--main);
}
@media (max-width: 479px) {
.menu-sc .price {
float: none;
clear: both;
padding-left: 0;
}
}
.menu-sc p {
font-size: 14px;
}
.ltx-content-width.col-align-center {
margin-left: auto;
margin-right: auto;
}
@media (max-width: 991px) {
.ltx-content-width {
max-width: auto !important;
}
.ltx-content-width.col-align-left {
margin-left: auto;
margin-right: auto;
}
}
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square {
border: 25px solid var(--main);
padding: 25px;
position: relative;
}
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square:after {
content: "";
position: absolute;
bottom: -65px;
left: -25px;
width: 0;
height: 0;
border-style: solid;
border-width: 40px 40px 0 0;
border-color: var(--main) transparent transparent;
}
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square h4 {
font-size: 18px;
margin: 0;
}
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square h2 {
font-size: 60px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square {
border-width: 20px;
padding: 20px;
}
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square:after {
left: -20px;
bottom: -60px;
}
}
@media (max-width: 1199px) {
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square {
padding: 15px;
border-width: 5px;
}
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square h4 {
font-size: 14px;
}
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square h2 {
font-size: 32px;
}
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square:after {
display: none;
}
}
.floating-cta {
position: relative;
}
.floating-cta .vc_cta3-container {
overflow: visible;
display: inline-block;
position: absolute;
right: 10%;
margin-top: -30px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (min-width: 1200px) and (max-width: 1599px) {
.floating-cta .vc_cta3-container {
right: 5%;
}
}
@media (max-width: 1199px) {
.floating-cta .vc_cta3-container {
right: 30px;
top: 45px;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
}
@media (max-width: 991px) {
.floating-cta .vc_cta3-container {
top: 80px;
}
}
.rev_slider {
overflow: hidden;
}
.custom .tp-bullet {
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
width: 8px;
height: 8px;
background-color: #6d6d6d !important;
background-color: var(--black) !important;
margin-left: 4px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.custom .tp-bullet:hover {
background-color: #fff !important;
background-color: var(--white) !important;
}
.custom .tp-bullet.selected {
margin-left: 0px;
width: 15px;
height: 15px;
-webkit-box-shadow: 0 0 0px 6px rgba(0, 0, 0, 0.1), 0 0 0px 12px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 0px 6px rgba(0, 0, 0, 0.1), 0 0 0px 12px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0px 6px rgba(0, 0, 0, 0.1), 0 0 0px 12px rgba(0, 0, 0, 0.1);
background-color: #fff !important;
background-color: var(--white) !important;
}
.ltx-countdown {
font-weight: 900;
margin-top: 16px;
}
.ltx-countdown.type-default > span {
display: inline-block;
text-align: center;
vertical-align: top;
font-size: 48px;
line-height: 0.8em;
}
.ltx-countdown.type-default > span:not(.divider) {
padding-left: 30px;
padding-right: 30px;
}
.ltx-countdown.type-default > span.divider {
padding: 3px 0 0 0;
font-size: 36px;
font-weight: normal;
}
.ltx-countdown.type-default > span span {
display: block;
font-size: 18px;
color: #6d6d6d;
color: var(--black);
}
@media (min-width: 1200px) and (max-width: 1599px) {
.ltx-countdown.type-default > span {
font-size: 36px;
}
.ltx-countdown.type-default > span:not(.divider) {
padding: 0 15px;
}
}
@media (max-width: 1199px) {
.ltx-countdown.type-default {
margin: 48px 0 32px;
}
}
@media (max-width: 768px) {
.ltx-countdown.type-default {
margin-top: 32px;
}
.ltx-countdown.type-default > span {
font-size: 32px;
}
.ltx-countdown.type-default > span:not(.divider) {
padding: 0 12px;
}
.ltx-countdown.type-default > span span {
font-size: 16px;
}
}
.ltx-countdown.type-circles > span {
display: inline-block;
text-align: center;
vertical-align: middle;
font-size: 30px;
margin: 0 25px 50px;
background-color: #d62c40;
background-color: var(--main);
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
width: 65px;
height: 65px;
line-height: 65px;
-webkit-box-shadow: 0 0 0px 7px rgba(255, 255, 255, 0.05), 0 0 0px 14px rgba(255, 255, 255, 0.05);
-moz-box-shadow: 0 0 0px 7px rgba(255, 255, 255, 0.05), 0 0 0px 14px rgba(255, 255, 255, 0.05);
box-shadow: 0 0 0px 7px rgba(255, 255, 255, 0.05), 0 0 0px 14px rgba(255, 255, 255, 0.05);
}
.ltx-countdown.type-circles > span.divider {
display: none;
}
.ltx-countdown.type-circles > span span {
display: block;
font-size: 16px;
margin-top: 0px;
}
.container-fluid {
margin: 0 auto;
width: 100%;
}
.ltx-slider-fc {
background-color: #6d6d6d;
background-color: var(--black);
}
.ltx-slider-fc .inner {
background-repeat: no-repeat;
background-size: cover;
min-height: calc(100vh - 88px - 88px);
position: relative;
padding: 30px;
color: #fff;
color: var(--white);
margin-bottom: 0;
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ltx-slider-fc .inner:before {
content: "";
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.ltx-slider-fc .inner:hover:before {
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=75);
-webkit-opacity: 0.75;
-moz-opacity: 0.75;
opacity: 0.75;
}
.ltx-slider-fc .inner:hover .info span {
background-color: #fff;
background-color: var(--white);
color: #6d6d6d;
color: var(--black);
}
.ltx-slider-fc .inner .info {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
padding: 30px 30px;
}
.ltx-slider-fc .inner .info p {
zoom: 1;
filter: alpha(opacity=75);
-webkit-opacity: 0.75;
-moz-opacity: 0.75;
opacity: 0.75;
font-size: 14px;
}
.ltx-slider-fc .inner .info span {
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
margin-top: 25px;
margin-bottom: 25px;
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
display: inline-block;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
}
.ltx-slider-fc .inner .info span:hover {
background-color: #fff;
background-color: var(--white);
color: #6d6d6d;
color: var(--black);
}
.ltx-slider-fc .arrow-left,
.ltx-slider-fc .arrow-right {
background-color: rgba(0, 0, 0, 0.5);
}
.ltx-slider-fc .arrow-left:hover,
.ltx-slider-fc .arrow-right:hover {
background-color: #000000;
color: #fff;
color: var(--white);
}
.ltx-slider-fc .arrow-right {
left: auto;
right: 0;
color: #fff;
color: var(--white);
} .paging-navigation {
margin-top: 25px;
}
.paging-navigation,
.page-numbers {
text-align: center;
font-weight: 700;
}
.paging-navigation hr,
.page-numbers hr {
margin-bottom: 20px;
}
.paging-navigation .pagination,
.page-numbers .pagination {
margin-top: 35px;
margin-bottom: 20px;
font-size: 1px;
}
.paging-navigation .pagination .page-numbers,
.page-numbers .pagination .page-numbers {
font-size: 16px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.paging-navigation .pagination .page-numbers,
.page-numbers .pagination .page-numbers {
background-color: #1E1F24;
background-color: var(--gray);
color: #fff;
color: var(--white);
display: inline-block;
text-align: center;
width: 50px;
height: 50px;
line-height: 50px;
margin: 0 5px;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
.paging-navigation .pagination .page-numbers.current,
.page-numbers .pagination .page-numbers.current {
cursor: default;
color: #fff;
color: var(--white);
background-color: #d62c40;
background-color: var(--main);
}
.paging-navigation .pagination .page-numbers:not(.dots):not(.current):not(.disabled):hover,
.page-numbers .pagination .page-numbers:not(.dots):not(.current):not(.disabled):hover {
background-color: #d62c40;
background-color: var(--main);
}
.paging-navigation .pagination .prev.prev,
.page-numbers .pagination .prev.prev,
.paging-navigation .pagination .next.prev,
.page-numbers .pagination .next.prev {
margin-right: 20px;
}
.paging-navigation .pagination .prev.next,
.page-numbers .pagination .prev.next,
.paging-navigation .pagination .next.next,
.page-numbers .pagination .next.next {
margin-left: 20px;
}
@media (max-width: 768px) {
.paging-navigation .pagination .prev,
.page-numbers .pagination .prev,
.paging-navigation .pagination .next,
.page-numbers .pagination .next {
display: none;
}
}
.paging-navigation .pagination .prev.prev:before,
.page-numbers .pagination .prev.prev:before,
.paging-navigation .pagination .next.prev:before,
.page-numbers .pagination .next.prev:before,
.paging-navigation .pagination .prev.next:after,
.page-numbers .pagination .prev.next:after,
.paging-navigation .pagination .next.next:after,
.page-numbers .pagination .next.next:after {
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "";
line-height: 30px;
margin: 0 9px;
font-size: 12px;
display: inline-block;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.paging-navigation .pagination .prev.prev:before,
.page-numbers .pagination .prev.prev:before,
.paging-navigation .pagination .next.prev:before,
.page-numbers .pagination .next.prev:before {
content: "\f053";
}
.paging-navigation .pagination .prev.next:after,
.page-numbers .pagination .prev.next:after,
.paging-navigation .pagination .next.next:after,
.page-numbers .pagination .next.next:after {
content: "\f054";
}
.paging-navigation .pagination .prev.disabled,
.page-numbers .pagination .prev.disabled,
.paging-navigation .pagination .next.disabled,
.page-numbers .pagination .next.disabled {
zoom: 1;
filter: alpha(opacity=10);
-webkit-opacity: 0.1;
-moz-opacity: 0.1;
opacity: 0.1;
cursor: default;
}
.woocommerce nav.woocommerce-pagination {
border-top: 1px solid rgba(255, 255, 255, 0.05);
padding-top: 25px;
margin-top: 10px;
}
.woocommerce nav.woocommerce-pagination ul {
border: 0 none;
margin-top: 15px;
margin-bottom: 0px;
}
.woocommerce nav.woocommerce-pagination ul li {
border: 0 none;
padding: 0;
vertical-align: middle;
overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
padding: 0;
vertical-align: middle;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers {
font-size: 16px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-weight: 700;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers:not(.current):hover {
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers {
background-color: #1E1F24;
background-color: var(--gray);
color: #fff;
color: var(--white);
display: inline-block;
text-align: center;
width: 50px;
height: 50px;
line-height: 50px;
margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers.current {
cursor: default;
color: #6d6d6d;
color: var(--black);
background-color: rgba(255, 255, 255, 0.5);
}
.woocommerce nav.woocommerce-pagination ul .page-numbers:not(.current):hover {
background-color: #d62c40;
background-color: var(--main);
color: #6d6d6d;
color: var(--black);
}
.woocommerce nav.woocommerce-pagination ul .prev,
.woocommerce nav.woocommerce-pagination ul .next {
overflow: hidden;
display: inline-block;
position: relative;
color: #1E1F24;
color: var(--gray);
}
@media (max-width: 768px) {
.woocommerce nav.woocommerce-pagination ul .prev,
.woocommerce nav.woocommerce-pagination ul .next {
display: none;
}
}
.woocommerce nav.woocommerce-pagination ul .prev.prev:before,
.woocommerce nav.woocommerce-pagination ul .next.prev:before,
.woocommerce nav.woocommerce-pagination ul .prev.next:after,
.woocommerce nav.woocommerce-pagination ul .next.next:after {
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "";
color: #fff;
color: var(--white);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 12px;
width: 100%;
height: 100%;
line-height: 50px;
z-index: 10;
top: 50%;
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul .prev.prev:before,
.woocommerce nav.woocommerce-pagination ul .next.prev:before {
content: "\f053";
}
.woocommerce nav.woocommerce-pagination ul .prev.next:after,
.woocommerce nav.woocommerce-pagination ul .next.next:after {
content: "\f054";
}
.woocommerce nav.woocommerce-pagination ul .prev:not(.disabled):hover,
.woocommerce nav.woocommerce-pagination ul .next:not(.disabled):hover {
color: #6d6d6d;
color: var(--black);
}
.woocommerce nav.woocommerce-pagination ul .prev:hover,
.woocommerce nav.woocommerce-pagination ul .next:hover {
color: transparent !important;
}
.woocommerce nav.woocommerce-pagination ul .prev:hover:after,
.woocommerce nav.woocommerce-pagination ul .next:hover:after {
color: #6d6d6d;
color: var(--black);
}
.woocommerce nav.woocommerce-pagination ul .prev.disabled,
.woocommerce nav.woocommerce-pagination ul .next.disabled {
color: #6d6d6d;
color: var(--black);
zoom: 1;
filter: alpha(opacity=10);
-webkit-opacity: 0.1;
-moz-opacity: 0.1;
opacity: 0.1;
cursor: default;
}
.woocommerce nav.woocommerce-pagination ul .prev.disabled.prev:before,
.woocommerce nav.woocommerce-pagination ul .next.disabled.prev:before,
.woocommerce nav.woocommerce-pagination ul .prev.disabled.next:after,
.woocommerce nav.woocommerce-pagination ul .next.disabled.next:after {
color: #6d6d6d;
color: var(--black);
} .bg-color-theme_color {
color: #6d6d6d;
color: var(--black);
}
.bg-color-theme_color.vc_row-fluid,
.bg-color-theme_color.vc_section {
background-color: #d62c40;
background-color: var(--main);
}
.bg-color-theme_color.vc_column_container .vc_column-inner {
background-color: #d62c40;
background-color: var(--main);
}
.bg-color-second.vc_row-fluid,
.bg-color-second.vc_section {
background-color: #b0585a;
background-color: var(--second);
}
.bg-color-second.vc_column_container .vc_column-inner {
background-color: #b0585a;
background-color: var(--second);
}
.bg-color-white.vc_row-fluid,
.bg-color-white.vc_section {
background-color: #fff;
background-color: var(--white);
}
.bg-color-white.vc_column_container .vc_column-inner {
background-color: #fff;
background-color: var(--white);
}
.bg-color-black,
.bg-tone-dark {
color: #fff;
color: var(--white);
}
.bg-color-black.vc_row-fluid,
.bg-tone-dark.vc_row-fluid,
.bg-color-black.vc_section,
.bg-tone-dark.vc_section {
background-color: #6d6d6d;
background-color: var(--black);
}
.bg-color-black.vc_column_container .vc_column-inner,
.bg-tone-dark.vc_column_container .vc_column-inner {
background-color: #6d6d6d;
background-color: var(--black);
}
.bg-color-black h1,
.bg-tone-dark h1,
.bg-color-black h2,
.bg-tone-dark h2,
.bg-color-black h3,
.bg-tone-dark h3 {
color: #fff;
color: var(--white);
}
.bg-color-black-dark {
color: #fff;
color: var(--white);
}
.bg-color-black-dark h1,
.bg-color-black-dark h2,
.bg-color-black-dark h3 {
color: #fff;
color: var(--white);
}
.bg-color-gray.vc_row-fluid,
.bg-color-gray.vc_section {
background-color: #1E1F24;
background-color: var(--gray);
}
.bg-color-gray.vc_column_container > .vc_column-inner {
background-color: #1E1F24;
background-color: var(--gray);
}
.hidden {
display: none;
}
.inner {
margin-bottom: 75px;
}
.inner-page {
position: relative;
}
.img-shadow-plain {
position: relative;
}
.img-shadow-plain:after {
content: "";
position: absolute;
bottom: -3px;
right: 32px;
left: 32px;
border-top: 3px solid var(--main);
}
.margin-top-0 {
margin-top: 0 !important;
}
.margin-bottom-0 {
margin-bottom: 0 !important;
}
.margin-0 {
margin: 0 !important;
}
section {
overflow: hidden;
}
.screen-reader-text {
position: absolute !important;
margin: 0 !important;
padding: 0 !important;
clip: rect(1px, 1px, 1px, 1px);
}
.fw-row > .center {
text-align: center;
}
.fw-row > .right {
text-align: right;
}
a.anchor {
display: block;
position: relative;
top: -180px;
visibility: hidden;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
.like-parallax {
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
}
@media (min-width: 991px) {
.like-parallax {
background-attachment: fixed;
}
}
.center {
text-align: center;
}
.full-width {
max-width: 100%;
height: auto;
}
.rounded {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.bg-overlay-bottom:after { background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.65) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.65) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.bg-overlay-bottom > div {
z-index: 2;
position: relative;
}  .wpb_row.ltx-overlay {
position: relative;
}
.ltx-overlay-black {
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
content: "";
position: absolute !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
width: 100%;
height: 100%;
}
.ltx-overlay-semi-black {
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
content: "";
position: absolute !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
width: 100%;
height: 100%;
}
.ltx-overlay-dark {
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
content: "";
position: absolute !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
width: 100%;
height: 100%;
}
.gray-overlay:before,
.black-overlay:before {
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.gray-overlay:before {
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
}
.bg-overlay-gray > div:before {
background-color: #1E1F24;
background-color: var(--gray);
zoom: 1;
filter: alpha(opacity=95);
-webkit-opacity: 0.95;
-moz-opacity: 0.95;
opacity: 0.95;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.bg-overlay-gray > div > div {
z-index: 2;
position: relative;
}
@media (min-width: 1199px) {
.bg-overlay-mode-mobile > .ltx-overlay {
display: none !important;
}
}
@media (max-width: 1199px) {
.bg-overlay-mode-mobile > .ltx-overlay {
display: block !important;
}
}
@media (min-width: 1600px) {
.bg-overlay-mode-desktop > .ltx-overlay {
display: block;
}
}
@media (max-width: 1599px) {
.bg-overlay-mode-desktop > .ltx-overlay {
display: none;
}
}
.bg-overlay-lines:before {
content: "";
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
max-width: 1170px;
z-index: 0;
background: url(//www.bellone.net/wp-content/themes/altaframe/assets/images/__overlay-lines.png) repeat-y;
zoom: 1;
filter: alpha(opacity=30);
-webkit-opacity: 0.3;
-moz-opacity: 0.3;
opacity: 0.3;
}
@media (max-width: 1199px) {
.bg-overlay-lines:before {
display: none;
}
}
.bottom-shadow {
-webkit-box-shadow: 0 14px 14px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0 14px 14px rgba(0, 0, 0, 0.04);
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.04);
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col-xs-5ths {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-5ths {
width: 20%;
float: left;
}
}
.row.row-center {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.center-flex {
display: flex;
flex-direction: column;
justify-content: center;
}
.bg-pos-left-top,
.bg-pos-left-top > .vc_column-inner {
background-position: 0 0%;
background-repeat: no-repeat;
}
.bg-pos-center-top,
.bg-pos-center-top > .vc_column-inner {
background-position: 50% 0%;
background-repeat: no-repeat;
}
.bg-pos-right-top,
.bg-pos-right-top > .vc_column-inner {
background-position: 100% 0%;
background-repeat: no-repeat;
}
.bg-pos-left-center,
.bg-pos-left-center > .vc_column-inner {
background-position: 0 50%;
background-repeat: no-repeat;
}
.bg-pos-center-center,
.bg-pos-center-center > .vc_column-inner {
background-position: 50% 50%;
background-repeat: no-repeat;
}
.bg-pos-right-center,
.bg-pos-right-center > .vc_column-inner {
background-position: 100% 50% !important;
background-repeat: no-repeat;
}
.bg-pos-left-bottom,
.bg-pos-left-bottom > .vc_column-inner {
background-position: 0 100%;
background-repeat: no-repeat;
}
.bg-pos-center-bottom,
.bg-pos-center-bottom > .vc_column-inner {
background-position: 50% 100%;
background-repeat: no-repeat;
}
.bg-pos-right-bottom,
.bg-pos-right-bottom > .vc_column-inner {
background-position: 100% 100%;
background-repeat: no-repeat;
}
.transform-lowercase a,
.transform-lowercase input[type="button"],
.transform-lowercase input[type="submit"] {
text-transform: lowercase;
}
.transform-uppercase a,
.transform-uppercase input[type="button"],
.transform-uppercase input[type="submit"] {
text-transform: uppercase;
}
.photo img,
.wpb_single_image img { }
.wpb_content_element.inline {
display: inline-block;
margin-right: 15px;
}
a[href^=tel] {
color: inherit;
text-decoration: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
}
.center-item {
top: 50%;
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media (max-width: 479px) {
.matchHeight[style] {
height: auto !important;
}
}
.color-fade {
transition: color 0.5s ease;
}
.border-fade {
transition: border 0.5s ease;
}
.background-fade {
transition: background .8s ease;
}
.all-fade {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.fade {
transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.opacity-fade {
transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.opacity-hidden {
visibility: hidden;
opacity: 0;
transition: visibility .2s linear 0.2s, opacity 0.2s linear, background 0.2s ease;
}
.opacity-hidden-hover {
visibility: visible;
opacity: 1;
transition-delay: .2s;
}
.row.centered {
text-align: center;
font-size: 0;
}
.row.centered > div {
float: none;
display: inline-block;
text-align: left;
} .woocommerce-sidebar .widget_product_tag_cloud .tagcloud {
margin-top: 0;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
margin: 0 -15px;
padding: 0px 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page[class*="columns-"] ul.products li.product {
margin: auto;
width: 33.3%;
float: left;
padding: 0 15px 30px;
width: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page[class*="columns-"] ul.products li.product {
width: 50%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page[class*="columns-"] ul.products li.product {
width: 50%;
}
}
@media (max-width: 768px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page[class*="columns-"] ul.products li.product {
width: 100%;
}
.woocommerce ul.products li.product .image,
.woocommerce-page ul.products li.product .image,
.woocommerce ul.products[class*="columns-"] li.product .image,
.woocommerce-page[class*="columns-"] ul.products li.product .image {
height: auto;
}
.woocommerce ul.products li.product .image img,
.woocommerce-page ul.products li.product .image img,
.woocommerce ul.products[class*="columns-"] li.product .image img,
.woocommerce-page[class*="columns-"] ul.products li.product .image img {
position: relative;
transform: none;
top: 0;
}
}
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating,
.woocommerce ul.products[class*="columns-"] li.product .star-rating,
.woocommerce-page[class*="columns-"] ul.products li.product .star-rating {
width: 7.5em;
}
.woocommerce ul.products li.product .image,
.woocommerce-page ul.products li.product .image,
.woocommerce ul.products[class*="columns-"] li.product .image,
.woocommerce-page[class*="columns-"] ul.products li.product .image {
display: inline-block;
position: relative; }
.woocommerce ul.products li.product > .item,
.woocommerce-page ul.products li.product > .item,
.woocommerce ul.products[class*="columns-"] li.product > .item,
.woocommerce-page[class*="columns-"] ul.products li.product > .item {
padding: 30px 30px 40px;
text-align: center;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 40px 32px;
border: 6px solid rgba(29, 32, 37, 0.03);
}
.woocommerce ul.products li.product > .item:hover,
.woocommerce-page ul.products li.product > .item:hover,
.woocommerce ul.products[class*="columns-"] li.product > .item:hover,
.woocommerce-page[class*="columns-"] ul.products li.product > .item:hover {
border-color: rgba(29, 32, 37, 0.05);
}
.woocommerce ul.products li.product > .item span.wc-label-new,
.woocommerce-page ul.products li.product > .item span.wc-label-new,
.woocommerce ul.products[class*="columns-"] li.product > .item span.wc-label-new,
.woocommerce-page[class*="columns-"] ul.products li.product > .item span.wc-label-new,
.woocommerce ul.products li.product > .item span.onsale,
.woocommerce-page ul.products li.product > .item span.onsale,
.woocommerce ul.products[class*="columns-"] li.product > .item span.onsale,
.woocommerce-page[class*="columns-"] ul.products li.product > .item span.onsale {
margin: -16px -16px 0 0 !important;
top: 0 !important;
right: 0 !important;
}
.woocommerce ul.products li.product > .item a,
.woocommerce-page ul.products li.product > .item a,
.woocommerce ul.products[class*="columns-"] li.product > .item a,
.woocommerce-page[class*="columns-"] ul.products li.product > .item a {
display: inline-block;
position: relative;
}
.woocommerce ul.products li.product:hover > .item .header,
.woocommerce-page ul.products li.product:hover > .item .header,
.woocommerce ul.products[class*="columns-"] li.product:hover > .item .header,
.woocommerce-page[class*="columns-"] ul.products li.product:hover > .item .header {
color: #d62c40;
color: var(--main);
}
.woocommerce ul.products li.product .post_content,
.woocommerce-page ul.products li.product .post_content,
.woocommerce ul.products[class*="columns-"] li.product .post_content,
.woocommerce-page[class*="columns-"] ul.products li.product .post_content {
font-size: 14px;
line-height: 1.4em;
margin: 5px 0 15px;
}
.woocommerce .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
text-transform: none;
text-align: center;
font-size: 24px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.woocommerce .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
font-size: 20px;
}
}
.woocommerce .woocommerce-loop-product__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce ul.products li.product h3:hover {
color: #d62c40;
color: var(--main);
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
background: none;
padding: 0;
margin: 5px 15px 5px;
}
.woocommerce .woocommerce-ordering .select-wrap,
.woocommerce-page .woocommerce-ordering .select-wrap {
background: transparent;
border: 0;
}
@media (max-width: 768px) {
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
display: block;
float: none;
clear: both;
}
.woocommerce .woocommerce-ordering .select-wrap,
.woocommerce-page .woocommerce-ordering .select-wrap {
margin-left: -5px;
}
.woocommerce .woocommerce-ordering .select-wrap select,
.woocommerce-page .woocommerce-ordering .select-wrap select {
padding-left: 0;
}
}
.woocommerce div.product .onsale {
position: relative;
display: inline-block;
top: auto;
right: auto;
left: auto;
bottom: auto;
margin-left: 15px;
margin-bottom: 15px;
}
.woocommerce ul.products li.product .wc-label-new,
.woocommerce ul.products li.product .onsale {
position: absolute;
}
.woocommerce .products-sc article.product .wc-label-new {
position: absolute;
top: 10px;
right: 10px;
}
.woocommerce span.wc-label-new,
.woocommerce span.onsale {
left: auto;
top: 0px;
right: 0px;
font-size: 12px;
font-weight: bold;
display: block;
padding: 0;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
min-height: initial;
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
}
.woocommerce span.wc-label-new.onsale,
.woocommerce span.onsale.onsale {
color: #6d6d6d;
color: var(--black);
}
.single-product .woocommerce span.wc-label-new,
.single-product .woocommerce span.onsale {
margin: 0px 0px 0 0 !important;
}
.woocommerce span.wc-label-new {
background: var(--second);
}
.woocommerce ul.products li.product .star-rating {
text-align: center;
margin: 0 auto 15px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
color: #b0585a;
color: var(--second);
font-size: 24px;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
display: inline-block;
vertical-align: middle;
text-align: center;
font-size: 24px;
text-decoration: none;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del {
text-decoration: line-through;
margin-right: 12px;
font-weight: normal;
}
.woocommerce ul.products li.product .button {
padding-left: 40px;
padding-right: 22px;
padding-top: 8px;
padding-bottom: 8px;
margin-bottom: 0;
font-size: 14px;
text-transform: none !important;
}
.woocommerce ul.products li.product .button:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
vertical-align: middle;
content: "\f07a";
position: absolute;
top: 50%;
transform: translate(0, -50%);
margin-left: -25px;
}
.woocommerce ul.products li.product .button:hover {
background-color: #6d6d6d;
background-color: var(--black);
}
.woocommerce-mini-cart__buttons {
text-align: center; }
.woocommerce-mini-cart__buttons .button {
display: block !important;
}
.woocommerce .widget_shopping_cart .total {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.woocommerce-mini-cart__total {
text-align: center;
font-weight: bold;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
margin-top: 25px;
margin-bottom: 20px;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
margin-top: 0;
padding-top: 15px;
}
.widget_shopping_cart_content {
padding-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #fff;
background-color: var(--white);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
width: 1.5em;
height: 1.5em;
top: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #d62c40;
background-color: var(--main);
}
.woocommerce .price_label {
text-align: center;
margin-top: 0px;
padding-top: 20px;
font-weight: bold;
margin-bottom: 15px;
}
.woocommerce .price_slider_wrapper {
position: relative;
padding-bottom: 40px;
}
.woocommerce .widget_price_filter form {
margin: 50px 0 0 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
float: none;
text-align: center;
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
margin-bottom: 0;
}
.woocommerce .woocommerce-product-details__short-description p {
color: rgba(0, 0, 0, 0.75);
}
.woocommerce .single_add_to_cart_button {
text-transform: none !important;
font-size: 16px !important;
padding-left: 50px !important;
}
.woocommerce .single_add_to_cart_button:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
vertical-align: middle;
content: "\f07a";
position: absolute;
top: 50%;
transform: translate(0, -50%);
margin-left: -25px;
}
.woocommerce .widget_price_filter .price_slider_amount {
text-align: center;
}
.select_container::after {
content: '\e828';
font-family: 'fontello';
display: block;
line-height: 1em;
width: 1em;
height: 1em;
text-align: center;
position: absolute;
right: 1em;
top: 50%;
margin-top: -0.5em;
z-index: 2;
pointer-events: none;
cursor: pointer;
}
.woocommerce-result-count {
font-size: 16px;
padding: 1em 0;
}
@media (min-width: 768px) {
.woocommerce-result-count {
padding-left: 30px;
}
.woocommerce-result-count:before {
position: absolute;
content: "";
background-color: #F4F4F4;
background-color: var(--gray-lighter);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
display: block;
height: 60px;
left: 15px;
right: 15px;
top: 0;
z-index: -1;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.woocommerce-result-count:before {
height: 55px;
}
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce-page .widget_shopping_cart .cart_list li {
padding: 0 0 20px 0;
overflow: hidden;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
clear: none;
}
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:before {
display: none;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
box-shadow: none;
margin: 0 0.6em 1em 0;
width: 54px;
height: auto;
float: left;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
width: 54px;
height: auto;
}
.woocommerce.widget_shopping_cart .quantity,
.woocommerce .widget_shopping_cart .quantity,
.woocommerce-page.widget_shopping_cart .quantity,
.woocommerce-page .widget_shopping_cart .quantity {
display: inline-block;
font-weight: bold;
}
@media (min-width: 768px) {
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce a.remove {
top: -5px;
left: -5px;
}
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce a.remove:hover {
background: transparent;
color: var(--black) !important;
}
@media (max-width: 768px) {
.woocommerce a.remove {
display: inline;
}
}
.woocommerce .product_meta {
font-size: 16px;
}
.woocommerce .product_meta > span {
display: block;
}
.woocommerce .product_meta > span span {
color: #d62c40;
color: var(--main);
}
.woocommerce .product_meta span {
font-weight: 900;
margin-bottom: 4px;
}
.woocommerce form.cart {
text-align: left;
}
.woocommerce .woocommerce-variation {
margin-bottom: 30px;
}
.woocommerce .variations .select-wrap {
margin-bottom: 0;
margin-right: 10px;
display: inline-block;
}
@media (min-width: 991px) {
.woocommerce .variations .select-wrap {
max-width: 50%;
}
}
.woocommerce .variations td {
text-align: left;
padding: 0;
display: block;
}
.woocommerce .variations td.label {
color: #6d6d6d;
color: var(--black);
}
.woocommerce div.product .woocommerce-tabs p {
color: rgba(0, 0, 0, 0.75);
}
.woocommerce div.product .woocommerce-tabs .panel {
-webkit-border-top-left-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius-topleft: 0;
-moz-background-clip: padding;
border-top-left-radius: 0;
background-clip: padding-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius-topright: 0px;
-moz-background-clip: padding;
border-top-right-radius: 0px;
background-clip: padding-box;
background-color: #d62c40;
background-color: var(--main);
padding: 4px 30px;
font-size: 18px;
margin-right: -1px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-left: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #fff;
color: var(--white);
font-weight: 900;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active):hover {
background-color: #6d6d6d;
background-color: var(--black);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active):hover a {
color: #fff;
color: var(--white);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background-color: #F4F4F4;
background-color: var(--gray-lighter);
}
.woocommerce .comment-form-rating {
text-align: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
padding: 40px 25px;
background-color: #F4F4F4;
background-color: var(--gray-lighter);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: none;
}
.woocommerce div.quantity input[type="number"],
.woocommerce div.product form.cart div.quantity input[type="number"],
.woocommerce-page div.product form.cart div.quantity input[type="number"] {
width: 100%;
height: 100%;
padding: 0 1.8em;
font-size: 1rem;
font-weight: 400;
text-align: left;
}
.woocommerce div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
margin: 0 1.1em 0 0;
width: 95px;
height: 44px;
position: relative;
}
.woocommerce div.quantity span,
.woocommerce div.product form.cart div.quantity span,
.woocommerce-page div.product form.cart div.quantity span {
display: block;
position: absolute;
z-index: 1;
right: 1px;
width: 30px;
height: 50%;
font-size: 14px;
text-align: center;
line-height: 1.2em;
cursor: pointer;
}
.woocommerce div.quantity span,
.woocommerce div.product form.cart div.quantity span,
.woocommerce-page div.product form.cart div.quantity span {
background-color: #fff;
background-color: var(--white);
color: #6d6d6d;
color: var(--black);
}
.woocommerce div.quantity span.more,
.woocommerce div.product form.cart div.quantity span.more,
.woocommerce-page div.product form.cart div.quantity span.more {
top: 3px;
border-bottom: 2px solid var(--white);
}
.woocommerce div.quantity span.less,
.woocommerce div.product form.cart div.quantity span.less,
.woocommerce-page div.product form.cart div.quantity span.less {
bottom: 0px;
border-top: 2px solid var(--white);
}
.woocommerce div.quantity span.more:before,
.woocommerce div.product form.cart div.quantity span.more:before,
.woocommerce-page div.product form.cart div.quantity span.more:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f077";
}
.woocommerce div.quantity span.less:before,
.woocommerce div.product form.cart div.quantity span.less:before,
.woocommerce-page div.product form.cart div.quantity span.less:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f078";
}
.woocommerce div.quantity input[type="number"],
.woocommerce div.product form.cart div.quantity input[type="number"],
.woocommerce-page div.product form.cart div.quantity input[type="number"] {
border: 1px solid #F4F4F4;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
width: 100%;
height: 100%;
padding: 5px 0 5px 30px;
height: 45px;
font-size: 16px;
font-weight: 400;
text-align: left;
}
.woocommerce div.product form.cart,
.woocommerce .cart {
background: transparent;
padding: 15px 0 0 0;
margin: 0;
}
.woocommerce div.product form.cart .button {
padding: 0px 30px;
line-height: 44px;
height: 44px;
}
.woocommerce-product-details__short-description p {
margin: 25px 0 15px;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 10px;
color: #d62c40;
color: var(--main);
}
.woocommerce .star-rating {
width: 7em; }
.woocommerce .star-rating:before {
font-size: 14px;
letter-spacing: 6px;
content: "SSSSS";
}
.woocommerce .star-rating span {
color: #DFC337;
}
.woocommerce .star-rating span:before {
font-size: 14px;
letter-spacing: 6px;
}
.woocommerce .product_title {
text-transform: none;
}
.woocommerce h1.product_title {
font-size: 36px;
}
.woocommerce h2 {
font-size: 28px;
}
.woocommerce .comment-reply-title {
font-size: 18px;
font-weight: bold;
}
#review_form_wrapper {
padding-top: 30px;
}
.woocommerce .woocommerce-cart-form {
background: transparent;
padding: 0;
}
.woocommerce-cart table.cart th {
text-align: center;
}
.woocommerce-cart table.cart th.product-name {
text-align: left;
}
.woocommerce table.shop_table {
border: none;
border-collapse: collapse;
}
.woocommerce table.shop_table td {
background: none;
padding: 30px 15px;
}
@media (max-width: 768px) {
.woocommerce table.shop_table td {
padding: 10px 15px;
}
}
@media (min-width: 768px) {
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
border-top: 0;
border-left: 0;
}
.woocommerce table.shop_table th {
padding: 20px 28px;
}
.woocommerce table.shop_table th.product-remove {
border-right: 0 none;
}
.woocommerce table.shop_table th.product-thumbnail {
border-left: 0 none;
}
.woocommerce table.shop_table .woocommerce-cart-form__cart-item:nth-child(even) td {
background-color: #F4F4F4;
background-color: var(--gray-lighter);
}
.woocommerce table.shop_table .woocommerce-cart-form__cart-item td { padding: 30px 25px;
}
.woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-quantity div.quantity {
margin: 0 auto;
}
.woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-quantity,
.woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-subtotal,
.woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-price,
.woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-thumbnail,
.woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-remove {
text-align: center;
}
.woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-remove {
width: 3em;
padding-left: 30px;
padding-right: 0;
border-right: none;
}
.woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-remove a {
width: auto;
top: auto;
left: auto;
}
.woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-thumbnail {
border-left: none;
}
.woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-name a {
font-size: 18px;
color: #6d6d6d;
color: var(--black);
font-weight: bold;
}
.woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-name a:hover {
color: #d62c40 !important;
color: var(--main) !important;
}
.woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-subtotal,
.woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-price {
font-size: 24px;
color: #d62c40;
color: var(--main);
font-weight: bold;
}
}
@media (max-width: 768px) {
.woocommerce table.shop_table .product-quantity {
height: 70px;
}
.woocommerce table.shop_table .product-quantity .quantity {
float: right;
margin-right: 0;
}
}
@media (max-width: 768px) {
.woocommerce-cart .cart-collaterals .cart_totals table tr td {
background: transparent !important;
}
}
.woocommerce .cart_totals h2 {
display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
background: transparent;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
vertical-align: middle;
text-align: right;
border: none;
}
.woocommerce table.shop_table .order-total td,
.woocommerce table.shop_table .order-total th {
font-size: 30px;
}
.woocommerce table.shop_table .order-total .woocommerce-Price-amount.amount {
color: #b0585a;
color: var(--second);
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
border: none;
padding: 0px 0 0px 15px;
font-weight: bold;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
width: auto;
}
.woocommerce table.cart td.actions .input-text {
width: 150px;
}
.woocommerce table.shop_table td.actions {
padding: 20px 0 30px;
border-bottom: 1px solid var(--gray);
border-left: none !important;
border-right: none !important;
}
.woocommerce table.shop_table td.actions .coupon .input-text {
font-size: 14px;
line-height: 13px;
padding: 8px 18px;
}
.woocommerce input[name="update_cart"] {
color: var(--black) !important;
}
.woocommerce-notice {
margin: 20px auto 40px;
font-weight: bold;
text-align: center;
}
.woocommerce input[name="update_cart"] {
background: transparent !important;
text-transform: uppercase;
color: #6d6d6d;
color: var(--black);
padding: .618em 1em !important;
}
.woocommerce input[name="update_cart"]:hover {
background: transparent !important;
}
.woocommerce form .form-row textarea {
height: 12em;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
background-color: #fff;
background-color: var(--white);
padding-top: 24px;
padding-bottom: 0;
padding-left: 24px;
padding-right: 24px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
padding: 16px 24px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name {
font-weight: bold;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
padding-bottom: 24px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
padding: 24px 24px;
font-size: 28px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th .product-name {
font-size: 24px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
text-align: right;
border: none;
padding-bottom: 0;
padding-top: 16px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
padding-top: 16px;
border: none !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td {
padding-bottom: 16px;
}
.woocommerce-table--customer-details th,
.woocommerce-table--order-details th {
border: 0 none !important;
}
.woocommerce-table--customer-details td,
.woocommerce-table--order-details td {
border: 1px solid var(--gray) !important;
}
.woocommerce-table--customer-details th {
text-align: right;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
background: transparent;
}
.woocommerce-checkout #payment div.payment_box::before {
border-bottom-color: #fff;
border-bottom-color: var(--white);
}
.woocommerce-checkout #payment div.payment_box {
background-color: #fff;
background-color: var(--white);
}
.woocommerce .about_paypal {
padding-left: 15px;
}
.woocommerce-MyAccount-navigation {
background-color: #1E1F24;
background-color: var(--gray);
padding: 56px 38px;
margin-top: 0px;
margin-bottom: 60px;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.woocommerce-MyAccount-navigation ul {
margin: 0 0 0 0px;
padding: 0;
list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
color: #6d6d6d;
color: var(--black);
margin-bottom: 13px;
vertical-align: middle;
}
.woocommerce-MyAccount-navigation ul li:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: " \f105";
font-size: 16px;
margin-right: 10px;
vertical-align: middle;
color: #d62c40;
color: var(--main);
}
.woocommerce-MyAccount-navigation ul li a {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
color: #fff;
color: var(--white);
vertical-align: middle;
}
.woocommerce-MyAccount-navigation ul li a:hover {
color: #d62c40;
color: var(--main);
}
.woocommerce-MyAccount-navigation ul li.current-cat {
font-weight: bold;
}
.woocommerce-MyAccount-navigation ul li.current-cat a {
color: #fff;
color: var(--white);
cursor: default;
}
.woocommerce table.my_account_orders .button {
margin-bottom: 0;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
padding: 20px 28px;
}
fieldset {
margin-top: 30px;
border: none;
}
fieldset legend {
font-weight: bold;
}
.woocommerce-message::before {
color: #d62c40;
color: var(--main);
}
.woocommerce-message {
border-bottom-color: #d62c40;
border-bottom-color: var(--main);
}
.woocommerce-info::before {
color: #1E1F24;
color: var(--gray);
}
.woocommerce-info {
border-top: 0 none;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.woocommerce .term-description {
margin-bottom: 30px !important;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
clear: none;
}
.woocommerce div.product div.images img {
margin: 0;
margin-bottom: 15px;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.woocommerce .products-sc a img,
.woocommerce ul.products li.product a img {
max-width: 100% !important;
max-height: 300px !important;
width: auto;
margin: 0 auto 1em;
}
@media (max-width: 768px) {
.woocommerce-page table.cart td.actions .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn-xs {
display: block;
font-size: 20px;
}
}
@media (max-width: 768px) {
.woocommerce table.shop_table td {
border: 0 none;
font-size: 16px;
}
}
@media (max-width: 768px) {
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
width: 100%;
display: block;
}
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
padding-top: 25px;
}
.woocommerce-checkout #payment li img,
.wc_payment_method > label:first-of-type img {
max-height: 24px;
max-width: 200px;
float: right;
}
.woocommerce img,
.woocommerce-page img {
height: auto;
max-width: 100%;
}
.woocommerce-checkout #payment ul.payment_methods li input {
position: absolute;
margin: 9px 0 0 0px;
}
.woocommerce-checkout #payment ul.payment_methods label {
padding-left: 27px;
}
.woocommerce-checkout-review-order-table th {
font-size: 20px  !important;
}
.woocommerce-checkout-review-order-table td {
font-size: 14px !important;
}
.woocommerce ul.order_details {
margin: 0;
}
.woocommerce ul.order_details li {
display: block;
float: none;
margin-bottom: 25px;
}
}
.woocommerce form .form-row .input-checkbox {
position: relative;
}
.woocommerce-mini-cart__buttons .button {
padding: 8px 30px 8px !important;
line-height: 1.6em !important;
}
.woocommerce-mini-cart__buttons .button.checkout {
text-transform: uppercase;
}
.woocommerce-mini-cart__buttons .button:not(.checkout) {
background-color: #6d6d6d;
background-color: var(--black);
color: #fff;
color: var(--white);
}
.woocommerce-mini-cart__buttons .button:not(.checkout):hover {
background-color: #b0585a;
background-color: var(--second);
}
.woocommerce a.btn.added  > i:before {
font-family: WooCommerce;
content: '\e017';
}
.woocommerce a.btn.loading  > i:before {
font-family: WooCommerce;
content: '\e01c';
-webkit-font-smoothing: antialiased;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.woocommerce a.btn.loading:after,
.woocommerce a.btn.added:after {
display: none !important;
}
.woocommerce.widget_shopping_cart .quantity .amount,
.woocommerce .widget_shopping_cart .quantity .amount {
color: #b0585a;
color: var(--second);
}
.woocommerce div.product div.images.woocommerce-product-gallery ol li:before {
display: none !important;
}
.pswp__caption__center {
display: none !important;
}
.woocommerce a.added_to_cart {
display: block;
font-size: 12px;
}
.woocommerce div.product div.images img {
max-width: 100%;
width: auto;
}
.woocommerce .woocommerce-product-gallery__wrapper {
margin: 0;
text-align: center;
}
@media (min-width: 1600px) {
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
width: 40%;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
width: 43%;
}
}
@media (min-width: 1600px) {
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
width: 58%;
margin-left: 2%;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
width: 55%;
margin-left: 2%;
}
}
.woocommerce .actions .button:hover {
color: var(--white) !important;
zoom: 1;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.woocommerce ul.products.list li.product .post_content,
.woocommerce-page ul.products.list li.product .post_content {
display: none;
}
.woocommerce ul.products.grid li.product .woocommerce-product-details__short-description,
.woocommerce-page ul.products.grid li.product .woocommerce-product-details__short-description {
display: none;
}
.woocommerce ul.products.grid hr {
display: none;
}
.woocommerce ul.products.list li.product hr {
border: 0 none !important;
margin: 0;
}
ul.products.list li.product .gridlist-buttonwrap {
margin-bottom: 0 !important;
}
.woocommerce ul.products.list li.product > .item,
.woocommerce-page ul.products.list li.product > .item {
text-align: left;
}
.woocommerce ul.products.list li.product > .item .woocommerce-loop-product__title,
.woocommerce-page ul.products.list li.product > .item .woocommerce-loop-product__title {
text-align: left;
}
ul.products.list li.product img {
width: auto !important;
}
.woocommerce .gridlist-toggle {
padding-top: 0 !important;
margin: -50px 0 30px 0 !important;
}
.woocommerce-NoticeGroup {
text-align: left;
}
.upsells.products,
.related.products {
clear: both;
overflow: visible;
margin-top: 60px;
margin-bottom: -60px;
}
@media (min-width: 1199px) {
.upsells.products .products li.product,
.related.products .products li.product {
width: 33.3% !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.upsells.products .products li:nth-child(3),
.related.products .products li:nth-child(3) {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.upsells.products .products li:nth-child(3),
.related.products .products li:nth-child(3) {
display: none;
}
}
.woocommerce #review_form #respond p {
margin-bottom: 25px !important;
}
.woocommerce-review-link {
font-size: 14px;
}
.woocommerce div.product div.images .flex-control-thumbs {
margin-left: -10px;
}
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
background-color: #b0585a;
background-color: var(--second);
}
.woocommerce .cart_totals table.shop_table {
width: auto !important;
}
.woocommerce .cart_totals table.shop_table td {
text-align: right !important;
}
.woocommerce .wc-proceed-to-checkout {
text-align: right;
}
.woocommerce .wc-proceed-to-checkout .button.alt {
background-color: #d62c40;
background-color: var(--main);
}
.woocommerce .wc-proceed-to-checkout .button.alt:hover {
background-color: #6d6d6d;
background-color: var(--black);
color: #fff;
color: var(--white);
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
margin-bottom: -1px;
margin-left: 1px;
}
.woocommerce table.variations th,
.woocommerce table.variations td {
border: 0 !important;
}
.woocommerce table.variations td {
padding: 0 !important;
}
.woocommerce-product-search input[type="search"] {
width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
.woocommerce-product-search input[type="search"] {
padding-left: 10px;
padding-right: 10px;
}
}
.woocommerce .cart-subtotal th {
background-color: transparent !important;
color: #6d6d6d !important;
color: var(--black) !important;
background-color: #F4F4F4 !important;
background-color: var(--gray-lighter) !important;
}
.woocommerce .post_content {
color: rgba(0, 0, 0, 0.75);
} .team-full .header {
margin: 0px 0 8px;
color: #6d6d6d !important;
color: var(--black) !important;
}
.team-full .subheader {
font-weight: 400;
}
.team-full img {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.team-item {
text-align: center;
background: url(//www.bellone.net/wp-content/themes/altaframe/assets/images/dots.png) 0 100% repeat-x;
}
@media (max-width: 768px) {
.team-item {
padding-bottom: 30px;
}
}
.team-item .header {
color: #6d6d6d;
color: var(--black);
margin: 15px 0 -4px 0 !important;
font-size: 24px;
}
.team-item .header:hover {
color: #d62c40;
color: var(--main);
}
.team-item .subheader {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
.team-item p {
font-weight: normal;
font-size: 14px;
}
.team-item .image {
display: inline-block;
border: 5px solid rgba(29, 32, 37, 0.03);
padding: 35px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.team-item .image img {
display: block;
max-width: 265px;
margin: 0 auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.team-item .image:hover {
border: 5px solid rgba(29, 32, 37, 0.05);
}
.team-item ul {
list-style: none;
text-align: center;
margin: 0 0 0 -15px;
}
.team-item ul li {
display: inline-block;
margin: 0 0 0 15px;
}
.team-item ul li a {
color: #d62c40;
color: var(--main);
font-size: 14px;
}
.team-item ul li a:hover {
color: #fff;
color: var(--white);
}
.team-item.item-type-circle {
padding: 20px 20px;
}
@media (max-width: 991px) {
.team-item.item-type-circle {
padding-bottom: 10px;
}
}
.team-item.item-type-circle img {
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
}
.team-item.item-type-circle ul {
padding: 6px 0 0 0;
}
.team-item.item-type-square {
margin-top: 30px;
margin-bottom: 45px;
padding-bottom: 30px;
}
.team-item.item-type-square .social {
margin: 0px 0px 0;
}
.team-item.item-type-square ul {
padding: 0px 0 8px 0;
}
body.body-black .team-item .header {
color: #d62c40;
color: var(--main);
}
body.body-black .team-item .header:hover {
color: #fff;
color: var(--white);
}
body.body-black .team-item .image {
border: 5px solid rgba(29, 32, 37, 0.5);
}
body.body-black .team-item:hover .image {
border: 5px solid #1d2025;
} #preloader {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: fixed;
height: 100%;
width: 100%;
background-color: #6d6d6d;
background-color: var(--black);
z-index: 1999;
transition: all .3s ease;
}
.pace-done > #preloader {
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
z-index: -100;
}
.pace-activity,
.pace-progress {
display: none !important;
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
z-index: 2000;
position: fixed;
height: 35px;
width: 35px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.pace .loader-spin span {
width: 50px;
min-width: 50px;
height: 50px;
min-height: 50px;
display: flex;
align-items: center;
justify-content: center;
margin: auto;
border-radius: 50%;
border-left: 6px solid #ffffff;
border-color: #d62c40;
border-color: var(--main);
border-top: 6px solid #1E1F24;
border-right: 6px solid #1E1F24;
border-bottom: 6px solid #1E1F24;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: circle-loader-spin 1s linear infinite;
-moz-animation: circle-loader-spin 1s linear infinite;
-o-animation: circle-loader-spin 1s linear infinite;
animation: circle-loader-spin 1s linear infinite;
}
lesshat-selector {
-lh-property: 0; } 
@-webkit-keyframes circle-loader-spin{   0%{-webkit-transform: rotate(0deg);} 100%{-webkit-transform: rotate(360deg);}  }
@-moz-keyframes circle-loader-spin{   0%{-moz-transform: rotate(0deg);} 100%{-moz-transform: rotate(360deg);}  }
@-o-keyframes circle-loader-spin{   0%{-o-transform: rotate(0deg);} 100%{-o-transform: rotate(360deg);}  }
@keyframes circle-loader-spin{   0%{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100%{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}  }
[not-existing] {
zoom: 1;
}
.pace.pace-inactive {
display: none;
} .events-sc .item {
background-color: #1E1F24;
background-color: var(--gray);
margin-bottom: 8px;
padding: 26px 45px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
}
.events-sc .item:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 991px) {
.events-sc .item {
text-align: center;
}
}
.events-sc .item .header {
margin-bottom: 4px;
}
.events-sc .item .name div {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
.events-sc .item .name .add {
font-size: 14px;
}
.events-sc .item .name .fa {
color: #b0585a;
color: var(--second);
margin-right: 8px;
}
.events-sc .item .name .fa:last-child {
margin-left: 20px;
}
.events-sc .item .in {
display: flex;
flex-direction: column;
justify-content: center;
}
@media (max-width: 991px) {
.events-sc .item .in {
margin: 14px 0;
}
.events-sc .item .in.descr {
margin: 25px 0 25px;
}
}
.events-sc .item .btn {
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
}
.events-sc .item .date div {
vertical-align: baseline;
}
.events-sc .item .date-day {
font-size: 48px;
line-height: 1em;
display: inline-block;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
.events-sc .item .date-ym {
display: inline-block;
vertical-align: top;
padding-top: 5px;
}
.events-sc .item .date-m,
.events-sc .item .date-y {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
color: #d62c40;
color: var(--main);
display: block;
font-size: 14px;
margin-left: 12px;
line-height: 1.5em;
}
.events-sc .item .cut div {
font-size: 14px;
line-height: 1.8em;
}
.events-sc .item .cut span {
color: #d62c40;
color: var(--main);
}
@media (min-width: 992px) and (max-width: 1199px) {
.events-sc .item .div-more {
margin-top: 30px;
}
}
.events-sc .item:hover { }
.events-sc .item:hover:before {
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
}
@media (min-width: 991px) {
}
.events-posts-sc .item {
display: block;
position: relative;
margin-bottom: 20px;
}
.events-posts-sc .item:before {
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.events-posts-sc .item:hover .hover {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
zoom: 1;
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.events-posts-sc .date {
background: var(--second);
text-align: center;
position: absolute !important;
left: 25px;
top: 25px;
padding: 5px 8px;
font-weight: 700;
}
.events-posts-sc .date span {
display: block;
}
.events-posts-sc .date .date-day {
font-size: 24px;
line-height: 1em;
}
.events-posts-sc .date .date-my {
font-size: 14px;
line-height: 1em;
}
.events-posts-sc .headers {
z-index: 3;
text-transform: uppercase;
position: absolute !important;
text-align: left;
margin: 0;
bottom: 20px;
left: 25px;
}
.events-posts-sc .headers h5,
.events-posts-sc .headers h6 {
margin: 0;
}
.events-posts-sc .hover {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
zoom: 1;
filter: alpha(opacity=0);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
display: block;
text-align: center;
position: absolute !important;
z-index: 10 !important;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.events-posts-sc .hover:before {
background-color: #6d6d6d;
background-color: var(--black);
zoom: 1;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.events-posts-sc .hover .btn-hover-wrap {
margin: 0 6px;
}
.events-posts-sc .item-simple {
display: block;
}
.events-posts-sc .item-simple:after {
background: transparent !important;
}
.events-posts-sc .item-simple .date,
.events-posts-sc .item-simple .headers {
top: auto;
left: auto;
right: auto;
bottom: auto;
}
.events-posts-sc .item-simple .date {
width: 50px;
display: inline-block;
}
.events-posts-sc .item-simple h5 {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.events-posts-sc .item-simple .headers {
margin: 4px 0 0 70px;
display: inline-block;
position: relative !important;
}
.events-slider {
padding-bottom: 70px;
}
.events-slider .swiper-pagination-bullets {
bottom: 0;
}
.events-slider .swiper-pagination-bullet {
border: 3px solid var(--second);
background: transparent !important;
width: 20px;
height: 20px;
}
.events-slider .swiper-pagination-bullet:after {
display: none;
}
.events-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
border: 3px solid var(--main);
background-color: var(--main) !important;
}
.events-slider-simple {
padding-bottom: 80px;
}
@media (max-width: 1199px) {
.events-slider-simple {
padding-bottom: 30px;
}
}
.events-slider-simple .swiper-pagination {
margin-bottom: 0;
}
.tribe-bar-views-inner {
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
.tribe-events-pg-template {
padding-top: 110px;
padding-bottom: 110px; }
.tribe-events-pg-template h2 {
margin: 0;
}
.tribe-events-pg-template .tribe-events-cost {
color: var(--second);
font-weight: 900;
font-size: 24px;
}
.tribe-events-pg-template a {
color: var(--second);
}
.tribe-events-pg-template .tribe-events-event-image {
display: none; }
.tribe-events-pg-template dl {
display: flex;
flex-flow: row;
flex-wrap: wrap;
width: 300px;
overflow: visible;
}
@media (min-width: 991px) {
.tribe-events-pg-template dl {
width: 460px;
}
}
.tribe-events-pg-template dl dt {
flex: 0 0 35%;
text-overflow: ellipsis;
overflow: hidden; }
.tribe-events-pg-template dl dd {
flex: 0 0 50%;
margin-top: -3px !important;
margin-left: auto;
text-align: left;
text-overflow: ellipsis;
overflow: hidden;
}
.tribe-events-pg-template dl .tribe-organizer {
display: block;
flex: 100%;
margin-bottom: 20px !important;
font-size: 16px;
color: var(--second);
font-weight: bold; }
.tribe-events-pg-template .tribe-events-meta-group-organizer dl dt {
flex: 0 0 30%;
}
.single-tribe_events .tribe-events-event-meta h3 {
font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
width: 100%;
}
}
@media (min-width: 991px) {
.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
width: 48%;
}
}
.tribe-events-meta-group-venue .tribe-venue-location,
.tribe-events-meta-group-venue .tribe-venue {
flex: 100% !important;
}
@media (min-width: 991px) {
.tribe-events-meta-group-venue {
width: 38% !important;
}
}
.single-tribe_events .tribe-events-single-event-title {
font-size: 48px;
display: none;
}
.tribe-events-schedule h2 {
font-size: 48px;
margin-top: -40px;
line-height: 1.2em;
}
.single-tribe_events .tribe-events-schedule {
background-color: transparent;
border: none;
padding: 0;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
font-weight: 900;
font-size: 24px;
}
.tribe-events-calendar td .tribe-events-viewmore a {
white-space: pre-wrap;
}
.tribe-events-sub-nav li a,
#tribe-bar-collapse-toggle,
.tribe-events-list .tribe-events-venue-details,
.tribe-events-loop .tribe-events-event-meta,
.tribe-events-list-separator-month span {
background-color: transparent;
border: none;
}
.tribe-events-list .tribe-event-schedule-details,
.tribe-events-list .tribe-events-venue-details {
padding: 0;
}
.tribe-events-list-separator-month {
margin-bottom: 10px;
}
.tribe-events-list .type-tribe_events:first-of-type {
margin-top: 20px;
}
.tribe-events-read-more.btn.btn-xs {
margin-top: 0 !important;
color: #6d6d6d !important;
}
.tribe-events-list-event-description .btn-hover-wrap {
margin-top: 20px;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
background-color: var(--gray);
}
#tribe-events-footer::after,
#tribe-events-footer::before,
#tribe-events-header::after,
#tribe-events-header::before {
background-color: transparent;
}
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
font-weight: 900;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
background-color: var(--second);
}
#tribe-events-content .tribe-updated {
font-weight: bold;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
border-bottom: 1px solid var(--gray);
}
.tribe-events-viewmore {
border-top: 0;
}
.tribe-events-calendar {
border: 0px !important;
}
.tribe-events-calendar a {
color: #6d6d6d;
}
.tribe-events-calendar thead { }
.tribe-events-calendar thead th {
background-color: var(--second);
color: var(--white);
border-color: transparent;
text-transform: none;
font-size: 16px;
border-width: 0;
}
.tribe-events-calendar thead tr:first-child th:first-child {
-webkit-border-top-left-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius-topleft: 0px;
-moz-background-clip: padding;
border-top-left-radius: 0px;
background-clip: padding-box;
border-left: 0px;
}
.tribe-events-calendar thead tr:first-child th:last-child {
-webkit-border-top-right-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius-topright: 0px;
-moz-background-clip: padding;
border-top-right-radius: 0px;
background-clip: padding-box;
border-right: 0px;
}
.tribe-events-back {
margin-bottom: 0;
}
#tribe-events-footer a {
color: var(--second);
}
#tribe-events-footer a:hover {
color: var(--main);
}
.tribe-events-calendar div[id*="tribe-events-daynum-"] a:hover {
color: var(--white);
}
#tribe-bar-form {
padding: 20px;
}
#tribe-bar-form input[type="text"] {
font-style: normal;
}
.tribe-events-list-separator-month::after {
display: none;
}
.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
font-style: normal;
}
.tribe-event-schedule-details {
font-weight: bold;
}
.tribe-events-event-cost span {
border: 0;
padding: 4px 0;
}
.tribe-events-list .type-tribe_events {
background-color: #F4F4F4;
background-color: var(--gray-lighter);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
padding: 35px 35px 35px !important;
margin-bottom: 38px;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
margin-left: 0;
}
.tribe-events-day .tribe-events-day-time-slot h5 {
background-color: transparent;
color: var(--second);
}
.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
max-width: 100%;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
background-color: #d62c40;
background-color: var(--main);
color: #fff;
color: var(--white);
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
display: inline-block;
padding: 10px 12px;
transition: background .8s ease;
}
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:hover:hover,
#tribe_events_filters_wrapper input[type="submit"]:hover,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover:hover,
.tribe-events-button.tribe-inactive:hover,
.tribe-events-button:hover:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a:hover {
background-color: var(--main);
}
.tribe-events-read-more {
margin-top: 20px;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
background-color: rgba(109, 109, 109, 0.2);
}
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
background-color: rgba(109, 109, 109, 0.5);
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
color: var(--gray);
background-color: var(--main);
}
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
background-color: var(--second);
}
.tribe-events-notices {
background-color: var(--gray);
color: #6d6d6d;
border: 0;
}
.single-tribe_events .tribe-events-event-meta {
border: 0;
-webkit-border-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0px;
-moz-background-clip: padding;
border-radius: 0px;
background-clip: padding-box;
padding: 40px 0 10px 0;
margin-bottom: 8px;
}
.single-tribe_events .tribe-events-event-meta h3 {
margin-bottom: 25px;
}
.tribe-bar-views-inner {
background: transparent;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
background: transparent;
}
.tribe-events-content:before,
.tribe-events-content:after {
content: " ";
display: table;
}
.tribe-events-content:after {
clear: both;
}
.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
border: 0px;
padding-top: 0;
margin: 0;
}
.tribe-event-description {
margin: 10px 0;
}
.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
margin-bottom: 20px;
}
.tribe-events-back {
display: none;
}
#tribe-bar-form input[type="text"] {
border-color: var(--main);
}
#tribe-events-content .tribe-events-calendar td {
border-color: rgba(255, 255, 255, 0.1);
}
#tribe-events .tribe-events-button,
.tribe-events-button {
color: #6d6d6d;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
padding: 0;
margin: 0;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events h3 {
font-weight: 600 !important;
font-size: 14px;
}
#tribe-bar-form #tribe-bar-views .select-wrap {
margin-bottom: 0;
border: 0;
}
#tribe-bar-form #tribe-bar-views .select-wrap:after {
margin: 4px 0 0 0;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list a {
font-size: 12px;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list a span {
padding-top: 4px;
}
#tribe-bar-form #tribe-bar-views.tribe-bar-views-open .tribe-bar-views-list {
background-color: #fff;
background-color: var(--white);
padding: 6px 0;
} .subscribe-block {
margin-bottom: -70px;
z-index: 10;
position: relative;
}
.subscribe-block section .wpb_single_image {
margin: 0;
}
@media (min-width: 991px) {
.subscribe-block section {
padding: 24px 70px;
}
}
@media (max-width: 1199px) {
.subscribe-block section form {
margin: 15px auto 0;
}
}
@media (max-width: 991px) {
.subscribe-block section {
padding: 40px 30px;
}
}
.subscribe-block .social-small a:hover {
color: #6d6d6d;
color: var(--black);
}
.subscribe-block .color-white .header {
color: #fff;
}
.subscribe-block .heading {
margin: 0;
}
.subscribe-block .heading h4 {
font-size: 36px;
font-weight: 900;
}
@media (min-width: 1199px) {
.subscribe-block .heading h4 {
margin-top: -6px;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.subscribe-block .heading h4 {
font-size: 28px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.subscribe-block .heading h4 {
font-size: 24px;
}
}
@media (max-width: 768px) {
.subscribe-block .heading h4 {
font-size: 24px;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.subscribe-block .heading h3 {
font-size: 30px !important;
}
}
.subscribe-block .heading .header {
margin-bottom: 0;
}
.subscribe-block .wpb_text_column {
margin-bottom: 0;
}
.mc4wp-form {
position: relative;
background: transparent;
padding: 0 0px;
max-width: 620px;
}
.mc4wp-form a {
color: #fff;
color: var(--white);
}
@media (min-width: 768px) {
.mc4wp-form .input-group {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-moz-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
position: relative;
}
.mc4wp-form .input-group input[type="email"] {
width: 1%;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
position: relative;
margin-bottom: 0;
}
.mc4wp-form .input-group .input-group-append {
display: flex;
margin-left: -1px;
}
.mc4wp-form .input-group .input-group-append button {
font-size: 18px;
padding-left: 45px !important;
padding-right: 45px !important;
text-transform: uppercase;
}
}
.mc4wp-form .input-group input[type="email"] {
display: block;
font-size: 16px;
padding: 12px 26px;
border: 0;
}
@media (max-width: 768px) {
.mc4wp-form .input-group {
display: block;
}
.mc4wp-form .input-group input[type="email"] {
display: block;
width: 100%;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-background-clip: padding-box;
-moz-border-radius-bottomright: 0px;
-moz-background-clip: padding;
border-bottom-right-radius: 0px;
background-clip: padding-box;
}
.mc4wp-form .input-group .input-group-append {
display: block;
margin: 0 auto;
text-align: center;
}
.mc4wp-form .input-group button {
margin-top: 24px;
font-size: 18px;
margin-left: 0 !important;
padding-left: 45px !important;
padding-right: 45px !important;
}
}
.mc4wp-form button,
.mc4wp-form input {
margin-top: 0;
margin-bottom: 0 !important;
}
.mc4wp-form button {
background-color: #6d6d6d !important;
background-color: var(--black) !important;
color: #fff !important;
color: var(--white) !important;
}
.mc4wp-form button:hover {
background-color: #1E1F24 !important;
background-color: var(--gray) !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.mc4wp-form input[type="email"] {
padding-top: 16px;
padding-bottom: 22px;
}
}
@media (max-width: 479px) {
.mc4wp-form {
padding: 0;
}
.mc4wp-form .input-group {
width: 100%;
}
.mc4wp-form .input-group-btn {
width: 100%;
display: block;
margin-top: 20px;
}
} .multi-icons .wpb_single_image {
margin-bottom: 25px;
}
.multi-icons h5 {
line-height: 1.3em;
font-weight: 900;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.multi-icons h5 {
font-size: 18px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.multi-icons h5 {
font-size: 14px;
}
}
.block-icons-main .block-icon.layout-cols4 {
margin-bottom: 70px !important;
}
.block-icons-main .block-icon.layout-cols4 li {
display: flex;
flex-direction: column;
justify-content: center;
color: #fff;
color: var(--white);
padding: 0px !important;
margin-bottom: 0px !important;
min-height: 142px;
}
.block-icons-main .block-icon.layout-cols4 li .in {
padding: 35px 45px !important;
}
.block-icons-main .block-icon.layout-cols4 li span {
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 60px;
height: 60px;
line-height: 55px;
padding: 0 !important;
margin-top: 0 !important;
text-align: center;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
}
.block-icons-main .block-icon.layout-cols4 li .block-right {
padding-left: 25px;
}
@media (min-width: 1600px) {
.block-icons-main .block-icon.layout-cols4 li .block-right {
padding-right: 50px;
}
}
.block-icons-main .block-icon.layout-cols4 li .block-right .header {
color: #fff;
color: var(--white);
}
.block-icons-main .block-icon.layout-cols4 li h5 {
margin: 0 !important;
padding-left: 10px;
font-size: 18px;
color: #fff;
color: var(--white);
}
@media (max-width: 768px) {
.block-icons-main .block-icon.layout-cols4 li {
width: 100% !important;
}
}
.multi-header:after {
content: "";
position: absolute;
top: 20px;
left: -130px;
width: 90px;
border-bottom: 4px solid #d62c40;
border-color: #d62c40;
border-color: var(--main);
}
@media (max-width: 991px) {
.multi-header:after {
display: none;
}
}
@media (max-width: 991px) {
.ltx-multi-slider .wpb_single_image.vc_align_left {
text-align: center;
}
}
.multi-slider .vc_row {
position: relative;
z-index: 101;
}
.multi-slider .heading > * {
font-weight: 900;
}
.multi-slider .spanned .header {
margin: 0;
margin-right: 10px;
font-size: 80px;
}
.multi-slider .spanned .subheader {
font-size: 14px;
}
.multi-slider .subheader span {
color: #CA1A11 !important;
}
.multi-prod .wpb_single_image {
display: inline-block;
vertical-align: middle;
}
.multi-doc {
padding-top: 25px;
}
.multi-doc li {
margin-bottom: 45px !important;
}
.multi-doc .icon-image {
display: inline-block;
padding: 0 !important;
}
.multi-doc .block-right {
display: inline-block;
color: #fff;
color: var(--white);
text-align: left;
padding-left: 90px !important;
}
.multi-doc .block-right .descr,
.multi-doc .block-right h4 {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
font-size: 36px !important;
font-weight: 700 !important;
margin: 4px 0 0 0 !important;
text-transform: none !important;
}
@media (max-width: 768px) {
.multi-doc .block-right .descr,
.multi-doc .block-right h4 {
font-size: 28px !important;
}
}
.multi-doc .block-right .header {
color: var(--black) !important;
margin-bottom: 0;
line-height: 1em;
font-weight: 900 !important;
}
.multi-doc .block-right .descr {
color: #fff;
color: var(--white);
margin-top: -10px !important;
line-height: 1em;
font-weight: 900 !important;
}
.image-previews {
overflow: visible;
}
.image-previews img.vc_single_image-img {
margin-top: 30px !important;
-webkit-box-shadow: 0 0 30px rgba(109, 109, 109, 0.2);
-moz-box-shadow: 0 0 30px rgba(109, 109, 109, 0.2);
box-shadow: 0 0 30px rgba(109, 109, 109, 0.2);
}
.image-previews .vc_single_image-wrapper.vc_box_border_grey {
background-color: transparent !important;
padding: 0 !important;
}
.image-previews .vc_single_image-wrapper.vc_box_border_grey img {
-webkit-box-shadow: 0 0 30px rgba(109, 109, 109, 0.2) !important;
-moz-box-shadow: 0 0 30px rgba(109, 109, 109, 0.2) !important;
box-shadow: 0 0 30px rgba(109, 109, 109, 0.2) !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.image-previews .vc_single_image-wrapper.vc_box_border_grey img:hover {
-webkit-box-shadow: 0 0 15px rgba(109, 109, 109, 0.2) !important;
-moz-box-shadow: 0 0 15px rgba(109, 109, 109, 0.2) !important;
box-shadow: 0 0 15px rgba(109, 109, 109, 0.2) !important;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.image-previews .header {
font-size: 24px;
}
}