@charset "UTF-8";
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
   .elementor-html .wow {
visibility: visible; }
.elementor-button {
background-color: #000000; }
.elementor-slick-slider ul.slick-dots li button {
background-color: transparent; }
.elementor .elementor-widget-wrap .elementor-widget .elementor-text-editor p {
margin-bottom: 0; }
.elementor-slick-slider ul.slick-dots li button {
background-color: transparent !important; }
.elementor-slick-slider .slick-next:focus,
.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-prev:focus,
.elementor-slick-slider .slick-prev:hover {
background-color: transparent !important; } .elementor-default.elementor-page .l-main-wrapper__holder {
padding: 0; }
.elementor-default.elementor-page .l-main-wrapper__holder .l-main-wrapper__inner {
max-width: 100% !important;
padding: 0 !important; }
.elementor .elementor-inner .elementor-section-wrap .elementor-section-stretched {
width: auto !important;
left: auto !important; }
@media (max-width: 1366px) {
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1140px !important; } } .elementor-widget-image {
margin-bottom: 0 !important; } .elementor a {
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0); }
.elementor a:hover, .elementor a.active {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }
.elementor .elementor-image-box-wrapper .elementor-image-box-img a,
.elementor .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a,
.elementor .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title a,
.elementor .elementor-testimonial-wrapper .elementor-testimonial-image a,
.elementor .elementor-widget-image .elementor-image > a,
.elementor .elementor-widget-image .elementor-image figure > a,
.elementor .tagcloud a {
-webkit-box-shadow: none;
box-shadow: none; }
.elementor .elementor-button,
.elementor .elementor-icon,
.elementor .gallery-item a,
.elementor .elementor-tab-title a {
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.elementor-finder__results__item a {
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.animated {
-webkit-animation-duration: calc(0.3s) !important;
animation-duration: calc(0.3s) !important; }
.animated.animated-fast {
-webkit-animation-duration: calc(0.15s) !important;
animation-duration: calc(0.15s) !important; }
.animated.animated-slow {
-webkit-animation-duration: calc(0.45s) !important;
animation-duration: calc(0.45s) !important; }
@-webkit-keyframes fadeInNeuron {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fadeInNeuron {
0% {
opacity: 0; }
100% {
opacity: 1; } }
.h-fadeInNeuron,
.fadeIn {
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: calc(0.3s);
animation-duration: calc(0.3s); }
.h-fadeInNeuron {
-webkit-animation-name: fadeInNeuron;
animation-name: fadeInNeuron; }
.fadeIn {
-webkit-animation-name: fadeInNeuron !important;
animation-name: fadeInNeuron !important; }
@-webkit-keyframes fadeInUpNeuron {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInUpNeuron {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.h-fadeInUpNeuron,
.fadeInUp {
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: calc(0.3s);
animation-duration: calc(0.3s); }
.h-fadeInUpNeuron {
-webkit-animation-name: fadeInUpNeuron;
animation-name: fadeInUpNeuron; }
.fadeInUp {
-webkit-animation-name: fadeInUpNeuron !important;
animation-name: fadeInUpNeuron !important; }
@-webkit-keyframes fadeInDownNeuron {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -40px, 0);
transform: translate3d(0, -40px, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInDownNeuron {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -40px, 0);
transform: translate3d(0, -40px, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.h-fadeInDownNeuron,
.fadeInDown {
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: calc(0.3s);
animation-duration: calc(0.3s); }
.h-fadeInDownNeuron {
-webkit-animation-name: fadeInDownNeuron;
animation-name: fadeInDownNeuron; }
.fadeInDown {
-webkit-animation-name: fadeInDownNeuron !important;
animation-name: fadeInDownNeuron !important; }
@-webkit-keyframes fadeInLeftNeuron {
0% {
opacity: 0;
-webkit-transform: translate3d(40px, 0, 0);
transform: translate3d(40px, 0, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInLeftNeuron {
0% {
opacity: 0;
-webkit-transform: translate3d(40px, 0, 0);
transform: translate3d(40px, 0, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.h-fadeInLeftNeuron,
.fadeInLeft {
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: calc(0.3s);
animation-duration: calc(0.3s); }
.h-fadeInLeftNeuron {
-webkit-animation-name: fadeInLeftNeuron;
animation-name: fadeInLeftNeuron; }
.fadeInLeft {
-webkit-animation-name: fadeInLeftNeuron !important;
animation-name: fadeInLeftNeuron !important; }
@-webkit-keyframes fadeInRightNeuron {
0% {
opacity: 0;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInRightNeuron {
0% {
opacity: 0;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.h-fadeInRightNeuron,
.fadeInRight {
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: calc(0.3s);
animation-duration: calc(0.3s); }
.h-fadeInRightNeuron {
-webkit-animation-name: fadeInRightNeuron;
animation-name: fadeInRightNeuron; }
.fadeInRight {
-webkit-animation-name: fadeInRightNeuron !important;
animation-name: fadeInRightNeuron !important; }
@-webkit-keyframes zoomInNeuron {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes zoomInNeuron {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
.h-zoomInNeuron,
.zoomIn {
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: calc(0.3s);
animation-duration: calc(0.3s); }
.h-zoomInNeuron {
-webkit-animation-name: zoomInNeuron;
animation-name: zoomInNeuron; }
.zoomIn {
-webkit-animation-name: zoomInNeuron !important;
animation-name: zoomInNeuron !important; }
@-webkit-keyframes zoomOutNeuron {
0% {
opacity: 0.1;
-webkit-transform: scale(1.5);
transform: scale(1.5); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes zoomOutNeuron {
0% {
opacity: 0.1;
-webkit-transform: scale(1.5);
transform: scale(1.5); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
.h-zoomOutNeuron {
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: calc(0.3s);
animation-duration: calc(0.3s); }
.h-zoomOutNeuron {
-webkit-animation-name: zoomOutNeuron;
animation-name: zoomOutNeuron; }
@-webkit-keyframes preserve3DNeuron {
0% {
-webkit-transform: perspective(450px) translateY(90px) rotateX(24deg) translateZ(0);
transform: perspective(450px) translateY(90px) rotateX(24deg) translateZ(0);
opacity: 0; }
100% {
-webkit-transform: perspective(0px) translateY(0px) rotateX(0deg) translateZ(0);
transform: perspective(0px) translateY(0px) rotateX(0deg) translateZ(0);
opacity: 1; } }
@keyframes preserve3DNeuron {
0% {
-webkit-transform: perspective(450px) translateY(90px) rotateX(24deg) translateZ(0);
transform: perspective(450px) translateY(90px) rotateX(24deg) translateZ(0);
opacity: 0; }
100% {
-webkit-transform: perspective(0px) translateY(0px) rotateX(0deg) translateZ(0);
transform: perspective(0px) translateY(0px) rotateX(0deg) translateZ(0);
opacity: 1; } }
.h-preserve3DNeuron,
.preserve3DNeuron {
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: calc(0.3s);
animation-duration: calc(0.3s);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.h-preserve3DNeuron {
-webkit-animation-name: preserve3DNeuron;
animation-name: preserve3DNeuron; }
.owl-item .intro-animation {
opacity: 0 !important;
visibility: hidden !important; }
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes rotating {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.h-rotatingNeuron {
-webkit-animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite; }
@-webkit-keyframes fadeInFooterNeuron {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fadeInFooterNeuron {
0% {
opacity: 0;
visibility: hidden; }
100% {
opacity: 1;
visibility: visible; } }
.h-fadeInFooterNeuron {
-webkit-animation-name: fadeInFooterNeuron;
animation-name: fadeInFooterNeuron;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: calc(0.3s) !important;
animation-duration: calc(0.3s) !important;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
@-webkit-keyframes expandWidth {
0% {
width: 0; }
100% {
width: 100%; } }
@keyframes expandWidth {
0% {
width: 0; }
100% {
width: 100%; } }
.h-expanWidthNeuron {
-webkit-animation-name: expandWidth;
animation-name: expandWidth;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: calc(0.8s) !important;
animation-duration: calc(0.8s) !important; }
.h-no-margin-top {
margin-top: 0; }
.h-no-margin-right {
margin-right: 0; }
.h-no-margin-bottom {
margin-bottom: 0; }
.h-no-margin-left {
margin-bottom: 0; }
.h-extra-small-top-padding {
padding-top: 0.33333rem; }
.h-extra-small-bottom-padding {
padding-bottom: 0.33333rem; }
.h-small-top-padding {
padding-top: 0.66667rem; }
.h-small-bottom-padding {
padding-bottom: 0.66667rem; }
.h-regular-top-padding {
padding-top: 1.33333rem; }
.h-regular-bottom-padding {
padding-bottom: 1.33333rem; }
.h-medium-top-padding {
padding-top: 2.66667rem; }
.h-medium-bottom-padding {
padding-bottom: 2.66667rem; }
.h-large-top-padding {
padding-top: 5.33333rem; }
.h-large-bottom-padding {
padding-bottom: 5.33333rem; }
.h-extra-large-top-padding {
padding-top: 10.66667rem; }
.h-extra-large-bottom-padding {
padding-bottom: 10.66667rem; }
.wow {
visibility: hidden; }
.h-clearfix::after {
content: '';
display: table;
clear: both; }
.h-display-none {
display: none !important; }
.h-display-block {
display: block !important; }
.h-wide-container .container {
max-width: 100%; }
.h-fullwidth {
width: 100% !important; }
.h-fullheight {
height: 100vh !important; }
@media (max-width: 575px) {
.h-fullheight.h-fullheight--mobile {
height: auto !important; } }
.h-overflow-hidden {
overflow: hidden; }
.h-map-fullheight iframe {
height: 100vh !important; }
.h-map-fullheight .bdt-advanced-gmap {
height: 100vh; }
.sticky {
position: relative; }
.h-no-text-decoration {
text-decoration: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: inherit; }
.h-align-left {
text-align: left; }
.h-align-center {
text-align: center; }
.h-align-right {
text-align: right; }
.h-align-tabs-left .bdt-tabs-container {
text-align: left; }
.h-align-tabs-right .bdt-tabs-container {
text-align: right; }
.h-calculated-image {
position: relative;
display: block; }
.h-calculated-image img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
display: block; }
.h-background-image-style {
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.h-hide-scrollbar {
overflow-y: scroll;
width: calc(100% + 20px);
height: 100%; }
.h-hide-scrollbar .h-hide-scrollbar__holder {
overflow: hidden;
width: calc(100% - 10px);
min-height: 100%;
position: relative; }
.h-newsletter input[type='email'] {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0;
line-height: 32px; }
.h-newsletter input[type='submit'] {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.h-newsletter.h-newsletter--full-width span.your-email {
width: 100%; }
.h-newsletter.h-newsletter--light-skin span input {
color: #ffffff;
border-bottom-color: #ffffff; }
.h-newsletter.h-newsletter--light-skin span input::-webkit-input-placeholder {
color: #ffffff !important; }
.h-newsletter.h-newsletter--light-skin span input:-moz-placeholder {
color: #ffffff !important; }
.h-newsletter.h-newsletter--light-skin span input::-moz-placeholder {
color: #ffffff !important; }
.h-newsletter.h-newsletter--light-skin span input:-ms-input-placeholder {
color: #ffffff !important; }
.h-newsletter.h-newsletter--light-skin input[type='submit'] {
border-color: #ffffff;
color: #ffffff !important; }
.h-newsletter.h-newsletter--light-skin input[type='submit']:hover {
background-color: #ffffff !important;
color: #333333 !important; }
.h-newsletter .ajax-loader {
display: none !important; }  @-ms-viewport {
width: device-width; }
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-overflow-style: scrollbar; }
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container {
max-width: 1140px; } }
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.no-gutters {
margin-right: 0;
margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; }
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333%; }
.offset-sm-2 {
margin-left: 16.66667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333%; }
.offset-sm-5 {
margin-left: 41.66667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333%; }
.offset-sm-8 {
margin-left: 66.66667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333%; }
.offset-sm-11 {
margin-left: 91.66667%; } }
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333%; }
.offset-md-2 {
margin-left: 16.66667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333%; }
.offset-md-5 {
margin-left: 41.66667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333%; }
.offset-md-8 {
margin-left: 66.66667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333%; }
.offset-md-11 {
margin-left: 91.66667%; } }
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333%; }
.offset-lg-2 {
margin-left: 16.66667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333%; }
.offset-lg-5 {
margin-left: 41.66667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333%; }
.offset-lg-8 {
margin-left: 66.66667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333%; }
.offset-lg-11 {
margin-left: 91.66667%; } }
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333%; }
.offset-xl-2 {
margin-left: 16.66667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333%; }
.offset-xl-5 {
margin-left: 41.66667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333%; }
.offset-xl-8 {
margin-left: 66.66667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333%; }
.offset-xl-11 {
margin-left: 91.66667%; } }
.d-none {
display: none !important; }
.d-inline {
display: inline !important; }
.d-inline-block {
display: inline-block !important; }
.d-block {
display: block !important; }
.d-table {
display: table !important; }
.d-table-row {
display: table-row !important; }
.d-table-cell {
display: table-cell !important; }
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; }
@media (min-width: 576px) {
.d-sm-none {
display: none !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-block {
display: block !important; }
.d-sm-table {
display: table !important; }
.d-sm-table-row {
display: table-row !important; }
.d-sm-table-cell {
display: table-cell !important; }
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media (min-width: 768px) {
.d-md-none {
display: none !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-block {
display: block !important; }
.d-md-table {
display: table !important; }
.d-md-table-row {
display: table-row !important; }
.d-md-table-cell {
display: table-cell !important; }
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media (min-width: 992px) {
.d-lg-none {
display: none !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-block {
display: block !important; }
.d-lg-table {
display: table !important; }
.d-lg-table-row {
display: table-row !important; }
.d-lg-table-cell {
display: table-cell !important; }
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media (min-width: 1200px) {
.d-xl-none {
display: none !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-block {
display: block !important; }
.d-xl-table {
display: table !important; }
.d-xl-table-row {
display: table-row !important; }
.d-xl-table-cell {
display: table-cell !important; }
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media print {
.d-print-none {
display: none !important; }
.d-print-inline {
display: inline !important; }
.d-print-inline-block {
display: inline-block !important; }
.d-print-block {
display: block !important; }
.d-print-table {
display: table !important; }
.d-print-table-row {
display: table-row !important; }
.d-print-table-cell {
display: table-cell !important; }
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-sm-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-md-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-lg-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-xl-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important; } }
.m-0 {
margin: 0 !important; }
.mt-0,
.my-0 {
margin-top: 0 !important; }
.mr-0,
.mx-0 {
margin-right: 0 !important; }
.mb-0,
.my-0 {
margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
margin-left: 0 !important; }
.m-1 {
margin: 0.25rem !important; }
.mt-1,
.my-1 {
margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2,
.my-2 {
margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
margin-left: 0.5rem !important; }
.m-3 {
margin: 1rem !important; }
.mt-3,
.my-3 {
margin-top: 1rem !important; }
.mr-3,
.mx-3 {
margin-right: 1rem !important; }
.mb-3,
.my-3 {
margin-bottom: 1rem !important; }
.ml-3,
.mx-3 {
margin-left: 1rem !important; }
.m-4 {
margin: 1.5rem !important; }
.mt-4,
.my-4 {
margin-top: 1.5rem !important; }
.mr-4,
.mx-4 {
margin-right: 1.5rem !important; }
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important; }
.ml-4,
.mx-4 {
margin-left: 1.5rem !important; }
.m-5 {
margin: 3rem !important; }
.mt-5,
.my-5 {
margin-top: 3rem !important; }
.mr-5,
.mx-5 {
margin-right: 3rem !important; }
.mb-5,
.my-5 {
margin-bottom: 3rem !important; }
.ml-5,
.mx-5 {
margin-left: 3rem !important; }
.p-0 {
padding: 0 !important; }
.pt-0,
.py-0 {
padding-top: 0 !important; }
.pr-0,
.px-0 {
padding-right: 0 !important; }
.pb-0,
.py-0 {
padding-bottom: 0 !important; }
.pl-0,
.px-0 {
padding-left: 0 !important; }
.p-1 {
padding: 0.25rem !important; }
.pt-1,
.py-1 {
padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2,
.py-2 {
padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
padding-left: 0.5rem !important; }
.p-3 {
padding: 1rem !important; }
.pt-3,
.py-3 {
padding-top: 1rem !important; }
.pr-3,
.px-3 {
padding-right: 1rem !important; }
.pb-3,
.py-3 {
padding-bottom: 1rem !important; }
.pl-3,
.px-3 {
padding-left: 1rem !important; }
.p-4 {
padding: 1.5rem !important; }
.pt-4,
.py-4 {
padding-top: 1.5rem !important; }
.pr-4,
.px-4 {
padding-right: 1.5rem !important; }
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important; }
.pl-4,
.px-4 {
padding-left: 1.5rem !important; }
.p-5 {
padding: 3rem !important; }
.pt-5,
.py-5 {
padding-top: 3rem !important; }
.pr-5,
.px-5 {
padding-right: 3rem !important; }
.pb-5,
.py-5 {
padding-bottom: 3rem !important; }
.pl-5,
.px-5 {
padding-left: 3rem !important; }
.m-auto {
margin: auto !important; }
.mt-auto,
.my-auto {
margin-top: auto !important; }
.mr-auto,
.mx-auto {
margin-right: auto !important; }
.mb-auto,
.my-auto {
margin-bottom: auto !important; }
.ml-auto,
.mx-auto {
margin-left: auto !important; }
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important; }
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important; }
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important; }
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important; }
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important; }
.m-sm-1 {
margin: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important; }
.m-sm-2 {
margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important; }
.m-sm-3 {
margin: 1rem !important; }
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important; }
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important; }
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important; }
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important; }
.m-sm-4 {
margin: 1.5rem !important; }
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important; }
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important; }
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important; }
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important; }
.m-sm-5 {
margin: 3rem !important; }
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important; }
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important; }
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important; }
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important; }
.p-sm-0 {
padding: 0 !important; }
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important; }
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important; }
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important; }
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important; }
.p-sm-1 {
padding: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important; }
.p-sm-2 {
padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important; }
.p-sm-3 {
padding: 1rem !important; }
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important; }
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important; }
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important; }
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important; }
.p-sm-4 {
padding: 1.5rem !important; }
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important; }
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important; }
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important; }
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important; }
.p-sm-5 {
padding: 3rem !important; }
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important; }
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important; }
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important; }
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important; }
.m-sm-auto {
margin: auto !important; }
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important; }
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important; }
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important; }
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important; } }
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important; }
.mt-md-0,
.my-md-0 {
margin-top: 0 !important; }
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important; }
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important; }
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important; }
.m-md-1 {
margin: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important; }
.m-md-2 {
margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important; }
.m-md-3 {
margin: 1rem !important; }
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important; }
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important; }
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important; }
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important; }
.m-md-4 {
margin: 1.5rem !important; }
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important; }
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important; }
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important; }
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important; }
.m-md-5 {
margin: 3rem !important; }
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important; }
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important; }
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important; }
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important; }
.p-md-0 {
padding: 0 !important; }
.pt-md-0,
.py-md-0 {
padding-top: 0 !important; }
.pr-md-0,
.px-md-0 {
padding-right: 0 !important; }
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important; }
.pl-md-0,
.px-md-0 {
padding-left: 0 !important; }
.p-md-1 {
padding: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important; }
.p-md-2 {
padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important; }
.p-md-3 {
padding: 1rem !important; }
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important; }
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important; }
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important; }
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important; }
.p-md-4 {
padding: 1.5rem !important; }
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important; }
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important; }
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important; }
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important; }
.p-md-5 {
padding: 3rem !important; }
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important; }
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important; }
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important; }
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important; }
.m-md-auto {
margin: auto !important; }
.mt-md-auto,
.my-md-auto {
margin-top: auto !important; }
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important; }
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important; }
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important; } }
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important; }
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important; }
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important; }
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important; }
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important; }
.m-lg-1 {
margin: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important; }
.m-lg-2 {
margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important; }
.m-lg-3 {
margin: 1rem !important; }
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important; }
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important; }
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important; }
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important; }
.m-lg-4 {
margin: 1.5rem !important; }
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important; }
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important; }
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important; }
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important; }
.m-lg-5 {
margin: 3rem !important; }
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important; }
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important; }
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important; }
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important; }
.p-lg-0 {
padding: 0 !important; }
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important; }
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important; }
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important; }
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important; }
.p-lg-1 {
padding: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important; }
.p-lg-2 {
padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important; }
.p-lg-3 {
padding: 1rem !important; }
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important; }
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important; }
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important; }
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important; }
.p-lg-4 {
padding: 1.5rem !important; }
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important; }
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important; }
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important; }
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important; }
.p-lg-5 {
padding: 3rem !important; }
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important; }
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important; }
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important; }
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important; }
.m-lg-auto {
margin: auto !important; }
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important; }
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important; }
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important; }
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important; } }
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important; }
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important; }
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important; }
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important; }
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important; }
.m-xl-1 {
margin: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important; }
.m-xl-2 {
margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important; }
.m-xl-3 {
margin: 1rem !important; }
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important; }
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important; }
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important; }
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important; }
.m-xl-4 {
margin: 1.5rem !important; }
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important; }
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important; }
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important; }
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important; }
.m-xl-5 {
margin: 3rem !important; }
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important; }
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important; }
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important; }
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important; }
.p-xl-0 {
padding: 0 !important; }
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important; }
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important; }
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important; }
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important; }
.p-xl-1 {
padding: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important; }
.p-xl-2 {
padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important; }
.p-xl-3 {
padding: 1rem !important; }
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important; }
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important; }
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important; }
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important; }
.p-xl-4 {
padding: 1.5rem !important; }
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important; }
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important; }
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important; }
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important; }
.p-xl-5 {
padding: 3rem !important; }
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important; }
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important; }
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important; }
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important; }
.m-xl-auto {
margin: auto !important; }
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important; }
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important; }
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important; }
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important; } } html {
max-width: 100%; }
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
vertical-align: baseline;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
outline: 0;
padding: 0;
margin: 0;
border: 0; }
sub,
sup {
font-size: 10px; }
:focus {
outline: 0; }
input[type=submit] {
-webkit-appearance: none; }
html {
overflow-x: hidden; }
ol,
ul {
list-style: none; }
input[type=text]::-ms-clear {
display: none; }
sup {
vertical-align: super; }
sub {
vertical-align: sub; }
p:empty {
display: none; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block; }
.fa,
.fas,
.far,
.fal,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-aws:before {
content: "\f375"; }
.fa-backward:before {
content: "\f04a"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-open:before {
content: "\f518"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-btc:before {
content: "\f15a"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-crop:before {
content: "\f125"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-divide:before {
content: "\f529"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edit:before {
content: "\f044"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-gift:before {
content: "\f06b"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-heart:before {
content: "\f004"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-meh:before {
content: "\f11a"; }
.fa-memory:before {
content: "\f538"; }
.fa-mercury:before {
content: "\f223"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-moon:before {
content: "\f186"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nintendo-switch:before {
content: "\f418"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-osi:before {
content: "\f41a"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-plane:before {
content: "\f072"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-random:before {
content: "\f074"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-rendact:before {
content: "\f3e4"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-retweet:before {
content: "\f079"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-safari:before {
content: "\f267"; }
.fa-sass:before {
content: "\f41e"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-search:before {
content: "\f002"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-spinner:before {
content: "\f110"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-star:before {
content: "\f005"; }
.fa-star-half:before {
content: "\f089"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-train:before {
content: "\f238"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: normal;
src: url(//www.jftcomunicacion.es/wp-content/themes/bifrost/assets/webfonts/fa-brands-400.eot);
src: url(//www.jftcomunicacion.es/wp-content/themes/bifrost/assets/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.jftcomunicacion.es/wp-content/themes/bifrost/assets/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.jftcomunicacion.es/wp-content/themes/bifrost/assets/webfonts/fa-brands-400.woff) format("woff"), url(//www.jftcomunicacion.es/wp-content/themes/bifrost/assets/webfonts/fa-brands-400.ttf) format("truetype"), url(//www.jftcomunicacion.es/wp-content/themes/bifrost/assets/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands'; } .admin-bar .neuron-wpadminbar a {
-webkit-box-shadow: none;
box-shadow: none; }
@media (max-width: 781px) {
.admin-bar .neuron-wpadminbar {
position: fixed !important; } }
.admin-bar .l-primary-header--sticky .l-primary-header.headroom--not-top,
.admin-bar .l-primary-header--sticky .l-primary-header,
.admin-bar .m-site-search__content,
.admin-bar .l-template-header--sticky .o-slidingbar .o-slidingbar__content {
margin-top: 46px; }
@media (min-width: 782px) {
.admin-bar .l-primary-header--sticky .l-primary-header.headroom--not-top,
.admin-bar .l-primary-header--sticky .l-primary-header,
.admin-bar .m-site-search__content,
.admin-bar .l-template-header--sticky .o-slidingbar .o-slidingbar__content {
margin-top: 32px; } }  h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
font-family: "Roboto", sans-serif;
font-weight: 700;
color: #000000;
margin-bottom: 1.33333rem; }
h1,
.h1 {
font-size: 5.25rem;
line-height: 1; }
h2,
.h2 {
font-size: 3.66667rem;
line-height: 1.22727; }
h3,
.h3 {
font-size: 3rem;
line-height: 1.27778; }
h4,
.h4 {
font-size: 2.08333rem;
line-height: 1.4; }
h5,
.h5 {
font-size: 1.58333rem;
line-height: 1.52632; }
h6,
.h6 {
font-size: 1.25rem;
line-height: 1.66667; }
address {
font-style: italic;
margin-bottom: 1.33333rem; } hr {
border: 0;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #e5e5e5;
margin: 2.66667rem 0; }
ul {
list-style: disc;
margin-bottom: 1.5rem;
padding-left: 1.5rem; }
ul li {
margin-bottom: 1.5rem; }
ul li ul,
ul li ol {
margin-top: 1.5rem; }
ol {
list-style: decimal;
margin-bottom: 1.5rem;
padding-left: 1.5rem; }
ol li {
margin-bottom: 1.5rem; }
ol li ol,
ol li ul {
margin-top: 1.5rem; }
dl {
margin: 0 1.33333rem 1.33333rem 1.33333rem; }
dl dt {
color: #333333;
font-weight: 600;
margin-bottom: 1.33333rem; }
dl dt:last-child {
margin-bottom: 0; }
p {
margin: 0 0 1.33333rem 0; }
pre {
font-family: Monaco, monospace;
padding: 1.33333rem;
margin: 1.33333rem 0;
line-height: 1.73333;
background-color: #f7f8f9;
border: 1px solid #d2d2d2;
border-radius: 0;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word; }
blockquote {
margin: 2.66667rem 0;
padding: 0.66667rem 0 0.66667rem 2.66667rem;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #000000;
color: #333333; }
blockquote > *:first-child {
margin-bottom: 0; } a:not(button) {
color: #000000;
text-decoration: none;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
-webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
a:not(button):hover, a:not(button).active {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
color: #000000; }
abbr {
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000; }
b,
strong {
font-family: "Roboto", sans-serif;
font-weight: 600; }
cite {
display: block;
text-align: right;
margin-bottom: 1.33333rem; }
code {
font-family: "Roboto", sans-serif;
padding: 0.41667rem;
background-color: #f7f8f9; }
em,
var,
i {
font-style: italic; }
mark {
background-color: #000000;
color: #ffffff; }
small {
font-size: 1rem; } del {
opacity: 1 !important; }
ins {
text-decoration: none;
font-weight: inherit !important; } table {
margin: 0 0 1.5rem 0 !important;
width: 100%;
empty-cells: show;
border-collapse: collapse !important;
border-spacing: 0;
border: 1px solid #000000 !important;
border-radius: 0 !important; }
table td,
table th {
font-size: 1.16667rem;
font-weight: 500;
background-color: transparent;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
margin: 0;
padding: 7px 14px;
overflow: visible; }
table td:first-child,
table th:first-child {
border-left-width: 0; }
table td a,
table th a {
color: #333333; }
table td#today {
color: #333333; }
table thead {
text-align: left;
vertical-align: middle; }
table thead td,
table thead th {
font-weight: 600;
color: #333333; } input[type='submit'],
button,
.button {
padding: 1.33333rem 4.16667rem;
font-family: "Roboto", sans-serif;
font-size: 1.33333rem;
font-style: normal !important;
line-height: 1;
font-weight: 400;
cursor: pointer;
background-color: transparent !important;
color: #000000 !important;
border: 1px solid #000000;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-radius: 0;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important; }
input[type='submit'] a,
button a,
.button a {
background-color: transparent !important;
color: #000000 !important; }
input[type='submit']:hover,
button:hover,
.button:hover {
background-color: #000000 !important;
border-color: #000000;
color: #ffffff !important; }
fieldset {
border: 1px solid #000000;
border-radius: 0;
padding: 1.33333rem;
margin-bottom: 1.33333rem; }
fieldset legend {
padding: 0.33333rem 0.5rem;
border: 1px solid #000000;
border-radius: 0;
margin-bottom: 0; }
legend {
color: #000000;
font-size: 1.25rem;
line-height: 1.66667;
font-weight: 400;
margin-bottom: 1.33333rem; }
input,
textarea {
background-color: transparent !important;
display: block;
width: inherit;
font-family: "Roboto", sans-serif;
font-size: 1.33333rem;
line-height: 1.625;
font-style: italic;
color: #333333;
padding: 0.66667rem 1rem 0.66667rem 0.33333rem;
border: 0;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #333333;
border-radius: 0;
-webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
-o-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #333333; }
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #333333; }
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #333333; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #333333; }
input:focus,
textarea:focus {
border-color: #000000; }
textarea {
resize: none;
height: 12.5rem !important; }
textarea,
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='search'] {
-webkit-appearance: none;
-webkit-border-radius: 0; }
input[type='checkbox'],
input[type='radio'] {
display: inline-block !important; }
label {
display: inline-block;
font-size: 1.25rem;
line-height: 1.66667;
margin-bottom: 0.33333rem; }
select,
input[type='date'] {
width: 100%;
font-family: "Roboto", sans-serif;
font-size: 1.33333rem;
font-style: italic;
color: #333333;
height: 4.16667rem;
-webkit-box-shadow: none;
box-shadow: none;
-moz-appearance: none;
-webkit-appearance: none;
-webkit-border-radius: 0;
border: none;
background-color: #f7f8f9 !important;
padding: 0 3.5rem 0 1.66667rem; }
select {
background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18' viewBox='0 0 24 24'><path fill='currentColor' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
background-position: 94% 56%;
background-repeat: no-repeat; }
progress {
width: 100%; }
.wpcf7 input,
.wpcf7 textarea {
width: 100%; }
.wpcf7 input[type='submit'] {
width: auto; }
.a-form--dark-skin label,
.a-form--dark-skin legend {
color: #ffffff; }
.a-form--dark-skin input,
.a-form--dark-skin textarea,
.a-form--dark-skin select {
color: #ffffff;
background-color: transparent;
border-color: #ffffff; }
.a-form--dark-skin input::-webkit-input-placeholder,
.a-form--dark-skin textarea::-webkit-input-placeholder,
.a-form--dark-skin select::-webkit-input-placeholder {
color: #ffffff; }
.a-form--dark-skin input:-moz-placeholder,
.a-form--dark-skin textarea:-moz-placeholder,
.a-form--dark-skin select:-moz-placeholder {
color: #ffffff; }
.a-form--dark-skin input::-moz-placeholder,
.a-form--dark-skin textarea::-moz-placeholder,
.a-form--dark-skin select::-moz-placeholder {
color: #ffffff; }
.a-form--dark-skin input:-ms-input-placeholder,
.a-form--dark-skin textarea:-ms-input-placeholder,
.a-form--dark-skin select:-ms-input-placeholder {
color: #ffffff; }
.a-form--dark-skin input:focus,
.a-form--dark-skin textarea:focus {
border-color: #ffffff; }
.a-form--dark-skin input[type='submit'],
.a-form--dark-skin button,
.a-form--dark-skin .button {
background-color: transparent;
color: #ffffff !important; }
.a-form--dark-skin input[type='submit']:hover,
.a-form--dark-skin button:hover,
.a-form--dark-skin .button:hover {
background-color: #ffffff !important;
color: #000000 !important;
border-color: #ffffff !important; }
.wpcf7 input,
.wpcf7 textarea {
margin-top: 0 !important; }  .a-button {
font-family: "Roboto", sans-serif;
font-size: 1.33333rem;
line-height: 1;
font-weight: 400;
cursor: pointer;
color: #ffffff !important;
background-color: #000000 !important;
border: 1px solid #000000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-radius: 0;
-webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s !important;
-o-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s !important;
transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s !important; }
.a-button a {
background-color: #000000 !important;
color: #ffffff !important; }
.a-button:hover {
background-color: transparent !important;
color: #000000 !important; }
.a-button.a-button--loading {
background-color: transparent !important;
border-color: transparent !important;
color: #000000 !important; } .a-button.a-button--small {
font-size: 1.16667rem;
padding: 1.16667rem 3rem; }
.a-button.a-button--regular {
font-size: 1.33333rem;
padding: 1.33333rem 3.5rem; }
.a-button.a-button--medium {
font-size: 1.5rem;
padding: 1.5rem 4rem; } .a-button.a-button--theme-color {
color: #ffffff;
background-color: #000000; }
.a-button.a-button--theme-color:hover {
background-color: black; }
.a-button.a-button--dark-color {
color: #ffffff;
background-color: #333333; }
.a-button.a-button--dark-color:hover {
background-color: #4d4d4d; }
.a-button.a-button--white-color {
color: #333333;
background-color: #ffffff; }
.a-button.a-button--white-color:hover {
background-color: #fafafa; }
.a-button.a-button--white-color.a-button--loading svg {
color: #333333; } img {
max-width: 100%;
height: auto; } .a-separator {
display: inline-block;
margin-right: 1rem; }
.a-separator:last-child {
margin-right: 0; }
.a-separator svg {
height: 15px;
width: 15px;
stroke: inherit;
margin-bottom: -2px;
margin-right: 5px;
display: inline-block; }
.a-separator ul {
padding: 0;
margin: 0;
display: inline-block; }
.a-separator ul li {
display: inline-block;
margin-bottom: 0;
margin-left: 2.66667rem;
margin-left: 0; }
.a-separator ul li:first-child {
margin-left: 0 !important; }
.a-separator ul li a {
font-style: italic;
color: #333333; }
.a-separator ul li a::after {
content: ','; }
.a-separator ul li:last-child {
margin-right: 0; }
.a-separator ul li:last-child a::after {
display: none; }
.l-blog-wrapper__posts-holder--meta-outside .o-blog-post .o-blog-post__meta .a-separator svg {
stroke: #333333; } .select2 .selection .select2-selection {
background-color: #f7f8f9 !important;
border: none !important;
border-radius: 0 !important;
-webkit-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
height: auto; }
.select2 .selection .select2-selection .select2-selection__rendered {
min-height: 3.16667rem;
padding: 1.5rem;
text-align: left;
font-size: 1.33333rem;
color: #000000;
font-style: italic;
line-height: 1; }
.select2 .selection .select2-selection .select2-selection__rendered .select2-search {
margin-top: 7px; }
.select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
margin-top: 7px;
background-color: #f7f8f9;
border-color: #333333; }
.select2 .selection .select2-selection .select2-selection__arrow {
width: 38px;
height: 50px; }
.select2.select2-container.select2-container--default.select2-container--open .select2-selection--multiple {
border-color: #000000 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important; }
.select2.select2-container.select2-container--default.select2-container--open .select2-selection--single {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important; }
.select2.select2-container.select2-container--default.select2-container--open .selection .select2-selection {
border-color: #000000 !important; }
.select2-container .select2-dropdown {
border-color: #000000;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container .select2-dropdown .select2-search {
padding: 0.66667rem 1rem; }
.select2-container .select2-dropdown .select2-search input {
border-radius: 0;
border-color: #333333;
padding: 0.33333rem 1rem; }
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
margin-bottom: 0 !important;
font-size: 1.16667rem;
padding: 0.5rem 1rem; }
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
background-color: #000000;
color: #ffffff; }
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[data-selected='true'] {
background-color: #f7f8f9;
color: #333333; } .a-logo.a-logo--text a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: "Roboto", sans-serif;
font-weight: 700;
color: #000000;
margin-bottom: 1.33333rem;
font-size: 2.66667rem;
line-height: 1;
margin-bottom: 0; }
.a-logo.a-logo--image a {
position: relative;
display: block;
-webkit-box-shadow: none;
box-shadow: none; }
.a-logo.a-logo--image a .a-logo--image__inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-o-transition: visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
.a-logo.a-logo--image a .a-logo--image__inner--light {
opacity: 0;
visibility: hidden;
z-index: 1; } .a-slidingbar-icon a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #000000;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-ms-flex-item-align: center;
align-self: center; }
.a-slidingbar-icon a:hover {
opacity: 0.75;
color: #000000; } .a-site-search-icon {
color: #000000;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.a-site-search-icon:hover {
opacity: 0.75;
color: #333333; }
.a-site-search-icon svg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: center;
align-self: center; } .a-to-top {
position: fixed;
top: auto;
right: 2.08333rem;
bottom: 2.08333rem;
left: auto;
z-index: 9;
width: 3.5rem;
height: 3.5rem;
line-height: 4.83333rem;
text-align: center;
-webkit-box-shadow: none !important;
box-shadow: none !important;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
@media (min-width: 576px) {
.a-to-top {
line-height: 4.5rem; } }
.a-to-top.a-to-top--translate {
-webkit-transform: translateY(25px);
-ms-transform: translateY(25px);
transform: translateY(25px); }
.a-to-top.a-to-top--translate.a-to-top--active {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.a-to-top.a-to-top--translate:hover {
-webkit-transform: translateY(-4px) !important;
-ms-transform: translateY(-4px) !important;
transform: translateY(-4px) !important; }
.a-to-top.a-to-top--scale {
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6); }
.a-to-top.a-to-top--scale.a-to-top--active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.a-to-top.a-to-top--scale:hover {
-webkit-transform: scale(1.05) !important;
-ms-transform: scale(1.05) !important;
transform: scale(1.05) !important; }
.a-to-top.a-to-top--active {
opacity: 1;
visibility: visible; }
.a-to-top.a-to-top--white {
background-color: #ffffff; }
.a-to-top.a-to-top--white svg {
color: #000000; }
.a-to-top.a-to-top--dark {
background-color: #000000; }
.a-to-top.a-to-top--dark svg {
color: #ffffff; } .a-col-5 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; }
@media (min-width: 992px) {
.a-col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; } } .tagcloud {
margin-right: -6px;
margin-left: -6px;
margin-bottom: -12px; }
.tagcloud .tagCloud__title {
margin-bottom: 0;
display: inline-block; }
.tagcloud a {
color: #333333;
font-family: "Roboto", sans-serif;
font-size: 1.16667rem !important;
line-height: 1.28571;
font-weight: 400;
display: inline-block;
margin-left: 6px;
margin-right: 6px;
margin-bottom: 12px; } .a-page-title {
margin-bottom: 1.33333rem; } .m-nav-menu--horizontal .a-menu-badge > a:not(.menu-item-icon) {
position: unset; }
@media (min-width: 992px) {
.m-nav-menu--horizontal .a-menu-badge > a:not(.menu-item-icon) {
position: relative; } }
.m-nav-menu--horizontal .a-menu-badge > a:not(.menu-item-icon)::before {
display: block;
border-radius: 0;
font-size: 10px;
line-height: 1 !important;
font-weight: 600;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 1px;
padding: 5px 5px 4px 6px;
position: absolute;
top: 9px;
right: 3rem; }
@media (min-width: 992px) {
.m-nav-menu--horizontal .a-menu-badge > a:not(.menu-item-icon)::before {
font-size: 9px;
top: -1.41667rem;
right: -1.41667rem; } }
.m-nav-menu--horizontal .a-menu-badge.a-menu-badge--hot > a:not(.menu-item-icon)::before {
content: 'Hot';
background-color: #c00a27; }
.m-nav-menu--horizontal .a-menu-badge.a-menu-badge--new > a:not(.menu-item-icon)::before {
content: 'New';
background-color: #20a64b; }
.m-nav-menu--horizontal ul.menu li.menu-item ul.sub-menu > li.menu-item.a-menu-badge > a:not(.menu-item-icon) {
position: unset; }
@media (min-width: 992px) {
.m-nav-menu--horizontal ul.menu li.menu-item ul.sub-menu > li.menu-item.a-menu-badge > a:not(.menu-item-icon)::before {
top: 5px;
right: 0; } }
.m-nav-menu--horizontal ul.menu li.menu-item.m-mega-menu ul.sub-menu > li.menu-item.a-menu-badge > a:not(.menu-item-icon)::before {
right: 3rem; }
.m-nav-menu--horizontal ul.menu li.menu-item.m-mega-menu ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item.a-menu-badge > a:not(.menu-item-icon)::before {
right: 0; } .a-woo-badge {
font-family: "Roboto", sans-serif;
color: #ffffff;
font-size: 1.16667rem;
line-height: 1;
font-weight: 500;
background-color: #333333;
border-radius: 0;
padding: 0.66667rem 1.16667rem; }
.a-woo-badge.a-woo-badge--theme-color {
background-color: #000000; }
.a-woo-badge.a-woo-badge--red-color {
background-color: #c00a27; } .ui-slider {
height: 1px !important;
border-radius: 0 !important;
background-color: #e5e5e5 !important;
margin-bottom: 2rem !important; }
.ui-slider .ui-slider-range {
background-color: #000000 !important; }
.ui-slider .ui-slider-handle {
height: 10px !important;
width: 10px !important;
top: -5px !important;
margin-left: -5px !important;
background-color: #000000 !important;
border: 1px solid #000000;
border-radius: 50%;
-webkit-transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
.ui-slider .ui-slider-handle.ui-state-active {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3); }  .woocommerce .star-rating {
font-size: 1rem;
color: #000000;
margin: 0.33333rem 0; }
.woocommerce .star-rating::before {
color: #333333; }
.woocommerce .star-rating span {
font-size: inherit !important; } .woocommerce table th,
.woocommerce table td {
padding: 1.33333rem !important;
border-left: 0;
background-color: transparent !important;
border-top: none !important; }
.woocommerce table th {
font-weight: 600 !important; }
.woocommerce table td img {
width: 6.66667rem !important; }
.woocommerce table td.product-remove a {
font-size: 1.33333rem;
font-weight: 500;
color: #333333 !important;
margin: auto;
-webkit-box-shadow: none;
box-shadow: none; }
.woocommerce table td.product-remove a:hover {
color: #000000 !important;
background-color: transparent !important; }
.woocommerce table td.product-thumbnail {
text-align: left !important;
min-width: 32px; }
.woocommerce table td.product-thumbnail a {
-webkit-box-shadow: none;
box-shadow: none; }
.woocommerce table td.product-price, .woocommerce table td.product-subtotal {
text-align: left; }
.woocommerce table td.product-quantity .quantity input {
width: 100%;
max-width: 7.83333rem;
line-height: 1.3;
margin-left: auto; }
@media (min-width: 768px) {
.woocommerce table td.product-quantity .quantity input {
margin-left: 0; } }
@media (max-width: 767px) {
.woocommerce table td.actions {
border-bottom: 0; } }
.woocommerce table td.actions .coupon input {
width: 12.5rem !important;
margin-right: 15px !important;
padding-left: 1rem !important; }
@media (max-width: 767px) {
.woocommerce table td.actions .coupon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 1rem !important; }
.woocommerce table td.actions .coupon input,
.woocommerce table td.actions .coupon button {
-webkit-box-flex: 0;
-ms-flex: 0 0 49%;
flex: 0 0 49%;
max-width: 49%;
margin: 0 !important; }
.woocommerce table td.actions .coupon button {
margin-left: auto !important; } }
.woocommerce table tr.shipping td label {
color: #858585; }
.woocommerce table tr.shipping td label span {
color: #858585; }
.woocommerce table tr .product-total {
text-align: right; }
.woocommerce table tr td {
text-align: right; }
.woocommerce table tr .product-name {
text-align: left; }
.woocommerce table tfoot tr:last-child th,
.woocommerce table tfoot tr:last-child td {
font-size: 1.5rem;
color: #333333; } #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
background-color: transparent;
border: 1px solid #000000;
border-radius: 0; }
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
display: none; } .woocommerce .wc-bacs-bank-details-heading {
font-size: 1.58333rem;
line-height: 1.52632; }
.woocommerce .wc-bacs-bank-details-account-name {
font-size: 2.08333rem;
line-height: 1.4;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 1.33333rem; } .woocommerce address {
font-style: italic !important;
margin-bottom: 2.66667rem !important;
padding: 0 !important;
border: 0 !important; }
.woocommerce address p::before {
font-style: normal; } .woocommerce .quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative; }
.woocommerce .quantity input[type='number'] {
border: 1px solid #333333 !important;
-moz-appearance: textfield; }
.woocommerce .quantity input[type='number']::-webkit-inner-spin-button, .woocommerce .quantity input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0; }
.woocommerce .quantity .quantity-nav {
position: absolute;
right: 1px;
top: 0;
height: 100%; }
.woocommerce .quantity .quantity-nav .quantity-button {
cursor: pointer;
border-left: 1px solid #333333;
width: 25px;
text-align: center;
color: #000000;
font-size: 1.25rem;
line-height: 20px;
font-weight: 300;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
.woocommerce .quantity .quantity-nav .quantity-button:hover {
background-color: #000000;
color: #ffffff; }
.woocommerce .quantity .quantity-nav .quantity-button.quantity-up {
position: absolute;
height: 50%;
top: 0;
border-bottom: 1px solid #333333; }
.woocommerce .quantity .quantity-nav .quantity-button.quantity-down {
position: absolute;
bottom: 0;
height: 50%; }
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity-nav {
position: static; }  .owl-carousel .owl-nav button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 3.5rem;
width: 3.5rem;
position: absolute;
top: 50%;
margin-top: -1.66667rem;
background-color: #000000 !important;
border-radius: 0 !important;
-webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important; }
.owl-carousel .owl-nav button svg {
color: #ffffff;
-ms-flex-item-align: center;
align-self: center; }
.owl-carousel .owl-nav button.owl-prev {
left: 2.16667rem;
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(-16px);
-ms-transform: translateX(-16px);
transform: translateX(-16px); }
.owl-carousel .owl-nav button.owl-prev.disabled {
opacity: 0 !important;
visibility: hidden;
-webkit-transform: translateX(-16px) !important;
-ms-transform: translateX(-16px) !important;
transform: translateX(-16px) !important; }
.owl-carousel .owl-nav button.owl-prev:hover {
-webkit-transform: translateX(-4px) !important;
-ms-transform: translateX(-4px) !important;
transform: translateX(-4px) !important; }
.owl-carousel .owl-nav button.owl-next {
right: 2.16667rem;
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(16px);
-ms-transform: translateX(16px);
transform: translateX(16px); }
.owl-carousel .owl-nav button.owl-next.disabled {
opacity: 0 !important;
visibility: hidden;
-webkit-transform: translateX(16px) !important;
-ms-transform: translateX(16px) !important;
transform: translateX(16px) !important; }
.owl-carousel .owl-nav button.owl-next:hover {
-webkit-transform: translateX(4px) !important;
-ms-transform: translateX(4px) !important;
transform: translateX(4px) !important; }
.owl-carousel:hover .owl-nav button.owl-prev, .owl-carousel:hover .owl-nav button.owl-next {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } .owl-carousel .owl-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 2.66667rem; }
.owl-carousel .owl-dots button {
margin: 0.66667rem;
border-radius: 50%; }
.owl-carousel .owl-dots button span {
display: block;
background-color: #000000;
width: 0.66667rem;
height: 0.66667rem;
border-radius: 50%;
-webkit-transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
.owl-carousel .owl-dots button.active, .owl-carousel .owl-dots button:hover {
background-color: #000000 !important; }
.owl-carousel .owl-dots button.active span, .owl-carousel .owl-dots button:hover span {
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4); } .a-typed-block {
margin-bottom: 0; } @media (max-width: 767px) {
.a-col-5 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; } }
@media (min-width: 768px) and (max-width: 992px) {
.a-col-md-5 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; } }
@media (min-width: 992px) {
.a-col-lg-5 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; } }   .m-sitemap ul.menu {
padding: 0;
margin: 0; }
.m-sitemap ul.menu > li.menu-item {
list-style: none;
padding-bottom: 3.66667rem;
border-bottom: 1px solid #000000;
margin-bottom: 2.66667rem; }
.m-sitemap ul.menu > li.menu-item:last-child {
border-bottom: 0 !important;
margin-bottom: 0 !important;
padding-bottom: 0; }
.m-sitemap ul.menu > li.menu-item > a {
font-size: 3rem;
line-height: 1.27778;
font-weight: 600;
color: #000000 !important;
display: block;
-webkit-box-shadow: none !important;
box-shadow: none !important;
margin-bottom: 2.66667rem; }
.m-sitemap ul.menu > li.menu-item ul.sub-menu {
padding: 0;
margin: 0; }
.m-sitemap ul.menu > li.menu-item ul.sub-menu li.menu-item {
list-style: none;
margin-bottom: 1.33333rem; }
.m-sitemap ul.menu > li.menu-item ul.sub-menu li.menu-item:last-child {
margin-bottom: 0 !important; }
.m-sitemap ul.menu > li.menu-item ul.sub-menu li.menu-item.menu-item-has-children > a {
font-weight: 600;
color: #000000 !important;
display: block;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 1.25rem;
line-height: 1.66667;
margin-bottom: 0.66667rem; }
.m-sitemap ul.menu > li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item {
margin-bottom: 0.66667rem; }
.m-sitemap ul.menu > li.menu-item.m-mega-menu > ul.sub-menu {
margin: 0 -15px 0 -15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.m-sitemap ul.menu > li.menu-item.m-mega-menu > ul.sub-menu > li.menu-item {
width: 100%;
margin-bottom: 2.66667rem;
padding-right: 15px;
padding-left: 15px; }
@media (max-width: 991px) {
.m-sitemap ul.menu > li.menu-item.m-mega-menu > ul.sub-menu > li.menu-item {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; } }
@media (min-width: 992px) {
.m-sitemap ul.menu > li.menu-item.m-mega-menu > ul.sub-menu > li.menu-item {
margin-bottom: 0; } }
.m-sitemap ul.menu > li.menu-item.m-mega-menu > ul.sub-menu > li.menu-item > a {
font-weight: 600;
color: #000000 !important;
display: block;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 1.58333rem;
line-height: 1.52632;
margin-bottom: 1.33333rem; }
.m-sitemap ul.menu > li.menu-item.m-mega-menu > ul.sub-menu > li.menu-item ul.sub-menu {
margin: 0; } .m-site-search {
position: relative;
z-index: 99991; }
.m-site-search .container {
margin-right: auto !important;
margin-left: auto !important;
max-width: 1150px !important; }
@media (min-width: 1367px) {
.m-site-search .container {
max-width: 1360px !important; } }
.m-site-search .m-site-search__content {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100vh;
z-index: 2;
background-color: rgba(0, 0, 0, 0.88);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
.m-site-search .m-site-search__content .m-site-search__close-icon {
position: absolute;
top: 2.66667rem;
right: 2.66667rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #ffffff;
cursor: pointer; }
.m-site-search .m-site-search__content .m-site-search__content__inner {
position: relative;
height: 100vh; }
.m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form {
position: absolute;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form form {
position: relative; }
.m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form input[type='search'] {
background-color: transparent;
font-size: 3rem;
line-height: 1.27778;
font-weight: 400;
color: #ffffff;
border: 0;
border-radius: 0;
border-bottom: 2px solid #ffffff;
padding: 1.33333rem 2.33333rem 1.33333rem 0;
width: 100%; }
.m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form input[type='search']::-webkit-input-placeholder {
color: #ffffff;
font-weight: 400; }
.m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form input[type='search']:-moz-placeholder {
color: #ffffff;
font-weight: 400; }
.m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form input[type='search']::-moz-placeholder {
color: #ffffff;
font-weight: 400; }
.m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form input[type='search']:-ms-input-placeholder {
color: #ffffff;
font-weight: 400; }
.m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form input[type='submit'] {
display: none; }
.m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form .m-site-search__form__icon {
margin-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0; }
.m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form .m-site-search__form__icon span {
cursor: pointer;
display: block;
color: #ffffff; }
.m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form .m-site-search__form__icon span svg {
height: 24px;
width: 24px; }
.m-site-search.active .m-site-search__content {
opacity: 1;
visibility: visible; }
.m-site-search.active .m-site-search__content .m-site-search__close-icon {
opacity: 1; }  ul.menu.m-header-default-menu {
padding: 0;
margin: 0; }
ul.menu.m-header-default-menu li.menu-item {
display: inline-block;
margin-bottom: 0;
margin-left: 2.66667rem;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
ul.menu.m-header-default-menu li.menu-item:first-child {
margin-left: 0 !important; }
ul.menu.m-header-default-menu li.menu-item > a {
font-family: "Roboto", sans-serif;
font-size: 1.33333rem;
line-height: 1;
font-weight: 400;
color: #000000 !important;
-ms-flex-item-align: center;
align-self: center; }
ul.menu.m-header-default-menu li.menu-item > a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }
ul.menu.m-header-default-menu li.menu-item.current_page_ancestor > a {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }
ul.menu.m-header-default-menu li.menu-item.current_page_item > a {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu {
text-align: left !important;
padding: 0;
margin: 0;
z-index: 1;
position: absolute;
top: 100%;
background-color: #000000;
min-width: 23.33333rem;
padding: 2.33333rem 2.5rem;
margin-top: 2.66667rem;
border-radius: 0;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
-webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu.active {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--left {
left: auto;
right: 0;
margin-left: 0; }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu::before {
content: '';
position: absolute;
top: auto;
right: 0;
bottom: auto;
left: 0;
height: 2.66667rem;
top: -2.66667rem; }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item {
position: relative;
display: block;
margin-bottom: 0.83333rem;
margin-left: 0; }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item:last-child {
margin-bottom: 0; }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item a {
font-size: 1.25rem;
color: #ffffff !important; }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white;
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white; }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.current_page_ancestor > a, ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.current_page_item > a {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white;
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white; }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.menu-item-has-children:after {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
content: '›';
color: #ffffff;
float: right;
font-size: 1.5rem;
line-height: 1.4; }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.menu-item-has-children ul.sub-menu {
margin-top: 0;
top: 0;
left: 100%;
margin-left: 2.58333rem;
margin-top: -2.33333rem; }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.menu-item-has-children ul.sub-menu::before {
content: '';
position: absolute;
top: 0;
right: auto;
bottom: 0;
left: auto;
width: 2.58333rem;
left: -2.58333rem;
height: 100%; }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.menu-item-has-children ul.sub-menu.sub-menu--left {
left: auto;
margin-left: 0;
right: 100%;
margin-right: 2.58333rem; }
ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.menu-item-has-children ul.sub-menu.sub-menu--left::before {
position: absolute;
top: 0;
right: auto;
bottom: 0;
left: auto;
width: 2.58333rem;
right: -2.58333rem; } .m-breadcrumb-nav {
padding: 0;
margin: 0; }
@media (max-width: 575px) {
.m-breadcrumb-nav {
margin-left: 0 !important; } }
.m-breadcrumb-nav .m-breadcrumb-nav__item {
display: inline-block;
margin-bottom: 0;
margin-left: 2.66667rem;
margin-left: 0;
font-size: 1.16667rem;
font-weight: 400;
font-style: italic;
color: #333333; }
.m-breadcrumb-nav .m-breadcrumb-nav__item:first-child {
margin-left: 0 !important; }
.m-breadcrumb-nav .m-breadcrumb-nav__item a {
color: inherit; }
.m-breadcrumb-nav .m-breadcrumb-nav__item.m-breadcrumb-nav__item--separator {
color: #333333;
padding: 0 0.66667rem; }  .widget {
margin-bottom: 2.66667rem; }
@media (min-width: 768px) {
.widget {
margin-bottom: 5.33333rem; } }
.widget:last-child {
margin-bottom: 0; }
.widget > *:last-child {
margin-bottom: 0; }
.widget .widgettitle-wrapper {
margin-bottom: 2.66667rem; }
.widget .widgettitle-wrapper .widgettitle {
display: inline-block;
margin-bottom: 0; }
.widget form input {
width: 100%; }
.widget.widget_rss .widgettitle-wrapper .widgettitle .rsswidget {
color: #333333; }
.widget.widget_rss .widgettitle-wrapper .widgettitle .rsswidget img {
display: none; }
.widget.widget_rss ul li {
color: #858585; }
.widget.widget_rss ul li::before {
display: none; }
.widget ul {
padding-left: 1rem; }
.widget ul li {
font-size: 1.16667rem;
color: #000000; }
.widget ul li:last-child {
margin-bottom: 0; }
.widget ul li a {
font-size: inherit;
color: #000000; }
.widget ul li a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }
.widget #wp-calendar caption {
text-align: left;
padding-bottom: 0.83333rem; }
.widget #wp-calendar td,
.widget #wp-calendar th {
text-align: center;
padding: 7px !important;
font-size: 1rem;
border-left: 1px solid #000000 !important; }
.widget #wp-calendar td#today,
.widget #wp-calendar th#today {
color: #000000; }
.widget.widget_layered_nav_filters ul li a::before {
color: #c00a27; }
.widget.widget_recent_entries ul li span {
display: block;
color: #858585;
font-size: 1rem; }
.widget.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.widget.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown .select2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.widget.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown .select2 .selection .select2-selection {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important; }
.widget.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
margin-top: 0;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
padding: 0 1.33333rem; }
.widget.woocommerce-widget-layered-nav .select2 .selection .select2-selection .select2-selection__rendered {
padding: 0 1rem; }
.widget.widget_price_filter form .price_slider_wrapper .price_slider_amount {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.widget.widget_price_filter form .price_slider_wrapper .price_slider_amount button[type='submit'] {
float: none !important; }
.widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label {
margin-left: auto;
font-size: 1.25rem;
font-style: italic;
color: #000000; }
.widget.widget.woocommerce .product_list_widget li {
padding: 0;
margin-bottom: 1.83333rem; }
.widget.widget.woocommerce .product_list_widget li:last-child {
margin-bottom: 0; }
.widget.widget.woocommerce .product_list_widget li a {
font-weight: 500;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 1.16667rem; }
.widget.widget.woocommerce .product_list_widget li a img {
width: 4rem;
margin-left: 0; }
.widget.widget.woocommerce .product_list_widget li span {
font-size: 1.16667rem; } .l-primary-footer--dark-skin .widget,
.o-slidingbar__content--dark-skin .widget {
color: #ffffff; }
.l-primary-footer--dark-skin .widget *,
.o-slidingbar__content--dark-skin .widget * {
color: inherit; }
.l-primary-footer--dark-skin .widget a:hover,
.o-slidingbar__content--dark-skin .widget a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white;
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white; }
.l-primary-footer--dark-skin .widget input,
.l-primary-footer--dark-skin .widget textarea,
.o-slidingbar__content--dark-skin .widget input,
.o-slidingbar__content--dark-skin .widget textarea {
border-bottom-color: #ffffff;
color: #ffffff; }
.l-primary-footer--dark-skin .widget input::-webkit-input-placeholder,
.l-primary-footer--dark-skin .widget textarea::-webkit-input-placeholder,
.o-slidingbar__content--dark-skin .widget input::-webkit-input-placeholder,
.o-slidingbar__content--dark-skin .widget textarea::-webkit-input-placeholder {
color: #ffffff; }
.l-primary-footer--dark-skin .widget input:-moz-placeholder,
.l-primary-footer--dark-skin .widget textarea:-moz-placeholder,
.o-slidingbar__content--dark-skin .widget input:-moz-placeholder,
.o-slidingbar__content--dark-skin .widget textarea:-moz-placeholder {
color: #ffffff; }
.l-primary-footer--dark-skin .widget input::-moz-placeholder,
.l-primary-footer--dark-skin .widget textarea::-moz-placeholder,
.o-slidingbar__content--dark-skin .widget input::-moz-placeholder,
.o-slidingbar__content--dark-skin .widget textarea::-moz-placeholder {
color: #ffffff; }
.l-primary-footer--dark-skin .widget input:-ms-input-placeholder,
.l-primary-footer--dark-skin .widget textarea:-ms-input-placeholder,
.o-slidingbar__content--dark-skin .widget input:-ms-input-placeholder,
.o-slidingbar__content--dark-skin .widget textarea:-ms-input-placeholder {
color: #ffffff; }
.l-primary-footer--dark-skin .widget select,
.o-slidingbar__content--dark-skin .widget select {
color: #333333; }
.l-primary-footer--dark-skin .widget.widget_recent_entries ul li span,
.o-slidingbar__content--dark-skin .widget.widget_recent_entries ul li span {
color: #cbd2d8; }
.l-primary-footer--dark-skin .widget.widget_rss .widgettitle-wrapper .widgettitle .rsswidget,
.o-slidingbar__content--dark-skin .widget.widget_rss .widgettitle-wrapper .widgettitle .rsswidget {
color: inherit; }
.l-primary-footer--dark-skin .widget.widget_rss ul li,
.o-slidingbar__content--dark-skin .widget.widget_rss ul li {
color: #f7f8f9; }
.l-primary-footer--dark-skin .widget.widget_tag_cloud .tagcloud a,
.o-slidingbar__content--dark-skin .widget.widget_tag_cloud .tagcloud a {
background-color: transparent;
border-color: #737373;
color: #f7f8f9; }
.l-primary-footer--dark-skin .widget.widget_calendar table td,
.l-primary-footer--dark-skin .widget.widget_calendar table th,
.o-slidingbar__content--dark-skin .widget.widget_calendar table td,
.o-slidingbar__content--dark-skin .widget.widget_calendar table th {
border-left: 1px solid #ffffff !important; }
.l-primary-footer--dark-skin .widget.widget_calendar table td a,
.l-primary-footer--dark-skin .widget.widget_calendar table th a,
.o-slidingbar__content--dark-skin .widget.widget_calendar table td a,
.o-slidingbar__content--dark-skin .widget.widget_calendar table th a {
color: #ffffff; } .m-social-media ul {
padding: 0;
margin: 0; }
.m-social-media ul li {
display: inline-block;
margin-bottom: 0;
margin-left: 2.66667rem;
margin-left: 1.83333rem; }
.m-social-media ul li:first-child {
margin-left: 0 !important; }
.m-social-media ul li a {
font-size: 1.5rem;
color: #000000;
-webkit-box-shadow: none;
box-shadow: none; }
.m-social-media ul li a:hover {
color: #000000;
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; } .m-filters {
margin-bottom: 2.66667rem; }
.m-filters ul {
padding: 0;
margin: 0; }
.m-filters ul li {
display: inline-block;
margin-bottom: 0;
margin-left: 2.66667rem;
margin-left: 4.16667rem; }
.m-filters ul li:first-child {
margin-left: 0 !important; }
.m-filters ul li a {
color: #000000;
cursor: pointer; }
.m-filters ul li.active a {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; } .m-media-gallery .selector {
margin-bottom: 30px; }
.m-media-gallery .m-media-gallery__item {
position: relative; }
.m-media-gallery .m-media-gallery__item .o-neuron-hover-holder {
-webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
.m-media-gallery .m-media-gallery__item .o-neuron-hover-holder.o-neuron-hover-holder--social-media .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta {
z-index: 2 !important; }
.m-media-gallery .m-media-gallery__item .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta {
width: 100%;
z-index: 1 !important; }
.m-media-gallery .m-media-gallery__item .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__social-media ul {
padding: 0;
margin: 0; }
.m-media-gallery .m-media-gallery__item .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__social-media ul li {
display: inline-block;
margin-bottom: 0;
margin-left: 2.66667rem;
color: #000000;
margin-left: 1.83333rem; }
.m-media-gallery .m-media-gallery__item .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__social-media ul li:first-child {
margin-left: 0 !important; }
.m-media-gallery .m-media-gallery__item .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__social-media ul li a {
color: inherit;
position: relative;
z-index: 2; }
.m-media-gallery .m-media-gallery__item .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__social-media ul li a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white;
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white; }
.m-media-gallery .m-media-gallery__item .o-neuron-hover-holder .o-neuron-hover-holder__body .h-lightbox-link {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
cursor: pointer;
-webkit-box-shadow: none;
box-shadow: none; }
.m-media-gallery .m-media-gallery__item.m-media-gallery__item-badge--new:before, .m-media-gallery .m-media-gallery__item.m-media-gallery__item-badge--hot:before {
display: block;
border-radius: 0;
font-size: 12px;
line-height: 1 !important;
font-weight: 600;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 1px;
padding: 6px 8px 6px 10px;
position: absolute;
top: -10px;
right: -6px;
z-index: 1; }
.m-media-gallery .m-media-gallery__item.m-media-gallery__item-badge--new:before {
content: 'New';
background-color: #19cf86; }
.m-media-gallery .m-media-gallery__item.m-media-gallery__item-badge--hot:before {
content: 'Hot';
background-color: #e81c4f; } .m-media-gallery.m-media-gallery--meta-outside .m-media-gallery__item .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__social-media ul li {
margin-left: 1.83333rem; }
.m-media-gallery.m-media-gallery--meta-outside .m-media-gallery__item .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__social-media ul li a {
font-size: 1.66667rem; }
.m-media-gallery.m-media-gallery--meta-outside .m-media-gallery__item .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__social-media ul li a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }
.m-media-gallery.m-media-gallery--meta-outside .m-media-gallery__item .o-neuron-hover__body {
margin-top: 1.83333rem; }
.m-media-gallery.m-media-gallery--meta-outside .m-media-gallery__item .o-neuron-hover__body .o-neuron-hover__body-meta__title {
margin-bottom: 0; }
.m-media-gallery.m-media-gallery--meta-outside .m-media-gallery__item .o-neuron-hover__body .o-neuron-hover__body-meta__title a {
color: inherit; }
.m-media-gallery.m-media-gallery--meta-outside .m-media-gallery__item .o-neuron-hover__body .o-neuron-hover__body-meta__title a:hover {
color: #000000; }
.m-media-gallery.m-media-gallery--meta-outside .m-media-gallery__item .o-neuron-hover__body .o-neuron-hover__body-meta__subtitle {
font-size: 1.25rem;
font-style: italic;
font-weight: 400;
line-height: 2.66667rem;
color: #333333; }
.m-media-gallery.m-media-gallery--meta-outside .m-media-gallery__item .o-neuron-hover__body .o-neuron-hover__body-meta__description {
margin-top: 0.66667rem;
margin-bottom: 0; } .m-media-gallery.m-media-gallery--meta-inside .m-media-gallery__item .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__title {
margin-bottom: 0;
color: #000000; }
.m-media-gallery.m-media-gallery--meta-inside .m-media-gallery__item .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__title a {
color: inherit; }
.m-media-gallery.m-media-gallery--meta-inside .m-media-gallery__item .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__subtitle {
color: #1a1a1a;
font-size: 1.25rem;
font-style: italic;
font-weight: 400;
line-height: 2.66667rem;
margin-bottom: 1rem; }
.m-media-gallery.m-media-gallery--meta-inside .m-media-gallery__item .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__social-media ul li {
margin-left: 1.5rem; }
.m-media-gallery.m-media-gallery--meta-inside .m-media-gallery__item .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__social-media ul li a {
font-size: 1.33333rem; }
.m-media-gallery.m-media-gallery--meta-inside .m-media-gallery__item .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__social-media ul li a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }  .woocommerce .blockUI.blockOverlay,
.woocommerce .loader {
background-color: #ffffff !important; }
.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before {
content: '';
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 50%;
left: 50%;
width: 1.33333rem;
height: 1.33333rem;
margin-top: -0.66667rem;
margin-left: -0.66667rem;
border-radius: 50%;
border: 2px solid transparent;
border-top-color: #000000;
background: none !important;
-webkit-animation: rotating .4s linear infinite;
animation: rotating .4s linear infinite; } .woocommerce-info,
.woocommerce-message,
.woocommerce-error {
line-height: 40px;
background-color: transparent;
color: #333333;
border-style: solid;
border: 1px solid;
border-color: #000000;
padding: 1.5rem 2rem;
margin-bottom: 2.66667rem;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
display: none; }
.woocommerce-info,
.woocommerce-message {
border-color: #000000;
color: #000000; }
.woocommerce-error {
border-color: #c00a27;
color: #c00a27; }
.woocommerce-error li:last-child {
margin-bottom: 0; } .woocommerce form .form-row {
padding: 0;
margin-bottom: 1.33333rem; }
.woocommerce form .form-row .required {
color: #c00a27; }
.woocommerce form .form-row.woocommerce-invalid label {
color: #c00a27; }
.woocommerce form .form-row.woocommerce-invalid input.input-text {
border-color: #c00a27; }
.woocommerce form .form-row.woocommerce-validated input.input-text {
border-color: #e5e5e5; }
.woocommerce form.login, .woocommerce form.register {
border-color: #000000;
border-radius: 0;
margin-top: 0; }
.woocommerce form.login {
margin-bottom: 5.33333rem; }
.woocommerce form.login .woocommerce-LostPassword {
margin-bottom: 0; } .woocommerce .woocommerce-shipping-calculator {
margin-top: 0.33333rem; }
.woocommerce .woocommerce-shipping-calculator a {
color: #000000; }  .woocommerce .o-product .m-product-gallery {
position: relative;
float: none !important;
width: 100% !important;
margin-bottom: 2.66667rem !important; }
@media (min-width: 768px) {
.woocommerce .o-product .m-product-gallery {
margin-bottom: 5.33333rem !important; } }
.woocommerce .o-product .m-product-gallery .woocommerce-product-gallery__wrapper {
-webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
-o-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
margin: 0;
padding: 0; }
.woocommerce .o-product .m-product-gallery .woocommerce-product-gallery__wrapper img {
width: 100%; }
.woocommerce .o-product .m-product-gallery .a-woo-badge {
position: absolute;
top: 0.83333rem;
left: 0.83333rem;
z-index: 1; }
.woocommerce .o-product .m-product-gallery .woocommerce-product-gallery__trigger {
-webkit-box-shadow: none !important;
box-shadow: none !important;
position: absolute;
top: 0.5em;
right: 0.5em;
font-size: 2em;
z-index: 9;
width: 36px;
height: 36px;
background: #fff;
text-indent: -9999px;
border-radius: 100%;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
.woocommerce .o-product .m-product-gallery .woocommerce-product-gallery__trigger:before {
content: '';
display: block;
width: 10px;
height: 10px;
border: 2px solid #000;
border-radius: 100%;
position: absolute;
top: 9px;
left: 9px;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
.woocommerce .o-product .m-product-gallery .woocommerce-product-gallery__trigger:after {
content: '';
display: block;
width: 2px;
height: 8px;
background: #000;
border-radius: 6px;
position: absolute;
top: 19px;
left: 22px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-box-sizing: content-box;
box-sizing: content-box; }
.woocommerce .o-product .m-product-gallery .flex-viewport {
margin-bottom: 10px; }
.woocommerce .o-product .m-product-gallery .flex-control-thumbs {
margin-left: -5px !important;
margin-right: -5px !important;
padding: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.woocommerce .o-product .m-product-gallery .flex-control-thumbs li {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px; } .woocommerce .o-product .m-product-summary {
width: 100% !important;
float: none !important;
margin-bottom: 2.66667rem !important; }
@media (min-width: 768px) {
.woocommerce .o-product .m-product-summary {
padding-left: 2.08333rem; } }
@media (min-width: 768px) {
.woocommerce .o-product .m-product-summary {
margin-bottom: 5.33333rem !important; } }
.woocommerce .o-product .m-product-summary .product_title {
font-size: 3.66667rem;
line-height: 1.22727;
margin-bottom: 0.83333rem; }
.woocommerce .o-product .m-product-summary .woocommerce-product-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0.83333rem; }
.woocommerce .o-product .m-product-summary .woocommerce-product-rating .star-rating {
margin-top: 0;
margin-right: 0.66667rem; }
.woocommerce .o-product .m-product-summary .woocommerce-product-rating a {
font-size: 1rem;
line-height: 1;
color: #000000; }
.woocommerce .o-product .m-product-summary .price {
padding-top: 1.5rem;
margin-bottom: 2.33333rem;
font-size: 3rem;
line-height: 1.27778;
font-weight: 600;
color: #000000; }
.woocommerce .o-product .m-product-summary .woocommerce-product-details__short-description {
margin-bottom: 2.33333rem; }
.woocommerce .o-product .m-product-summary .cart {
margin-bottom: 2.33333rem; }
.woocommerce .o-product .m-product-summary p.stock {
color: #20a64b;
margin-bottom: 2.66667rem; }
.woocommerce .o-product .m-product-summary p.stock.out-of-stock {
color: #c00a27; }
.woocommerce .o-product .m-product-summary table {
border: 0 !important;
margin-bottom: 2.33333rem !important; }
.woocommerce .o-product .m-product-summary table tr {
display: block;
margin-bottom: 1.33333rem; }
.woocommerce .o-product .m-product-summary table tr td {
text-align: left;
border: 0; }
.woocommerce .o-product .m-product-summary table tr:last-child {
margin-bottom: 0; }
.woocommerce .o-product .m-product-summary table.variations tr td {
display: block;
padding: 0 !important; }
.woocommerce .o-product .m-product-summary table.variations tr td label {
font-family: "Roboto", sans-serif;
font-weight: 600; }
.woocommerce .o-product .m-product-summary table.group_table tr {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.woocommerce .o-product .m-product-summary table.group_table tr td {
padding-top: 0 !important;
padding-bottom: 0 !important; }
.woocommerce .o-product .m-product-summary table.group_table tr td:first-child {
width: auto; }
.woocommerce .o-product .m-product-summary table.group_table tr td label {
font-family: "Roboto", sans-serif;
margin-bottom: 0; }
.woocommerce .o-product .m-product-summary table.group_table tr td.woocommerce-grouped-product-list-item__quantity {
padding: 0 !important;
border-bottom: 0; }
.woocommerce .o-product .m-product-summary table.group_table tr td.woocommerce-grouped-product-list-item__price {
margin-left: auto;
text-align: right; }
.woocommerce .o-product .m-product-summary table.group_table tr td.woocommerce-grouped-product-list-item__price .amount {
font-size: 1.58333rem;
line-height: 1.52632; }
.woocommerce .o-product .m-product-summary table.group_table tr.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label {
padding: 0 !important;
border-bottom: 0; }
.woocommerce .o-product .m-product-summary table.group_table tr.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price .out-of-stock {
margin-bottom: 0; }
.woocommerce .o-product .m-product-summary .single_variation_wrap .woocommerce-variation .woocommerce-variation-description {
margin-bottom: 2.33333rem; }
.woocommerce .o-product .m-product-summary .single_variation_wrap .woocommerce-variation-price {
margin-bottom: 2.33333rem; }
.woocommerce .o-product .m-product-summary .single_variation_wrap .woocommerce-variation-price .price {
padding-top: 0; }
.woocommerce .o-product .m-product-summary .quantity {
margin-right: 1.33333rem !important;
float: left; }
.woocommerce .o-product .m-product-summary .quantity input {
width: 7.5rem;
padding: 0.58333rem 3rem 0.5rem 1.16667rem;
font-weight: 500;
color: #000000; }
.woocommerce .o-product .m-product-summary .product_meta {
margin-bottom: 2.33333rem;
padding: 2.66667rem 0;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5; }
.woocommerce .o-product .m-product-summary .product_meta > span {
display: block;
font-family: "Roboto", sans-serif;
font-size: 1.25rem;
line-height: 1.66667;
color: #000000;
font-weight: 600;
margin-bottom: 1.5rem; }
.woocommerce .o-product .m-product-summary .product_meta > span span {
font-family: "Roboto", sans-serif;
color: #333333;
font-size: 1.33333rem;
font-weight: 400;
margin-left: 0.5rem; }
.woocommerce .o-product .m-product-summary .product_meta > span a {
font-family: "Roboto", sans-serif;
font-size: 1.33333rem;
font-weight: 400;
margin-left: 0.5rem; }
.woocommerce .o-product .m-product-summary .product_meta > span:last-child {
margin-bottom: 0; }
.woocommerce .o-product .flex-row-reverse .m-product-summary {
padding-left: 0; }
@media (min-width: 768px) {
.woocommerce .o-product .flex-row-reverse .m-product-summary {
padding-right: 2.08333rem; } } .woocommerce .o-product .woocommerce-tabs {
margin-bottom: 2.66667rem; }
@media (min-width: 768px) {
.woocommerce .o-product .woocommerce-tabs {
margin-bottom: 5.33333rem; } }
.woocommerce .o-product .woocommerce-tabs ul.tabs {
padding: 0 !important;
margin: 0 !important; }
.woocommerce .o-product .woocommerce-tabs ul.tabs::before {
display: none !important; }
.woocommerce .o-product .woocommerce-tabs ul.tabs li {
display: inline-block;
position: relative;
z-index: 1;
padding: 0 !important;
margin: 0 0 0 1.33333rem !important;
border: 0 !important;
border-radius: 0 !important;
background-color: transparent !important; }
.woocommerce .o-product .woocommerce-tabs ul.tabs li::before, .woocommerce .o-product .woocommerce-tabs ul.tabs li::after {
display: none !important; }
.woocommerce .o-product .woocommerce-tabs ul.tabs li a {
font-family: "Roboto", sans-serif;
font-weight: 400 !important;
color: #000000 !important;
display: inline-block;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 1.5rem 1.83333rem 1.5rem !important;
border-bottom: 1px solid transparent;
-webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
@media (min-width: 576px) {
.woocommerce .o-product .woocommerce-tabs ul.tabs li a:hover {
color: #000000 !important;
border-color: #000000; } }
.woocommerce .o-product .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0 !important; }
.woocommerce .o-product .woocommerce-tabs ul.tabs li:first-child a {
padding-left: 0 !important; }
@media (min-width: 576px) {
.woocommerce .o-product .woocommerce-tabs ul.tabs li.active a {
border-color: #000000; } }
.woocommerce .o-product .woocommerce-tabs ul.tabs li.active a {
color: #000000 !important; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel {
margin-top: -1px !important;
margin-bottom: 0 !important;
padding: 3.66667rem 0 !important;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
font-size: 1.58333rem;
line-height: 1.52632;
margin-bottom: 2.66667rem; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel > *:last-child {
margin-bottom: 0 !important; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table {
border: 0 !important; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr {
display: block;
margin-bottom: 1.33333rem; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th {
font-size: 1.25rem;
line-height: 1.66667;
color: #333333; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th,
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
text-align: left;
border-bottom: 0;
padding: 0 !important;
font-style: normal; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
font-weight: 400; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td * {
padding: 0; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr:last-child {
margin-bottom: 0; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments {
margin-bottom: 2.66667rem; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title span {
color: #000000; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist {
padding-left: 0; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment {
margin-bottom: 2.66667rem !important; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container img.avatar {
padding: 0 !important;
background-color: transparent !important;
width: 4.5rem !important;
border: 1px solid #e5e5e5 !important;
border-radius: 50%; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text {
padding: 0 !important;
margin-left: 7rem !important;
border: 0 !important; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
color: #000000; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__author {
font-size: 1.58333rem;
line-height: 1.52632;
margin-bottom: 0.5rem;
display: block; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__dash {
display: none; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__published-date {
font-size: 1rem; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .description *:last-child {
margin-bottom: 0 !important; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title {
display: inline-block;
margin-bottom: 2.66667rem;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
color: #000000; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating label {
font-weight: 500;
color: #333333;
margin-bottom: 1.33333rem; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars a {
-webkit-box-shadow: none;
box-shadow: none; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form input {
width: 100%; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit {
margin-bottom: 0; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input {
padding: 1rem 2.66667rem !important;
font-size: 1.25rem !important;
font-style: normal !important;
line-height: 1 !important;
color: #000000;
font-weight: 400 !important;
background-color: transparent !important;
border: 1px solid #000000 !important;
border-radius: 0 !important;
width: auto;
-webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s !important;
-o-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s !important;
transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s !important; }
.woocommerce .o-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input:hover {
background-color: #000000 !important;
color: #ffffff !important; } .woocommerce-Reviews .commentlist {
margin-bottom: 5.33333rem !important; }
.woocommerce-Reviews .commentlist .review {
margin-bottom: 2.66667rem !important; }
.woocommerce-Reviews .commentlist .review:last-child {
margin-bottom: 0 !important; }
.woocommerce-Reviews .commentlist .review .comment_container img {
border-radius: 50%;
width: 5.33333rem !important;
padding: 0 !important;
border: 0 !important; }
.woocommerce-Reviews .commentlist .review .comment_container .comment-text {
margin: 0 0 0 7rem !important;
border-radius: 0 !important;
border: 0 !important;
padding: 0 !important; }
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta {
margin-bottom: 0.66667rem !important; }
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
font-family: "Roboto", sans-serif;
font-weight: 700;
color: #000000;
margin-bottom: 1.33333rem;
font-size: 1.58333rem;
line-height: 1.52632; }
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__dash {
display: none; }
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__published-date {
display: block;
font-size: 1.16667rem; }
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .description > *:last-child {
margin-bottom: 0 !important; } img.mfp-img {
max-height: 90vh !important; }
.mfp-ready .mfp-figure {
opacity: 0; }
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-scaler {
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95); }
.mfp-bottom-bar {
margin-top: -30px; }
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler .mfp-bottom-bar {
margin-top: 5px; }
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
opacity: 0.82; }
.mfp-zoom-in.mfp-ready .mfp-preloader {
display: block !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
border-radius: 50%;
border: 2px solid transparent;
border-top-color: #ffffff;
-webkit-animation: rotating 0.6s linear infinite;
animation: rotating 0.6s linear infinite;
opacity: 1 !important;
visibility: visible !important;
-webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
opacity: 0; }
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0; }
.mfp-zoom-in.mfp-removing .mfp-preloader {
display: none !important; }
.mfp-iframe-scaler {
overflow: visible !important; }
.mfp-zoom-out-cur {
cursor: auto; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: pointer; }
.mfp-close {
background-color: transparent !important;
color: #ffffff !important;
font-weight: 300 !important;
display: inline-block !important;
text-align: center !important;
top: -5px !important;
width: 32px !important;
height: 32px !important;
padding: 0 !important;
margin-right: 6px !important;
border: 2px solid #ffffff !important;
opacity: 1 !important;
border-radius: 50% !important;
font-size: 22px !important;
line-height: 30px !important;
-webkit-transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important; }
.mfp-close:hover {
background-color: transparent !important; }
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler .mfp-close {
top: -40px !important; }
.mfp-close:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.mfp-arrow {
background-color: transparent !important;
margin-top: 0 !important;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 45px !important;
height: 45px !important;
opacity: 1 !important;
background-color: transparent !important; }
.mfp-arrow:hover {
background-color: transparent !important; }
.mfp-arrow:after {
display: none !important; }
.mfp-arrow:before {
position: relative !important;
display: block !important;
width: 45px !important;
height: 45px !important;
margin: 0 !important;
border: 0 !important;
opacity: 1 !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
-webkit-transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
.mfp-arrow:hover:before {
-webkit-transform: scale(1.1) !important;
-ms-transform: scale(1.1) !important;
transform: scale(1.1) !important; }
.mfp-arrow-left {
left: 40px !important; }
.mfp-arrow-left:before {
background-image: url(//www.jftcomunicacion.es/wp-content/themes/bifrost/assets/images/mfp-arrows/arrow-left-circle.svg); }
.mfp-arrow-right {
right: 40px !important; }
.mfp-arrow-right:before {
background-image: url(//www.jftcomunicacion.es/wp-content/themes/bifrost/assets/images/mfp-arrows/arrow-right-circle.svg); }
.mfp-title {
font-size: 1.5rem;
font-weight: 500; }
.mfp-counter {
font-size: 1.3rem !important;
font-weight: 500; }
.mfp-wrap.mfp-removing {
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
opacity: 0; } .elementor-progress-wrapper {
overflow: hidden; }
.m-progress-bar .m-progress-bar__label {
color: #333333;
font-weight: 600;
font-size: 1.25rem;
line-height: 1.66667;
margin-bottom: 1rem; }
.m-progress-bar .m-progress-bar__label span {
font-size: 1.33333rem; }
.m-progress-bar .m-progress-bar__content-holder {
display: block;
height: 0.5rem;
background-color: #f7f8f9; }
.m-progress-bar .m-progress-bar__content-holder .m-progress-bar__content {
position: relative;
height: 100%;
display: block; }
.m-progress-bar .m-progress-bar__content-holder .m-progress-bar__content span {
position: absolute;
top: 0;
right: auto;
bottom: 0;
left: 0;
height: 100%;
background-color: #000000; } .m-author-box {
padding: 5.33333rem 0;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5; }
@media (max-width: 767px) {
.m-author-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; } }
.m-author-box__avatar {
margin-bottom: 2.66667rem;
min-width: 8rem;
width: 8rem; }
@media (min-width: 768px) {
.m-author-box__avatar {
margin-right: 2.66667rem;
margin-bottom: 0; } }
.m-author-box__avatar img {
display: block;
width: 100%;
border-radius: 50%;
border: 4px solid #e5e5e5; }
.m-author-box__content__title {
margin-bottom: 0.66667rem; }
.m-author-box__content__title a {
color: inherit; }
.m-author-box__content__description {
margin-bottom: 2rem; }   .l-blog-wrapper__posts-holder .selector {
margin-bottom: 30px; }
.o-blog-post .o-blog-post__thumbnail img {
display: block;
margin: auto; }
.o-blog-post .o-blog-post__content > *:last-child {
margin-bottom: 0 !important;
padding-bottom: 0 !important; }
.o-blog-post .o-blog-post__meta {
color: #333333;
margin-bottom: 0.66667rem; }
.o-blog-post .o-blog-post__meta > * {
line-height: 2.66667rem !important; }
.o-blog-post .o-blog-post__meta .o-blog-post__sticky {
margin-right: 0.83333rem;
display: inline-block; }
.o-blog-post .o-blog-post__meta .o-blog-post__type span {
font-style: italic;
text-transform: capitalize; }
.o-blog-post .o-blog-post__meta .o-blog-post__time {
font-style: italic;
font: inherit;
color: inherit; }
.o-blog-post .o-blog-post__meta .o-blog-post__time span {
font-style: italic; }
.o-blog-post .o-blog-post__title {
margin-bottom: 0.83333rem; }
.o-blog-post .o-blog-post__title a {
color: #000000; }
.o-blog-post .o-blog-post__author {
padding-top: 0.66667rem; }
.o-blog-post .o-blog-post__author .avatar {
width: 3rem;
margin-right: 1rem; }
.o-blog-post .o-blog-post__author .avatar img {
display: block;
border-radius: 50%; }
.o-blog-post .o-blog-post__author .author-name a {
font-style: italic;
font-weight: 400;
color: #333333; }
.owl-carousel .o-blog-post {
margin-bottom: 0; } .l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-inside .o-blog-post .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner {
position: relative;
z-index: 2; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-inside .o-blog-post .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__title {
margin-bottom: 0; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-inside .o-blog-post .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__title a {
color: #000000; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-inside .o-blog-post .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__title a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-inside .o-blog-post .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .o-blog-post__meta {
margin-bottom: 0; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-inside .o-blog-post .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .o-blog-post__meta .a-separator svg {
stroke: #000000; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-inside .o-blog-post .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .o-blog-post__meta .a-separator ul li {
color: #1a1a1a;
font-style: italic; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-inside .o-blog-post .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .o-blog-post__meta .a-separator ul li a {
color: inherit; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-inside .o-blog-post .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .o-blog-post__meta .a-separator ul li a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; } .l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-outside.l-blog-wrapper__posts-holder--meta-outside--transparent-bg .o-blog-post .o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
background-color: transparent; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-outside .row {
margin-right: -25px;
margin-left: -25px; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-outside .row .selector {
padding-right: 25px;
padding-left: 25px;
margin-bottom: 50px; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-outside .o-blog-post {
overflow: hidden;
-webkit-perspective: 1000px;
perspective: 1000px; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-outside .o-blog-post .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body > a {
z-index: 4 !important; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-outside .o-blog-post .o-blog-post__content {
background-color: #ffffff;
padding-top: 1.83333rem; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-outside .o-blog-post .o-blog-post__content .o-blog-post__title a:hover {
color: #000000; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-outside .o-blog-post .o-blog-post__content .o-blog-post__meta {
font-size: 1.16667rem; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-outside .o-blog-post .o-blog-post__content .o-blog-post__meta .a-separator a:hover {
color: #000000; }
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-outside .o-blog-post .o-blog-post__content .o-blog-post__author a:hover {
color: #000000; } .o-main-sidebar {
margin-top: 2.66667rem; }
@media (min-width: 992px) {
.o-main-sidebar {
margin-top: 0;
padding-left: 2.16667rem; } }
@media (min-width: 992px) {
.flex-row-reverse .o-main-sidebar {
padding-left: 0;
padding-right: 2.16667rem; } } .o-comments .o-comments__title {
margin-bottom: 0; }
.o-comments .o-comments__area {
padding: 5.33333rem 0;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5; }
.o-comments .o-comments__area .o-comment {
position: relative;
margin-bottom: 5.33333rem; }
.o-comments .o-comments__area .o-comment:first-child {
margin-top: 5.33333rem; }
.o-comments .o-comments__area .o-comment:last-child {
margin-bottom: 0; }
.o-comments .o-comments__area .o-comment .o-comment__avatar {
margin-bottom: 1.33333rem; }
@media (min-width: 576px) {
.o-comments .o-comments__area .o-comment .o-comment__avatar {
position: absolute;
top: 0;
margin-bottom: 0; } }
.o-comments .o-comments__area .o-comment .o-comment__avatar img {
border: 1px solid #e5e5e5;
border-radius: 50%;
display: block; }
.o-comments .o-comments__area .o-comment .o-comment__details {
padding-bottom: 2.66667rem; }
@media (min-width: 576px) {
.o-comments .o-comments__area .o-comment .o-comment__details {
padding-bottom: 0;
padding-left: 8.75rem; } }
.o-comments .o-comments__area .o-comment .o-comment__details .o-comment__author-meta {
margin-bottom: 0.41667rem; }
.o-comments .o-comments__area .o-comment .o-comment__details .o-comment__author-meta .o-comment__author-meta-title {
margin-bottom: 0; }
.o-comments .o-comments__area .o-comment .o-comment__details .o-comment__author-meta .comment-reply-link {
font-size: 1.16667rem;
line-height: 1.42857;
color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.o-comments .o-comments__area .o-comment .o-comment__details .o-comment__date {
font-size: 1.25rem;
line-height: 1.66667;
margin-bottom: 1.33333rem; }
.o-comments .o-comments__area .o-comment .o-comment__details .o-comment__content > *:last-child {
margin-bottom: 0;
padding-bottom: 0; }
.o-comments .o-comments__area .o-comment.o-comment--no-avatar .o-comment__details {
padding-left: 0; }
.o-comments .o-comments__area .page-numbers:not(.next):not(.prev) {
margin-top: 5.33333rem;
margin-right: 0.66667rem;
font-size: 1.16667rem;
font-weight: 600;
text-align: center;
color: #333333;
width: 3.16667rem;
height: 3.16667rem;
line-height: 3rem;
border-radius: 50%;
display: inline-block;
background-color: #ffffff;
border: 1px solid #e5e5e5;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
.o-comments .o-comments__area .page-numbers:not(.next):not(.prev):hover, .o-comments .o-comments__area .page-numbers:not(.next):not(.prev).current {
background-color: #000000;
color: #ffffff;
border-color: #ffffff; }
.o-comments .o-comments__area .page-numbers:not(.next):not(.prev):last-child {
margin-right: 0; }
.o-comments .o-comments__area .page-numbers.next {
margin-left: 0.66667rem; }
.o-comments .o-comments__area .page-numbers.prev {
margin-right: 0.66667rem; }
.o-comments .o-comments__area .page-numbers.next, .o-comments .o-comments__area .page-numbers.prev {
margin-top: 5.33333rem;
display: inline-block;
color: #333333; }
.o-comments .o-comments__area .page-numbers.next:hover, .o-comments .o-comments__area .page-numbers.prev:hover {
color: #000000; }
.o-comments .o-comments__area .comment-respond {
width: calc(100% - 30px);
margin: 0 16px 5.33333rem 16px;
padding: 4.16667rem 3.33333rem;
background-color: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 0; }
.o-comments .o-comments__area .comment-respond .o-comments__title {
font-size: 1.25rem;
line-height: 1.66667;
font-weight: 500;
padding-bottom: 2.66667rem;
margin-bottom: 0; }
.o-comments .o-comments__area .comment-respond .o-comments__title small {
font-size: 1.25rem;
line-height: 1.66667;
font-weight: 500;
margin-left: auto; }
.o-comments .comment-respond .comment-form .o-comments__form__textarea {
margin-bottom: 1.83333rem; }
.o-comments .comment-respond .comment-form .o-comments__form__inputs {
margin-bottom: 1.83333rem; }
.o-comments .comment-respond .comment-form .o-comments__form__submit input {
font-style: normal;
border: 1px solid #000000; }
.o-comments .o-comments__form .comment-respond {
padding: 5.33333rem 0; }
.o-comments .o-comments__form .comment-respond .o-comments__title {
padding-bottom: 2.66667rem;
margin-bottom: 0; }
.o-comments .o-comments__closed {
padding: 5.33333rem 0; }
.o-comments .o-comments__closed .o-comments__closed__title {
margin-bottom: 0;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600; } .o-hero {
position: relative; }
.o-hero .o-hero__header {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.o-hero .o-hero__header .o-hero__header__image {
height: 100%; }
.o-hero .o-hero__header .o-hero__header__overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.o-hero .o-hero__content {
position: absolute;
top: 50%;
right: 0;
bottom: auto;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.o-hero .o-hero__content .o-hero__content__title {
font-family: "Roboto", sans-serif;
font-weight: 700;
color: #000000;
margin-bottom: 1.33333rem;
font-size: 3rem;
line-height: 1.27778;
margin-bottom: 1.33333rem;
font-weight: 600; }
@media (min-width: 1201px) {
.o-hero .o-hero__content .o-hero__content__title {
font-size: 5.25rem;
line-height: 1; } }
.o-hero .o-hero__content .o-breadcrumb {
border: 0; }
.o-hero .o-hero__content .o-breadcrumb .m-breadcrumb-nav .m-breadcrumb-nav__item {
font-size: inherit;
line-height: inherit;
font-weight: inherit; }
.o-hero .o-hero__content .container > *:last-child {
margin-bottom: 0; } .o-breadcrumb {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5; }
@media (max-width: 575px) {
.o-breadcrumb .d-flex {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; } }
.o-breadcrumb .o-breadcrumb__page {
margin-bottom: 1.33333rem; }
@media (min-width: 576px) {
.o-breadcrumb .o-breadcrumb__page {
margin-bottom: 0; } }
@media (max-width: 575px) {
.o-breadcrumb .m-breadcrumb-nav {
margin-left: 0 !important; } } .o-pagination ul.o-pagination__numbers {
padding: 0;
margin: 0; }
.o-pagination ul.o-pagination__numbers li {
display: inline-block;
margin-bottom: 0;
margin-left: 2.66667rem;
margin-left: 2.66667rem; }
.o-pagination ul.o-pagination__numbers li:first-child {
margin-left: 0 !important; }
.o-pagination ul.o-pagination__numbers li a {
font-size: 1.5rem;
line-height: 1.22222;
font-weight: 400;
color: #000000;
display: inline-block; }
.o-pagination ul.o-pagination__numbers li a:hover {
color: #000000; }
.o-pagination ul.o-pagination__numbers li.active a {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }
.o-pagination .o-pagination__arrow a {
-webkit-box-shadow: none;
box-shadow: none; }
.o-pagination .o-pagination__arrow a svg {
stroke: #000000;
-webkit-transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
.o-pagination .o-pagination__arrow a:hover svg {
stroke: #000000; }
.o-pagination .o-pagination__arrow.o-pagination__arrow--disabled a {
pointer-events: none; }
.o-pagination .o-pagination__arrow.o-pagination__arrow--disabled a svg {
stroke: #999999; }
.o-pagination.o-pagination--pages {
padding-bottom: 2.66667rem;
clear: both; }
.o-pagination.o-pagination--pages .o-pagination__title {
font-family: "Roboto", sans-serif;
font-weight: 700;
color: #000000;
margin-bottom: 1.33333rem;
font-size: 1.25rem;
line-height: 1.66667; }
.o-pagination.o-pagination--pages .o-pagination--pages__numbers {
display: inline-block;
margin-left: 0.83333rem; }
.o-pagination.o-pagination--pages .o-pagination--pages__numbers span {
margin: 0 0.66667rem;
display: inline-block;
font-size: 1.25rem;
line-height: 1.2;
color: #000000;
display: inline-block;
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }
.o-pagination.o-pagination--pages .o-pagination--pages__numbers a {
color: #000000;
-webkit-box-shadow: none;
box-shadow: none; }
.o-pagination.o-pagination--pages .o-pagination--pages__numbers a span {
color: #000000;
-webkit-box-shadow: none;
box-shadow: none; }
.o-pagination.o-pagination--pages .o-pagination--pages__numbers a:hover span {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }
.elementor-element .elementor-widget-container .o-pagination {
background-color: transparent;
border-top: 0;
border-bottom: 0; }
.elementor-element .elementor-widget-container .o-pagination .container {
max-width: 100%;
padding: 0; } .o-post-navigation {
padding: 3.33333rem 0;
border-top: 1px solid #e5e5e5; }
.o-post-navigation .o-post-navigation__link--back a .o-post-navigation__title {
text-align: center;
margin-bottom: 0;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
font-size: 1.58333rem;
line-height: 1.52632; }
.o-post-navigation .o-post-navigation__link--back a:hover {
color: #000000;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important; }
.o-post-navigation .o-post-navigation__link a svg {
stroke: #000000;
-webkit-transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
-o-transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }
.o-post-navigation .o-post-navigation__link a .o-post-navigation__text-icon {
position: relative;
width: 100%; }
.o-post-navigation .o-post-navigation__link a .o-post-navigation__text-icon .o-post-navigation__title {
font-size: 1.58333rem;
line-height: 1.52632;
font-weight: 600;
margin-bottom: 0;
-webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }
.o-post-navigation .o-post-navigation__link a .o-post-navigation__text-icon .o-post-navigation__subtitle {
font-size: 1.25rem;
line-height: 1.66667;
margin-bottom: 0;
font-weight: 400;
color: #333333;
position: absolute;
top: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }
@media (min-width: 576px) {
.o-post-navigation .o-post-navigation__link a .o-post-navigation__text-icon .o-post-navigation__subtitle {
margin-top: 0.33333rem; } }
.o-post-navigation .o-post-navigation__link a:hover svg {
stroke: #000000; }
.o-post-navigation .o-post-navigation__link a:hover .o-post-navigation__title {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: #000000; }
.o-post-navigation .o-post-navigation__link a:hover .o-post-navigation__subtitle {
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s; }
.o-post-navigation .o-post-navigation__link.prev .o-post-navigation__text-icon .o-post-navigation__subtitle {
left: 0; }
.o-post-navigation .o-post-navigation__link.next .o-post-navigation__text-icon .o-post-navigation__subtitle {
right: 0; } .o-neuron-hover .o-neuron-hover-holder {
overflow: hidden; }
.o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
display: none; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder {
position: relative; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img {
-webkit-transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #ffffff;
opacity: 0;
-webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__body, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__body {
position: absolute;
top: 2.66667rem;
right: 2.66667rem;
bottom: 2.66667rem;
left: 2.66667rem; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__body > a, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__body > a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
z-index: 1; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner {
width: 100%; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta {
text-align: center;
z-index: 2;
opacity: 0;
-webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .a-separator svg, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .a-separator svg {
stroke: #ffffff; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__button-holder {
width: 100%;
position: absolute;
opacity: 0;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
z-index: 2; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__button-holder.top, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__button-holder.top {
top: 0; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__button-holder.vertical-center, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__button-holder.vertical-center {
top: 50%;
margin-top: -1.83333rem; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__button-holder.bottom, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__button-holder.bottom {
bottom: 0; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__button-holder .o-neuron-hover-holder__button, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__button-holder .o-neuron-hover-holder__button {
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta svg {
display: block;
width: 32px;
height: 32px;
stroke: #000000; } .o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
.o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta *, .o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta * {
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__button-holder {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
.o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--icon .o-neuron-hover-holder:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img, .o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--meta-inside .o-neuron-hover-holder:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--icon .o-neuron-hover-holder:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay, .o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--meta-inside .o-neuron-hover-holder:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
opacity: 1; }
.o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--icon .o-neuron-hover-holder:hover .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--meta-inside .o-neuron-hover-holder:hover .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s; }
.o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--icon .o-neuron-hover-holder:hover .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--meta-inside .o-neuron-hover-holder:hover .o-neuron-hover-holder__button-holder {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s; }
.o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--icon .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img, .o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--meta-inside .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--icon .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay, .o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--meta-inside .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
opacity: 1; }
.o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--icon .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--meta-inside .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s; }
.o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--icon .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--scale.o-neuron-hover--meta-inside .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__button-holder {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s; } .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta {
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s; }
.o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__button-holder {
-webkit-transform: translateY(18px);
-ms-transform: translateY(18px);
transform: translateY(18px); }
.o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--icon .o-neuron-hover-holder:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--icon .o-neuron-hover-holder--active .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--meta-inside .o-neuron-hover-holder:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--meta-inside .o-neuron-hover-holder--active .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
opacity: 1; }
.o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--icon .o-neuron-hover-holder:hover .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--icon .o-neuron-hover-holder--active .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--meta-inside .o-neuron-hover-holder:hover .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--meta-inside .o-neuron-hover-holder--active .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--icon .o-neuron-hover-holder:hover .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--icon .o-neuron-hover-holder--active .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--meta-inside .o-neuron-hover-holder:hover .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--meta-inside .o-neuron-hover-holder--active .o-neuron-hover-holder__button-holder {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--icon .o-neuron-hover-holder--reverse:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--meta-inside .o-neuron-hover-holder--reverse:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
opacity: 0; }
.o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--icon .o-neuron-hover-holder--reverse:hover .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--meta-inside .o-neuron-hover-holder--reverse:hover .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta {
opacity: 0;
-webkit-transform: translateY(32px);
-ms-transform: translateY(32px);
transform: translateY(32px); }
.o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--icon .o-neuron-hover-holder--reverse:hover .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--translate.o-neuron-hover--meta-inside .o-neuron-hover-holder--reverse:hover .o-neuron-hover-holder__button-holder {
opacity: 0;
-webkit-transform: translateY(18px);
-ms-transform: translateY(18px);
transform: translateY(18px);
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s; } .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
opacity: 0;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s; }
.o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__button-holder {
-webkit-transform: translateY(32px);
-ms-transform: translateY(32px);
transform: translateY(32px); }
.o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img {
-webkit-clip-path: inset(16px 16px 16px 16px);
clip-path: inset(16px 16px 16px 16px); }
.o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
opacity: 1;
-webkit-clip-path: inset(16px 16px 16px 16px);
clip-path: inset(16px 16px 16px 16px); }
.o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder:hover .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder:hover .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s; }
.o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder:hover .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder:hover .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder.o-neuron-hover-holder--active .o-neuron-hover-holder__button-holder {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s; }
.o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder--active:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder--active:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__media img {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder--active:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder--active:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
opacity: 0;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder--active:hover .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder--active:hover .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta {
opacity: 0;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s; }
.o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--icon .o-neuron-hover-holder--active:hover .o-neuron-hover-holder__button-holder, .o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder--active:hover .o-neuron-hover-holder__button-holder {
opacity: 1;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
-webkit-transform: translateY(32px);
-ms-transform: translateY(32px);
transform: translateY(32px); } .l-portfolio-wrapper .l-portfolio-wrapper__items-holder .selector {
margin-bottom: 2.5rem; }
.owl-carousel .selector {
margin-bottom: 0 !important; } .l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-outside .o-portfolio-item .o-portfolio-item__content {
margin-top: 1.83333rem;
text-align: center; }
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-outside .o-portfolio-item .o-portfolio-item__content .o-portfolio-item__title {
margin-bottom: 0; }
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-outside .o-portfolio-item .o-portfolio-item__content .o-portfolio-item__title a {
color: #000000; }
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-outside .o-portfolio-item .o-portfolio-item__content .o-portfolio-item__title a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-outside .o-portfolio-item .o-portfolio-item__content .a-separator svg {
stroke: #000000; }
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-outside .o-portfolio-item .o-portfolio-item__content .a-separator ul li {
color: #1a1a1a;
font-style: italic;
line-height: 2.66667rem; }
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-outside .o-portfolio-item .o-portfolio-item__content .a-separator ul li a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; } .l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-inside .o-portfolio-item .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta {
position: relative;
z-index: 2; }
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-inside .o-portfolio-item .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__title {
margin-bottom: 0; }
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-inside .o-portfolio-item .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__title a {
color: #000000; }
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-inside .o-portfolio-item .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__title a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-inside .o-portfolio-item .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .a-separator ul li {
color: #1a1a1a;
font-style: italic;
line-height: 2.66667rem; }
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-inside .o-portfolio-item .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .a-separator ul li a {
color: inherit; }
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-inside .o-portfolio-item .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body__inner .o-neuron-hover-holder__body-meta .a-separator ul li a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; } .l-primary-header__bag .l-primary-header__bag__icon {
position: relative;
color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
-ms-flex-item-align: center;
align-self: center; }
.l-primary-header__bag .l-primary-header__bag__icon:hover {
opacity: 0.75; }
.l-primary-header__bag .l-primary-header__bag__icon span {
position: absolute;
top: -0.75rem;
right: -0.75rem;
height: 1.41667rem;
width: 1.41667rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 1.41667rem;
background-color: #000000;
border-radius: 50%;
font-size: 0.83333rem;
font-weight: 700;
color: #ffffff; }
.l-primary-header__bag:hover .o-mini-cart {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.widget_shopping_cart_content .o-mini-cart__no-products p {
font-size: 1.16667rem;
font-weight: 400;
margin-bottom: 0; }
.o-mini-cart__holder .blockUI.blockOverlay,
.o-mini-cart__holder .loader {
background-color: #ffffff !important; }
.o-mini-cart__holder .o-mini-cart__holder__cart-list {
margin: 0 0 2.66667rem 0 !important;
padding: 0; }
.o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item {
padding: 0 !important;
margin-bottom: 1.83333rem; }
.o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item:last-child {
padding-bottom: 0; }
.o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item .o-mini-cart__holder__cart-list__item__image {
-webkit-box-shadow: none;
box-shadow: none; }
.o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item .o-mini-cart__holder__cart-list__item__image img {
margin: 0;
width: 4rem; }
.o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item .o-mini-cart__holder__cart-list__item__meta {
margin-left: 1.16667rem; }
.o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item .o-mini-cart__holder__cart-list__item__meta .title {
font-size: 1.25rem;
line-height: 1.66667;
line-height: 1.28571 !important;
margin-bottom: 0.16667rem; }
.o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item .o-mini-cart__holder__cart-list__item__meta .title a {
display: inline-block;
color: #333333;
font-weight: 500; }
.o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item .o-mini-cart__holder__cart-list__item__meta .title a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white;
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white; }
.o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item .o-mini-cart__holder__cart-list__item__meta .quantity {
font-size: 1.08333rem;
font-weight: 400;
color: #858585; }
.o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item .o-mini-cart__holder__item__remove {
color: #333333;
-webkit-box-shadow: none;
box-shadow: none;
font-weight: 400;
line-height: 1; }
.o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item .o-mini-cart__holder__item__remove:hover {
opacity: 0.75; }
.o-mini-cart__total-holder .o-mini-cart__total-holder__total {
border-top: 0 !important;
border-bottom: 1px solid #000000 !important;
padding: 1rem 0 !important;
margin-bottom: 1.83333rem; }
.o-mini-cart__total-holder .o-mini-cart__total-holder__total .subtotal {
margin-bottom: 0;
font-weight: 400;
color: #333333; }
.o-mini-cart__total-holder .o-mini-cart__total-holder__total .price .amount {
font-family: "Roboto", sans-serif;
font-size: 1.25rem;
line-height: 1.66667;
color: #333333; }
.o-mini-cart__total-holder .o-mini-cart__total-holder__buttons .button {
width: calc(50% - 15px);
text-align: left;
padding: 0 !important;
margin: 0 !important;
font-size: 1.25rem !important;
line-height: 1 !important;
cursor: pointer !important;
border-radius: 0 !important;
-webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important; }
.o-mini-cart__total-holder .o-mini-cart__total-holder__buttons .button.checkout {
margin-left: auto !important;
text-align: right; }
.o-mini-cart {
display: none; }
@media (min-width: 768px) {
.o-mini-cart {
display: block;
padding: 2.83333rem 2.5rem;
min-width: 26.66667rem;
max-width: 26.66667rem;
background-color: #000000;
border-radius: 0;
margin-top: 2.66667rem;
position: absolute;
top: 100%;
right: 0;
-webkit-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
.o-mini-cart::before {
content: '';
width: 100%;
height: 2.66667rem;
position: absolute;
top: 0;
left: 0;
margin-top: -2.66667rem; }
.o-mini-cart .widget_shopping_cart_content .o-mini-cart__no-products p {
font-size: 1.16667rem;
margin-bottom: 0;
color: #ffffff; }
.o-mini-cart .o-mini-cart__holder .blockUI.blockOverlay,
.o-mini-cart .o-mini-cart__holder .loader {
background-color: #333333 !important; }
.o-mini-cart .o-mini-cart__holder .o-mini-cart__holder__cart-list {
margin: 0 0 1.83333rem 0 !important; }
.o-mini-cart .o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item .o-mini-cart__holder__cart-list__item__meta .title {
font-family: "Roboto", sans-serif;
margin-bottom: 0; }
.o-mini-cart .o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item .o-mini-cart__holder__cart-list__item__meta .title a {
color: #ffffff; }
.o-mini-cart .o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item .o-mini-cart__holder__cart-list__item__meta .quantity {
font-size: 1.08333rem;
font-weight: 400;
color: #e6e6e6; }
.o-mini-cart .o-mini-cart__holder .o-mini-cart__holder__cart-list .o-mini-cart__holder__cart-list__item .o-mini-cart__holder__item__remove {
color: #ffffff; }
.o-mini-cart .o-mini-cart__total-holder .o-mini-cart__total-holder__total {
border-bottom-color: #b3b3b3 !important; }
.o-mini-cart .o-mini-cart__total-holder .o-mini-cart__total-holder__total .subtotal {
color: #ffffff; }
.o-mini-cart .o-mini-cart__total-holder .o-mini-cart__total-holder__total .price .amount {
font-family: "Roboto", sans-serif;
color: #ffffff; }
.o-mini-cart .o-mini-cart__total-holder .o-mini-cart__total-holder__buttons .button {
width: calc(50% - 5px);
font-weight: 400;
color: #ffffff !important; } } .o-slidingbar {
position: relative;
z-index: 99991; }
.o-slidingbar .o-slidingbar__content {
width: 100%;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: auto;
z-index: 2;
background-color: #ffffff;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
@media (min-width: 768px) {
.o-slidingbar .o-slidingbar__content {
max-width: 33.33333rem; } }
@media (min-width: 768px) {
.o-slidingbar .o-slidingbar__content {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); } }
.o-slidingbar .o-slidingbar__content .o-slidingbar__content__holder {
padding: 1.33333rem 2.66667rem 2.66667rem 2.66667rem; }
@media (min-width: 768px) {
.o-slidingbar .o-slidingbar__content .o-slidingbar__content__holder {
padding: 2.66667rem 5.33333rem 5.33333rem 5.33333rem; } }
.o-slidingbar .o-slidingbar__content .o-slidingbar__content__holder .o-slidingbar__close-icon {
cursor: pointer;
margin-bottom: 1.33333rem; }
@media (min-width: 768px) {
.o-slidingbar .o-slidingbar__content .o-slidingbar__content__holder .o-slidingbar__close-icon {
margin-bottom: 2.66667rem; } }
.o-slidingbar .o-slidingbar__content .o-slidingbar__content__holder .o-slidingbar__close-icon svg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #333333;
-webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
.o-slidingbar .o-slidingbar__content .o-slidingbar__content__holder .o-slidingbar__close-icon svg:hover {
opacity: 0.75; }
.o-slidingbar .o-slidingbar__content.o-slidingbar__content--dark-skin {
background-color: #000000; }
.o-slidingbar .o-slidingbar__content.o-slidingbar__content--dark-skin .o-slidingbar__content__holder .o-slidingbar__close-icon svg {
color: #ffffff; }
@media (min-width: 768px) {
.o-slidingbar .o-slidingbar__overlay {
cursor: pointer;
background-color: rgba(51, 51, 51, 0.3);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; } }
.o-slidingbar.active .o-slidingbar__content {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
@media (min-width: 768px) {
.o-slidingbar.active .o-slidingbar__content {
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s; } }
.o-slidingbar.active .o-slidingbar__overlay {
opacity: 1;
visibility: visible; } html {
font-size: 10px;
overflow-y: scroll; }
@media (min-width: 1367px) {
html {
font-size: 12px; } }
body {
background-color: #ffffff;
font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 1.25rem;
line-height: 1.66667;
color: #333333;
word-wrap: break-word;
word-break: break-word;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-font-feature-settings: 'liga' on;
text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }
::-moz-selection {
background-color: #000000;
color: #ffffff; }
::selection {
background-color: #000000;
color: #ffffff; }
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1150px; }
@media (min-width: 1367px) {
.container {
max-width: 1360px; } } .l-theme-wrapper {
position: relative;
margin-left: auto;
margin-right: auto; }
.l-theme-wrapper .l-main-wrapper {
background-color: #ffffff; } .l-theme-boxed {
background-color: #e5e6eb; }
.l-theme-boxed .l-theme-wrapper {
max-width: 1500px;
margin-left: auto;
margin-right: auto; }
.l-theme-boxed .l-primary-header--sticky .headroom {
max-width: 1500px;
margin-left: auto;
margin-right: auto; } .l-primary-header--default-wrapper,
.l-primary-header--responsive-wrapper {
position: relative;
z-index: 999; }
.l-primary-header {
padding: 2.66667rem 0;
background-color: #ffffff; }
.l-primary-header .a-logo {
-ms-flex-item-align: center;
align-self: center; }
.l-primary-header .l-primary-header__bag {
position: relative; }
.l-primary-header--wide-container {
padding-left: 2.66667rem;
padding-right: 2.66667rem; }
.l-primary-header--wide-container .container {
max-width: 100%;
padding: 0;
margin: 0; }
@media (max-width: 991px) {
.l-primary-header--default-wrapper {
display: none; }
.l-primary-header.l-primary-header--default {
display: none; } }
@media (min-width: 992px) {
.l-primary-header--default-wrapper {
display: block; }
.l-primary-header--default-wrapper.l-primary-header--default-height {
top: 0 !important; }
.l-primary-header.l-primary-header--default {
display: block; }
.l-primary-header.l-primary-header--default .l-primary-header__icons {
padding-left: 2.66667rem; }
.l-primary-header .l-primary-header__holder {
position: relative; } } .l-primary-header .l-primary-header__icons > * {
margin-left: 0.66667rem; }
@media (min-width: 576px) {
.l-primary-header .l-primary-header__icons > * {
margin-left: 1.33333rem; } }
.l-primary-header .l-primary-header__icons > * svg {
-webkit-transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
.l-primary-header .l-primary-header__icons > *:first-child {
margin-left: 0; }
@media (max-width: 991px) {
.l-primary-header--responsive-wrapper {
display: block; }
.l-primary-header--responsive-wrapper.l-primary-header--responsive-height {
top: 0 !important; }
.l-primary-header.l-primary-header--responsive {
display: block; }
.l-primary-header.l-primary-header--responsive .container {
position: relative; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: #000000;
border-radius: 0;
z-index: 1;
margin-top: 2.66667rem;
-webkit-transition: margin-top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: margin-top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, margin-top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, margin-top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, margin-top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-webkit-transform: translateY(15px);
-ms-transform: translateY(15px);
transform: translateY(15px);
opacity: 0;
visibility: hidden; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav.active {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav nav ul.menu {
padding: 1.33333rem 2.66667rem;
margin: 0; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav nav ul.menu li.menu-item {
display: block;
position: relative;
margin-bottom: 0;
padding: 0.66667rem 0; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav nav ul.menu li.menu-item:last-child {
margin-bottom: 0; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav nav ul.menu li.menu-item a {
color: #ffffff;
font-size: 1.33333rem; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav nav ul.menu li.menu-item a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white;
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav nav ul.menu li.menu-item.current_page_ancestor > a, .l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav nav ul.menu li.menu-item.current_page_item > a {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white;
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav nav ul.menu li.menu-item.menu-item-has-children .menu-item-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
right: 0;
padding: 0.66667rem 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav nav ul.menu li.menu-item.menu-item-has-children .menu-item-icon svg {
color: #ffffff; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav nav ul.menu li.menu-item.menu-item-has-children .menu-item-icon.active {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
margin-top: 1.33333rem;
margin-bottom: 0;
padding-left: 1.33333rem;
display: none; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__icon {
-webkit-box-shadow: none;
box-shadow: none; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__icon svg {
display: block;
width: 42px; }
.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__icon svg line {
fill: none;
stroke: #000000;
stroke-width: 6;
stroke-miterlimit: 10;
-webkit-transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-o-transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
.l-primary-header.l-primary-header--responsive .l-primary-header__icons {
padding-right: 1.33333rem; } }
@media (min-width: 992px) {
.l-primary-header--responsive-wrapper {
display: none; }
.l-primary-header.l-primary-header--responsive {
display: none; } }
.l-primary-header.l-primary-header--light-skin .a-logo.a-logo--text a {
color: #ffffff; }
.l-primary-header.l-primary-header--light-skin .a-logo.a-logo--text a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white;
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white; }
.l-primary-header.l-primary-header--light-skin .a-logo.a-logo--image .a-logo--image__inner--dark {
opacity: 0;
visibility: hidden; }
.l-primary-header.l-primary-header--light-skin .a-logo.a-logo--image .a-logo--image__inner--light {
opacity: 1;
visibility: visible; }
.l-primary-header.l-primary-header--light-skin .l-primary-header__icons svg {
stroke: #ffffff; }
.l-primary-header.l-primary-header--light-skin .l-primary-header__bag .l-primary-header__bag__icon .number {
background-color: #ffffff;
color: #333333; }
.l-primary-header.l-primary-header--default.l-primary-header--light-skin .l-primary-header--default__nav ul.menu li.menu-item > a {
color: #ffffff !important; }
.l-primary-header.l-primary-header--default.l-primary-header--light-skin .l-primary-header--default__nav ul.menu li.menu-item > a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white;
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white; }
.l-primary-header.l-primary-header--default.l-primary-header--light-skin .l-primary-header--default__nav ul.menu li.menu-item.current_page_ancestor > a {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white;
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white; }
.l-primary-header.l-primary-header--default.l-primary-header--light-skin .l-primary-header--default__nav ul.menu li.menu-item.current_page_item > a {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white;
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white; }
@media (max-width: 991px) {
.l-primary-header.l-primary-header--responsive.l-primary-header--light-skin .l-primary-header--responsive__icon svg line {
stroke: #ffffff; } }
.l-primary-header--sticky .headroom {
position: fixed;
top: 0;
right: 0;
bottom: auto;
left: 0;
background-color: #ffffff;
-webkit-transition: top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, padding cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, padding cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
-o-transition: top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, padding cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, padding cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
transition: top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, padding cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
.l-primary-header--sticky .headroom.headroom--not-top {
top: 0 !important;
padding-top: 1.83333rem;
padding-bottom: 1.83333rem;
-webkit-box-shadow: 0px 2px 12px -3px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 12px -3px rgba(0, 0, 0, 0.1); }
.l-primary-header--sticky .headroom.headroom--not-top ul.menu.m-header-default-menu > li.menu-item.menu-item-has-children > ul.sub-menu {
margin-top: 1.83333rem !important; }
.l-primary-header--sticky .headroom.headroom--not-top ul.menu.m-header-default-menu > li.menu-item.menu-item-has-children > ul.sub-menu::before {
height: 1.83333rem;
top: -1.83333rem; }
.l-primary-header--sticky .headroom.headroom--not-top .o-mini-cart,
.l-primary-header--sticky .headroom.headroom--not-top .l-primary-header--responsive__nav {
margin-top: 1.83333rem; }
.l-primary-header--sticky.l-primary-header--autohide .headroom--unpinned {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%); }
.l-primary-header--absolute {
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: 0; }
.l-primary-header--absolute .l-primary-header {
background-color: transparent; }
.l-primary-header--absolute .headroom--not-top {
background-color: #ffffff; } .woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
width: 100%;
max-width: 100%;
padding: 0; }
.woocommerce .button {
padding: 1rem 2.66667rem !important;
font-size: 1.16667rem !important;
font-weight: 400 !important;
line-height: 1;
cursor: pointer;
color: #000000 !important;
background-color: transparent !important;
border: 1px solid #000000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-radius: 0 !important;
-webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s !important;
-o-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s !important;
transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s !important; }
.woocommerce .button:hover {
background-color: #000000 !important;
color: #ffffff !important; }
.woocommerce .o-main-sidebar input[type='submit'],
.woocommerce .o-main-sidebar button,
.woocommerce .o-main-sidebar .button {
padding: 1rem 2.66667rem !important;
font-size: 1.25rem !important;
font-weight: 400 !important;
text-align: center !important;
cursor: pointer !important;
color: #000000 !important;
background-color: transparent !important;
border: 1px solid #000000 !important;
border-radius: 0 !important;
-webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s !important;
-o-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s !important;
transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s !important; }
.woocommerce .o-main-sidebar input[type='submit']:hover,
.woocommerce .o-main-sidebar button:hover,
.woocommerce .o-main-sidebar .button:hover {
background-color: #000000 !important;
color: #ffffff !important; }
.elementor-widget-sidebar input[type='submit'],
.elementor-widget-sidebar button,
.elementor-widget-sidebar .button {
padding: 1rem 2.66667rem !important;
font-size: 1.25rem !important;
font-weight: 400 !important;
text-align: center !important;
cursor: pointer !important;
color: #000000 !important;
background-color: transparent !important;
border: 1px solid #000000 !important;
border-radius: 0 !important;
-webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s !important;
-o-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s !important;
transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s !important; }
.elementor-widget-sidebar input[type='submit']:hover,
.elementor-widget-sidebar button:hover,
.elementor-widget-sidebar .button:hover {
background-color: #000000 !important;
color: #ffffff !important; }
.widget_shopping_cart .o-mini-cart__holder .o-mini-cart__total-holder .woocommerce-mini-cart__buttons .button {
padding: 1rem 2.66667rem !important;
-webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s !important;
-o-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s !important;
transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s !important; }
.related:not(:last-child) {
margin-bottom: 5.33333rem; }
@media (min-width: 576px) {
.l-woocommerce-wrapper .l-woocommerce-wrapper__top-bar .woocommerce-result-count {
margin-bottom: 0; } }
.l-woocommerce-wrapper .l-woocommerce-wrapper__top-bar .woocommerce-ordering {
margin-bottom: 0;
float: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.l-woocommerce-wrapper .l-woocommerce-wrapper__top-bar .woocommerce-ordering select {
width: auto; }
@media (min-width: 576px) {
.l-woocommerce-wrapper .l-woocommerce-wrapper__top-bar .woocommerce-ordering select {
margin-left: auto; } }
.l-woocommerce-wrapper .selector {
margin-bottom: 30px !important; }
.l-woocommerce-wrapper .product-holder .l-woocommerce-wrapper__product .o-neuron-hover-holder .o-neuron-hover-holder__header {
position: relative; }
.l-woocommerce-wrapper .product-holder .l-woocommerce-wrapper__product .o-neuron-hover-holder .o-neuron-hover-holder__header .a-woo-badge {
z-index: 1;
position: absolute;
top: 0;
left: 0; }
.l-woocommerce-wrapper .product-holder .l-woocommerce-wrapper__product .o-neuron-hover-holder .o-neuron-hover-holder__body {
top: 1.83333rem;
right: 1.83333rem;
bottom: 1.83333rem;
left: 1.83333rem; }
.l-woocommerce-wrapper .product-holder .l-woocommerce-wrapper__product .o-neuron-hover-holder .o-neuron-hover-holder__button {
padding: 1.16667rem 2.33333rem;
border-radius: 0;
background-color: #000000;
color: #ffffff;
font-size: 1rem;
line-height: 1;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
-webkit-box-shadow: none;
box-shadow: none;
z-index: 3; }
.l-woocommerce-wrapper .product-holder .l-woocommerce-wrapper__product .o-neuron-hover-holder .o-neuron-hover-holder__button:hover {
background-color: #000000; }
.l-woocommerce-wrapper .product-holder .l-woocommerce-wrapper__product .o-neuron-hover-holder .o-neuron-hover-holder__button .o-neuron-hover-holder__button__loader {
display: none; }
.l-woocommerce-wrapper .product-holder .l-woocommerce-wrapper__product .o-neuron-hover-holder .o-neuron-hover-holder__button .o-neuron-hover-holder__button__added {
display: none; }
.l-woocommerce-wrapper .product-holder .l-woocommerce-wrapper__product .o-neuron-hover-holder .o-neuron-hover-holder__button.loading .o-neuron-hover-holder__button__cart {
display: none; }
.l-woocommerce-wrapper .product-holder .l-woocommerce-wrapper__product .o-neuron-hover-holder .o-neuron-hover-holder__button.loading .o-neuron-hover-holder__button__loader {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.l-woocommerce-wrapper .product-holder .l-woocommerce-wrapper__product .o-neuron-hover-holder .o-neuron-hover-holder__button.added .o-neuron-hover-holder__button__cart {
display: none; }
.l-woocommerce-wrapper .product-holder .l-woocommerce-wrapper__product .o-neuron-hover-holder .o-neuron-hover-holder__button.added .o-neuron-hover-holder__button__loader {
display: none; }
.l-woocommerce-wrapper .product-holder .l-woocommerce-wrapper__product .o-neuron-hover-holder .o-neuron-hover-holder__button.added .o-neuron-hover-holder__button__added {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.l-woocommerce-wrapper .product-holder .l-woocommerce-wrapper__product .o-neuron-hover-holder .added_to_cart {
display: none; }
.owl-carousel .l-woocommerce-wrapper__product {
margin-bottom: 0 !important; } .l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-outside .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
background-color: rgba(255, 255, 255, 0.15); }
.l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-outside .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__button-holder {
position: relative !important;
z-index: 3; }
.l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-outside .o-neuron-hover .o-neuron-hover__body {
margin-top: 1.33333rem;
text-align: left; }
.l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-outside .o-neuron-hover .o-neuron-hover__body .o-neuron-hover__body-meta .o-neuron-hover__body-meta__title {
margin-bottom: 0; }
.l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-outside .o-neuron-hover .o-neuron-hover__body .o-neuron-hover__body-meta .o-neuron-hover__body-meta__title a {
color: #000000; }
.l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-outside .o-neuron-hover .o-neuron-hover__body .o-neuron-hover__body-meta .o-neuron-hover__body-meta__title a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 black; }
.l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-outside .o-neuron-hover .o-neuron-hover__body .o-neuron-hover__body-meta .o-neuron-hover__body-meta__price {
color: #1a1a1a;
line-height: 2.66667rem;
font-style: italic;
font-weight: 400;
margin-bottom: 0; }
.l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-outside .o-neuron-hover .o-neuron-hover__body .o-neuron-hover__body-meta .o-neuron-hover__body-meta__price span {
font-size: inherit;
color: inherit; } .l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-inside .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
background-color: #ffffff; }
.l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-inside .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__title {
margin-bottom: 0; }
.l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-inside .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__title a {
color: #000000; }
.l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-inside .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__title a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white;
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 0 white; }
.l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-inside .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__price {
font-size: 1.25rem;
line-height: 2.66667rem;
font-style: italic;
font-weight: 400;
color: #333333;
margin-bottom: 0; }
.l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-inside .o-neuron-hover .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta .o-neuron-hover-holder__body-meta__price span {
font-size: inherit;
color: inherit; }
.l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder.l-woocommerce-wrapper__products-holder--meta-inside .o-neuron-hover .o-neuron-hover-holder:hover .o-neuron-hover-holder__button-holder {
-webkit-transition-delay: 0.15s !important;
-o-transition-delay: 0.15s !important;
transition-delay: 0.15s !important; } .l-primary-footer.l-primary-footer--wide-container .container {
max-width: 100%;
padding: 0;
margin: 0; }
.l-primary-footer.l-primary-footer--wide-container .l-primary-footer__widgets .l-primary-footer__widgets__space {
margin-right: 6.25rem;
margin-left: 6.25rem; }
.l-primary-footer.l-primary-footer--wide-container .l-primary-footer__copyright .l-primary-footer__copyright__space {
margin-right: 6.25rem;
margin-left: 6.25rem; }
.l-primary-footer--parallax {
display: none; }
@media (min-width: 768px) {
.l-primary-footer--parallax {
position: fixed;
bottom: 0;
left: 0;
right: 0; } }
@media (max-width: 767px) {
.h-parallax-footer .l-theme-wrapper .l-main-wrapper {
margin-bottom: 0 !important; } } .l-primary-footer {
border-top-style: solid;
border-top-width: 1px;
border-top-color: #e5e5e5; }
.l-primary-footer .l-primary-footer__widgets .l-primary-footer__widgets__space {
padding: 6.25rem 0 calc(6.25rem - 5.33333rem) 0; }
.l-primary-footer .l-primary-footer__widgets .l-primary-footer__widgets__space .widget {
margin-bottom: 5.33333rem; }
@media (max-width: 575px) {
.l-primary-footer .l-primary-footer__widgets .l-primary-footer__widgets__space .widget {
text-align: center; } }
.l-primary-footer .l-primary-footer__widgets .l-primary-footer__widgets__space .widget .widgettitle-wrapper {
margin-bottom: 1.33333rem; }
.l-primary-footer .l-primary-footer__widgets .l-primary-footer__widgets__space .widget ul {
padding-left: 0; }
.l-primary-footer .l-primary-footer__widgets .l-primary-footer__widgets__space .widget ul li {
list-style: none; }
.l-primary-footer .l-primary-footer__widgets .l-primary-footer__widgets__space .widget ul li ul {
padding-left: 1.5rem; }
.l-primary-footer .l-primary-footer__widgets .l-primary-footer__widgets__space .widget.widget_recent_entries ul {
margin: 0;
padding: 0; } .l-primary-footer .l-primary-footer__copyright .l-primary-footer__copyright__space {
padding: 3.75rem 0; }
@media (min-width: 576px) {
.l-primary-footer .l-primary-footer__copyright .l-primary-footer__copyright__space {
padding: 2.25rem 0; } }
@media (max-width: 575px) {
.l-primary-footer .l-primary-footer__copyright .l-primary-footer__copyright__space .l-primary-footer__copyright__text {
text-align: center;
margin-bottom: 1.33333rem; } }
.l-primary-footer .l-primary-footer__copyright .l-primary-footer__copyright__space .l-primary-footer__copyright__text > * {
font-size: 1.16667rem; }
.l-primary-footer .l-primary-footer__copyright .l-primary-footer__copyright__space .l-primary-footer__copyright__text > *:last-child {
margin-bottom: 0;
padding-bottom: 0; }
@media (max-width: 575px) {
.l-primary-footer .l-primary-footer__copyright .l-primary-footer__copyright__space .l-primary-footer__copyright__social-media {
text-align: center; } }
.l-primary-footer .l-primary-footer__copyright .l-primary-footer__copyright__space .l-primary-footer__copyright__social-media ul li {
margin-left: 1.83333rem; }
.l-primary-footer .l-primary-footer__copyright .l-primary-footer__copyright__space .l-primary-footer__copyright__social-media ul li a {
font-size: 1.16667rem; } .l-primary-footer .l-primary-footer__copyright .l-primary-footer__copyright__space .l-primary-footer__copyright__social-media ul li a {
color: #000000; }
.l-primary-footer.l-primary-footer--dark-skin {
border-top-color: #000000; }
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__widgets {
background-color: #000000;
color: #ffffff; }
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__widgets #wp-calendar {
border-color: #ffffff !important; }
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__widgets #wp-calendar td,
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__widgets #wp-calendar th {
border-color: #ffffff !important;
opacity: 0.7;
-webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
-o-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s; }
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__widgets #wp-calendar td#today,
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__widgets #wp-calendar th#today {
color: #ffffff;
opacity: 1; }
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__widgets #wp-calendar td:hover,
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__widgets #wp-calendar th:hover {
opacity: 1; }
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__widgets .widget .elementor-social-icon i {
color: #ffffff !important; }
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__copyright {
background-color: #000000;
color: #ffffff; }
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__copyright .l-primary-footer__copyright__text > * {
color: inherit; }
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__copyright .l-primary-footer__copyright__space .l-primary-footer__copyright__social-media ul li a {
color: #ffffff; } .h-theme-borders .l-theme-wrapper {
margin: 8px; }
@media (min-width: 768px) {
.h-theme-borders .l-theme-wrapper {
margin: 16px; } }
.h-theme-borders .l-theme-wrapper .l-primary-header--sticky .l-primary-header {
margin: 8px 8px 0 8px; }
@media (min-width: 768px) {
.h-theme-borders .l-theme-wrapper .l-primary-header--sticky .l-primary-header {
margin: 16px 16px 0 16px; } }
.h-theme-borders .l-theme-borders__top, .h-theme-borders .l-theme-borders__bottom {
width: 100%;
height: 8px;
background-color: #fff; }
@media (min-width: 768px) {
.h-theme-borders .l-theme-borders__top, .h-theme-borders .l-theme-borders__bottom {
height: 16px; } }
.h-theme-borders .l-theme-borders__left, .h-theme-borders .l-theme-borders__right {
width: 8px;
height: 100%;
background-color: #fff; }
@media (min-width: 768px) {
.h-theme-borders .l-theme-borders__left, .h-theme-borders .l-theme-borders__right {
width: 16px; } }
.h-theme-borders .l-theme-borders__top {
top: 0;
left: 0; }
.h-theme-borders .l-theme-borders__bottom {
bottom: 0;
left: 0; }
.h-theme-borders .l-theme-borders__left {
top: 0;
left: 0; }
.h-theme-borders .l-theme-borders__right {
top: 0;
right: 0; }
.h-theme-borders .l-theme-borders * {
position: fixed;
z-index: 1000; }
.h-theme-borders .l-theme-borders *[class*='--shadow'] {
-webkit-box-shadow: 0 0px 16px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 16px 0px rgba(0, 0, 0, 0.1); }
.h-theme-borders.admin-bar .l-theme-borders__top {
margin-top: 46px; }
@media (min-width: 782px) {
.h-theme-borders.admin-bar .l-theme-borders__top {
margin-top: 32px; } }
.h-theme-borders.admin-bar .l-theme-wrapper .l-primary-header--sticky .l-primary-header {
margin-top: 46px; }
@media (min-width: 768px) {
.h-theme-borders.h-parallax-footer .l-primary-footer--parallax {
right: 16px;
bottom: 16px;
left: 16px; } }  .t-404 .o-hero {
height: 100vh; }
.t-404 .o-hero .o-hero__header .o-hero__header__image {
background-position: center center;
background-size: cover;
background-repeat: no-repeat; }
.t-404 .o-hero .o-hero__content {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
bottom: auto; }
.t-404 .o-hero .o-hero__content .o-hero__content__title h1 {
font-family: "Roboto", sans-serif;
font-weight: 500;
color: #333333;
margin-bottom: 1.33333rem;
font-size: 6.66667rem;
line-height: 1.0625;
font-weight: 700;
color: #000000;
margin-bottom: 0; }
.t-404 .o-hero .o-hero__content .o-hero__content__subtitle {
margin-bottom: 1.83333rem; }
.t-404 .o-hero .o-hero__content .o-hero__content__subtitle h5 {
font-weight: 400;
font-style: italic;
color: #333333;
line-height: 1.76471;
margin-bottom: 0; }
.t-404 .o-hero .o-hero__content .a-button {
display: inline-block; } .search .o-hero {
height: 30vh; }
.search .t-search h1 {
margin-bottom: 1.33333rem;
font-weight: 600; }
.search .t-search input {
width: 100%; }  .p-blog-single .p-blog-single__wrapper {
margin-bottom: 0; }
.p-blog-single .p-blog-single__wrapper .o-blog-post__thumbnail {
padding-bottom: 2.66667rem; }
.p-blog-single .p-blog-single__wrapper .o-blog-post__content {
padding-bottom: 5.33333rem; }
.p-blog-single .p-blog-single__wrapper .o-blog-post__content .o-blog-post__meta svg {
stroke: #333333; }
.p-blog-single .p-blog-single__wrapper .o-blog-post__content .p-blog-single__content {
margin-bottom: 2.66667rem; }
.p-blog-single .p-blog-single__wrapper .o-blog-post__content .p-blog-single__content > *:last-child {
margin-bottom: 0;
padding-bottom: 0; }
.p-blog-single .p-blog-single__wrapper .o-blog-post__content .p-blog-single__content table {
width: 100%; }
.p-blog-single .p-blog-single__wrapper .o-blog-post__content .p-blog-single__content .post-password-form input[type='password'] {
margin-top: 0.66667rem; }
.p-blog-single .p-blog-single__wrapper .o-blog-post__content .p-blog-single__content .post-password-form input[type='submit'] {
display: inline-block;
font-size: 1.25rem;
font-style: normal;
line-height: 1.73333;
padding: 0.66667rem 2rem;
border: 1px solid #000000;
margin-left: 0.33333rem; }
.p-blog-single .p-blog-single__wrapper .o-blog-post__content .p-blog-single__content iframe {
width: 100%; }
.p-blog-single .p-blog-single__wrapper .o-blog-post__content .o-pagination {
border-top: 0;
border-bottom: 0;
background-color: transparent !important; }
.p-blog-single .p-blog-single__wrapper .p-blog-single__tagcloud {
padding-left: 6px;
padding-bottom: 5.83333rem;
clear: both; }
.p-blog-single .p-blog-single__wrapper .p-blog-single__tagcloud .tagcloud {
display: inline-block; }
.p-blog-single .p-blog-single__wrapper .p-blog-single__social-media {
text-align: center;
padding: 32px 0;
clear: both; } .p-portfolio-single .p-portfolio-single__content {
margin-bottom: 2.66667rem; }
@media (min-width: 992px) {
.p-portfolio-single .p-portfolio-single__content {
padding-right: 2.16667rem; } }
.p-portfolio-single .p-portfolio-single__content .p-portfolio-single__content__inner {
margin-bottom: 3.16667rem; }
.p-portfolio-single .p-portfolio-single__content .p-portfolio-single__content__inner > *:last-child {
margin-bottom: 0; }
.p-portfolio-single .p-portfolio-single__content__meta {
margin-bottom: 2.16667rem; }
.p-portfolio-single .p-portfolio-single__content__meta *:last-child {
margin-bottom: 0; }
.p-portfolio-single .p-portfolio-single__content__meta .meta-title {
font-weight: 600;
margin-bottom: 1rem; }
.p-portfolio-single .p-portfolio-single__content__meta .meta-subtitle {
font-size: 1.25rem;
font-style: italic;
color: #333333;
font-weight: 400; }
.p-portfolio-single .p-portfolio-single__content__tabs {
margin-bottom: 3.16667rem; }
.p-portfolio-single .p-portfolio-single__content__tabs ul {
padding: 0;
margin: 0; }
.p-portfolio-single .p-portfolio-single__content__tabs ul li {
list-style: none;
margin-bottom: 1.33333rem; }
.p-portfolio-single .p-portfolio-single__content__tabs ul li .tabs-title {
margin-bottom: 0.66667rem; }
.p-portfolio-single .p-portfolio-single__content__tabs ul li p {
margin-bottom: 0; }
.p-portfolio-single .p-portfolio-single__content__tabs ul li:last-child {
margin-bottom: 0; }
@media (min-width: 992px) {
.p-portfolio-single .flex-row-reverse .p-portfolio-single__content {
padding-right: 0;
padding-left: 2.16667rem; } }
.p-portfolio-single .p-portfolio-gallery .p-portfolio-gallery__item {
margin-bottom: 2.5rem; }
.p-portfolio-single .p-portfolio-gallery .p-portfolio-gallery__item a {
-webkit-box-shadow: none;
box-shadow: none; }
.p-portfolio-single .flex-column-reverse .p-portfolio-single__content {
margin-bottom: 5.16667rem; }  .woocommerce .woocommerce-cart-form {
margin-bottom: 6.83333rem; }
.woocommerce .woocommerce-cart-form table td::before {
color: #333333;
font-weight: 600; }
.woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code {
font-size: 1.16667rem;
line-height: 1.85714;
color: #333333;
padding: 0.58333rem 1rem;
border-color: #e5e5e5; }
.woocommerce .cart-collaterals .cart_totals {
float: none;
width: 100%; }
.woocommerce .cart-collaterals .cart_totals h2 {
font-size: 1.58333rem;
line-height: 1.52632; }
.woocommerce .cart-collaterals .cart_totals table {
border-collapse: separate !important;
padding: 0.66667rem 2.33333rem;
margin-bottom: 2.66667rem !important; }
.woocommerce .cart-collaterals .cart_totals table th {
color: #333333;
padding-left: 0 !important; }
.woocommerce .cart-collaterals .cart_totals table .order-total th {
font-size: 1.5rem; }
.woocommerce .cart-collaterals .cart_totals table td {
text-align: right;
padding-right: 0 !important; }
.woocommerce .cart-collaterals .cart_totals table td[data-title='Total'] span {
font-size: 1.5rem; }
@media (max-width: 767px) {
.woocommerce .cart-collaterals .cart_totals table td[data-title='Total'], .woocommerce .cart-collaterals .cart_totals table td[data-title='Subtotal'] {
padding-left: 0 !important; }
.woocommerce .cart-collaterals .cart_totals table td[data-title='Total']::before, .woocommerce .cart-collaterals .cart_totals table td[data-title='Subtotal']::before {
color: #333333;
font-weight: 600; } }
.woocommerce .cart-collaterals .cart_totals table tr:last-child th,
.woocommerce .cart-collaterals .cart_totals table tr:last-child td {
border-bottom: 0; }
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding: 0;
text-align: right; }
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
margin-left: auto;
margin-bottom: 0;
display: inline-block; } .woocommerce-checkout .checkout_coupon {
border-radius: 0 !important;
border-color: #000000 !important; }
.woocommerce-checkout .woocommerce-billing-fields {
margin-bottom: 2.66667rem; }
.woocommerce-checkout .woocommerce-billing-fields h3 {
font-size: 1.58333rem;
line-height: 1.52632; }
.woocommerce-checkout .woocommerce-shipping-fields .ship-to-different-address {
font-size: 1.58333rem;
line-height: 1.52632; }
.woocommerce-checkout .woocommerce-additional-fields {
margin-bottom: 5.33333rem; }
.woocommerce-checkout .woocommerce-additional-fields h3 {
font-size: 1.58333rem;
line-height: 1.52632; }
.woocommerce-checkout .form-row {
padding: 0;
margin-bottom: 1.33333rem; }
.woocommerce-checkout #order_review_heading {
font-size: 1.58333rem;
line-height: 1.52632; }
.woocommerce-checkout .woocommerce-checkout-review-order table {
margin-bottom: 2.66667rem !important; }
.woocommerce-checkout .woocommerce-checkout-review-order table tr td strong {
color: #333333; }
.woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td strong {
color: #333333; }
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
border-radius: 0 !important;
background-color: transparent !important;
border: 1px solid #000000; }
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
border-bottom-color: #000000 !important; }
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label {
display: contents; }
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label a {
line-height: 1 !important; }
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
margin-bottom: 0; } .woocommerce-account .a-page-title {
margin-bottom: 2.66667rem; }
.woocommerce-account .woocommerce #customer_login h2 {
font-size: 3rem;
line-height: 1.27778; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
float: none;
width: 100%; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
padding: 0;
margin-bottom: 2.66667rem; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
list-style: none;
padding-bottom: 1.33333rem;
border-bottom: 1px solid #e5e5e5; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
margin-bottom: 0; }
@media (min-width: 768px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
padding-bottom: 0;
border-bottom: 0; } }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
color: #333333;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: none;
box-shadow: none; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a svg {
margin-left: auto;
width: 1.83333rem;
height: 1.83333rem;
color: #333333; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
color: #000000; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover svg {
color: #000000; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a svg {
color: #333333; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
float: none;
width: 100%; }
@media (min-width: 992px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
padding-left: 5.33333rem; } }
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td {
text-align: left; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td a.button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td a.button {
font-size: 1rem !important;
padding: 0.66667rem !important; }
.woocommerce-account .addresses .title h3 {
font-size: 1.58333rem;
line-height: 1.52632; } .woocommerce .woocommerce-order .woocommerce-notice {
margin-bottom: 1.33333rem; }
.woocommerce ul.order_details {
padding: 2rem;
margin: 0 0 2.66667rem;
border: 1px solid #e5e5e5;
border-radius: 0; }
.woocommerce ul.order_details li {
font-size: 1.25rem;
line-height: 1.66667;
font-weight: 700;
color: #858585;
border-right-style: solid;
border-right-color: #e5e5e5;
margin-bottom: 0; }
.woocommerce ul.order_details li strong {
font-size: 1.25rem;
line-height: 1.66667;
margin-top: 1.16667rem; }
.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
font-size: 1.58333rem;
line-height: 1.52632; }
.woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column__title {
font-size: 1.58333rem;
line-height: 1.52632; }
.woocommerce .woocommerce-order-downloads .woocommerce-order-downloads__title {
font-size: 1.58333rem;
line-height: 1.52632; }.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.jftcomunicacion.es/wp-content/themes/bifrost/assets/styles/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}body{
font-family: 'Raleway', sans-serif;
font-size:16px;
line-height:30px;
color: #000000;
}
b,
strong{
font-family: 'Raleway', sans-serif;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Raleway', sans-serif;
}
.anton{
font-family: 'Anton', sans-serif;
padding-top: 20px;
font-weight:400;
line-height:normal;
}
.anton.no_padding{
padding-top: 0px;
}
.anton strong{
font-family: 'Anton', sans-serif;
}
span.typed-cursor {
display: none !important;
}
h1{
font-family: 'Anton', sans-serif;
color: #000000;
font-size: 40px;
line-height: 45px;
font-weight: normal;
letter-spacing: 2px;
margin: 0 0 42px 0;
text-align: center;
}
body .l-primary-header {
padding-top: 0 !important;
}
.ntm_slick_carousel figure {
margin-left: 20px !important;
margin-right: 20px !important;
}
.destacado,
h2{
text-transform: uppercase;
}
.destacado.lower,
h2.lower{
text-transform:unset;
font-weight:400;
}
h1#service_title{
display:block !important;
text-transform: unset;
font-weight:400;
}
body.page-id-1348 .title_wrapper,
body.page-id-30 .title_wrapper {
display: none;
}
ul#breadcrumbs {
max-width: 100%;
width: 1140px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.inlineblock{
display: inline-block;
padding: 8px 16px;
}
.bold{
font-weight:bold;
}
.nowrap,
.nowrap > strong {
white-space:nowrap;
}
.o-breadcrumb {
}
h5.o-breadcrumb__page {
display:none !important;
}
.typed_home_en{
width:730px;
max-width:100%;
}
.typed_home_es {
width: 700px;
max-width:100%;
}
h2.titulo_aeropuerto strong:before {
content: '';
display: inline-block;
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x-2.png);
width: 152px;
height: 32px;
background-size: contain;
position: relative;
top: 6px;
transform: rotate(180deg);
margin-right: 24px;
}
h2.titulo_aeropuerto strong:after {
content: '';
display: inline-block;
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x-2.png);
width: 152px;
height: 32px;
background-size: contain;
position: relative;
top: 6px;
margin-left: 24px;
}
figure.swiper-slide{
margin: 0px !important;
}
body .container .pgroup p{
line-height:190%;
}
body p.address {
width: 1140px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.post-grid.grid{
margin-top: 64px;
}
.uppercase{
text-transform: uppercase;
}
.size_m{
max-width:900px;
margin-left: auto;
margin-right: auto;
}
body.home.page-template-default .container {
width: 1920px;
width: 100%;
}
.portfolio_slider.servicios .query-unformatted a{
display:block;
text-align:center;
}
.portfolio_slider.servicios .query-unformatted img {
width: 100%;
height: auto;
height: 200px !important;
width:auto !important;
display:inline-block !important;
height: 144px !important;
}
.container {
width: 1920px;
max-width: 90%;
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: unset;
padding: 0;
}
body .container .p-blog-single__content ul {
text-align: left;
}
.l-primary-header.l-primary-header--default .l-primary-header__icons {
padding-left: 0;
}
body.portfolio-template-default .l-main-wrapper .container{
width: 1250px;
text-transform:uppercase;
width: 100%;
}
#phone a {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/02/contact_btn.png);
background-repeat: no-repeat;
position: absolute;
right: 0;
top: 0;
width: 178px;
height: 90px;
background-color: transparent;
color: #000000;
font-size: 16px;
line-height: 31px;
font-family: Anton;
text-transform: uppercase;
text-align: center;
padding-right: 39px;
padding-left: 0px;
background-size: contain;
padding-top: 0px;
line-height: 50px;
}
.fa-linkedin:before {
content: "\f0e1" !important;
}
#phone a{
color: #000000;
box-shadow: none;
}
body .l-primary-header{
padding-top: 86px;
}
header{
text-align: center;
}
header .align-items-stretch{
display: block !important;
}
header .a-logo.a-logo--image a {
display: inline-block;
}
header .a-slidingbar-icon {
display: block !important;
position: absolute;
top: 28px;
right: 320px;
}
header .a-slidingbar-icon:hover{
cursor:pointer;
}
header .a-slidingbar-icon:before{
display: block;
content: 'MENU';
position: absolute;
left: -54px;
top: -3px;
width: 100px;
text-align: left;
font-size: 20px;
text-transform: uppercase;
color: #1f1f1f;
font-family: 'Abel', sans-serif;
} .o-slidingbar .o-slidingbar__content {
max-width: 970px; }
.o-slidingbar__close-icon {
display: block !important;
float: right;
}
.menu-menu-principal-ingles-container,
.menu-menu-principal-container{
margin-top: 100px;
}
.menu-menu-principal-ingles-container ul,
.menu-menu-principal-ingles-container ul li,
.menu-menu-principal-container ul,
.menu-menu-principal-container ul li {
padding: 0;
margin: 0;
list-style: none;
position:relative;
border:0 none !important;
} .menu-menu-principal-ingles-container ul li a,
.menu-menu-principal-container ul li a{
display:block;
margin:0;
padding:0;
font-size: 48px;
line-height:70px;
text-transform: uppercase;
color: #1f1f1f;
text-decoration:none !important;
border:0 none !important;
box-shadow: none !important;
font-size: 42px;
line-height: 60px;
font-size: 32px;
line-height: 48px;
}
.menu-menu-principal-ingles-container ul li a:hover,
.menu-menu-principal-container ul li a:hover{
text-decoration:none !important;
font-weight: bold;
box-shadow:unset;
}
.menu-menu-principal-ingles-container ul li ul,
.menu-menu-principal-container ul li ul{
position: absolute;
top:10px;
left: 288px;
z-index: 100;    display:none;
width: 100%;
}
.menu-menu-principal-ingles-container ul li:hover > ul,
.menu-menu-principal-container ul li:hover > ul{   display:block;
}
.menu-menu-principal-ingles-container ul li:hover > ul >li:hover > ul ,
.menu-menu-principal-container ul li:hover > ul > li:hover > ul{   display:block;
}
.menu-menu-principal-ingles-container ul li ul li a,
.menu-menu-principal-container ul li ul li a{
font-size: 30px;
line-height: 50px;
font-size: 18px;
line-height: 36px;
}
.menu-menu-principal-ingles-container ul li ul li:hover > a,
.menu-menu-principal-container ul li ul li:hover > a{
font-weight:bold;
}
#post-grid-188 .grid-items-wrap .grid-items {
margin-top: 12px;
}
#post-grid-188 .item .layer-wrapper{
width: 300px;
height: 300px;
}
body.page-template-default .l-main-wrapper .container { width: 1248px;
padding: 0;
}
.a-slidingbar-icon svg {
display: none !important;
}
.a-slidingbar-icon a::after {
display: inline-block;
content: url(https://www.jftcomunicacion.es/images/menu_icon.png);
width: 45px;
height: 18px;
cursor: pointer;
}
body.page-id-1350.page-template-default .l-main-wrapper .container,
body.page-id-39.page-template-default .l-main-wrapper .container {
width: 100%;
max-width: 100%;
} body.single-portfolio.portfolio-template-default .l-main-wrapper > .container {
width: 1250px;
}
body.home.page-template-default .l-main-wrapper .container {
width: 1920px;
width:100%;
}
#post-grid-1412 .grid-items-wrap .grid-items,
#post-grid-145 .grid-items-wrap .grid-items {
width: 768px;
}
#post-grid-241{
width:100%;
}
#post-grid-241 .layer-wrapper{
width: 300px !important;
height: 300px !important;
}
body #post-grid-241 .item .layer-media {
height: 288px;
width: 288px;
}
#post-grid-241.post-grid.grid .grid-items > .item:hover .layer-content {
background-color: #000000;
width: 271px;
height: 271px;
left: 9px;
top: 9px;
}
body.home .cycloneslider-slide {
font-family: 'Anton', sans-serif;
font-size: 170px;
line-height:250px;
font-weight: normal;
text-align: center;
color: #1f1f1f;
}
body.home .o-hero.d-flex {
display: none !important;
}
.cycloneslider {
max-width: 100% !important;
margin-top: 100px;
margin-bottom: 0px;
height: 600px;
overflow: hidden;
}
.homeblock_animated .wp-block-group__inner-container:after,
.homeblock_animated .wp-block-cover__inner-container:after{
right: -800px;
}
.homeblock_animated .wp-block-group__inner-container:before,
.homeblock_animated .wp-block-cover__inner-container:before{
left: -800px;
}
.homeblock_animated.active .wp-block-group__inner-container:after,
.homeblock_animated.active .wp-block-cover__inner-container:after{
right: 0;
}
.homeblock_animated.active .wp-block-group__inner-container:before,
.homeblock_animated.active .wp-block-cover__inner-container:before{
left: 0;
}
.homeblock_animated .wp-block-group__inner-container:after,
.homeblock_animated .wp-block-group__inner-container:before,
.homeblock_animated .wp-block-cover__inner-container:after,
.homeblock_animated .wp-block-cover__inner-container:before{
content:' ';
display:block;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2019/12/patron-bg.png);
background-repeat:repeat;
background-position:0 0;
position: absolute;
top: 0;
width: 30%;
height: 100%;
z-index: 5000;
transition: all 3s ease;
}
.homeblock_animated{
position: relative;
}
.homeblock_animated,
.wp-block-cover.repeat {
background-repeat: repeat;
background-size: auto;
display: block;
background-color: transparent;
padding-bottom: 74px;
margin-bottom: 100px;
transition: all 2s ease;
}
.homeblock_animated .wp-block-group__inner-container,
.homeblock_animated .wp-block-cover__inner-container,
.wp-block-cover.repeat .wp-block-cover__inner-container{
color:	#000;
background-color:	#fff;
width: 37%;
margin: 0 auto;
display: block;
padding-top: 40px;
text-align: left;
padding-right: 50px;
padding-left: 74px;
}
.homeblock_animated .wp-block-cover__inner-container p,
.wp-block-cover.repeat .wp-block-cover__inner-container p{
text-align: left !important;
}
.homeblock_animated .wp-block-group__inner-container h1,
.wp-block-cover.repeat .wp-block-cover__inner-container p:first-child{
font-size: 40px;
font-family: Anton;
line-height: 45px;
margin-bottom: 0;
}
.homeblock_animated .wp-block-group__inner-container .destacado,
.homeblock_animated .wp-block-group__inner-container h2,
.wp-block-cover.repeat .wp-block-cover__inner-container p:nth-child(2) {
font-size: 22px;
line-height: 26px;
color: #1f1f1f;
margin-top: 22px;
font-weight: normal;
}
.enhancedbtn {
height: 89px;
line-height: 89px;
display: inline-block;
font-size: 20px;
padding-left: 44px;
padding-right: 44px;
position: relative;
margin: 0;
width: 309px;
height: 155px;
}
.enhancedbtn a{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: inline-block;
text-indent: 44px;
z-index: 100;
}
.enhancedbtn a:hover{
text-decoration: none !important;
font-weight: bold;
box-shadow: unset;
}
#menu-menu-solo-servicios-ingles li a:hover,
#menu-menu-solo-servicios li a:hover {
box-shadow: unset;
text-decoration: line-through;
}
.wp-block-cover.repeat .wp-block-cover__inner-container .enhancedbtn{
margin-top: 12px;
}
.enhancedbtn:after{
display: block;
background-image:url(https://www.jftcomunicacion.es/images/boton-jft.png);
background-repeat: no-repeat;
background-position: left top;
width: 309px;
height: 155px;
content: ' ';
position: absolute;
left: 0;
top: 0;
}
#menu-menu-solo-servicios-ingles,
#menu-menu-solo-servicios {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
margin-bottom: 24px;
}
#menu-menu-solo-servicios-ingles li,
#menu-menu-solo-servicios li{
display: inline-block;
vertical-align: top;
margin: 0;
padding: 0;
}
#menu-menu-solo-servicios-ingles li a,
#menu-menu-solo-servicios li a{
text-transform: uppercase;
font-weight: 900;
font-size: 27px;
line-height: 31px;
display: inline-block;
margin-left: 48px;
}
#menu-menu-solo-servicios-ingles li:first-child a,
#menu-menu-solo-servicios li:first-child a{
margin-left: 0;
}
.block-waves {
background-repeat: repeat-x;
background-color:transparent !important;
background-size: unset;
background-position: 0 0;
text-align: center;
min-height: 0;
height: 320px;
margin-bottom: 150px;
}
.block-waves p {
font-size: 28px !important;
font-weight:900;
height: 150px;
line-height: 150px;
background-color: #fff;
color: #000 !important;
display: inline-block;
margin: 0;
vertical-align: top;
padding: 0 58px;
}
.post-grid.grid {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: visible;
}
.post-grid .item .layer-media{
height: auto;
overflow: hidden;
}
#post-grid-1412,
#post-grid-145{
margin-left: auto;
margin-right: auto;
width: 50%;
margin-bottom: 64px;
}
#post-grid-1412:before,
#post-grid-145:before{
display: block;
background-repeat: no-repeat;
background-position: 0 0; background-image:url(https://www.jftcomunicacion.es/wp-content/uploads/2020/04/jft_animacion_home_otra.gif);
content: ' ';
width: 400px;
height: 1007px;
position: absolute;
left: -340px;
bottom: 0;
width: 268px;
height: 731px;
}
.post-grid.grid .grid-items > .item {
border: 6px solid #fff;
padding: 9px;
margin: 0;
}
.post-grid.grid .grid-items > .item.over,
.post-grid.grid .grid-items > .item:hover{
border: 6px solid #000000;
}
.layer-wrapper {
width: 366px;
height: 366px;
}
.grid-items .item .layer-wrapper .layer-content {
background-color: #000000 !important;
width: 354px;
height: 354px;
left: 9px;
top: 9px;
display: table;
background-image: none;
} .post-grid.grid .layer-content{
display: table;
}
.post-grid.grid .layer-content a{
display: table-cell;
vertical-align: middle;
}
body.single .post-grid.grid {
width: 1060px;
width: 1140px;
max-width:100%;
padding: 0 !important;
} body.single .post-grid.grid .grid-items > .item:hover .layer-content {
width: 270px;
height: 270px;
}
body iframe{
margin-left:auto !important;
margin-right: auto !important;
display: block;
} .campaign{
text-transform: uppercase;
display:block;
text-align: center;
color: #ffffff;
font-weight: bold;
font-size: 27px;
line-height: 31px;
margin-bottom: 6px;
max-width:100%;
margin-left: auto;
margin-right: auto;
padding: 0 20px;
}
.customer{
text-transform: uppercase;
display:block;
text-align: center;
color: #ffffff;
font-weight: normal;
font-size: 18px;
line-height: 26px;
max-width:80%;
margin-left: auto;
margin-right: auto;
}
.readmore a {
display: inline-block;
font-size: 20px;
text-transform: uppercase;
line-height: 24px;
background-repeat: no-repeat;
background-position: 0 0;
background-image: url(https://www.jftcomunicacion.es/images/read-more.png);
width: 567px;
height: 74px;
line-height: 74px;
font-weight:bold;
}
footer { margin-top: 0px;
}
body .fullwidth.l-main-wrapper__holder {
padding-bottom: 0px;
}
#footer_info {
text-align: center;
font-family: 'Anton', sans-serif;
color: #ffffff;
font-size: 40px;
line-height: 46px;
text-transform: uppercase;
padding: 20px 0;
height: 311px;
}
#footer_info p{
margin: 0;
padding: 0;
}
body .l-primary-footer.l-primary-footer--dark-skin{
position:relative;
}
ul#menu-sitemap {
column-count: 2;
margin: 0;
display: inline-block;
margin-top: 10px;
padding: 0px;
}
ul#menu-sitemap li {
list-style: none;
text-align: left;
text-transform: none;
font-size: 14px;
line-height: 24px;
font-weight: normal;
font-family: Raleway;
margin: 0px;
}
ul#menu-sitemap li a{
color: #ffffff;
}
#rrss-wrapper{
position: absolute;
right: 44px;
top:-134px;
background-repeat: no-repeat;
background-position: 0 0;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/06/rrss2.png);
width: 549px;
height: 547px;
margin: 0;
padding: 0;
text-align: right;
padding-right: 126px;
font-size: 28px;
line-height: 30px;
padding-top: 236px;
}
#rrss-wrapper p a{
font-size: 20px;
}
#rrss-wrapper .menu {
list-style: none;
display: inline-block;
margin: 0;
padding: 0;
position: static;
z-index:100;
}
#nav_menu-3 li,
body .ntmblock .toolbar ul,
#rrss-wrapper .menu li {
margin: 0;
padding: 0;
line-height: normal;
display: inline-block;
vertical-align: top;
position: relative;
border: 1px solid #000000;
padding: 4px;
width: 40px;
height: 40px;
border-radius: 12px;
text-align: center;
margin-top: 8px;
list-style:none;
}
#nav_menu-3 li a,
body .ntmblock .toolbar ul li a,
#rrss-wrapper .menu li a {
font-size: 20px;
font-weight: normal;
display: block;
text-align: right;
position:absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
body .ntmblock .toolbar ul li a:hover,
#rrss-wrapper .menu li a:hover{
text-decoration:line-through;
box-shadow: unset;
}
.underline{
text-decoration:underline;
}
body .ntmblock .toolbar ul{
margin-left: 4px;
margin-right: 4px;
}
.fa a{
font-size: 0px !important;
}
.fa:before {
font-family: 'FontAwesome';
color: #000000;
font-size: 30px !important;
}
.fa.show{
display:block;
}
.fa.show a{
font-size: 16px !important;
font-family: 'Raleway', sans-serif; vertical-align: middle;
padding-left: 10px;
}
.title_section{
border-left: 10px solid black;
padding-left: 10px;
padding-top: 0px;
}
body.page-id-16263 .title_section{
border-color: #7ee9ee;
}
.title_section ~ div{
padding-left: 20px;
}
#menu-menu-del-pie-ingles,
#menu-menu-del-pie {
display: block;
list-style: none;
text-align: center;
background-color: #fff;
padding-top: 48px;
padding-bottom: 80px;
padding-top: 130px;
}
#menu-menu-del-pie-ingles li,
#menu-menu-del-pie li{
display: inline-block;
margin: 0;
padding: 0;
}
#menu-menu-del-pie-ingles li a,
#menu-menu-del-pie li a{
font-size: 16px;
display: inline-block;
padding: 0 1em;
vertical-align: top;
}
#menu-menu-del-pie-ingles li a:after,
#menu-menu-del-pie li a:after{
display: block;
content: attr(title);
font-weight: bold;
height: 1px;
color: transparent;
overflow: hidden;
visibility: hidden;
}
#menu-menu-del-pie-ingles li a:hover,
#menu-menu-del-pie li a:hover{
font-weight:bold;
box-shadow: unset;
text-decoration:none;
} body.single div.p-blog-single {
padding: 0;
margin-top: 240px;
}
body.single.single-servicios-auxiliares div.p-blog-single,
body.single.single-servicios div.p-blog-single{
margin-top: 0;
}
body.single .o-blog-post__thumbnail {
padding: 0;
margin-bottom: 160px;
}
.p-blog-single__content > * {
width: 1140px;
max-width:100%;
margin: 0 auto;
}
.p-blog-single__content > .full,
.p-blog-single__content > .wp-block-cover{
width:100%;
max-width: 100%;
}  #post-grid-188 .layer-media a {
display: block;
width: 288px;
height: 288px;
}
body .btn{
}
body .btn a{
display:inline-block; text-transform: uppercase;
margin-bottom: 50px; font-size: 20px;
line-height: 54px;
height: 54px;
padding: 0 20px;
}
body .btn.btn_black a{
background-color:#000000;
color:#ffffff;
}
.wp-block-cover.triangle {
background-size: unset;
background-repeat: repeat;
margin-bottom: 100px;
}  body .grid-items-wrap{
text-align: center;
}
body .grid-items-wrap .grid-items{
display: flex;
flex-wrap: wrap;
width: 1212px;
margin-left: auto;
margin-right: auto;
justify-content:center;
}
body #post-grid-241 .grid-items-wrap .grid-items{
width: 960px;
} body #post-grid-188 {
width: 100%;
background-repeat: repeat;
background-position: 0 0;
background-image: url(https://www.jftcomunicacion.es/images/dots-bg.png);
padding-bottom: 0px !important;
margin-bottom: 80px;
}
body #post-grid-188 .grid-items-wrap{
width: 1060px;
width: 1140px;
max-width:100%;
margin: 0 auto;
padding-bottom: 40px;
}
::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; } :-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } ::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } :-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } ::placeholder { opacity: 1; transition: opacity .5s; } *:focus::-webkit-input-placeholder { opacity: 0 !important; } *:focus:-moz-placeholder { opacity: 0 !important; } *:focus::-moz-placeholder { opacity: 0 !important; } *:focus:-ms-input-placeholder { opacity: 0 !important; } *:focus::placeholder { opacity: 0 !important; }  .thankyou {
text-align: center;
font-weight: bold;
font-size: 20px;
line-height: 24px; width: 800px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 80px;
}
.thankyou > div{ }  .wpcf7 {
width: 1140px;
margin: 0 auto;
margin-top: 32px;
position: relative;
}
.wpcf7::before {
display: inline-block;
content: 'INFO';
height: 50px;
line-height: 55px;
background-color: #000;
text-transform: uppercase;
color: #fff;
text-align: center;
padding: 0 48px;
}
.forms_update .wpcf7:before {
display:none;
}
.forms_update .two-columns {
column-count: 2;
}
.forms_update strong{
display:block;
margin-top: 32px;
}
.forms_update .wpcf7-checkbox.categories label,
.forms_update .wpcf7-radio.categories label,
.forms_update .icon {
background-repeat: no-repeat;
background-size: auto 32px;
background-position: 16px center;
text-indent: 40px;
}
.forms_update .wpcf7-checkbox.categories label,
.forms_update .wpcf7-radio.categories label{
text-indent: 56px;
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(1) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/creatividad.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(2) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/digital.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(3) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/exterior.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(4) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/aeropuertos.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(5) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/medios.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(6) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/stand.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(7) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/eventos.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(8) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/produccion.webp);
}
.forms_update .icon.icon_name:-webkit-autofill,
.forms_update .icon.icon_name {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/nombre.webp);
}
.forms_update .icon.icon_company:-webkit-autofill,
.forms_update .icon.icon_company {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/empresa.webp);
}
.forms_update .icon.icon_mail:-webkit-autofill,
.forms_update .icon.icon_mail {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/correo.webp);
text-indent:52px;
}
.forms_update .icon.icon_phone:-webkit-autofill,
.forms_update .icon.icon_phone {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/tf.webp);
}
.forms_update .wpcf7-checkbox > span,
.forms_update .wpcf7-radio > span {
margin: 0px;
}
.forms_update .wpcf7-checkbox label,
.forms_update .wpcf7-radio label {
display: inline-block;
border: 1px solid;
text-align: left;
padding: 14px 20px;
margin: 0 16px 0px 0px;
}
.forms_update .wpcf7-checkbox .wpcf7-list-item-label,
.forms_update .wpcf7-radio .wpcf7-list-item-label{
font-size: 18px;
}
.forms_update .wpcf7-checkbox > span,
.forms_update .wpcf7-radio > span {
width: 33%;
margin-bottom: 12px;
}
.forms_update .wpcf7-checkbox label,
.forms_update .wpcf7-radio label {
width: 96%;
}
.forms_update .wpcf7-checkbox label input,
.forms_update .wpcf7-radio label input {
display:none !important;
}
.forms_update .wpcf7-checkbox label.active,
.forms_update .wpcf7-radio label.active {
background-color:#dedede;
}
.wpcf7 .form_inner{
border: 6px solid #000000;
padding: 36px 24px 24px 24px;
margin-bottom: 44px;
}
.wpcf7 .category .wpcf7-list-item {
border: 3px solid #000;
border-left: 0 none;
margin: 0;
text-transform: uppercase;
text-align: center;
height:54px;
line-height:54px;
padding: 0px;
cursor:pointer;
}
.wpcf7 .category .wpcf7-list-item:hover,
.wpcf7 .category .wpcf7-list-item.active{
background-color:#000000;
color: #ffffff;
}
.wpcf7 .category .wpcf7-list-item label{
margin:0;
vertical-align: top;
padding: 0 20px;
height: 54px;
line-height: 54px;
cursor:pointer;
}
.wpcf7 .category .wpcf7-list-item input{
display: none !important;
}
.wpcf7 .category .wpcf7-list-item:first-child{
border-left: 3px solid #000000;
}
.wpcf7 .wpcf7-file,
.wpcf7 textarea,
.wpcf7 input.wpcf7-text{
border: 1px solid #000000;
padding: 14px 20px;
}
.wpcf7 .wpcf7-file::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 input.wpcf7-text::placeholder{
color: #000000 !important;
font-style:normal;
text-transform:uppercase;
font-family: 'Raleway', sans-serif;
font-size: 18px;
line-height: 21px;
opacity: 1;
}
.forms_update .wpcf7-file::placeholder,
.forms_update textarea::placeholder,
.forms_update input::placeholder{
text-transform:unset !important;
}
input[type="checkbox"] {
width: auto;
}
.wpcf7-list-item-label{
cursor: pointer;
}
.wpcf7-acceptance > .wpcf7-list-item {
margin: 0;
}
.wpcf7-form-control.wpcf7-submit {
margin-top: 24px !important;
}
.wpcf7-form-control.wpcf7-submit {
margin-top: 24px !important;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
text-transform: uppercase;
color: #fff !important;
background-color:  #000 !important;
border: 1px solid #000000;
}
.wpcf7-form-control.wpcf7-submit:hover{
background-color: #ffffff !important;
color: #000000 !important;
border: 1px solid  #000000;
} body.page-id-1347 .container p.address,
body.page-id-31 .container p.address{
text-transform: uppercase;
margin-bottom:60px;
}
.address a:hover{
box-shadow: unset;
text-decoration: line-through;
}
#wpcf7-f1398-p1355-o1:before,
#wpcf7-f1303-p1302-o1:before{
content:'CV';
} body.single-portfolio .container h1,
body.single-portfolio .container .sub{
text-transform: uppercase;
text-align: center;
} .wpml-ls {
text-transform: uppercase;
font-size: 18px;
border: 0 none;
padding: 0;
margin: 0;
margin-bottom: 0px;
}
.wpml-ls ul,
.wpml-ls ul li,
.wpml-ls ul li a{
padding: 0;
margin: 0;
}
.wpml-ls ul li a{
display: inline-block;
vertical-align:top;
margin-left:8px;
padding-left:8px;
border-left:1px solid;
}
.wpml-ls ul li:first-child a{
border: 0 none;
margin: 0;
padding: 0;
}
.o-slidingbar #menu-redes-sociales-en,
.o-slidingbar #menu-redes-sociales {
position: static;
}
.o-slidingbar #menu-redes-sociales-en li,
.o-slidingbar #menu-redes-sociales li{
display: inline-block;
vertical-align: top;
}
.o-slidingbar #menu-redes-sociales-en li a:hover,
.o-slidingbar #menu-redes-sociales li a:hover{
box-shadow: none;
} .o-post-navigation {
width: 1280px;
margin-left:auto;
margin-right: auto;
padding: 0;
border: 0 none;
}
body .o-post-navigation__title{
font-weight: normal !important;
font-size: 20px;
line-height: 24px;
}
.o-post-navigation__link--back{
text-align:center;
}
.o-post-navigation__link--back a {
display: inline-block;
padding: 0 40px;
height: 55px;
line-height: 55px;
text-transform: uppercase;
color: #fff !important;
background-color:  #000;
box-shadow: none !important;
}
#menu-menu-de-sidebar-ingles,
#menu-menu-de-sidebar {
padding: 0;
margin: 0;
list-style: none;
text-transform: uppercase;
}
#menu-menu-de-sidebar-ingles li,
#menu-menu-de-sidebar li{
padding: 0;
margin: 0;
list-style: none;
display: inline-block;
vertical-align:top;
margin-left:8px;
padding-left:8px;
border-left:1px solid;
line-height: normal;
}
#menu-menu-de-sidebar-ingles li:first-child,
#menu-menu-de-sidebar li:first-child{
border: 0 none;
margin: 0;
padding: 0;
}
.masinfo{
margin: 40px auto;
} .rft-wrapper{
text-align:center;
}
.rfp-filter ul li a {
border: 0 none;
font-size: 20px;
font-weight: 900;
text-transform: uppercase;
color: 
#000;
line-height: 24px;
}
.rfp-filter ul li a.active{
text-decoration:underline;
} #menu-menu-solo-servicios-ingles,
#menu-menu-solo-servicios {
position: relative;
right: -1000px;
transition: all 2s ease;
}
#menu-menu-solo-servicios-ingles.active,
#menu-menu-solo-servicios.active{
right:0px;
}
body.single-servicios-auxiliares h1,
body.servicios-template-default h1 {
display: none;
}
h1.wp-block-heading{
display:block !important;
margin: 0px;
padding: 0px;
}
.wp-block-group.striped {
background-repeat: repeat;
background-image: url(https://www.jftcomunicacion.es/images/striped.png);
margin-top: 90px;
}
.wp-block-group.striped > div{
margin: 0 auto;
width: 60%;
max-width: 960px;
padding: 0 60px;
background-color:#ffffff;
}
h2.sub {
font-weight: normal;
font-size: 16px;
}
.waves {
display: block !important;
min-height: 320px;
background-repeat: repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2019/12/waves-bg.png);
margin-bottom: 100px;
width: 100%;
}
.triangles {
display: block !important;
min-height: 310px;
background-repeat: repeat;
background-image: url(https://www.jftcomunicacion.es/images/triangles.png);
margin-bottom: 100px;
width: 100%;
}
.squares {
display: block !important;
min-height: 310px;
background-repeat: repeat;
background-image: url(https://www.jftcomunicacion.es/images/squares.png);
margin-bottom: 100px;
width: 100%;
}
.angles {
display: block !important;
min-height: 310px;
background-repeat: repeat;
background-image: url(https://www.jftcomunicacion.es/images/angles.png);
margin-bottom: 100px;
width: 100%;
}
body.single-servicios .triangles,
body.single-servicios .squares,
body.single-servicios .waves,
body.single-servicios .angles{
margin-top: 50px;
}
.h3home {
line-height: 26px;
font-size: 18px;
} #menu-filtro-servicios,
.container.l-main-wrapper__inner > .menu {
text-align: center;
padding: 0;
margin: 0;
text-transform: uppercase;
font-weight: bold;
list-style: none;
margin-top: 60px;
}
#menu-filtro-servicios li,
.container.l-main-wrapper__inner > .menu li{
text-align: center;
padding: 0;
margin: 0;
text-transform: uppercase;
font-weight: bold;
list-style: none;
display: inline-block;
vertical-align: top;
margin: 0 20px;
}
.container.l-main-wrapper__inner > .menu li:first-letter{ }
#menu-filtro-servicios li a,
.container.l-main-wrapper__inner > .menu li a{
font-size: 20px;
line-height: 24px;
display: inline-block;
vertical-align: top;
}
#menu-filtro-servicios li a.selected,
#menu-filtro-servicios li a:hover,
.container.l-main-wrapper__inner > .menu li a.selected,
.container.l-main-wrapper__inner > .menu li a:hover{
text-decoration: line-through;
box-shadow:unset;
}
body.single-servicios-auxiliares .o-post-navigation,
body.single-servicios .o-post-navigation {
display: none !important;
}
body.home footer {
margin-top: 64px;
} .spacetop{
margin-top: 4em;
} body.page-template-default.page-id-462 .l-main-wrapper .container {
width: 1060px;
width: 1140px;
max-width: 100%;
}
ul.filter.rfpfilters {
padding: 0;
text-align: center;
margin: 0;
display: block;
margin-top: 40px;
}
.rfp-posts.rfp-grids {
margin: 0;
margin-top: 80px;
}
.rfp-posts.rfp-grids .rfp-item {
position: static !important;
float: none;
padding: 0;
display: block;
width: 100%;
text-align: center;
}
.rfp-item-title {
color: #000000;
font-size: 27px;
text-transform: uppercase;
font-weight: bold;
line-height: 31px;
background-color: transparent;
padding: 0;
margin: 44px 0;
}
.rfp-posts.rfp-grids {
margin: 0;
margin-top: 80px;
height: auto !important;
}
.rfp-posts.rfp-grids .rfp-item .btn{
margin-top: 12px;
margin-bottom: 160px;
}
.rfp-posts.rfp-grids .rfp-item .btn a{
margin-top:0;
margin-bottom: 0;
} body.single-post h2#blogtitle {
text-align: center;
font-family: Anton;
font-weight: normal;
letter-spacing: 2px;
font-size: 40px;
margin: 0;
line-height: 45px;
margin-top: 40px;
}
body.single-post div.p-blog-single {
margin-top: 48px;
}
body.single.single-post .o-blog-post__thumbnail {
padding: 0;
margin: 0;
margin-bottom: 48px;
}
body.single-post h1.o-blog-post__title {
margin: 0;
margin-bottom: 16px;
}
body.single-post div#comments {
display: none !important;
}
body.single-post .o-blog-post__meta {
margin: 0;
text-align: center;
margin-bottom: 48px;
}
body.single-post .p-blog-single .o-blog-post__meta a,
body.single-post .p-blog-single .o-blog-post__meta span {
margin: 0;
padding: 0;
display: block;
text-transform: uppercase;
font-size: 18px;
line-height: 30px;
font-style: normal;
}
body.single-post .p-blog-single__content.h-clearfix {
text-align: center;
}
body.single-post .o-post-navigation {
position: relative;
z-index: 1;
text-transform:uppercase;
}
h2.big {
font-size: 72px;
}
p.big {
font-size: 32px;
} .h3home a {
text-transform: uppercase;
font-size: 18px;
box-shadow: none;
}
#menu-menu-solo-servicios-ingles,
#menu-menu-solo-servicios{
display:none !important;
}
h2 {
font-size: 27px;
}
h3{
font-size: 24px;
}
.destacado.anton,
h2.anton{
font-size: 40px;
}
body .btn{
margin-bottom:0;
}
body .btn a {
font-size: 16px;
border: 1px solid #000000;
box-shadow: none;
transition: all 0.8s ease;
margin-bottom:0;
}
.o-post-navigation__link--back a{
transition: all 0.8s ease;
}
.o-post-navigation__link--back a:hover,
body .btn a:hover{
color: #000000 !important;
background-color: #ffffff;
border: 1px solid #000000;
}
.wp-block-group.striped{
margin-top: 200px;
margin-bottom: 200px;
}
body.page-id-3998 .l-main-wrapper,
body.page-id-4135 .l-main-wrapper {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2021/05/LANDING-mediocirculo-azul.png);
background-repeat: no-repeat;
background-position: right top;
background-size: 200px auto;
}
body.page-id-3998 .l-main-wrapper__holder,
body.page-id-4135 .l-main-wrapper__holder{
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2021/05/LANDING-mediocirculo-amarillo.png);
overflow: visible;
background-size: 200px auto;
background-position: left center;
}
body .centered_content{
text-align:center;
}
body .btn.bordered {
padding: 4px;
border: 2px solid #000000;
display: inline-block;
}
body .btn.bordered a{
padding: 0 40px;
font-size: 24px;
min-width: 220px;
}
body .btn.cta{
margin-top: 80px;	
}
body .btn.cta a {
background-image: url(https://www.jftcomunicacion.es/images/phone-jft.png);
background-repeat: no-repeat;
background-position: -116px 10px;
font-size: 24px;
padding: 0 40px 0 48px;
height: 54px !important;
line-height: 54px;
}
body .btn.cta a:hover{
background-color: #000000;
color: #ffffff !important;
}
body .l-primary-footer.l-primary-footer--dark-skin {
border: 0 none;
}
body .l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__widgets {
background-color: transparent;
text-align: center;
}
body .l-primary-footer__widgets__space .row {
display: block;
margin: 0px;
}
body .l-primary-footer__widgets__space .row .col-md-6,
body .l-primary-footer__widgets__space .row .col-md-3{
flex:unset;
max-width: 100%;
}
body .btn.cta a{
display:none !important;
}
ul#menu-filtro-servicios {
width: 1200px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
} body .ntmblock{
width: 1060px;
width: 1140px;
max-width:100%;
margin-left:auto;
margin-right:auto;
}
body .ntmblock .inline{
display:inline-block;
vertical-align:top;
padding: 8px 44px;
}
body .ntmblock .centered{
text-align:center;
}
body .ntmblock .toolbar{
}
.portfolio_slider .query-row {
border: 2px solid #000000;
padding: 20px;
position: relative;
margin: 0 30px;
}
.portfolio_slider .query-field-post_title {
padding-top: 18px;
text-align: center;
font-size: 18px;
height: 78px;
overflow: hidden;
}
.portfolio_slider .slick-list{
padding-top: 34px;
width: 100%;
}
.slick-track{
min-width: 100%;
}
.portfolio_slider .query-field-taxonomy_terms {
background-color: #000000;
font-size: 13px;
text-transform: uppercase;
color: #ffffff;
padding: 0 10px;
position: absolute;
right: -2px;
top: -34px;
height: 34px;
line-height: 34px;
}
button.slick-prev.slick-arrow {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/arrow-left.webp);
background-repeat: no-repeat;
background-color: transparent !important;
text-indent: -9999px;
border: 0 none;
width: 28px;
height: 31px;
padding: 0px;
margin: 0px;
cursor: pointer;
position: absolute;
left: -40px;
top: 212px;
}
button.slick-next.slick-arrow {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/arrow-right.webp);
background-repeat: no-repeat;
background-color: transparent !important;
text-indent: -9999px;
border: 0 none;
width: 28px;
height: 31px;
padding: 0px;
margin: 0px;
cursor: pointer;
position: absolute;
right: -40px;
top: 212px;
}
.soportes button.slick-prev.slick-arrow,
.soportes button.slick-next.slick-arrow {
top: 110px;
}
p.has-white-color a {
color: #ffffff;
}
.portfolio_slider.servicios .query-unformatted{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
body .portfolio_slider.servicios .query-unformatted.wp-block-column{
display: block;
height: 540px;
margin-bottom: 40px;
margin-left: 20px;
margin-right: 20px;
}
body .portfolio_slider.servicios .query-unformatted.wp-block-column img{
height: 206px;
width:auto;
}
.portfolio_slider.servicios .query-row {
height: 592px;
margin-bottom: 40px;
flex-basis: 28%;
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
height: 408px;
margin-bottom: 200px;
margin-bottom: 262px;
}
.portfolio_slider.servicios .query-row .query-field-post_title{
text-transform:uppercase;
}
.portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt {
position: absolute;
width: 100%;
height: 212px;
overflow: hidden;
bottom: -240px;
}
.portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt > label{
display:none !important;
}
.shadow_box,
.box_shadow{
border: 1px solid #000000;
padding: 20px 20px 0px 20px;
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
}
.white_line{
border-bottom: 2px solid #ffffff;
}
.especialistas{
background-repeat:no-repeat;
background-image:url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/bkg_title@2x-2.png);
background-size:cover;
padding: 80px 0px;
}
.especialistas > div{
background-color: #ffffff;
padding: 0px 40px;
}
.dashed_border {
border-top: 2px dashed #000000;
padding-top: 20px;
padding-bottom: 30px;
border-bottom: 2px dashed #000000;
}
body .container .foo{
padding-left: 36px;
padding-right: 36px;
} .homeblock_animated.v2023 {
padding-bottom: 0px;
}
.homeblock_animated.v2023 .wp-block-group__inner-container:after,
.homeblock_animated.v2023 .wp-block-group__inner-container:before {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_header_2023.png);
background-repeat: no-repeat;
position: absolute;
top: 0;
width: 20%;
background-size: contain;
}
.homeblock_animated.v2023 .wp-block-group__inner-container {
width: 50%;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}
.btn_2023 a {
display: inline-block;
text-shadow: none;
background-color: #ffffff;
color: #000000;
padding: 8px 32px;
font-weight: normal;
border: 1px solid #000000;
}
.fullwidth > div > * {
width: 1140px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.fullwidth > div > *.full {
width: 100%;
} .maps.wp-block-columns{
display:block;
text-align:center;
}
.maps .wp-block-column{
border: 2px solid #000000;
box-shadow: 14px 14px 0px 0px rgb(0 0 0);
width: 320px;
padding: 20px;
display: inline-block;
margin: 0 20px;
}
.fondo_equis {
background-repeat: repeat-x;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/fondo_equis.png);
height: 64px;
line-height: 64px;
}
.fondo_equis h3{
margin-top: 12px;
}
.l-primary-header--sticky .headroom {
box-shadow: unset !important;
padding-top: 20px !important;
padding-bottom: 0px !important;
}
.l-primary-header--default-wrapper, .l-primary-header--responsive-wrapper {
position: relative;
z-index: 5001;
}
.query-exposed {
display: none !important;
}
body.single-servicios-auxiliares .p-blog-single__content,
body.single-servicios .p-blog-single__content,
body.postid-6790 .p-blog-single__content,
body.postid-6792 .p-blog-single__content,
body.postid-6794 .p-blog-single__content,
body.postid-6796 .p-blog-single__content,
body.postid-6798 .p-blog-single__content,
body.postid-6800 .p-blog-single__content,
body.postid-6802 .p-blog-single__content,
body.postid-6804 .p-blog-single__content {
margin-bottom: 0px;
margin-top: 40px;
}
body.single-servicios-auxiliares .p-blog-single__content > *,
body.single-servicios .p-blog-single__content > *,
body.postid-6790 .p-blog-single__content > *,
body.postid-6792 .p-blog-single__content > *,
body.postid-6794 .p-blog-single__content > *,
body.postid-6796 .p-blog-single__content > *,
body.postid-6798 .p-blog-single__content > *,
body.postid-6800 .p-blog-single__content > *,
body.postid-6802 .p-blog-single__content > *,
body.postid-6804 .p-blog-single__content > * {
margin-bottom: 40px;
margin-top: 0px;
}
figure.imagen_con_leyenda.wp-block-image.size-full img {
width: 100%;
}
figure.imagen_con_leyenda.wp-block-image figcaption {
margin: 0px;
background-color: #000000;
color: #ffffff;
padding: 16px 24px;
}
figure.imagen_con_leyenda.wp-block-image figcaption::selection{
background-color: #ffffff;
color: #000000;
}
.wp-block-group.testimonios.full > div {
width: 800px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
background-color:#ffffff;
padding: 0px 80px 0px 80px;
text-align:center;
position: relative;
}
.wp-block-group.testimonios.full > div h2{
text-transform:none;
font-size: 40px;
}
.wp-block-group.testimonios.full .query-field-featured_image{
padding-top: 80px;
padding-bottom: 0px;
margin: 0px;
}
.wp-block-group.testimonios.full .query-field-featured_image img{
display:inline-block;
max-width:80%;
}
.wp-block-group.testimonios.full .query-field-post_content{
padding-top: 80px;
margin: 0px;
}
.wp-block-group.testimonios.full button.slick-prev.slick-arrow{
left:-80px;
}
.wp-block-group.testimonios.full button.slick-next.slick-arrow{
right:-80px;
}
.wp-block-group.testimonios.full {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_clientes.png);
}
.wp-block-group.testimonios.full.inner {
background-image: none;
}
body .l-theme-wrapper .l-main-wrapper .pgroup{
width: 1140px;
max-width:100%;
margin: 0 auto 80px auto;
}
body .l-theme-wrapper .l-main-wrapper .pgroup > div > .small,
body .l-theme-wrapper .l-main-wrapper .pgroup.small{
width: 800px;
margin-left:auto;
margin-right:auto;
max-width:100%;
}
body .l-theme-wrapper .l-main-wrapper .pgroup.full{
width:100%;
}
body .l-theme-wrapper .l-main-wrapper .pgroup.full > div{
width: 1140px;
max-width: 100%;
margin-left:auto;
margin-right:auto;
}
body .l-theme-wrapper .l-main-wrapper .pgroup li a,
body .l-theme-wrapper .l-main-wrapper .pgroup p a{
text-decoration:underline;
}
body .l-theme-wrapper .l-main-wrapper .pgroup li a:hover,
body .l-theme-wrapper .l-main-wrapper .pgroup p a:hover{
text-decoration:underline;
color:#7a7a7a;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_stairs {
padding-top: 10px;
padding-bottom: 42px;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_title@2x.png);
margin-bottom: 80px;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.angles_2023 {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_mktdigital.png);
padding: 40px 0px;
margin-bottom: 80px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_chess {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/Group-582@2x.png);
padding: 53px 0px;
margin-bottom: 80px;
background-size: contain;
padding-top: 52px;
padding-bottom: 52px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_bars {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_aeropuertos@2x.png);
padding: 0px;
margin-bottom: 80px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_bars_2 {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_photo@2x.png);
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_right@2x.png);
padding: 0px;
margin-bottom: 80px;
background-size: contain;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/05/bg_plus2.png);
padding: 40px 0px;
margin-bottom: 80px; text-align:center;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_square {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_header_2023.png);
padding: 40px 0px;
margin-bottom: 80px;
background-size: contain;
text-align:center;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bg_rombos.png);
padding: 40px 0px;
margin-bottom: 80px;
background-size: 120px 98px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_stairs > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_chess > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_bars > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_square > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.angles_2023 > div {
background-color: #ffffff;
padding: 32px 48px;
width: 800px;
max-width: 100%;
margin: 0 auto;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.angles_2023 > div {
padding: 16px 80px;
width: 1140px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_stairs > div{
width: 900px;
max-width: 100%;
padding-bottom: 20px;
padding-top: 32px;
margin-top: 20px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_stairs > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_stairs > div h2{
margin-top: 0px;
margin-bottom: 0px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_chess > div{
width: auto;
padding: 21px 0px;
padding-bottom: 23px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_bars > div{
width:1140px;
text-align:center;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos > div{
padding: 0px 48px;
width: 1140px;
max-width: 100%;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus > div{	
padding: 16px 44px;
width:auto;
display: inline-block;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_square > div{
padding: 16px 44px;
padding-bottom: 0px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos > div{
padding: 0px 48px;
}
.width640{
width: 640px !important;
max-width: 100%;
margin-left:auto;
margin-right:auto;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_chess > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_bars > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_square > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.angles_2023 > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_chess > div h2,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_bars > div h2,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos > div h2,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus > div h2,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_square > div h2,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos > div h2,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.angles_2023 > div h2{
margin: 24px 0 20px;
line-height: 60px;
font-size: 40px;
font-family: anton;
font-weight: normal;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos > div h2{
margin-top: 0px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus > div h2{
margin-top: 0px;
margin-bottom: 0px;
font-size: 32px;
line-height:40px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos > div h2{
}
.bordered_box2,
.bordered_box {
border: 2px solid #000000;
padding: 20px 80px 20px 80px;
}
.bordered_box2{
position:relative;
}
.wp-block-group.pgroup.bordered_box2:before {
display: block;
border: 2px solid #000000;
content: ' ';
position: absolute;
width: 100%;
left: -20px;
bottom: -20px;
height: 100%;
z-index: 1;
}
.wp-block-column.dashed_box{
border:4px dashed #000000;
padding: 16px;
padding-bottom:0px;
}
.black_box{
padding: 40px 0px 20px;
background-color:#000000;
}
.wp-block-group.pgroup.dashed_box{
position:relative;
padding: 0px;
}
.wp-block-group.pgroup.dashed_box:before {
display: block;
border: 2px dashed #000000;
content: ' ';
position: absolute;
width: 100%;
right: -20px;
bottom: -20px;
height: 100%;
z-index: 1;
}
.wp-block-group.pgroup.dashed_box2 > div,
.wp-block-group.pgroup.dashed_box > div {
border: 2px dashed #000000;
padding: 40px;
position:relative;
z-index:5;
background-color: #ffffff;
}
.pgroup.small .portfolio_slider.servicios .query-row {
flex-basis: 40%;
}
.wp-block-group.pgroup.big_arrow p {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x.png);
background-repeat: no-repeat;
background-size: 50px 50px;
padding-left: 74px;
margin-bottom: 25px;
background-position: 0px 12px;
}
.arrow_list_items li,
.inline_arrows p strong,
.big_arrow_inner{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x.png);
background-repeat: no-repeat;
background-size: 20px 20px;
padding-left: 30px;
background-position: 0px 5px;
font-size: 16px;
line-height: 30px;
}
.inline_arrows p strong{
background-position: 0px 0px;
margin-right: 20px;
}
.arrow_list_items li{
list-style:none;
background-position: 0px 0px;
margin-right: 20px;
}
p.middle_p{
margin-top: 20px;
margin-bottom: 0px;
}
.wpb-pcf-form-fire,
.wpb-pcf-form-fire:hover{
background-color: #2ba8bf !important;
color: #ffffff !important;
border-radius: 0px !important;
display:block;
margin-left:auto;
margin-right: auto;
font-weight: normal;
}
.swal2-html-container .wpcf7 {
width: auto;
}
.swal2-html-container .wpcf7:before {
display:none;
}
.wp-block-group.pgroup.dashed_box2.inline_arrows > div{    
padding: 20px 20px 10px 20px;
}
.big_arrow_inner2{	
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x.png);
background-repeat: no-repeat;
background-size: 50px 50px;
padding-left: 74px;
background-position: 0px 12px;
margin-top: 20px;
min-height: 60px;
}
.arrow_inner_black{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/arrow_inner_black.png);
background-repeat: no-repeat;
background-size: 40px 40px;
padding-left: 60px;
padding-bottom: 10px;
background-position: 0px 0px;
}
.tick_box{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/tick_bg.png);
background-repeat: no-repeat;
background-size: contain;
padding: 80px 40px;
overflow: visible;
}
.diamond_line{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/diamond_line.png);
background-repeat: no-repeat;
background-position: left top;
padding-top: 80px;
}
.diamond_line > div {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/diamond_line.png);
background-repeat: no-repeat;
background-position: left bottom;
padding-bottom: 60px;
margin-bottom: 80px;
}
body .medios .big_arrow_inner{
background-size: 40px 40px;
padding-left: 50px;
background-position: 0px 5px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 16x;
line-height: 30px;
}
body .medios .wp-block-column:first-child figure{
-webkit-box-shadow: 10px 10px 0px 0px rgb(0 0 0);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
box-shadow: 10px 10px 0px 0px rgb(0 0 0);
border: 2px solid #000000;
padding: 20px;
position: relative;
margin: 0px;
}
.wp-container-1.wp-block-group.full.fullwidth.astillas {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/05/bg_astillas.png);
padding: 20px 0px;
padding-bottom: 18px;
}
.wp-container-1.wp-block-group.full.fullwidth.astillas .destacado,
.wp-container-1.wp-block-group.full.fullwidth.astillas h2{
background-color: #ffffff;
padding-bottom: 20px;
margin-bottom: 0px;
}
body .query-todos_los_informes-wrapper .query-exposed,
body .soportes .query-exposed {
display: block !important;
margin-bottom: 20px;
}
body .soportes .query-exposed input[type="submit"] {
display: none;
}
body .query-todos_los_informes-wrapper .query-exposed form > *,
body .soportes .query-checkboxes {
display: flex;
align-items: stretch;
}
body .soportes label.query-checkbox {
display: inline-block;
border: 2px solid #000000;
width: auto;
text-align: center;
padding: 18px 20px;
cursor: pointer;
white-space: nowrap;
margin: 0px;
border-top: 0 none;
flex: 1;
border-left: 0 none;
}
body .query-todos_los_informes-wrapper .query-exposed form{
text-align:center;
padding: 20px 0px;
}
body .portfolio_slider.query-todos_los_informes-wrapper .query-field-post_title {
padding-top: 0px;
}
body .query-todos_los_informes-wrapper .query-field.query-field-meta_fecha_del_informe {
text-align: center;
position: relative;
top: -50px;
z-index: 100;
}
body .query-todos_los_informes-wrapper .query-exposed form > * {
display: inline-block;    
width: auto;    
cursor: pointer;
white-space: nowrap;
margin: 0px;
border-top: 0 none;
flex: 1;
}
body .query-todos_los_informes-wrapper .query-exposed form label{
text-transform:uppercase;
font-weight:bold;
display:inline-block;
margin-right: 20px;
}
body .query-todos_los_informes-wrapper .query-exposed input[type=submit],
body .query-todos_los_informes-wrapper .query-exposed .query-select{
border: 2px solid #000000;
display: inline-block;
margin-right: 40px;
}
body .query-todos_los_informes-wrapper .query-exposed input[type=submit],
body .query-todos_los_informes-wrapper .query-exposed .query-select select{
padding: 4px 32px 4px 32px;
height: 32px;
font-style: normal;
text-transform: uppercase;
}
body .query-todos_los_informes-wrapper .query-exposed input[type=submit]{
font-weight:bold;
}
body.single-informe .p-blog-single__content > * {
margin-top: 40px;
}
body .soportes.query-mupis-wrapper label.query-checkbox,
body .soportes.query-vallas-wrapper label.query-checkbox {
border-top: 2px solid #000000;
}
figure.wp-block-table.tabla_precios th {
background-color: #000000;
color: #ffffff;
font-weight: normal;
}
body .soportes label.query-checkbox:first-child {
border-left: 2px solid #000000;
}
body .soportes label.query-checkbox.active {
background-color:#000000;
color:#ffffff;
}
body .soportes label.query-checkbox input{
visibility:hidden;
display: none !important;
}
body .soportes .query-content .query-row {
height: auto;
box-shadow: unset;
flex-basis: 18%;
flex-basis: 210px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 0px;
width: 208px !important;
max-width:100%;
}
body .soportes .query-content .query-row:first-child {
margin-left: 0px;
}
body .soportes .query-content .query-row:last-child {
margin-right: 0px;	
}
.soportes.portfolio_slider .query-field-taxonomy_terms {
left: -2px;
width: 208px;
right: unset;
text-align: center;
text-transform: none;
}
.soportes.portfolio_slider.servicios .query-row .query-field-post_title {
text-transform: unset;
height: auto;
}
.soportes.portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt {
position: static;
height: auto;
text-align: center;
}
.soportes.portfolio_slider.servicios .query-row .query-field.query-field-featured_image {
height: 84px;
overflow: hidden;
}
body .o-breadcrumb {
border: 0 none;
}
.o-breadcrumb + div {
padding-top: 0px;
}
.blockgraphic,
.white_bars,
.flechas{
position:relative;
}
.blockgraphic{
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/blockgraphic.png);
background-size: contain;
background-position: left top;
padding: 0px !important;
}
.blockgraphic > div{
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/blockgraphic2.png);
background-size: contain;
background-position: right top;
width: 100% !important;
padding: 40px 0px 20px;
}
.blockgraphic > div > div{
width: 1140px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
} .white_bars:before {
display: block;
position: absolute;
left: 4px;
top: 20px;
content: ' ';
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/white_bars2.png);
width: 120px;
height: 150px;
background-size: contain;
}
.white_bars:after {
display: block;
position: absolute;
right: 4px;
bottom: 20px;
content: ' ';
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/white_bars2.png);
width: 120px;
height: 150px;
background-size: cover;
}
.flechas:before {
display: block;
position: absolute;
left: 4px;
top: 20px;
content: ' ';
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x-1.png);
width: 180px;
height: 12px;
background-size: contain;
}
.flechas:after {
display: block;
position: absolute;
right: 4px;
bottom: 20px;
content: ' ';
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x-1.png);
width: 112px;
height: 12px;
background-size: cover;
transform:rotateY(180deg);
}
.query-field.query-field-ID {
display: none !important;
}
.thick_white_border{
border:4px solid #ffffff;
padding: 40px 20px;
}
.thick_white_border + div {
border:4px solid #ffffff;
padding: 40px 20px;
border-top: 0 none;
margin-bottom: 0px;
}
.thick_white_border + div + div {
border:4px solid #ffffff;
padding: 40px 20px;
border-top: 0 none;
}
p.w800{
width: 800px;
max-width:100%;
margin-left:auto;
margin-right:auto;
}
.no_margin{
margin-bottom: 0px !important;
}
.wp-block-group.pgroup.big_dashed{
padding: 40px 0px;
position: relative;
}
.wp-block-group.pgroup.big_dashed:before {
display: block;
content: ' ';
width: 100%;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/bkg_title@2x.png);
position: absolute;
left: 0px;
top: 0px;
height: 20px;
background-size: cover;
}
.wp-block-group.pgroup.big_dashed:after {
display: block;
content: ' ';
width: 100%;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/bkg_title@2x.png);
position: absolute;
left: 0px;
bottom: 0px;
height: 20px;
background-size: cover;
}
.query-soportes_por_isla_y_zona-wrapper {
border-top: 2px solid;
}
.hide{
display:none !important;
}
.centered{
text-align:center;
}
.anton.angle_box {
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/bkg_title@2x-1.png);
background-size: cover;
text-align: center;
width: auto;
display: inline-block;
padding: 60px 112px;
padding-top: 34px;
font-size: 36px;
}
.porque {
background-repeat: no-repeat;
background-image:url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/elemento_derecha@2x-1-e1681156918598.png);
background-size: contain;
background-position: left top;
padding: 0px !important;
}
.porque > div {
background-repeat: no-repeat;
background-image:url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/elemento_derecha@2x.png);
background-size: contain;
background-position: right top;
width: 100% !important;
padding: 40px 0px 20px;
}
.porque > div > * {
width: 1140px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
body .wp-block-gallery.has-nested-images figure.wp-block-image{
position: relative;
padding-top: 120px;
}
body .wp-block-gallery.has-nested-images.ntm_slick_carousel figure.wp-block-image{
padding-top: 0px;
height: 120px;
}
body .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
background-image: none;
color: #000000;
text-transform: uppercase;
font-size: 40px;
line-height:normal;
font-family: 'Anton';
position: absolute;
top: 0px;
}
body .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-wrap {
border: 2px solid #000000 !important;
border-radius: 0px;
border-bottom: 0 none !important;
}
body .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
border: 2px solid #000000;
}
body p.footext {
margin-bottom: 0px;
margin-top: 8px;
}
body.single-informe .wpcf7 {
border: 2px solid #000000;
margin-top: 80px;
padding: 40px;
}
body.single-informe .wpcf7::before {
display: inline-block;
content: 'DESCÁRGATE NUESTRO INFORME';
height: 50px;
line-height: 55px;
background-color: #000;
text-transform: uppercase;
color: #fff;
text-align: center;
padding: 0 48px;
position: absolute;
top: -52px;
left: -2px;
}
body.postid-6836 .soportes .query-content .query-row {
width: 266px !important;
}
body.postid-6836 .soportes.portfolio_slider.servicios .query-row .query-field.query-field-featured_image {
height: 144px;
}
.query-field.query-field-post_title h3 {
font-weight: normal;
font-size: 18px;
}
body.page-id-8872 .o-breadcrumb,
body.page-id-8872 .l-primary-header--default-wrapper,
body.page-id-8872 .l-primary-header--responsive-wrapper,
body.page-id-8872 footer,
body.page-id-8540 .o-breadcrumb,
body.page-id-8540 .l-primary-header--default-wrapper,
body.page-id-8540 .l-primary-header--responsive-wrapper,
body.page-id-8540 footer {
display: none;
}
#moove_gdpr_cookie_modal .moove-gdpr-button-holder{
display:block !important;
}
#moove_gdpr_cookie_modal button.mgbutton.moove-gdpr-modal-allow-all { float:right;
}
#moove_gdpr_cookie_modal button.mgbutton.moove-gdpr-modal-reject-all {
float:left;
} ul#menu-sitemap{
display: flex;
column-count:unset;
}
ul#menu-sitemap > li{
flex: 1 1 0px;
margin-right: 8px;
margin-left: 8px;
}
ul#menu-sitemap > li > ul{
padding: 0px;
margin: 0px;
}
ul#menu-sitemap > li > a{
font-weight:bold;
text-transform:uppercase;
font-size: 14px;
}
ul#menu-sitemap > li li a{	
font-size: 13px;
}
#footer_info{
height:auto;
}
#rrss-wrapper{
position:static;
width: 100%;
height:auto;
text-align:right;
background-image:none;
padding: 0px;
margin-top: 0px;
padding-top: 20px;
clear:both;
background-color:#ffffff;
}
#rrss-wrapper > *{
width: 1140px;
margin-right: auto !important;
margin-left: auto !important;
max-width: 100%;
display:block !important;
font-weight:bold;
}
.query-unformatted.query-ultimos_informes .query-row {
flex-basis: 28%;
text-align: center;
margin-bottom: 40px;
}
.query-unformatted.query-ultimos_informes {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 40px;
}
body.page-id-9976 .wpcf7-checkbox span.wpcf7-list-item {
display: inline-block !important;
width: 46%;
margin: 0;
} body.post-template-default.single-post footer {
margin-top: 80px;
}
.m-author-box {
justify-content: center;
}
body.archive .l-blog-wrapper {
max-width: 100%;
width: 1200px;
margin-left: auto;
margin-right: auto;
}
body.archive .o-hero.d-flex {
max-width: 100%;
width: 1200px;
margin-left: auto;
margin-right: auto;
}
body.archive .o-hero.d-flex + .o-breadcrumb {
display: none !important;
}
body.archive .o-hero.d-flex + .o-breadcrumb + .container{
max-width:100%;
width: 1200px;
margin-left:auto;
margin-right:auto;
}
body.single-servicios .m-author-box {
display: none !important;
}
ul#menu-sitemap .sub-menu > li.menu-item-has-children > a {
font-weight: bold;
text-transform: uppercase;
margin-top: 16px;
display: block;
}
ul#menu-sitemap .sub-menu > li.menu-item-has-children > a+ul {
margin-top: 0px;
padding-left: 0px;
}
.menu-menu-principal-container ul li ul li ul {  }
.menu-menu-principal-container ul li ul li ul li a {
font-size: 20px;
white-space: nowrap;
line-height: 36px;
font-size: 16px;
line-height: 32px;
text-transform:unset;
}
body .m-author-box__avatar {
margin: 0;
width: auto;
}
body .m-author-box__avatar img {
border-radius: 0px;
border: 0 none;
}
.hide-deco {
box-shadow: unset !important;
border: 0 none !important;
}
body .swal2-container{
z-index:5002;
}
.swal2-container span.wpcf7-form-control.wpcf7-checkbox > span {
display: inline-block;
vertical-align: top;
min-width: 100px;
margin-left: 0px;
}
#cta_flotante{
position:fixed;
bottom: 0px;
left: 0px;
width: 100%;
z-index: 10000;
border-top: 1px solid #000000;
margin: 0px;
}
#cta_flotante > div{
width: 1140px;
max-width: 100%;
margin-left:auto;
margin-right:auto;
}
#cta_flotante p{
margin: 0px;
padding: 0px;
}
#cta_flotante .btn a{
padding-left: 48px;
}
#cta_flotante .btn:before{
position:relative;
left: 40px;
top: 6px;
}
#cta_flotante .btn_black:before{
color: #ffffff;
top: 3px;
}
div#header_video {
position: relative;
}
div#header_video #header_video_title{
position: absolute;
top: 40%;
width:100%;
left: 40px;
}
div#header_video #header_video_title > div{ }
.menu_2025 #virtual_header {
position: fixed;
top: 0px;
width: 100%;
z-index: 1000;
transition: all 1s ease-out;
background-color: #ffffff;
}
.menu_2025.menu_on_video  #virtual_header {
top: 70px;
background-color: transparent;
}
.menu_2025  #virtual_header > div {
width: 1140px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
}
#header_video figure.wp-block-video {
margin: 0px;
padding: 0px;
width: 100%;
}
.ntm_slick_carousel_group3 figure{
text-align:center;
}
.ntm_slick_carousel_group3 figure img{
display:inline-block;
}
.barra_color_inline{
line-height: 20px !important;
}
body.page-id-15667 .l-main-wrapper__holder,
body.page-id-15668 .l-main-wrapper__holder{
padding-top: 0px;
margin-top: 0px;
}
body.page-id-15667 h1,
body.page-id-15668 h1 {
text-align: left;
padding-top: 0px;
margin-top: 0px;
}
body.page-id-15667 .ntm_slick_carousel_group3 figure {
}
.diferencia .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
}
.diferencia .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
padding: 20px 0px;
}
body .diferencia .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap.right {
right: -12px;
}
.customer2 a,
.customer2 a:hover{
color: #ffffff;
text-decoration: none;
}
.wp-block-group.has-background {
padding-top: 40px;
padding-bottom: 40px;
}
.wp-block-spacer {
margin: 0px;
}
.query.ntm_cliente.carousel .query-row {
position: relative;
margin: 0 11px;
}
.query-portfolio_home_2025 .query-field-taxonomy_terms {
bottom: 0px !important;
left: 0px !important;
}
footer{
padding-bottom: 160px;
}
.wp-block-column.has-background {
padding: 32px;
}
.container.l-main-wrapper__inner > .wp-block-group {
margin-bottom: 80px;
}
.block_bar_left{
position: relative;
}
.block_bar_left:before{
display:block;
position:absolute;
content:' ';
background-color:#d69da3;
width: 10px;	
height: 120px;
bottom: 20px;
left: 0px;
}
.marketing_digital .block_bar_left:before{
background-color: #dbdf94;
}
.title_strong .wp-block-ub-content-toggle-accordion-title strong {
font-weight: 600 !important;
}
.title_strong .wp-block-ub-content-toggle-accordion-content-wrap {
color: rgba(0,0,0,1);
}
.inner_blog .rfp-posts.rfp-grids .rfp-item {
display: inline-block;
width: 30%;
margin: 0 20px;
vertical-align: top;
}
.inner_blog .rfp-item-title {
font-size: 16px;
line-height: 24px;
margin: 20px 0;
}
.inner_blog .rfp-posts.rfp-grids .rfp-item .btn {
margin-bottom: 0;
}
.inner_blog .rfp-imgwrap {
height: 170px;
overflow: hidden;
}
.inner_blog .rfp-filter {
display:none;
}
.inner_blog div.rfp-wrapper {
text-align: center;
}
.inner_blog .rfp-item-body {
display: none;
}
.inner_blog .rfp-posts.rfp-grids {
margin-top: 0px;
}
.servicios_2025{
width: 960px !important;
max-width: 100%;
margin-left:auto;
margin-right:auto;
}
.servicios_2025 .portfolio_slider.servicios .query-row {
border: 0 none;
box-shadow: unset;
margin: 0px 20px;
height: auto;
padding: 0px;
}
.servicios_2025 .query-field.query-field-featured_image {
background-color: #eeeeee;
text-align: center;
padding: 40px 0px;
}
.servicios_2025 .query-field.query-field-featured_image img {
width: auto !important;
display: inline-block !important;
height: 100px !important;
}
.servicios_2025 .portfolio_slider.servicios .query-row .query-field.query-field-post_title{
margin: 0px;
background-color: #eeeeee;
padding-left: 20px;
padding-right: 20px;
padding-top: 0;
}
.servicios_2025 .portfolio_slider.servicios .query-row .query-field.query-field-post_title h3{
color: #000000;
font-weight:bold;
font-size: 16px;
}
.servicios_2025 .query-field.query-field-post_excerpt > div{
display:none;
}
.servicios_2025 .portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt > label{
display: block !important;
cursor:pointer;
margin:0px;
text-align:right;
}
.servicios_2025 .portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt {
position: static;
width: auto;
height: auto;
overflow:visible;
}
.servicios_2025 .portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt > label:after {
display: inline-block;
content: '\f054';
font-weight: bold;
color: #000000;
position: relative;
top: -34px;
padding-right: 20px;
font-family: fontawesome;
}
.servicios_2025 .portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt > label.active:after {
content: '\f078';
}
.nomargin{
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.query-field.query-field-featured_image{
text-align: center;
}
body.page-template-ntm .l-main-wrapper__holder {
padding-top: 0;
}
body.page-template-ntm .container.l-main-wrapper__inner > .wp-block-group {
width: 1140px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
body.page-template-ntm .container.l-main-wrapper__inner > .wp-block-group.fullwidth {
width: 100%;
}
.wp-block-group-is-layout-flex > .wp-block-group{
max-width: 380px;
}
.title_border{
text-align:center;
}
.title_border.blue:after{
display: block;
height: 20px;
width: 140px;
background-color: #7ee9ee;
content: ' ';
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}
.ltr{
transition: all 2s ease; margin-left: -800px !important;
}
.ltr.animated{ margin-left: 0px !important;
}
body #faqs .wp-block-ub-content-toggle-accordion{
border-top: 1px dotted !important;
}
body #faqs .wp-block-ub-content-toggle-accordion:first-child{
border-top: 0 none !important;
}
body .agencia_eventos .wp-block-media-text > .wp-block-media-text__content{
padding: 0px;
padding-left: 0px;
}
body .agencia_eventos .wp-block-media-text > .wp-block-media-text__media img{
width:48px;
} @media 
(-webkit-min-device-pixel-ratio: 2){ #post-grid-1412::before, #post-grid-145::before {
width: 170px;
height: 470px;
background-size: contain;
left: -200px;
}
.grid-items-wrap{
overflow:visible !important;
}
#rrss-wrapper {
bottom: 61px;
width: 549px;
height: 490px;
background-size: contain;
}
#menu-menu-del-pie-ingles li a,
#menu-menu-del-pie li a {
position: relative;
top: 82px;
}
#footer_info p {
position: relative;
z-index: 1;
}
} .carousel.home2025 h3 {
font-weight: bold;
font-size: 24px;
font-size: 20px;
text-transform:uppercase;
min-height: 60px;
min-height: 50px;
}
.carousel.home2025 .query-row { background-color: #000000;
color: #ffffff;
margin-right:20px;
padding: 40px;
padding-top: 64px;
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/04/ico_servicios.webp);
background-repeat:no-repeat;
background-position: 40px 16px;
background-size: 40px 40px;
}
.carousel.home2025 .query-row-0{ background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/07/icono_aeropuerto_andalucia.webp);
}
.carousel.home2025 .query-row-1{ background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/07/icono_aeropuerto_canarias.webp);
}
.carousel.home2025 .query-row-2{
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/06/exteriores-negativo.webp);
}
.carousel.home2025 .query-row-3{
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/06/digital-negativo.webp);
}
.carousel.home2025 .query-row-4{
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/07/medios-negativo.webp);
}
.carousel.home2025 .query-row-5{
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/06/eventos-negativo.webp);
}
.carousel.home2025 .query-row-6{
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/06/creatividad-negativo.webp);
}
.carousel.home2025 .query-row-7{
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/06/consultoria-negativo.webp);
}
.carousel.home2025 a {
display: inline-block;
font-weight: bold; color: #ffffff !important;
padding-top: 20px;
}
.carousel.home2025 h3{
color: #ffffff !important;
}
.carousel.home2025 .query-field.query-field-permalink {
min-height: 80px;
}
body .wp-block-ub-content-toggle{
margin: 0px;
}
body .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap.right {    
position: absolute;
right: 20px;
}
body .wp-block-ub-content-toggle-accordion-title strong {    
display: block;
}
body.single .l-theme-wrapper .wp-block-ub-content-toggle-accordion:first-child,
body.page .l-theme-wrapper .wp-block-ub-content-toggle-accordion:first-child,
body.single .l-theme-wrapper .wp-block-ub-content-toggle-accordion,
body.page .l-theme-wrapper .wp-block-ub-content-toggle-accordion {
border: 0 none !important;
}
#faqs .wp-block-ub-content-toggle-accordion {
border-top: 1px solid !important;    
} @media only screen and (max-width: 1399px) {
#menu-menu-solo-servicios-ingles li a,
#menu-menu-solo-servicios li a {
font-size: 20px;
}
#post-grid-1412,
#post-grid-145 {
width: 80%;
}
#post-grid-1412::before,
#post-grid-145::before {
left: -178px;
} #rrss-wrapper {
height: 450px;
bottom: -91px;
background-size: contain;
right: -85px;
}
#footer_info{
position:relative;
}
#footer_info p {
position: relative;
z-index: 100;
}
#menu-menu-del-pie li {
margin-top: 80px;
}
} @media only screen and (max-width: 1199px) {
.homeblock_animated .wp-block-cover__inner-container,
.wp-block-cover.repeat .wp-block-cover__inner-container {
width: 70%;
}
.homeblock_animated .wp-block-cover__inner-container::after,
.homeblock_animated .wp-block-cover__inner-container::before {
width: 10%;
}
#menu-menu-solo-servicios-ingles li a,
#menu-menu-solo-servicios li a {
font-size: 17px;
margin-left: 16px;
}
#post-grid-1412,
#post-grid-145 {
width: 100%;
}
#post-grid-1412::before,
#post-grid-145::before {
display:none;
}
#footer_info p{
text-align:left;
}
.p-blog-single__content > *{
max-width:90%;
}
body #post-grid-188 .grid-items-wrap {
max-width: 90%;
}
.wpcf7 {
max-width: 90%;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
padding: 0 11px;
}
.o-post-navigation {
width: 90%;
}
body.single-portfolio.portfolio-template-default .l-main-wrapper > .container {
width: 90%;
}
#footer_info p {
text-align: left;
padding-left: 80px;
}
} @media only screen and (max-width: 1023px) {
.agencia_eventos figure.wp-block-media-text__media {
margin-left: -8px;
}
.agencia_creativa .img_arrows{
display:none;
}	
.wp-block-group.full.fullwidth {
background-position: 40% 50% !important;
}
div#cta_flotante p {
text-align: center;
}
body .query-portfolio_home_2025 > div {
flex: 50%;
margin-bottom: 10px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos > div h2 {
font-size: 24px;
line-height: normal;
font-weight: normal;
}
body.page-id-3998 .l-main-wrapper,
body.page-id-4135 .l-main-wrapper,
body.page-id-3998 .l-main-wrapper__holder,
body.page-id-4135 .l-main-wrapper__holder {
background-image: none;
}
body{
font-size: 14px;
padding-bottom: 48px;
}
body.single div.p-blog-single h2 {
font-size: 18px;
}
body .btn a {
font-size: 20px;
line-height: 36px;
height: auto;
padding: 12px 20px;
}
.readmore a {
width: 100%;
height: auto;
background-size: contain;
line-height: 48px;
font-size: 14px;
}
.container.l-main-wrapper__inner > .menu li {
margin: 0 20px;
}
.container.l-main-wrapper__inner > .menu li a {
font-size: 16px;
line-height: 24px;
}
.wp-block-group.striped > div {
padding: 0 1em;
width: auto;
}
.wpcf7 {
margin: 0 auto;
max-width: none;
width: auto;
}
.wpcf7 .form_inner {
border: 0 none;
padding: 0;
}
body .wpcf7 .wpcf7-radio{
text-align:center;
}
body .wpcf7 .wpcf7-radio .wpcf7-list-item {
border: 0 none !important;
padding: 0 11px;
height: auto;
line-height: normal;
}
.wpcf7:before{
display:none;
}
.layer-wrapper{
max-width: 100%;
}
.post-grid.grid .grid-items > .item {
max-width: 100%;
}
.post-grid .item .layer-media {
max-width: 100%;
}
.block-waves p {
height: auto;
line-height: 36px;
padding: 20px 36px;
font-size: 24px !important;
}
#menu-menu-del-pie li {
display: block;
text-align: center;
margin: 0.5em 0;
}
#rrss-wrapper{
display:none;
}
.aligncenter {
margin: 0;
}
#menu-menu-solo-servicios-ingles,
#menu-menu-solo-servicios {
position: static;
margin: 2em auto;
}
.homeblock_animated .wp-block-cover__inner-container::after,
.homeblock_animated .wp-block-cover__inner-container::before {
display:none;
}
.homeblock_animated .wp-block-cover__inner-container,
.wp-block-cover.repeat .wp-block-cover__inner-container {
width: auto;
padding-right: 0;
padding-left: 0;
}
.menu-menu-principal-ingles-container ul li a,
.menu-menu-principal-container ul li a {
font-size: 32px;
line-height: normal;
}
.o-slidingbar__close-icon {
margin-right: 2em;
}
#l-primary-header--responsive__icon {
display: none !important;
}
.menu-menu-principal-ingles-container,
.menu-menu-principal-container {
margin-top: 36px;
}
.menu-menu-principal-ingles-container ul li a,
.menu-menu-principal-container ul li a {
font-size: 26px;
line-height: normal;
}
.menu-menu-principal-ingles-container ul li ul,
.menu-menu-principal-container ul li ul {
position: static;
margin-left: 3em;
}
.menu-menu-principal-ingles-container ul li ul li a,
.menu-menu-principal-container ul li ul li a {
font-size: 18px;
line-height: 30px;
}
#footer_info p {
text-align: center;
padding: 0;
}	
.o-post-navigation{
white-space:nowrap;
}
.o-post-navigation .row{
display:block !important;
}
.o-post-navigation .row > div{
width: 100%;
text-align: center;
max-width: unset;
margin: 1em 0;
}
.l-primary-header .a-logo {
margin-left: 2em;
}
body.page-template-default .l-main-wrapper .container{
width: 90%;
}
.wpcf7-form-control-wrap.category > span {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.wpcf7 .category .wpcf7-list-item {
border: 3px solid  #000;
height: 44px;
padding: 0 12px;
margin-top: 12px;
margin-right: 4px;
flex-basis: 48%;
}
.wpcf7 .category .wpcf7-list-item label{
height: 38px;
line-height: 38px;
padding: 0;
font-size: 12px;
}
body.page-id-1350.page-template-default .l-main-wrapper .container,
body.page-id-39.page-template-default .l-main-wrapper .container {
width: 90%;
max-width: 90%;
}
body #post-grid-241 .grid-items-wrap .grid-items {
width: 100%;
display: block;
text-align: center;
}
body .grid-items-wrap .grid-items {
display: block;
width: 100%;
text-align: center;
}
.layer-content{
max-width: 100%;
}
.post-grid.grid .grid-items > .item {
max-width: 100%;
margin: 0 !important;
}
body.home.page-template-default .l-main-wrapper .container{
width:90%;
}
.homeblock_animated .wp-block-group__inner-container::before,
.homeblock_animated .wp-block-group__inner-container::after{
display:none !important;
}	
.homeblock_animated .wp-block-group__inner-container{
width: 90%;
padding: 0;
margin: 0;
}
#post-grid-1412,
#post-grid-145{
margin: 0;
}
#post-grid-1412 .grid-items-wrap .grid-items,
#post-grid-145 .grid-items-wrap .grid-items {
width: 100%;
}
.wp-block-column {
width: 100%;
float: none;
}
#phone a {	
position: absolute;
top: -64px;
}
.homeblock_animated, .wp-block-cover.repeat {
padding-bottom: 0;
margin-bottom: 0;
}
.menu-menu-principal-ingles-container ul li:hover ul,
.menu-menu-principal-container ul li:hover ul {
height: auto;
margin-bottom: 40px;
}
.menu-menu-principal-ingles-container #menu-item-1380:after,
.menu-menu-principal-container #menu-item-21:after {
display:none !important;
}
.grid-items .item .layer-wrapper .layer-content{
width: 296px;
} body .container #post-grid-366 .item,
body .container #post-grid-366 .layer-wrapper,
body .container #post-grid-241 .item,
body .container #post-grid-241 .layer-media,
body .container #post-grid-241 .layer-wrapper,
body .container #post-grid-188 .item,
body .container #post-grid-188 .layer-wrapper,
body .container #post-grid-145 .item,
body .container #post-grid-145 .layer-wrapper{
width: auto;
height: auto;
}
body .container #post-grid-366 .layer-content,
body .container #post-grid-241 .layer-content,
body .container #post-grid-188 .layer-content,
body .container #post-grid-145 .layer-content{
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
border: 9px solid #ffffff !important;
}
.block-waves {
margin-bottom: 40px;
}
body .container .a-logo.a-logo--image img {
width: auto;
height: 32px;
}
body.home .l-main-wrapper > div {
padding-top: 12px;
}
.l-primary-header--responsive-wrapper {
height: 128px !important;
}
header .a-logo.a-logo--image a {
display: inline-block;
height: 32px !important;
width: 54px !important;
}
h2.big {
font-size: 36px;
}
p.big {
font-size: 16px;
} body{
font-size:14px;
line-height:20px;
}
.homeblock_animated .wp-block-group__inner-container h1,
.wp-block-cover.repeat .wp-block-cover__inner-container p:first-child {
font-size: 25px;
}
.homeblock_animated .wp-block-group__inner-container h2,
.wp-block-cover.repeat .wp-block-cover__inner-container p:nth-child(2) {
font-size: 13px;
line-height: 19px;
}
h3{
font-size:12px;
line-height:19px;
}
h2.big {
font-size: 30px;
}
body.home.page-template-default .l-main-wrapper .container {
width: auto;
margin-left: 60px;
margin-right: 60px;
}
.enhancedbtn {
width: 160px;
height: 80px;
}
.enhancedbtn a {	
font-size: 10px;
line-height: 44px;
text-indent: 24px;
}
.enhancedbtn::after {
width: 160px;
height: 80px;
background-size: contain;
}
.block-waves {	
height: 100px;
background-size: contain !important;
margin-left: -60px;
margin-right: -60px;
width: auto;
margin-bottom: 30px;
}
.block-waves p {
height: auto; padding: 10px 0px;
font-size: 12px !important;
line-height: 14px;
margin-top: 16px;
}
.campaign {
font-size: 15px;
line-height: 18px;
}
.customer{
font-size: 13px;
line-height:15px;
}
p.readmore{
margin-bottom:0px;
}
.readmore a {
font-size: 8px;
height: 36px;
background-size: 100% auto;
width: 100%;
display: block;
line-height: 33px;
}
.post-grid .pagination {
margin: 18px 0;
}
#footer_info{
padding: 28px;
}
#footer_info p {
font-size: 18px;
line-height: 21px;
}
#menu-menu-del-pie-ingles,
#menu-menu-del-pie{
padding: 16px 0;
margin: 0;
}
#menu-menu-del-pie-ingles li a,
#menu-menu-del-pie li a {
font-size: 11px;
display: inline-block;
padding: 0;
vertical-align: top;
line-height: 15px;
position: static;
}
footer {
margin-top: 60px;
}
body.home .l-main-wrapper > div {
padding-bottom: 0px;
}
.homeblock_animated {
margin-bottom: 44px;
}
#phone{ }
#phone a {
position: relative;
float: none;
font-size: 10px;
line-height: 21px;
top: auto;
left: -150px;
height: 21px;
background-position: 60px center;
background-size: auto 24px;
display: inline-block;
}
#phone a{
position: absolute;
right: 20px;
left: auto;
top: 16px;
width: 96px;
background-size: cover;
padding-right: 0px;
background-position: 0px 0px;
font-size: 14px;
font-weight: 400;
height: 40px;
text-align: left;
text-indent: 10px;
line-height: 32px;
}
.l-primary-header .a-logo {
margin: 0;
display: inline-block;
}
header .d-flex{
display: block !important;
}
body .l-primary-header{
padding-top: 68px;
}
header .a-logo.a-logo--image a {
display: inline-block;
height: 64px !important;
width: 108px !important;
}
body .container .a-logo.a-logo--image img {
width: 100%;
height: auto;
}
.l-primary-header .a-logo {
margin: 0;
display: inline-block;
position: relative; }
.l-primary-header--responsive-wrapper {
height: 128px !important;
overflow: hidden;
}
header .a-slidingbar-icon::before {
font-size: 11px;
}
header .a-slidingbar-icon::before {
left: -34px;
top: -3px;
width: 84px;
font-size: 11px;
display:none !important;
}
.a-slidingbar-icon a::after {
display: inline-block;
content: ' ';
width: 28px;
height: 10px;
background-size: 28px 10px;
background-image: url(https://www.jftcomunicacion.es/images/menu_icon.png);
}
#rrss-wrapper {
display: block;
width: 157px;
height: 157px;
right: -2px;
bottom: -32px;
}
#rrss-wrapper .menu li a {
font-size: 10px;
line-height: 11px;
}
#rrss-wrapper .menu {
top: 62px;
left: 8px;
}
#footer_info p {
text-align: left;
padding-left: 44px !important;
}
body .btn.cta a{
display: block !important;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #000000;
padding-top: 0;
z-index: 10;
}
#rrss-wrapper {
position: static;
padding: 0px;
width: auto;
height: auto;
background-image: none;
}
#footer_info p {
padding-left: 0px !important;
color: #ffffff !important;
}
#rrss-wrapper p a {
color: #ffffff;
display: block;
margin-top: 8px;
}
#rrss-wrapper #menu-redes-sociales-1{
clear: both;
display: block;
margin-top: 8px;
text-align: left;
}
#rrss-wrapper .menu li{
border-color:#ffffff;
}
#rrss-wrapper .fa:before {
color: #ffffff;
}
#footer_info{
height:auto;
}
.wpcf7 {
padding: 0 20px;
}
.maps .wp-block-column {
margin: 0 0 40px 0;
max-width: 100%;
}
.fullwidth.l-main-wrapper__holder {
padding-bottom: 0px;
}
footer {
margin-top: 0px;
}
.portfolio_slider.servicios .query-unformatted {
display: block;
}
.homeblock_animated.v2023 .wp-block-group__inner-container {
width: auto;
padding-top: 0px;
padding-right: 20px;
padding-left: 20px;
}
.query-field.query-field-featured_image img {
width: 100%;
height: auto;
}
.portfolio_slider.servicios .query-row {
height: auto;
margin-bottom: 40px;
display:block;
margin-right:0px;
margin-left: 0px;
}
.portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt{
height:auto;
position: static;
}
.portfolio_slider .query-field-post_title {
padding-top: 20px;
height: auto;
padding-bottom: 20px;
}
.fullwidth > div > * {
padding-left: 20px;
padding-right: 20px;
}
button.slick-prev.slick-arrow{
}
button.slick-next.slick-arrow{
right:-20px;
}
.o-breadcrumb {
display: none;
}
.wp-block-group.testimonios.full{
padding: 0px;
overflow:hidden;
}
.wp-block-group.testimonios.full > div {
width: auto;
padding: 0px 20px 0px 20px;
}
h1#service_title {
display: block !important;
text-transform: unset;
font-weight: 400;
padding: 0 20px;
font-size: 32px;
margin-bottom: 0px;
}
.row {
margin-right: 0px;
margin-left: 0px;
}
.col-12 {
padding: 0px;
}
body.single-servicios-auxiliares .p-blog-single__content,
body.single-servicios .p-blog-single__content {
margin-top: 0px;
}
body .l-theme-wrapper .l-main-wrapper .container .wp-block-group {
margin-bottom: 20px;
padding-left: 0px !important;
padding-right: 0px !important;
}
body.single-servicios-auxiliares .l-theme-wrapper .l-main-wrapper .container .wp-block-group > div,
body.single-servicios .l-theme-wrapper .l-main-wrapper .container .wp-block-group > div{
padding-left: 20px;
padding-right: 20px;
}
h2.titulo_aeropuerto strong:before,
h2.titulo_aeropuerto strong:after,
.hide_on_mobile{
display: none !important;
}
body.single-servicios-auxiliares .p-blog-single__content > *,
body.single-servicios .p-blog-single__content > * {
margin-bottom: 20px;
margin-top: 0px;
}
.destacado.anton, h2.anton {
font-size: 26px !important;
line-height: normal;
}
body .l-theme-wrapper .l-main-wrapper .pgroup>div>.small, body .l-theme-wrapper .l-main-wrapper .pgroup.small {
max-width: 90%;
}
body .query-todos_los_informes-wrapper .query-exposed form > *,
body .soportes .query-checkboxes{
display:block;
}
body .soportes label.query-checkbox {
border: 1px solid #000000 !important;
width: 24% !important;
padding: 12px 0px;
}
body .l-theme-wrapper .l-main-wrapper .pgroup {
max-width: 90%;
}
.tick_box {
padding: 12px;
} ul#menu-sitemap {
display: block;
}
.query-unformatted.query-ultimos_informes .query-row {
margin: 0px;
margin-bottom: 40px;
}
.query-unformatted.query-ultimos_informes {
display: block;
}
.forms_update .wpcf7-checkbox.categories label,
.forms_update .wpcf7-radio.categories label,
.forms_update .icon {
background-repeat: no-repeat;
background-size: auto 20px;
background-position: 8px center;
text-indent: 32px;
padding: 8px 8px;
}	
.forms_update .wpcf7-list-item-label{
font-size: 14px !important;
}
.forms_update .wpcf7-checkbox > span,
.forms_update .wpcf7-radio > span {
width: 48%;
width: 100%;
padding-left: 0px !important;
padding-right: 0px !important;
}
.forms_update .wpcf7-radio label {
width: 100%;
}
.forms_update .two-columns {
column-count: unset;
}
#faqs{
margin-top: 40px;
}
#faqs .wp-block-ub-content-toggle-accordion p{
max-width: 80%;
}
body .ntmblock {
padding-left: 20px;
padding-right: 20px;
}
.ntm_two_columns{
display:block !important;
column-count: 2;
}
.ntm_two_columns p{
margin-top: 10px;
}
div#virtual_header {
display: none;
}
div#header_video #header_video_title {
position: static;
padding: 0px;
}
div#header_video #header_video_title h1,
div#header_video #header_video_title p {
color: #000000 !important;
}
header.l-primary-header.l-primary-header--responsive {
padding-bottom: 0px !important;
padding-top: 32px !important;
}
.l-primary-header.l-primary-header--default,
.l-primary-header--default-wrapper,
.l-primary-header--responsive-wrapper{
display: block !important;
}
div#header_video_title p,
div#header_video_title h1 {
text-align: center;
}
.query.query-carrousel_servicios-wrapper.carousel.home2025 {
position: relative;
left: 6px;
}
body .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
padding: 20px 32px 20px 0;
}
body .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap.right {
position: absolute;
right: 0px;
}
body{
padding-top: 128px;
}
.l-primary-header--responsive-wrapper {
height: 128px!important;
overflow: hidden;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
z-index: 10000;
background-color: #ffffff;
}
.inner_blog .rfp-posts.rfp-grids .rfp-item {
display: block;
width: auto;
margin: 0;
margin-bottom: 20px;
}
h1{
font-size: 32px !important;
}
h2 {
font-size: 20px !important;
line-height: 30px;
}
body.page-template-ntm .container.l-main-wrapper__inner > .wp-block-group > div {
padding-left: 20px;
padding-right: 20px;
}
.wp-block-group.is-content-justification-center{
display: block;
}
.gap_40{
gap: 40px;
}
}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}.wpdevelop article,
.wpdevelop aside,
.wpdevelop details,
.wpdevelop figcaption,
.wpdevelop figure,
.wpdevelop footer,
.wpdevelop header,
.wpdevelop hgroup,
.wpdevelop main,
.wpdevelop menu,
.wpdevelop nav,
.wpdevelop section,
.wpdevelop summary {
display: block;
}
.wpdevelop audio,
.wpdevelop canvas,
.wpdevelop progress,
.wpdevelop video {
display: inline-block;
vertical-align: baseline;
}
.wpdevelop audio:not([controls]) {
display: none;
height: 0;
}
.wpdevelop [hidden],
.wpdevelop template {
display: none;
}
.wpdevelop a {
background-color: transparent;
}
.wpdevelop a:active,
.wpdevelop a:hover {
outline: 0;
}
.wpdevelop abbr[title] {
border-bottom: 1px dotted;
}
.wpdevelop b,
.wpdevelop strong {
font-weight: bold;
}
.wpdevelop dfn {
font-style: italic;
}
.wpdevelop h1 {
font-size: 2em;
margin: 0.67em 0;
}
.wpdevelop mark {
background: #ff0;
color: #000;
}
.wpdevelop small {
font-size: 80%;
}
.wpdevelop sub,
.wpdevelop sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.wpdevelop sup {
top: -0.5em;
}
.wpdevelop sub {
bottom: -0.25em;
}
.wpdevelop img {
border: 0;
}
.wpdevelop svg:not(:root) {
overflow: hidden;
}
.wpdevelop figure {
margin: 1em 40px;
}
.wpdevelop hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
.wpdevelop pre {
overflow: auto;
}
.wpdevelop code,
.wpdevelop kbd,
.wpdevelop pre,
.wpdevelop samp {
font-family: monospace, monospace;
font-size: 1em;
}
.wpdevelop button,
.wpdevelop input,
.wpdevelop optgroup,
.wpdevelop select,
.wpdevelop textarea {
color: inherit;
font: inherit;
margin: 0;
}
.wpdevelop button {
overflow: visible;
}
.wpdevelop button,
.wpdevelop select {
text-transform: none;
}
.wpdevelop button,
.wpdevelop html input[type="button"],
.wpdevelop input[type="reset"],
.wpdevelop input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.wpdevelop button[disabled],
.wpdevelop html input[disabled] {
cursor: default;
}
.wpdevelop button::-moz-focus-inner,
.wpdevelop input::-moz-focus-inner {
border: 0;
padding: 0;
}
.wpdevelop input {
line-height: normal;
}
.wpdevelop input[type="checkbox"],
.wpdevelop input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.wpdevelop input[type="number"]::-webkit-inner-spin-button,
.wpdevelop input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
.wpdevelop input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.wpdevelop input[type="search"]::-webkit-search-cancel-button,
.wpdevelop input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.wpdevelop fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
.wpdevelop legend {
border: 0;
padding: 0;
}
.wpdevelop textarea {
overflow: auto;
}
.wpdevelop optgroup {
font-weight: bold;
}
.wpdevelop table {
border-collapse: collapse;
border-spacing: 0;
}
.wpdevelop td,
.wpdevelop th {
padding: 0;
}
@media print {
.wpdevelop *,
.wpdevelop *:before,
.wpdevelop *:after {
background: transparent !important;
color: #000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
.wpdevelop a,
.wpdevelop a:visited {
text-decoration: underline;
}
.wpdevelop a[href]:after {
content: " (" attr(href) ")";
}
.wpdevelop abbr[title]:after {
content: " (" attr(title) ")";
}
.wpdevelop a[href^="#"]:after,
.wpdevelop a[href^="javascript:"]:after {
content: "";
}
.wpdevelop pre,
.wpdevelop blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
.wpdevelop thead {
display: table-header-group;
}
.wpdevelop tr,
.wpdevelop img {
page-break-inside: avoid;
}
.wpdevelop img {
max-width: 100% !important;
}
.wpdevelop p,
.wpdevelop h2,
.wpdevelop h3 {
orphans: 3;
widows: 3;
}
.wpdevelop h2,
.wpdevelop h3 {
page-break-after: avoid;
}
.wpdevelop .navbar {
display: none;
}
.wpdevelop .btn > .caret,
.wpdevelop .dropup > .btn > .caret {
border-top-color: #000 !important;
}
.wpdevelop .label {
border: 1px solid #000;
}
.wpdevelop .table {
border-collapse: collapse !important;
}
.wpdevelop .table td,
.wpdevelop .table th {
background-color: #fff !important;
}
.wpdevelop .table-bordered th,
.wpdevelop .table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {  
font-family: 'Glyphicons Halflings';
src: url(//www.jftcomunicacion.es/wp-content/plugins/secure-downloads/assets/libs/bootstrap/fonts/glyphicons-halflings-regular.eot);
src: url(//www.jftcomunicacion.es/wp-content/plugins/secure-downloads/assets/libs/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//www.jftcomunicacion.es/wp-content/plugins/secure-downloads/assets/libs/bootstrap/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(//www.jftcomunicacion.es/wp-content/plugins/secure-downloads/assets/libs/bootstrap/fonts/glyphicons-halflings-regular.woff) format("woff"), url(//www.jftcomunicacion.es/wp-content/plugins/secure-downloads/assets/libs/bootstrap/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(//www.jftcomunicacion.es/wp-content/plugins/secure-downloads/assets/libs/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");  
}
.wpdevelop .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpdevelop .glyphicon-asterisk:before {
content: "\2a";
}
.wpdevelop .glyphicon-plus:before {
content: "\2b";
}
.wpdevelop .glyphicon-euro:before,
.wpdevelop .glyphicon-eur:before {
content: "\20ac";
}
.wpdevelop .glyphicon-minus:before {
content: "\2212";
}
.wpdevelop .glyphicon-cloud:before {
content: "\2601";
}
.wpdevelop .glyphicon-envelope:before {
content: "\2709";
}
.wpdevelop .glyphicon-pencil:before {
content: "\270f";
}
.wpdevelop .glyphicon-glass:before {
content: "\e001";
}
.wpdevelop .glyphicon-music:before {
content: "\e002";
}
.wpdevelop .glyphicon-search:before {
content: "\e003";
}
.wpdevelop .glyphicon-heart:before {
content: "\e005";
}
.wpdevelop .glyphicon-star:before {
content: "\e006";
}
.wpdevelop .glyphicon-star-empty:before {
content: "\e007";
}
.wpdevelop .glyphicon-user:before {
content: "\e008";
}
.wpdevelop .glyphicon-film:before {
content: "\e009";
}
.wpdevelop .glyphicon-th-large:before {
content: "\e010";
}
.wpdevelop .glyphicon-th:before {
content: "\e011";
}
.wpdevelop .glyphicon-th-list:before {
content: "\e012";
}
.wpdevelop .glyphicon-ok:before {
content: "\e013";
}
.wpdevelop .glyphicon-remove:before {
content: "\e014";
}
.wpdevelop .glyphicon-zoom-in:before {
content: "\e015";
}
.wpdevelop .glyphicon-zoom-out:before {
content: "\e016";
}
.wpdevelop .glyphicon-off:before {
content: "\e017";
}
.wpdevelop .glyphicon-signal:before {
content: "\e018";
}
.wpdevelop .glyphicon-cog:before {
content: "\e019";
}
.wpdevelop .glyphicon-trash:before {
content: "\e020";
}
.wpdevelop .glyphicon-home:before {
content: "\e021";
}
.wpdevelop .glyphicon-file:before {
content: "\e022";
}
.wpdevelop .glyphicon-time:before {
content: "\e023";
}
.wpdevelop .glyphicon-road:before {
content: "\e024";
}
.wpdevelop .glyphicon-download-alt:before {
content: "\e025";
}
.wpdevelop .glyphicon-download:before {
content: "\e026";
}
.wpdevelop .glyphicon-upload:before {
content: "\e027";
}
.wpdevelop .glyphicon-inbox:before {
content: "\e028";
}
.wpdevelop .glyphicon-play-circle:before {
content: "\e029";
}
.wpdevelop .glyphicon-repeat:before {
content: "\e030";
}
.wpdevelop .glyphicon-refresh:before {
content: "\e031";
}
.wpdevelop .glyphicon-list-alt:before {
content: "\e032";
}
.wpdevelop .glyphicon-lock:before {
content: "\e033";
}
.wpdevelop .glyphicon-flag:before {
content: "\e034";
}
.wpdevelop .glyphicon-headphones:before {
content: "\e035";
}
.wpdevelop .glyphicon-volume-off:before {
content: "\e036";
}
.wpdevelop .glyphicon-volume-down:before {
content: "\e037";
}
.wpdevelop .glyphicon-volume-up:before {
content: "\e038";
}
.wpdevelop .glyphicon-qrcode:before {
content: "\e039";
}
.wpdevelop .glyphicon-barcode:before {
content: "\e040";
}
.wpdevelop .glyphicon-tag:before {
content: "\e041";
}
.wpdevelop .glyphicon-tags:before {
content: "\e042";
}
.wpdevelop .glyphicon-book:before {
content: "\e043";
}
.wpdevelop .glyphicon-bookmark:before {
content: "\e044";
}
.wpdevelop .glyphicon-print:before {
content: "\e045";
}
.wpdevelop .glyphicon-camera:before {
content: "\e046";
}
.wpdevelop .glyphicon-font:before {
content: "\e047";
}
.wpdevelop .glyphicon-bold:before {
content: "\e048";
}
.wpdevelop .glyphicon-italic:before {
content: "\e049";
}
.wpdevelop .glyphicon-text-height:before {
content: "\e050";
}
.wpdevelop .glyphicon-text-width:before {
content: "\e051";
}
.wpdevelop .glyphicon-align-left:before {
content: "\e052";
}
.wpdevelop .glyphicon-align-center:before {
content: "\e053";
}
.wpdevelop .glyphicon-align-right:before {
content: "\e054";
}
.wpdevelop .glyphicon-align-justify:before {
content: "\e055";
}
.wpdevelop .glyphicon-list:before {
content: "\e056";
}
.wpdevelop .glyphicon-indent-left:before {
content: "\e057";
}
.wpdevelop .glyphicon-indent-right:before {
content: "\e058";
}
.wpdevelop .glyphicon-facetime-video:before {
content: "\e059";
}
.wpdevelop .glyphicon-picture:before {
content: "\e060";
}
.wpdevelop .glyphicon-map-marker:before {
content: "\e062";
}
.wpdevelop .glyphicon-adjust:before {
content: "\e063";
}
.wpdevelop .glyphicon-tint:before {
content: "\e064";
}
.wpdevelop .glyphicon-edit:before {
content: "\e065";
}
.wpdevelop .glyphicon-share:before {
content: "\e066";
}
.wpdevelop .glyphicon-check:before {
content: "\e067";
}
.wpdevelop .glyphicon-move:before {
content: "\e068";
}
.wpdevelop .glyphicon-step-backward:before {
content: "\e069";
}
.wpdevelop .glyphicon-fast-backward:before {
content: "\e070";
}
.wpdevelop .glyphicon-backward:before {
content: "\e071";
}
.wpdevelop .glyphicon-play:before {
content: "\e072";
}
.wpdevelop .glyphicon-pause:before {
content: "\e073";
}
.wpdevelop .glyphicon-stop:before {
content: "\e074";
}
.wpdevelop .glyphicon-forward:before {
content: "\e075";
}
.wpdevelop .glyphicon-fast-forward:before {
content: "\e076";
}
.wpdevelop .glyphicon-step-forward:before {
content: "\e077";
}
.wpdevelop .glyphicon-eject:before {
content: "\e078";
}
.wpdevelop .glyphicon-chevron-left:before {
content: "\e079";
}
.wpdevelop .glyphicon-chevron-right:before {
content: "\e080";
}
.wpdevelop .glyphicon-plus-sign:before {
content: "\e081";
}
.wpdevelop .glyphicon-minus-sign:before {
content: "\e082";
}
.wpdevelop .glyphicon-remove-sign:before {
content: "\e083";
}
.wpdevelop .glyphicon-ok-sign:before {
content: "\e084";
}
.wpdevelop .glyphicon-question-sign:before {
content: "\e085";
}
.wpdevelop .glyphicon-info-sign:before {
content: "\e086";
}
.wpdevelop .glyphicon-screenshot:before {
content: "\e087";
}
.wpdevelop .glyphicon-remove-circle:before {
content: "\e088";
}
.wpdevelop .glyphicon-ok-circle:before {
content: "\e089";
}
.wpdevelop .glyphicon-ban-circle:before {
content: "\e090";
}
.wpdevelop .glyphicon-arrow-left:before {
content: "\e091";
}
.wpdevelop .glyphicon-arrow-right:before {
content: "\e092";
}
.wpdevelop .glyphicon-arrow-up:before {
content: "\e093";
}
.wpdevelop .glyphicon-arrow-down:before {
content: "\e094";
}
.wpdevelop .glyphicon-share-alt:before {
content: "\e095";
}
.wpdevelop .glyphicon-resize-full:before {
content: "\e096";
}
.wpdevelop .glyphicon-resize-small:before {
content: "\e097";
}
.wpdevelop .glyphicon-exclamation-sign:before {
content: "\e101";
}
.wpdevelop .glyphicon-gift:before {
content: "\e102";
}
.wpdevelop .glyphicon-leaf:before {
content: "\e103";
}
.wpdevelop .glyphicon-fire:before {
content: "\e104";
}
.wpdevelop .glyphicon-eye-open:before {
content: "\e105";
}
.wpdevelop .glyphicon-eye-close:before {
content: "\e106";
}
.wpdevelop .glyphicon-warning-sign:before {
content: "\e107";
}
.wpdevelop .glyphicon-plane:before {
content: "\e108";
}
.wpdevelop .glyphicon-calendar:before {
content: "\e109";
}
.wpdevelop .glyphicon-random:before {
content: "\e110";
}
.wpdevelop .glyphicon-comment:before {
content: "\e111";
}
.wpdevelop .glyphicon-magnet:before {
content: "\e112";
}
.wpdevelop .glyphicon-chevron-up:before {
content: "\e113";
}
.wpdevelop .glyphicon-chevron-down:before {
content: "\e114";
}
.wpdevelop .glyphicon-retweet:before {
content: "\e115";
}
.wpdevelop .glyphicon-shopping-cart:before {
content: "\e116";
}
.wpdevelop .glyphicon-folder-close:before {
content: "\e117";
}
.wpdevelop .glyphicon-folder-open:before {
content: "\e118";
}
.wpdevelop .glyphicon-resize-vertical:before {
content: "\e119";
}
.wpdevelop .glyphicon-resize-horizontal:before {
content: "\e120";
}
.wpdevelop .glyphicon-hdd:before {
content: "\e121";
}
.wpdevelop .glyphicon-bullhorn:before {
content: "\e122";
}
.wpdevelop .glyphicon-bell:before {
content: "\e123";
}
.wpdevelop .glyphicon-certificate:before {
content: "\e124";
}
.wpdevelop .glyphicon-thumbs-up:before {
content: "\e125";
}
.wpdevelop .glyphicon-thumbs-down:before {
content: "\e126";
}
.wpdevelop .glyphicon-hand-right:before {
content: "\e127";
}
.wpdevelop .glyphicon-hand-left:before {
content: "\e128";
}
.wpdevelop .glyphicon-hand-up:before {
content: "\e129";
}
.wpdevelop .glyphicon-hand-down:before {
content: "\e130";
}
.wpdevelop .glyphicon-circle-arrow-right:before {
content: "\e131";
}
.wpdevelop .glyphicon-circle-arrow-left:before {
content: "\e132";
}
.wpdevelop .glyphicon-circle-arrow-up:before {
content: "\e133";
}
.wpdevelop .glyphicon-circle-arrow-down:before {
content: "\e134";
}
.wpdevelop .glyphicon-globe:before {
content: "\e135";
}
.wpdevelop .glyphicon-wrench:before {
content: "\e136";
}
.wpdevelop .glyphicon-tasks:before {
content: "\e137";
}
.wpdevelop .glyphicon-filter:before {
content: "\e138";
}
.wpdevelop .glyphicon-briefcase:before {
content: "\e139";
}
.wpdevelop .glyphicon-fullscreen:before {
content: "\e140";
}
.wpdevelop .glyphicon-dashboard:before {
content: "\e141";
}
.wpdevelop .glyphicon-paperclip:before {
content: "\e142";
}
.wpdevelop .glyphicon-heart-empty:before {
content: "\e143";
}
.wpdevelop .glyphicon-link:before {
content: "\e144";
}
.wpdevelop .glyphicon-phone:before {
content: "\e145";
}
.wpdevelop .glyphicon-pushpin:before {
content: "\e146";
}
.wpdevelop .glyphicon-usd:before {
content: "\e148";
}
.wpdevelop .glyphicon-gbp:before {
content: "\e149";
}
.wpdevelop .glyphicon-sort:before {
content: "\e150";
}
.wpdevelop .glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.wpdevelop .glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.wpdevelop .glyphicon-sort-by-order:before {
content: "\e153";
}
.wpdevelop .glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.wpdevelop .glyphicon-sort-by-attributes:before {
content: "\e155";
}
.wpdevelop .glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.wpdevelop .glyphicon-unchecked:before {
content: "\e157";
}
.wpdevelop .glyphicon-expand:before {
content: "\e158";
}
.wpdevelop .glyphicon-collapse-down:before {
content: "\e159";
}
.wpdevelop .glyphicon-collapse-up:before {
content: "\e160";
}
.wpdevelop .glyphicon-log-in:before {
content: "\e161";
}
.wpdevelop .glyphicon-flash:before {
content: "\e162";
}
.wpdevelop .glyphicon-log-out:before {
content: "\e163";
}
.wpdevelop .glyphicon-new-window:before {
content: "\e164";
}
.wpdevelop .glyphicon-record:before {
content: "\e165";
}
.wpdevelop .glyphicon-save:before {
content: "\e166";
}
.wpdevelop .glyphicon-open:before {
content: "\e167";
}
.wpdevelop .glyphicon-saved:before {
content: "\e168";
}
.wpdevelop .glyphicon-import:before {
content: "\e169";
}
.wpdevelop .glyphicon-export:before {
content: "\e170";
}
.wpdevelop .glyphicon-send:before {
content: "\e171";
}
.wpdevelop .glyphicon-floppy-disk:before {
content: "\e172";
}
.wpdevelop .glyphicon-floppy-saved:before {
content: "\e173";
}
.wpdevelop .glyphicon-floppy-remove:before {
content: "\e174";
}
.wpdevelop .glyphicon-floppy-save:before {
content: "\e175";
}
.wpdevelop .glyphicon-floppy-open:before {
content: "\e176";
}
.wpdevelop .glyphicon-credit-card:before {
content: "\e177";
}
.wpdevelop .glyphicon-transfer:before {
content: "\e178";
}
.wpdevelop .glyphicon-cutlery:before {
content: "\e179";
}
.wpdevelop .glyphicon-header:before {
content: "\e180";
}
.wpdevelop .glyphicon-compressed:before {
content: "\e181";
}
.wpdevelop .glyphicon-earphone:before {
content: "\e182";
}
.wpdevelop .glyphicon-phone-alt:before {
content: "\e183";
}
.wpdevelop .glyphicon-tower:before {
content: "\e184";
}
.wpdevelop .glyphicon-stats:before {
content: "\e185";
}
.wpdevelop .glyphicon-sd-video:before {
content: "\e186";
}
.wpdevelop .glyphicon-hd-video:before {
content: "\e187";
}
.wpdevelop .glyphicon-subtitles:before {
content: "\e188";
}
.wpdevelop .glyphicon-sound-stereo:before {
content: "\e189";
}
.wpdevelop .glyphicon-sound-dolby:before {
content: "\e190";
}
.wpdevelop .glyphicon-sound-5-1:before {
content: "\e191";
}
.wpdevelop .glyphicon-sound-6-1:before {
content: "\e192";
}
.wpdevelop .glyphicon-sound-7-1:before {
content: "\e193";
}
.wpdevelop .glyphicon-copyright-mark:before {
content: "\e194";
}
.wpdevelop .glyphicon-registration-mark:before {
content: "\e195";
}
.wpdevelop .glyphicon-cloud-download:before {
content: "\e197";
}
.wpdevelop .glyphicon-cloud-upload:before {
content: "\e198";
}
.wpdevelop .glyphicon-tree-conifer:before {
content: "\e199";
}
.wpdevelop .glyphicon-tree-deciduous:before {
content: "\e200";
}
.wpdevelop .glyphicon-cd:before {
content: "\e201";
}
.wpdevelop .glyphicon-save-file:before {
content: "\e202";
}
.wpdevelop .glyphicon-open-file:before {
content: "\e203";
}
.wpdevelop .glyphicon-level-up:before {
content: "\e204";
}
.wpdevelop .glyphicon-copy:before {
content: "\e205";
}
.wpdevelop .glyphicon-paste:before {
content: "\e206";
}
.wpdevelop .glyphicon-alert:before {
content: "\e209";
}
.wpdevelop .glyphicon-equalizer:before {
content: "\e210";
}
.wpdevelop .glyphicon-king:before {
content: "\e211";
}
.wpdevelop .glyphicon-queen:before {
content: "\e212";
}
.wpdevelop .glyphicon-pawn:before {
content: "\e213";
}
.wpdevelop .glyphicon-bishop:before {
content: "\e214";
}
.wpdevelop .glyphicon-knight:before {
content: "\e215";
}
.wpdevelop .glyphicon-baby-formula:before {
content: "\e216";
}
.wpdevelop .glyphicon-tent:before {
content: "\26fa";
}
.wpdevelop .glyphicon-blackboard:before {
content: "\e218";
}
.wpdevelop .glyphicon-bed:before {
content: "\e219";
}
.wpdevelop .glyphicon-apple:before {
content: "\f8ff";
}
.wpdevelop .glyphicon-erase:before {
content: "\e221";
}
.wpdevelop .glyphicon-hourglass:before {
content: "\231b";
}
.wpdevelop .glyphicon-lamp:before {
content: "\e223";
}
.wpdevelop .glyphicon-duplicate:before {
content: "\e224";
}
.wpdevelop .glyphicon-piggy-bank:before {
content: "\e225";
}
.wpdevelop .glyphicon-scissors:before {
content: "\e226";
}
.wpdevelop .glyphicon-bitcoin:before {
content: "\e227";
}
.wpdevelop .glyphicon-btc:before {
content: "\e227";
}
.wpdevelop .glyphicon-xbt:before {
content: "\e227";
}
.wpdevelop .glyphicon-yen:before {
content: "\00a5";
}
.wpdevelop .glyphicon-jpy:before {
content: "\00a5";
}
.wpdevelop .glyphicon-ruble:before {
content: "\20bd";
}
.wpdevelop .glyphicon-rub:before {
content: "\20bd";
}
.wpdevelop .glyphicon-scale:before {
content: "\e230";
}
.wpdevelop .glyphicon-ice-lolly:before {
content: "\e231";
}
.wpdevelop .glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.wpdevelop .glyphicon-education:before {
content: "\e233";
}
.wpdevelop .glyphicon-option-horizontal:before {
content: "\e234";
}
.wpdevelop .glyphicon-option-vertical:before {
content: "\e235";
}
.wpdevelop .glyphicon-menu-hamburger:before {
content: "\e236";
}
.wpdevelop .glyphicon-modal-window:before {
content: "\e237";
}
.wpdevelop .glyphicon-oil:before {
content: "\e238";
}
.wpdevelop .glyphicon-grain:before {
content: "\e239";
}
.wpdevelop .glyphicon-sunglasses:before {
content: "\e240";
}
.wpdevelop .glyphicon-text-size:before {
content: "\e241";
}
.wpdevelop .glyphicon-text-color:before {
content: "\e242";
}
.wpdevelop .glyphicon-text-background:before {
content: "\e243";
}
.wpdevelop .glyphicon-object-align-top:before {
content: "\e244";
}
.wpdevelop .glyphicon-object-align-bottom:before {
content: "\e245";
}
.wpdevelop .glyphicon-object-align-horizontal:before {
content: "\e246";
}
.wpdevelop .glyphicon-object-align-left:before {
content: "\e247";
}
.wpdevelop .glyphicon-object-align-vertical:before {
content: "\e248";
}
.wpdevelop .glyphicon-object-align-right:before {
content: "\e249";
}
.wpdevelop .glyphicon-triangle-right:before {
content: "\e250";
}
.wpdevelop .glyphicon-triangle-left:before {
content: "\e251";
}
.wpdevelop .glyphicon-triangle-bottom:before {
content: "\e252";
}
.wpdevelop .glyphicon-triangle-top:before {
content: "\e253";
}
.wpdevelop .glyphicon-console:before {
content: "\e254";
}
.wpdevelop .glyphicon-superscript:before {
content: "\e255";
}
.wpdevelop .glyphicon-subscript:before {
content: "\e256";
}
.wpdevelop .glyphicon-menu-left:before {
content: "\e257";
}
.wpdevelop .glyphicon-menu-right:before {
content: "\e258";
}
.wpdevelop .glyphicon-menu-down:before {
content: "\e259";
}
.wpdevelop .glyphicon-menu-up:before {
content: "\e260";
}
.wpdevelop * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpdevelop *:before,
.wpdevelop *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpdevelop html {
font-size: 10px;
-webkit-tap-highlight-color: transparent;
}
.wpdevelop body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
}
.wpdevelop input,
.wpdevelop button,
.wpdevelop select,
.wpdevelop textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.wpdevelop a {
color: #337ab7;
text-decoration: none;
}
.wpdevelop a:hover,
.wpdevelop a:focus {
color: #23527c;
text-decoration: underline;
}
.wpdevelop a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.wpdevelop figure {
margin: 0;
}
.wpdevelop img {
vertical-align: middle;
}
.wpdevelop .img-responsive,
.wpdevelop .thumbnail > img,
.wpdevelop .thumbnail a > img,
.wpdevelop .carousel-inner > .item > img,
.wpdevelop .carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.wpdevelop .img-rounded {
border-radius: 6px;
}
.wpdevelop .img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.wpdevelop .img-circle {
border-radius: 50%;
}
.wpdevelop hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.wpdevelop .sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.wpdevelop .sr-only-focusable:active,
.wpdevelop .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.wpdevelop [role="button"] {
cursor: pointer;
}
.wpdevelop h1,
.wpdevelop h2,
.wpdevelop h3,
.wpdevelop h4,
.wpdevelop h5,
.wpdevelop h6,
.wpdevelop .h1,
.wpdevelop .h2,
.wpdevelop .h3,
.wpdevelop .h4,
.wpdevelop .h5,
.wpdevelop .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
.wpdevelop h1 small,
.wpdevelop h2 small,
.wpdevelop h3 small,
.wpdevelop h4 small,
.wpdevelop h5 small,
.wpdevelop h6 small,
.wpdevelop .h1 small,
.wpdevelop .h2 small,
.wpdevelop .h3 small,
.wpdevelop .h4 small,
.wpdevelop .h5 small,
.wpdevelop .h6 small,
.wpdevelop h1 .small,
.wpdevelop h2 .small,
.wpdevelop h3 .small,
.wpdevelop h4 .small,
.wpdevelop h5 .small,
.wpdevelop h6 .small,
.wpdevelop .h1 .small,
.wpdevelop .h2 .small,
.wpdevelop .h3 .small,
.wpdevelop .h4 .small,
.wpdevelop .h5 .small,
.wpdevelop .h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
.wpdevelop h1,
.wpdevelop .h1,
.wpdevelop h2,
.wpdevelop .h2,
.wpdevelop h3,
.wpdevelop .h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.wpdevelop h1 small,
.wpdevelop .h1 small,
.wpdevelop h2 small,
.wpdevelop .h2 small,
.wpdevelop h3 small,
.wpdevelop .h3 small,
.wpdevelop h1 .small,
.wpdevelop .h1 .small,
.wpdevelop h2 .small,
.wpdevelop .h2 .small,
.wpdevelop h3 .small,
.wpdevelop .h3 .small {
font-size: 65%;
}
.wpdevelop h4,
.wpdevelop .h4,
.wpdevelop h5,
.wpdevelop .h5,
.wpdevelop h6,
.wpdevelop .h6 {
margin-top: 10px;
margin-bottom: 10px;
}
.wpdevelop h4 small,
.wpdevelop .h4 small,
.wpdevelop h5 small,
.wpdevelop .h5 small,
.wpdevelop h6 small,
.wpdevelop .h6 small,
.wpdevelop h4 .small,
.wpdevelop .h4 .small,
.wpdevelop h5 .small,
.wpdevelop .h5 .small,
.wpdevelop h6 .small,
.wpdevelop .h6 .small {
font-size: 75%;
}
.wpdevelop h1,
.wpdevelop .h1 {
font-size: 36px;
}
.wpdevelop h2,
.wpdevelop .h2 {
font-size: 30px;
}
.wpdevelop h3,
.wpdevelop .h3 {
font-size: 24px;
}
.wpdevelop h4,
.wpdevelop .h4 {
font-size: 18px;
}
.wpdevelop h5,
.wpdevelop .h5 {
font-size: 14px;
}
.wpdevelop h6,
.wpdevelop .h6 {
font-size: 12px;
}
.wpdevelop p {
margin: 0 0 10px;
}
.wpdevelop .lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.wpdevelop .lead {
font-size: 21px;
}
}
.wpdevelop small,
.wpdevelop .small {
font-size: 85%;
}
.wpdevelop mark,
.wpdevelop .mark {
background-color: #fcf8e3;
padding: .2em;
}
.wpdevelop .text-left {
text-align: left;
}
.wpdevelop .text-right {
text-align: right;
}
.wpdevelop .text-center {
text-align: center;
}
.wpdevelop .text-justify {
text-align: justify;
}
.wpdevelop .text-nowrap {
white-space: nowrap;
}
.wpdevelop .text-lowercase {
text-transform: lowercase;
}
.wpdevelop .text-uppercase {
text-transform: uppercase;
}
.wpdevelop .text-capitalize {
text-transform: capitalize;
}
.wpdevelop .text-muted {
color: #777777;
}
.wpdevelop .text-primary {
color: #337ab7;
}
.wpdevelop a.text-primary:hover,
.wpdevelop a.text-primary:focus {
color: #286090;
}
.wpdevelop .text-success {
color: #3c763d;
}
.wpdevelop a.text-success:hover,
.wpdevelop a.text-success:focus {
color: #2b542c;
}
.wpdevelop .text-info {
color: #31708f;
}
.wpdevelop a.text-info:hover,
.wpdevelop a.text-info:focus {
color: #245269;
}
.wpdevelop .text-warning {
color: #8a6d3b;
}
.wpdevelop a.text-warning:hover,
.wpdevelop a.text-warning:focus {
color: #66512c;
}
.wpdevelop .text-danger {
color: #a94442;
}
.wpdevelop a.text-danger:hover,
.wpdevelop a.text-danger:focus {
color: #843534;
}
.wpdevelop .bg-primary {
color: #fff;
background-color: #337ab7;
}
.wpdevelop a.bg-primary:hover,
.wpdevelop a.bg-primary:focus {
background-color: #286090;
}
.wpdevelop .bg-success {
background-color: #dff0d8;
}
.wpdevelop a.bg-success:hover,
.wpdevelop a.bg-success:focus {
background-color: #c1e2b3;
}
.wpdevelop .bg-info {
background-color: #d9edf7;
}
.wpdevelop a.bg-info:hover,
.wpdevelop a.bg-info:focus {
background-color: #afd9ee;
}
.wpdevelop .bg-warning {
background-color: #fcf8e3;
}
.wpdevelop a.bg-warning:hover,
.wpdevelop a.bg-warning:focus {
background-color: #f7ecb5;
}
.wpdevelop .bg-danger {
background-color: #f2dede;
}
.wpdevelop a.bg-danger:hover,
.wpdevelop a.bg-danger:focus {
background-color: #e4b9b9;
}
.wpdevelop .page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
.wpdevelop ul,
.wpdevelop ol {
margin-top: 0;
margin-bottom: 10px;
}
.wpdevelop ul ul,
.wpdevelop ol ul,
.wpdevelop ul ol,
.wpdevelop ol ol {
margin-bottom: 0;
}
.wpdevelop .list-unstyled {
padding-left: 0;
list-style: none;
}
.wpdevelop .list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.wpdevelop .list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.wpdevelop dl {
margin-top: 0;
margin-bottom: 20px;
}
.wpdevelop dt,
.wpdevelop dd {
line-height: 1.42857143;
}
.wpdevelop dt {
font-weight: bold;
}
.wpdevelop dd {
margin-left: 0;
}
@media (min-width: 768px) {
.wpdevelop .dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.wpdevelop .dl-horizontal dd {
margin-left: 180px;
}
}
.wpdevelop abbr[title],
.wpdevelop abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.wpdevelop .initialism {
font-size: 90%;
text-transform: uppercase;
}
.wpdevelop blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
.wpdevelop blockquote p:last-child,
.wpdevelop blockquote ul:last-child,
.wpdevelop blockquote ol:last-child {
margin-bottom: 0;
}
.wpdevelop blockquote footer,
.wpdevelop blockquote small,
.wpdevelop blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777777;
}
.wpdevelop blockquote footer:before,
.wpdevelop blockquote small:before,
.wpdevelop blockquote .small:before {
content: '\2014 \00A0';
}
.wpdevelop .blockquote-reverse,
.wpdevelop blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.wpdevelop .blockquote-reverse footer:before,
.wpdevelop blockquote.pull-right footer:before,
.wpdevelop .blockquote-reverse small:before,
.wpdevelop blockquote.pull-right small:before,
.wpdevelop .blockquote-reverse .small:before,
.wpdevelop blockquote.pull-right .small:before {
content: '';
}
.wpdevelop .blockquote-reverse footer:after,
.wpdevelop blockquote.pull-right footer:after,
.wpdevelop .blockquote-reverse small:after,
.wpdevelop blockquote.pull-right small:after,
.wpdevelop .blockquote-reverse .small:after,
.wpdevelop blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
.wpdevelop address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
.wpdevelop code,
.wpdevelop kbd,
.wpdevelop pre,
.wpdevelop samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.wpdevelop code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
.wpdevelop kbd {
padding: 2px 4px;
font-size: 90%;
color: #ffffff;
background-color: #333333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.wpdevelop kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpdevelop pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
.wpdevelop pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.wpdevelop .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.wpdevelop .container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.wpdevelop .container {
width: 750px;
}
}
@media (min-width: 992px) {
.wpdevelop .container {
width: 970px;
}
}
@media (min-width: 1200px) {
.wpdevelop .container {
width: 1170px;
}
}
.wpdevelop .container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.wpdevelop .row {
margin-left: -15px;
margin-right: -15px;
}
.wpdevelop .col-xs-1, .wpdevelop .col-sm-1, .wpdevelop .col-md-1, .wpdevelop .col-lg-1, .wpdevelop .col-xs-2, .wpdevelop .col-sm-2, .wpdevelop .col-md-2, .wpdevelop .col-lg-2, .wpdevelop .col-xs-3, .wpdevelop .col-sm-3, .wpdevelop .col-md-3, .wpdevelop .col-lg-3, .wpdevelop .col-xs-4, .wpdevelop .col-sm-4, .wpdevelop .col-md-4, .wpdevelop .col-lg-4, .wpdevelop .col-xs-5, .wpdevelop .col-sm-5, .wpdevelop .col-md-5, .wpdevelop .col-lg-5, .wpdevelop .col-xs-6, .wpdevelop .col-sm-6, .wpdevelop .col-md-6, .wpdevelop .col-lg-6, .wpdevelop .col-xs-7, .wpdevelop .col-sm-7, .wpdevelop .col-md-7, .wpdevelop .col-lg-7, .wpdevelop .col-xs-8, .wpdevelop .col-sm-8, .wpdevelop .col-md-8, .wpdevelop .col-lg-8, .wpdevelop .col-xs-9, .wpdevelop .col-sm-9, .wpdevelop .col-md-9, .wpdevelop .col-lg-9, .wpdevelop .col-xs-10, .wpdevelop .col-sm-10, .wpdevelop .col-md-10, .wpdevelop .col-lg-10, .wpdevelop .col-xs-11, .wpdevelop .col-sm-11, .wpdevelop .col-md-11, .wpdevelop .col-lg-11, .wpdevelop .col-xs-12, .wpdevelop .col-sm-12, .wpdevelop .col-md-12, .wpdevelop .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.wpdevelop .col-xs-1, .wpdevelop .col-xs-2, .wpdevelop .col-xs-3, .wpdevelop .col-xs-4, .wpdevelop .col-xs-5, .wpdevelop .col-xs-6, .wpdevelop .col-xs-7, .wpdevelop .col-xs-8, .wpdevelop .col-xs-9, .wpdevelop .col-xs-10, .wpdevelop .col-xs-11, .wpdevelop .col-xs-12 {
float: left;
}
.wpdevelop .col-xs-12 {
width: 100%;
}
.wpdevelop .col-xs-11 {
width: 91.66666667%;
}
.wpdevelop .col-xs-10 {
width: 83.33333333%;
}
.wpdevelop .col-xs-9 {
width: 75%;
}
.wpdevelop .col-xs-8 {
width: 66.66666667%;
}
.wpdevelop .col-xs-7 {
width: 58.33333333%;
}
.wpdevelop .col-xs-6 {
width: 50%;
}
.wpdevelop .col-xs-5 {
width: 41.66666667%;
}
.wpdevelop .col-xs-4 {
width: 33.33333333%;
}
.wpdevelop .col-xs-3 {
width: 25%;
}
.wpdevelop .col-xs-2 {
width: 16.66666667%;
}
.wpdevelop .col-xs-1 {
width: 8.33333333%;
}
.wpdevelop .col-xs-pull-12 {
right: 100%;
}
.wpdevelop .col-xs-pull-11 {
right: 91.66666667%;
}
.wpdevelop .col-xs-pull-10 {
right: 83.33333333%;
}
.wpdevelop .col-xs-pull-9 {
right: 75%;
}
.wpdevelop .col-xs-pull-8 {
right: 66.66666667%;
}
.wpdevelop .col-xs-pull-7 {
right: 58.33333333%;
}
.wpdevelop .col-xs-pull-6 {
right: 50%;
}
.wpdevelop .col-xs-pull-5 {
right: 41.66666667%;
}
.wpdevelop .col-xs-pull-4 {
right: 33.33333333%;
}
.wpdevelop .col-xs-pull-3 {
right: 25%;
}
.wpdevelop .col-xs-pull-2 {
right: 16.66666667%;
}
.wpdevelop .col-xs-pull-1 {
right: 8.33333333%;
}
.wpdevelop .col-xs-pull-0 {
right: auto;
}
.wpdevelop .col-xs-push-12 {
left: 100%;
}
.wpdevelop .col-xs-push-11 {
left: 91.66666667%;
}
.wpdevelop .col-xs-push-10 {
left: 83.33333333%;
}
.wpdevelop .col-xs-push-9 {
left: 75%;
}
.wpdevelop .col-xs-push-8 {
left: 66.66666667%;
}
.wpdevelop .col-xs-push-7 {
left: 58.33333333%;
}
.wpdevelop .col-xs-push-6 {
left: 50%;
}
.wpdevelop .col-xs-push-5 {
left: 41.66666667%;
}
.wpdevelop .col-xs-push-4 {
left: 33.33333333%;
}
.wpdevelop .col-xs-push-3 {
left: 25%;
}
.wpdevelop .col-xs-push-2 {
left: 16.66666667%;
}
.wpdevelop .col-xs-push-1 {
left: 8.33333333%;
}
.wpdevelop .col-xs-push-0 {
left: auto;
}
.wpdevelop .col-xs-offset-12 {
margin-left: 100%;
}
.wpdevelop .col-xs-offset-11 {
margin-left: 91.66666667%;
}
.wpdevelop .col-xs-offset-10 {
margin-left: 83.33333333%;
}
.wpdevelop .col-xs-offset-9 {
margin-left: 75%;
}
.wpdevelop .col-xs-offset-8 {
margin-left: 66.66666667%;
}
.wpdevelop .col-xs-offset-7 {
margin-left: 58.33333333%;
}
.wpdevelop .col-xs-offset-6 {
margin-left: 50%;
}
.wpdevelop .col-xs-offset-5 {
margin-left: 41.66666667%;
}
.wpdevelop .col-xs-offset-4 {
margin-left: 33.33333333%;
}
.wpdevelop .col-xs-offset-3 {
margin-left: 25%;
}
.wpdevelop .col-xs-offset-2 {
margin-left: 16.66666667%;
}
.wpdevelop .col-xs-offset-1 {
margin-left: 8.33333333%;
}
.wpdevelop .col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.wpdevelop .col-sm-1, .wpdevelop .col-sm-2, .wpdevelop .col-sm-3, .wpdevelop .col-sm-4, .wpdevelop .col-sm-5, .wpdevelop .col-sm-6, .wpdevelop .col-sm-7, .wpdevelop .col-sm-8, .wpdevelop .col-sm-9, .wpdevelop .col-sm-10, .wpdevelop .col-sm-11, .wpdevelop .col-sm-12 {
float: left;
}
.wpdevelop .col-sm-12 {
width: 100%;
}
.wpdevelop .col-sm-11 {
width: 91.66666667%;
}
.wpdevelop .col-sm-10 {
width: 83.33333333%;
}
.wpdevelop .col-sm-9 {
width: 75%;
}
.wpdevelop .col-sm-8 {
width: 66.66666667%;
}
.wpdevelop .col-sm-7 {
width: 58.33333333%;
}
.wpdevelop .col-sm-6 {
width: 50%;
}
.wpdevelop .col-sm-5 {
width: 41.66666667%;
}
.wpdevelop .col-sm-4 {
width: 33.33333333%;
}
.wpdevelop .col-sm-3 {
width: 25%;
}
.wpdevelop .col-sm-2 {
width: 16.66666667%;
}
.wpdevelop .col-sm-1 {
width: 8.33333333%;
}
.wpdevelop .col-sm-pull-12 {
right: 100%;
}
.wpdevelop .col-sm-pull-11 {
right: 91.66666667%;
}
.wpdevelop .col-sm-pull-10 {
right: 83.33333333%;
}
.wpdevelop .col-sm-pull-9 {
right: 75%;
}
.wpdevelop .col-sm-pull-8 {
right: 66.66666667%;
}
.wpdevelop .col-sm-pull-7 {
right: 58.33333333%;
}
.wpdevelop .col-sm-pull-6 {
right: 50%;
}
.wpdevelop .col-sm-pull-5 {
right: 41.66666667%;
}
.wpdevelop .col-sm-pull-4 {
right: 33.33333333%;
}
.wpdevelop .col-sm-pull-3 {
right: 25%;
}
.wpdevelop .col-sm-pull-2 {
right: 16.66666667%;
}
.wpdevelop .col-sm-pull-1 {
right: 8.33333333%;
}
.wpdevelop .col-sm-pull-0 {
right: auto;
}
.wpdevelop .col-sm-push-12 {
left: 100%;
}
.wpdevelop .col-sm-push-11 {
left: 91.66666667%;
}
.wpdevelop .col-sm-push-10 {
left: 83.33333333%;
}
.wpdevelop .col-sm-push-9 {
left: 75%;
}
.wpdevelop .col-sm-push-8 {
left: 66.66666667%;
}
.wpdevelop .col-sm-push-7 {
left: 58.33333333%;
}
.wpdevelop .col-sm-push-6 {
left: 50%;
}
.wpdevelop .col-sm-push-5 {
left: 41.66666667%;
}
.wpdevelop .col-sm-push-4 {
left: 33.33333333%;
}
.wpdevelop .col-sm-push-3 {
left: 25%;
}
.wpdevelop .col-sm-push-2 {
left: 16.66666667%;
}
.wpdevelop .col-sm-push-1 {
left: 8.33333333%;
}
.wpdevelop .col-sm-push-0 {
left: auto;
}
.wpdevelop .col-sm-offset-12 {
margin-left: 100%;
}
.wpdevelop .col-sm-offset-11 {
margin-left: 91.66666667%;
}
.wpdevelop .col-sm-offset-10 {
margin-left: 83.33333333%;
}
.wpdevelop .col-sm-offset-9 {
margin-left: 75%;
}
.wpdevelop .col-sm-offset-8 {
margin-left: 66.66666667%;
}
.wpdevelop .col-sm-offset-7 {
margin-left: 58.33333333%;
}
.wpdevelop .col-sm-offset-6 {
margin-left: 50%;
}
.wpdevelop .col-sm-offset-5 {
margin-left: 41.66666667%;
}
.wpdevelop .col-sm-offset-4 {
margin-left: 33.33333333%;
}
.wpdevelop .col-sm-offset-3 {
margin-left: 25%;
}
.wpdevelop .col-sm-offset-2 {
margin-left: 16.66666667%;
}
.wpdevelop .col-sm-offset-1 {
margin-left: 8.33333333%;
}
.wpdevelop .col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.wpdevelop .col-md-1, .wpdevelop .col-md-2, .wpdevelop .col-md-3, .wpdevelop .col-md-4, .wpdevelop .col-md-5, .wpdevelop .col-md-6, .wpdevelop .col-md-7, .wpdevelop .col-md-8, .wpdevelop .col-md-9, .wpdevelop .col-md-10, .wpdevelop .col-md-11, .wpdevelop .col-md-12 {
float: left;
}
.wpdevelop .col-md-12 {
width: 100%;
}
.wpdevelop .col-md-11 {
width: 91.66666667%;
}
.wpdevelop .col-md-10 {
width: 83.33333333%;
}
.wpdevelop .col-md-9 {
width: 75%;
}
.wpdevelop .col-md-8 {
width: 66.66666667%;
}
.wpdevelop .col-md-7 {
width: 58.33333333%;
}
.wpdevelop .col-md-6 {
width: 50%;
}
.wpdevelop .col-md-5 {
width: 41.66666667%;
}
.wpdevelop .col-md-4 {
width: 33.33333333%;
}
.wpdevelop .col-md-3 {
width: 25%;
}
.wpdevelop .col-md-2 {
width: 16.66666667%;
}
.wpdevelop .col-md-1 {
width: 8.33333333%;
}
.wpdevelop .col-md-pull-12 {
right: 100%;
}
.wpdevelop .col-md-pull-11 {
right: 91.66666667%;
}
.wpdevelop .col-md-pull-10 {
right: 83.33333333%;
}
.wpdevelop .col-md-pull-9 {
right: 75%;
}
.wpdevelop .col-md-pull-8 {
right: 66.66666667%;
}
.wpdevelop .col-md-pull-7 {
right: 58.33333333%;
}
.wpdevelop .col-md-pull-6 {
right: 50%;
}
.wpdevelop .col-md-pull-5 {
right: 41.66666667%;
}
.wpdevelop .col-md-pull-4 {
right: 33.33333333%;
}
.wpdevelop .col-md-pull-3 {
right: 25%;
}
.wpdevelop .col-md-pull-2 {
right: 16.66666667%;
}
.wpdevelop .col-md-pull-1 {
right: 8.33333333%;
}
.wpdevelop .col-md-pull-0 {
right: auto;
}
.wpdevelop .col-md-push-12 {
left: 100%;
}
.wpdevelop .col-md-push-11 {
left: 91.66666667%;
}
.wpdevelop .col-md-push-10 {
left: 83.33333333%;
}
.wpdevelop .col-md-push-9 {
left: 75%;
}
.wpdevelop .col-md-push-8 {
left: 66.66666667%;
}
.wpdevelop .col-md-push-7 {
left: 58.33333333%;
}
.wpdevelop .col-md-push-6 {
left: 50%;
}
.wpdevelop .col-md-push-5 {
left: 41.66666667%;
}
.wpdevelop .col-md-push-4 {
left: 33.33333333%;
}
.wpdevelop .col-md-push-3 {
left: 25%;
}
.wpdevelop .col-md-push-2 {
left: 16.66666667%;
}
.wpdevelop .col-md-push-1 {
left: 8.33333333%;
}
.wpdevelop .col-md-push-0 {
left: auto;
}
.wpdevelop .col-md-offset-12 {
margin-left: 100%;
}
.wpdevelop .col-md-offset-11 {
margin-left: 91.66666667%;
}
.wpdevelop .col-md-offset-10 {
margin-left: 83.33333333%;
}
.wpdevelop .col-md-offset-9 {
margin-left: 75%;
}
.wpdevelop .col-md-offset-8 {
margin-left: 66.66666667%;
}
.wpdevelop .col-md-offset-7 {
margin-left: 58.33333333%;
}
.wpdevelop .col-md-offset-6 {
margin-left: 50%;
}
.wpdevelop .col-md-offset-5 {
margin-left: 41.66666667%;
}
.wpdevelop .col-md-offset-4 {
margin-left: 33.33333333%;
}
.wpdevelop .col-md-offset-3 {
margin-left: 25%;
}
.wpdevelop .col-md-offset-2 {
margin-left: 16.66666667%;
}
.wpdevelop .col-md-offset-1 {
margin-left: 8.33333333%;
}
.wpdevelop .col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.wpdevelop .col-lg-1, .wpdevelop .col-lg-2, .wpdevelop .col-lg-3, .wpdevelop .col-lg-4, .wpdevelop .col-lg-5, .wpdevelop .col-lg-6, .wpdevelop .col-lg-7, .wpdevelop .col-lg-8, .wpdevelop .col-lg-9, .wpdevelop .col-lg-10, .wpdevelop .col-lg-11, .wpdevelop .col-lg-12 {
float: left;
}
.wpdevelop .col-lg-12 {
width: 100%;
}
.wpdevelop .col-lg-11 {
width: 91.66666667%;
}
.wpdevelop .col-lg-10 {
width: 83.33333333%;
}
.wpdevelop .col-lg-9 {
width: 75%;
}
.wpdevelop .col-lg-8 {
width: 66.66666667%;
}
.wpdevelop .col-lg-7 {
width: 58.33333333%;
}
.wpdevelop .col-lg-6 {
width: 50%;
}
.wpdevelop .col-lg-5 {
width: 41.66666667%;
}
.wpdevelop .col-lg-4 {
width: 33.33333333%;
}
.wpdevelop .col-lg-3 {
width: 25%;
}
.wpdevelop .col-lg-2 {
width: 16.66666667%;
}
.wpdevelop .col-lg-1 {
width: 8.33333333%;
}
.wpdevelop .col-lg-pull-12 {
right: 100%;
}
.wpdevelop .col-lg-pull-11 {
right: 91.66666667%;
}
.wpdevelop .col-lg-pull-10 {
right: 83.33333333%;
}
.wpdevelop .col-lg-pull-9 {
right: 75%;
}
.wpdevelop .col-lg-pull-8 {
right: 66.66666667%;
}
.wpdevelop .col-lg-pull-7 {
right: 58.33333333%;
}
.wpdevelop .col-lg-pull-6 {
right: 50%;
}
.wpdevelop .col-lg-pull-5 {
right: 41.66666667%;
}
.wpdevelop .col-lg-pull-4 {
right: 33.33333333%;
}
.wpdevelop .col-lg-pull-3 {
right: 25%;
}
.wpdevelop .col-lg-pull-2 {
right: 16.66666667%;
}
.wpdevelop .col-lg-pull-1 {
right: 8.33333333%;
}
.wpdevelop .col-lg-pull-0 {
right: auto;
}
.wpdevelop .col-lg-push-12 {
left: 100%;
}
.wpdevelop .col-lg-push-11 {
left: 91.66666667%;
}
.wpdevelop .col-lg-push-10 {
left: 83.33333333%;
}
.wpdevelop .col-lg-push-9 {
left: 75%;
}
.wpdevelop .col-lg-push-8 {
left: 66.66666667%;
}
.wpdevelop .col-lg-push-7 {
left: 58.33333333%;
}
.wpdevelop .col-lg-push-6 {
left: 50%;
}
.wpdevelop .col-lg-push-5 {
left: 41.66666667%;
}
.wpdevelop .col-lg-push-4 {
left: 33.33333333%;
}
.wpdevelop .col-lg-push-3 {
left: 25%;
}
.wpdevelop .col-lg-push-2 {
left: 16.66666667%;
}
.wpdevelop .col-lg-push-1 {
left: 8.33333333%;
}
.wpdevelop .col-lg-push-0 {
left: auto;
}
.wpdevelop .col-lg-offset-12 {
margin-left: 100%;
}
.wpdevelop .col-lg-offset-11 {
margin-left: 91.66666667%;
}
.wpdevelop .col-lg-offset-10 {
margin-left: 83.33333333%;
}
.wpdevelop .col-lg-offset-9 {
margin-left: 75%;
}
.wpdevelop .col-lg-offset-8 {
margin-left: 66.66666667%;
}
.wpdevelop .col-lg-offset-7 {
margin-left: 58.33333333%;
}
.wpdevelop .col-lg-offset-6 {
margin-left: 50%;
}
.wpdevelop .col-lg-offset-5 {
margin-left: 41.66666667%;
}
.wpdevelop .col-lg-offset-4 {
margin-left: 33.33333333%;
}
.wpdevelop .col-lg-offset-3 {
margin-left: 25%;
}
.wpdevelop .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.wpdevelop .col-lg-offset-1 {
margin-left: 8.33333333%;
}
.wpdevelop .col-lg-offset-0 {
margin-left: 0%;
}
}
.wpdevelop table {
background-color: transparent;
}
.wpdevelop caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
.wpdevelop th {
text-align: left;
}
.wpdevelop .table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.wpdevelop .table > thead > tr > th,
.wpdevelop .table > tbody > tr > th,
.wpdevelop .table > tfoot > tr > th,
.wpdevelop .table > thead > tr > td,
.wpdevelop .table > tbody > tr > td,
.wpdevelop .table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.wpdevelop .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.wpdevelop .table > caption + thead > tr:first-child > th,
.wpdevelop .table > colgroup + thead > tr:first-child > th,
.wpdevelop .table > thead:first-child > tr:first-child > th,
.wpdevelop .table > caption + thead > tr:first-child > td,
.wpdevelop .table > colgroup + thead > tr:first-child > td,
.wpdevelop .table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.wpdevelop .table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.wpdevelop .table .table {
background-color: #ffffff;
}
.wpdevelop .table-condensed > thead > tr > th,
.wpdevelop .table-condensed > tbody > tr > th,
.wpdevelop .table-condensed > tfoot > tr > th,
.wpdevelop .table-condensed > thead > tr > td,
.wpdevelop .table-condensed > tbody > tr > td,
.wpdevelop .table-condensed > tfoot > tr > td {
padding: 5px;
}
.wpdevelop .table-bordered {
border: 1px solid #dddddd;
}
.wpdevelop .table-bordered > thead > tr > th,
.wpdevelop .table-bordered > tbody > tr > th,
.wpdevelop .table-bordered > tfoot > tr > th,
.wpdevelop .table-bordered > thead > tr > td,
.wpdevelop .table-bordered > tbody > tr > td,
.wpdevelop .table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.wpdevelop .table-bordered > thead > tr > th,
.wpdevelop .table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.wpdevelop .table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.wpdevelop .table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
.wpdevelop table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
.wpdevelop table td[class*="col-"],
.wpdevelop table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.wpdevelop .table > thead > tr > td.active,
.wpdevelop .table > tbody > tr > td.active,
.wpdevelop .table > tfoot > tr > td.active,
.wpdevelop .table > thead > tr > th.active,
.wpdevelop .table > tbody > tr > th.active,
.wpdevelop .table > tfoot > tr > th.active,
.wpdevelop .table > thead > tr.active > td,
.wpdevelop .table > tbody > tr.active > td,
.wpdevelop .table > tfoot > tr.active > td,
.wpdevelop .table > thead > tr.active > th,
.wpdevelop .table > tbody > tr.active > th,
.wpdevelop .table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.wpdevelop .table-hover > tbody > tr > td.active:hover,
.wpdevelop .table-hover > tbody > tr > th.active:hover,
.wpdevelop .table-hover > tbody > tr.active:hover > td,
.wpdevelop .table-hover > tbody > tr:hover > .active,
.wpdevelop .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.wpdevelop .table > thead > tr > td.success,
.wpdevelop .table > tbody > tr > td.success,
.wpdevelop .table > tfoot > tr > td.success,
.wpdevelop .table > thead > tr > th.success,
.wpdevelop .table > tbody > tr > th.success,
.wpdevelop .table > tfoot > tr > th.success,
.wpdevelop .table > thead > tr.success > td,
.wpdevelop .table > tbody > tr.success > td,
.wpdevelop .table > tfoot > tr.success > td,
.wpdevelop .table > thead > tr.success > th,
.wpdevelop .table > tbody > tr.success > th,
.wpdevelop .table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.wpdevelop .table-hover > tbody > tr > td.success:hover,
.wpdevelop .table-hover > tbody > tr > th.success:hover,
.wpdevelop .table-hover > tbody > tr.success:hover > td,
.wpdevelop .table-hover > tbody > tr:hover > .success,
.wpdevelop .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.wpdevelop .table > thead > tr > td.info,
.wpdevelop .table > tbody > tr > td.info,
.wpdevelop .table > tfoot > tr > td.info,
.wpdevelop .table > thead > tr > th.info,
.wpdevelop .table > tbody > tr > th.info,
.wpdevelop .table > tfoot > tr > th.info,
.wpdevelop .table > thead > tr.info > td,
.wpdevelop .table > tbody > tr.info > td,
.wpdevelop .table > tfoot > tr.info > td,
.wpdevelop .table > thead > tr.info > th,
.wpdevelop .table > tbody > tr.info > th,
.wpdevelop .table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.wpdevelop .table-hover > tbody > tr > td.info:hover,
.wpdevelop .table-hover > tbody > tr > th.info:hover,
.wpdevelop .table-hover > tbody > tr.info:hover > td,
.wpdevelop .table-hover > tbody > tr:hover > .info,
.wpdevelop .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.wpdevelop .table > thead > tr > td.warning,
.wpdevelop .table > tbody > tr > td.warning,
.wpdevelop .table > tfoot > tr > td.warning,
.wpdevelop .table > thead > tr > th.warning,
.wpdevelop .table > tbody > tr > th.warning,
.wpdevelop .table > tfoot > tr > th.warning,
.wpdevelop .table > thead > tr.warning > td,
.wpdevelop .table > tbody > tr.warning > td,
.wpdevelop .table > tfoot > tr.warning > td,
.wpdevelop .table > thead > tr.warning > th,
.wpdevelop .table > tbody > tr.warning > th,
.wpdevelop .table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.wpdevelop .table-hover > tbody > tr > td.warning:hover,
.wpdevelop .table-hover > tbody > tr > th.warning:hover,
.wpdevelop .table-hover > tbody > tr.warning:hover > td,
.wpdevelop .table-hover > tbody > tr:hover > .warning,
.wpdevelop .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.wpdevelop .table > thead > tr > td.danger,
.wpdevelop .table > tbody > tr > td.danger,
.wpdevelop .table > tfoot > tr > td.danger,
.wpdevelop .table > thead > tr > th.danger,
.wpdevelop .table > tbody > tr > th.danger,
.wpdevelop .table > tfoot > tr > th.danger,
.wpdevelop .table > thead > tr.danger > td,
.wpdevelop .table > tbody > tr.danger > td,
.wpdevelop .table > tfoot > tr.danger > td,
.wpdevelop .table > thead > tr.danger > th,
.wpdevelop .table > tbody > tr.danger > th,
.wpdevelop .table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.wpdevelop .table-hover > tbody > tr > td.danger:hover,
.wpdevelop .table-hover > tbody > tr > th.danger:hover,
.wpdevelop .table-hover > tbody > tr.danger:hover > td,
.wpdevelop .table-hover > tbody > tr:hover > .danger,
.wpdevelop .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.wpdevelop .table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.wpdevelop .table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
}
.wpdevelop .table-responsive > .table {
margin-bottom: 0;
}
.wpdevelop .table-responsive > .table > thead > tr > th,
.wpdevelop .table-responsive > .table > tbody > tr > th,
.wpdevelop .table-responsive > .table > tfoot > tr > th,
.wpdevelop .table-responsive > .table > thead > tr > td,
.wpdevelop .table-responsive > .table > tbody > tr > td,
.wpdevelop .table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.wpdevelop .table-responsive > .table-bordered {
border: 0;
}
.wpdevelop .table-responsive > .table-bordered > thead > tr > th:first-child,
.wpdevelop .table-responsive > .table-bordered > tbody > tr > th:first-child,
.wpdevelop .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.wpdevelop .table-responsive > .table-bordered > thead > tr > td:first-child,
.wpdevelop .table-responsive > .table-bordered > tbody > tr > td:first-child,
.wpdevelop .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.wpdevelop .table-responsive > .table-bordered > thead > tr > th:last-child,
.wpdevelop .table-responsive > .table-bordered > tbody > tr > th:last-child,
.wpdevelop .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.wpdevelop .table-responsive > .table-bordered > thead > tr > td:last-child,
.wpdevelop .table-responsive > .table-bordered > tbody > tr > td:last-child,
.wpdevelop .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.wpdevelop .table-responsive > .table-bordered > tbody > tr:last-child > th,
.wpdevelop .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.wpdevelop .table-responsive > .table-bordered > tbody > tr:last-child > td,
.wpdevelop .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
.wpdevelop fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
.wpdevelop legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
.wpdevelop label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
.wpdevelop input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpdevelop input[type="radio"],
.wpdevelop input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
.wpdevelop input[type="file"] {
display: block;
}
.wpdevelop input[type="range"] {
display: block;
width: 100%;
}
.wpdevelop select[multiple],
.wpdevelop select[size] {
height: auto;
}
.wpdevelop input[type="file"]:focus,
.wpdevelop input[type="radio"]:focus,
.wpdevelop input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.wpdevelop output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
}
.wpdevelop .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wpdevelop .form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.wpdevelop .form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
.wpdevelop .form-control:-ms-input-placeholder {
color: #999999;
}
.wpdevelop .form-control::-webkit-input-placeholder {
color: #999999;
}
.wpdevelop .form-control[disabled],
.wpdevelop .form-control[readonly],
.wpdevelop fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.wpdevelop .form-control[disabled],
.wpdevelop fieldset[disabled] .form-control {
cursor: not-allowed;
}
.wpdevelop textarea.form-control {
height: auto;
}
.wpdevelop input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.wpdevelop input[type="date"].form-control,
.wpdevelop input[type="time"].form-control,
.wpdevelop input[type="datetime-local"].form-control,
.wpdevelop input[type="month"].form-control {
line-height: 34px;
}
.wpdevelop input[type="date"].input-sm,
.wpdevelop input[type="time"].input-sm,
.wpdevelop input[type="datetime-local"].input-sm,
.wpdevelop input[type="month"].input-sm,
.wpdevelop .input-group-sm input[type="date"],
.wpdevelop .input-group-sm input[type="time"],
.wpdevelop .input-group-sm input[type="datetime-local"],
.wpdevelop .input-group-sm input[type="month"] {
line-height: 30px;
}
.wpdevelop input[type="date"].input-lg,
.wpdevelop input[type="time"].input-lg,
.wpdevelop input[type="datetime-local"].input-lg,
.wpdevelop input[type="month"].input-lg,
.wpdevelop .input-group-lg input[type="date"],
.wpdevelop .input-group-lg input[type="time"],
.wpdevelop .input-group-lg input[type="datetime-local"],
.wpdevelop .input-group-lg input[type="month"] {
line-height: 46px;
}
}
.wpdevelop .form-group {
margin-bottom: 15px;
}
.wpdevelop .radio,
.wpdevelop .checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.wpdevelop .radio label,
.wpdevelop .checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.wpdevelop .radio input[type="radio"],
.wpdevelop .radio-inline input[type="radio"],
.wpdevelop .checkbox input[type="checkbox"],
.wpdevelop .checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.wpdevelop .radio + .radio,
.wpdevelop .checkbox + .checkbox {
margin-top: -5px;
}
.wpdevelop .radio-inline,
.wpdevelop .checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.wpdevelop .radio-inline + .radio-inline,
.wpdevelop .checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
.wpdevelop input[type="radio"][disabled],
.wpdevelop input[type="checkbox"][disabled],
.wpdevelop input[type="radio"].disabled,
.wpdevelop input[type="checkbox"].disabled,
.wpdevelop fieldset[disabled] input[type="radio"],
.wpdevelop fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.wpdevelop .radio-inline.disabled,
.wpdevelop .checkbox-inline.disabled,
.wpdevelop fieldset[disabled] .radio-inline,
.wpdevelop fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.wpdevelop .radio.disabled label,
.wpdevelop .checkbox.disabled label,
.wpdevelop fieldset[disabled] .radio label,
.wpdevelop fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.wpdevelop .form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px;
}
.wpdevelop .form-control-static.input-lg,
.wpdevelop .form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
.wpdevelop .input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.wpdevelop select.input-sm {
height: 30px;
line-height: 30px;
}
.wpdevelop textarea.input-sm,
.wpdevelop select[multiple].input-sm {
height: auto;
}
.wpdevelop .form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.wpdevelop .form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.wpdevelop .form-group-sm textarea.form-control,
.wpdevelop .form-group-sm select[multiple].form-control {
height: auto;
}
.wpdevelop .form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.wpdevelop .input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.wpdevelop select.input-lg {
height: 46px;
line-height: 46px;
}
.wpdevelop textarea.input-lg,
.wpdevelop select[multiple].input-lg {
height: auto;
}
.wpdevelop .form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.wpdevelop .form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.wpdevelop .form-group-lg textarea.form-control,
.wpdevelop .form-group-lg select[multiple].form-control {
height: auto;
}
.wpdevelop .form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.wpdevelop .has-feedback {
position: relative;
}
.wpdevelop .has-feedback .form-control {
padding-right: 42.5px;
}
.wpdevelop .form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.wpdevelop .input-lg + .form-control-feedback,
.wpdevelop .input-group-lg + .form-control-feedback,
.wpdevelop .form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.wpdevelop .input-sm + .form-control-feedback,
.wpdevelop .input-group-sm + .form-control-feedback,
.wpdevelop .form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.wpdevelop .has-success .help-block,
.wpdevelop .has-success .control-label,
.wpdevelop .has-success .radio,
.wpdevelop .has-success .checkbox,
.wpdevelop .has-success .radio-inline,
.wpdevelop .has-success .checkbox-inline,
.wpdevelop .has-success.radio label,
.wpdevelop .has-success.checkbox label,
.wpdevelop .has-success.radio-inline label,
.wpdevelop .has-success.checkbox-inline label {
color: #3c763d;
}
.wpdevelop .has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wpdevelop .has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.wpdevelop .has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.wpdevelop .has-success .form-control-feedback {
color: #3c763d;
}
.wpdevelop .has-warning .help-block,
.wpdevelop .has-warning .control-label,
.wpdevelop .has-warning .radio,
.wpdevelop .has-warning .checkbox,
.wpdevelop .has-warning .radio-inline,
.wpdevelop .has-warning .checkbox-inline,
.wpdevelop .has-warning.radio label,
.wpdevelop .has-warning.checkbox label,
.wpdevelop .has-warning.radio-inline label,
.wpdevelop .has-warning.checkbox-inline label {
color: #8a6d3b;
}
.wpdevelop .has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wpdevelop .has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.wpdevelop .has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.wpdevelop .has-warning .form-control-feedback {
color: #8a6d3b;
}
.wpdevelop .has-error .help-block,
.wpdevelop .has-error .control-label,
.wpdevelop .has-error .radio,
.wpdevelop .has-error .checkbox,
.wpdevelop .has-error .radio-inline,
.wpdevelop .has-error .checkbox-inline,
.wpdevelop .has-error.radio label,
.wpdevelop .has-error.checkbox label,
.wpdevelop .has-error.radio-inline label,
.wpdevelop .has-error.checkbox-inline label {
color: #a94442;
}
.wpdevelop .has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wpdevelop .has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.wpdevelop .has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.wpdevelop .has-error .form-control-feedback {
color: #a94442;
}
.wpdevelop .has-feedback label ~ .form-control-feedback {
top: 25px;
}
.wpdevelop .has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.wpdevelop .help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.wpdevelop .form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.wpdevelop .form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.wpdevelop .form-inline .form-control-static {
display: inline-block;
}
.wpdevelop .form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.wpdevelop .form-inline .input-group .input-group-addon,
.wpdevelop .form-inline .input-group .input-group-btn,
.wpdevelop .form-inline .input-group .form-control {
width: auto;
}
.wpdevelop .form-inline .input-group > .form-control {
width: 100%;
}
.wpdevelop .form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.wpdevelop .form-inline .radio,
.wpdevelop .form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.wpdevelop .form-inline .radio label,
.wpdevelop .form-inline .checkbox label {
padding-left: 0;
}
.wpdevelop .form-inline .radio input[type="radio"],
.wpdevelop .form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.wpdevelop .form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.wpdevelop .form-horizontal .radio,
.wpdevelop .form-horizontal .checkbox,
.wpdevelop .form-horizontal .radio-inline,
.wpdevelop .form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.wpdevelop .form-horizontal .radio,
.wpdevelop .form-horizontal .checkbox {
min-height: 27px;
}
.wpdevelop .form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 768px) {
.wpdevelop .form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.wpdevelop .form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.wpdevelop .form-horizontal .form-group-lg .control-label {
padding-top: 14.333333px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.wpdevelop .form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.wpdevelop .btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.wpdevelop .btn:focus,
.wpdevelop .btn:active:focus,
.wpdevelop .btn.active:focus,
.wpdevelop .btn.focus,
.wpdevelop .btn:active.focus,
.wpdevelop .btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.wpdevelop .btn:hover,
.wpdevelop .btn:focus,
.wpdevelop .btn.focus {
color: #333333;
text-decoration: none;
}
.wpdevelop .btn:active,
.wpdevelop .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wpdevelop .btn.disabled,
.wpdevelop .btn[disabled],
.wpdevelop fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.wpdevelop a.btn.disabled,
.wpdevelop fieldset[disabled] a.btn {
pointer-events: none;
}
.wpdevelop .btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.wpdevelop .btn-default:focus,
.wpdevelop .btn-default.focus {
color: #333333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.wpdevelop .btn-default:hover {
color: #333333;
background-color: #e6e6e6;
border-color: #adadad;
}
.wpdevelop .btn-default:active,
.wpdevelop .btn-default.active,
.wpdevelop .open > .dropdown-toggle.btn-default {
color: #333333;
background-color: #e6e6e6;
border-color: #adadad;
}
.wpdevelop .btn-default:active:hover,
.wpdevelop .btn-default.active:hover,
.wpdevelop .open > .dropdown-toggle.btn-default:hover,
.wpdevelop .btn-default:active:focus,
.wpdevelop .btn-default.active:focus,
.wpdevelop .open > .dropdown-toggle.btn-default:focus,
.wpdevelop .btn-default:active.focus,
.wpdevelop .btn-default.active.focus,
.wpdevelop .open > .dropdown-toggle.btn-default.focus {
color: #333333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.wpdevelop .btn-default:active,
.wpdevelop .btn-default.active,
.wpdevelop .open > .dropdown-toggle.btn-default {
background-image: none;
}
.wpdevelop .btn-default.disabled,
.wpdevelop .btn-default[disabled],
.wpdevelop fieldset[disabled] .btn-default,
.wpdevelop .btn-default.disabled:hover,
.wpdevelop .btn-default[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-default:hover,
.wpdevelop .btn-default.disabled:focus,
.wpdevelop .btn-default[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-default:focus,
.wpdevelop .btn-default.disabled.focus,
.wpdevelop .btn-default[disabled].focus,
.wpdevelop fieldset[disabled] .btn-default.focus,
.wpdevelop .btn-default.disabled:active,
.wpdevelop .btn-default[disabled]:active,
.wpdevelop fieldset[disabled] .btn-default:active,
.wpdevelop .btn-default.disabled.active,
.wpdevelop .btn-default[disabled].active,
.wpdevelop fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.wpdevelop .btn-default .badge {
color: #ffffff;
background-color: #333333;
}
.wpdevelop .btn-primary {
color: #ffffff;
background-color: #337ab7;
border-color: #2e6da4;
}
.wpdevelop .btn-primary:focus,
.wpdevelop .btn-primary.focus {
color: #ffffff;
background-color: #286090;
border-color: #122b40;
}
.wpdevelop .btn-primary:hover {
color: #ffffff;
background-color: #286090;
border-color: #204d74;
}
.wpdevelop .btn-primary:active,
.wpdevelop .btn-primary.active,
.wpdevelop .open > .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #286090;
border-color: #204d74;
}
.wpdevelop .btn-primary:active:hover,
.wpdevelop .btn-primary.active:hover,
.wpdevelop .open > .dropdown-toggle.btn-primary:hover,
.wpdevelop .btn-primary:active:focus,
.wpdevelop .btn-primary.active:focus,
.wpdevelop .open > .dropdown-toggle.btn-primary:focus,
.wpdevelop .btn-primary:active.focus,
.wpdevelop .btn-primary.active.focus,
.wpdevelop .open > .dropdown-toggle.btn-primary.focus {
color: #ffffff;
background-color: #204d74;
border-color: #122b40;
}
.wpdevelop .btn-primary:active,
.wpdevelop .btn-primary.active,
.wpdevelop .open > .dropdown-toggle.btn-primary {
background-image: none;
}
.wpdevelop .btn-primary.disabled,
.wpdevelop .btn-primary[disabled],
.wpdevelop fieldset[disabled] .btn-primary,
.wpdevelop .btn-primary.disabled:hover,
.wpdevelop .btn-primary[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-primary:hover,
.wpdevelop .btn-primary.disabled:focus,
.wpdevelop .btn-primary[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-primary:focus,
.wpdevelop .btn-primary.disabled.focus,
.wpdevelop .btn-primary[disabled].focus,
.wpdevelop fieldset[disabled] .btn-primary.focus,
.wpdevelop .btn-primary.disabled:active,
.wpdevelop .btn-primary[disabled]:active,
.wpdevelop fieldset[disabled] .btn-primary:active,
.wpdevelop .btn-primary.disabled.active,
.wpdevelop .btn-primary[disabled].active,
.wpdevelop fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.wpdevelop .btn-primary .badge {
color: #337ab7;
background-color: #ffffff;
}
.wpdevelop .btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.wpdevelop .btn-success:focus,
.wpdevelop .btn-success.focus {
color: #ffffff;
background-color: #449d44;
border-color: #255625;
}
.wpdevelop .btn-success:hover {
color: #ffffff;
background-color: #449d44;
border-color: #398439;
}
.wpdevelop .btn-success:active,
.wpdevelop .btn-success.active,
.wpdevelop .open > .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #449d44;
border-color: #398439;
}
.wpdevelop .btn-success:active:hover,
.wpdevelop .btn-success.active:hover,
.wpdevelop .open > .dropdown-toggle.btn-success:hover,
.wpdevelop .btn-success:active:focus,
.wpdevelop .btn-success.active:focus,
.wpdevelop .open > .dropdown-toggle.btn-success:focus,
.wpdevelop .btn-success:active.focus,
.wpdevelop .btn-success.active.focus,
.wpdevelop .open > .dropdown-toggle.btn-success.focus {
color: #ffffff;
background-color: #398439;
border-color: #255625;
}
.wpdevelop .btn-success:active,
.wpdevelop .btn-success.active,
.wpdevelop .open > .dropdown-toggle.btn-success {
background-image: none;
}
.wpdevelop .btn-success.disabled,
.wpdevelop .btn-success[disabled],
.wpdevelop fieldset[disabled] .btn-success,
.wpdevelop .btn-success.disabled:hover,
.wpdevelop .btn-success[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-success:hover,
.wpdevelop .btn-success.disabled:focus,
.wpdevelop .btn-success[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-success:focus,
.wpdevelop .btn-success.disabled.focus,
.wpdevelop .btn-success[disabled].focus,
.wpdevelop fieldset[disabled] .btn-success.focus,
.wpdevelop .btn-success.disabled:active,
.wpdevelop .btn-success[disabled]:active,
.wpdevelop fieldset[disabled] .btn-success:active,
.wpdevelop .btn-success.disabled.active,
.wpdevelop .btn-success[disabled].active,
.wpdevelop fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.wpdevelop .btn-success .badge {
color: #5cb85c;
background-color: #ffffff;
}
.wpdevelop .btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.wpdevelop .btn-info:focus,
.wpdevelop .btn-info.focus {
color: #ffffff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.wpdevelop .btn-info:hover {
color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;
}
.wpdevelop .btn-info:active,
.wpdevelop .btn-info.active,
.wpdevelop .open > .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;
}
.wpdevelop .btn-info:active:hover,
.wpdevelop .btn-info.active:hover,
.wpdevelop .open > .dropdown-toggle.btn-info:hover,
.wpdevelop .btn-info:active:focus,
.wpdevelop .btn-info.active:focus,
.wpdevelop .open > .dropdown-toggle.btn-info:focus,
.wpdevelop .btn-info:active.focus,
.wpdevelop .btn-info.active.focus,
.wpdevelop .open > .dropdown-toggle.btn-info.focus {
color: #ffffff;
background-color: #269abc;
border-color: #1b6d85;
}
.wpdevelop .btn-info:active,
.wpdevelop .btn-info.active,
.wpdevelop .open > .dropdown-toggle.btn-info {
background-image: none;
}
.wpdevelop .btn-info.disabled,
.wpdevelop .btn-info[disabled],
.wpdevelop fieldset[disabled] .btn-info,
.wpdevelop .btn-info.disabled:hover,
.wpdevelop .btn-info[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-info:hover,
.wpdevelop .btn-info.disabled:focus,
.wpdevelop .btn-info[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-info:focus,
.wpdevelop .btn-info.disabled.focus,
.wpdevelop .btn-info[disabled].focus,
.wpdevelop fieldset[disabled] .btn-info.focus,
.wpdevelop .btn-info.disabled:active,
.wpdevelop .btn-info[disabled]:active,
.wpdevelop fieldset[disabled] .btn-info:active,
.wpdevelop .btn-info.disabled.active,
.wpdevelop .btn-info[disabled].active,
.wpdevelop fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.wpdevelop .btn-info .badge {
color: #5bc0de;
background-color: #ffffff;
}
.wpdevelop .btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.wpdevelop .btn-warning:focus,
.wpdevelop .btn-warning.focus {
color: #ffffff;
background-color: #ec971f;
border-color: #985f0d;
}
.wpdevelop .btn-warning:hover {
color: #ffffff;
background-color: #ec971f;
border-color: #d58512;
}
.wpdevelop .btn-warning:active,
.wpdevelop .btn-warning.active,
.wpdevelop .open > .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ec971f;
border-color: #d58512;
}
.wpdevelop .btn-warning:active:hover,
.wpdevelop .btn-warning.active:hover,
.wpdevelop .open > .dropdown-toggle.btn-warning:hover,
.wpdevelop .btn-warning:active:focus,
.wpdevelop .btn-warning.active:focus,
.wpdevelop .open > .dropdown-toggle.btn-warning:focus,
.wpdevelop .btn-warning:active.focus,
.wpdevelop .btn-warning.active.focus,
.wpdevelop .open > .dropdown-toggle.btn-warning.focus {
color: #ffffff;
background-color: #d58512;
border-color: #985f0d;
}
.wpdevelop .btn-warning:active,
.wpdevelop .btn-warning.active,
.wpdevelop .open > .dropdown-toggle.btn-warning {
background-image: none;
}
.wpdevelop .btn-warning.disabled,
.wpdevelop .btn-warning[disabled],
.wpdevelop fieldset[disabled] .btn-warning,
.wpdevelop .btn-warning.disabled:hover,
.wpdevelop .btn-warning[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-warning:hover,
.wpdevelop .btn-warning.disabled:focus,
.wpdevelop .btn-warning[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-warning:focus,
.wpdevelop .btn-warning.disabled.focus,
.wpdevelop .btn-warning[disabled].focus,
.wpdevelop fieldset[disabled] .btn-warning.focus,
.wpdevelop .btn-warning.disabled:active,
.wpdevelop .btn-warning[disabled]:active,
.wpdevelop fieldset[disabled] .btn-warning:active,
.wpdevelop .btn-warning.disabled.active,
.wpdevelop .btn-warning[disabled].active,
.wpdevelop fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.wpdevelop .btn-warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.wpdevelop .btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.wpdevelop .btn-danger:focus,
.wpdevelop .btn-danger.focus {
color: #ffffff;
background-color: #c9302c;
border-color: #761c19;
}
.wpdevelop .btn-danger:hover {
color: #ffffff;
background-color: #c9302c;
border-color: #ac2925;
}
.wpdevelop .btn-danger:active,
.wpdevelop .btn-danger.active,
.wpdevelop .open > .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #c9302c;
border-color: #ac2925;
}
.wpdevelop .btn-danger:active:hover,
.wpdevelop .btn-danger.active:hover,
.wpdevelop .open > .dropdown-toggle.btn-danger:hover,
.wpdevelop .btn-danger:active:focus,
.wpdevelop .btn-danger.active:focus,
.wpdevelop .open > .dropdown-toggle.btn-danger:focus,
.wpdevelop .btn-danger:active.focus,
.wpdevelop .btn-danger.active.focus,
.wpdevelop .open > .dropdown-toggle.btn-danger.focus {
color: #ffffff;
background-color: #ac2925;
border-color: #761c19;
}
.wpdevelop .btn-danger:active,
.wpdevelop .btn-danger.active,
.wpdevelop .open > .dropdown-toggle.btn-danger {
background-image: none;
}
.wpdevelop .btn-danger.disabled,
.wpdevelop .btn-danger[disabled],
.wpdevelop fieldset[disabled] .btn-danger,
.wpdevelop .btn-danger.disabled:hover,
.wpdevelop .btn-danger[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-danger:hover,
.wpdevelop .btn-danger.disabled:focus,
.wpdevelop .btn-danger[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-danger:focus,
.wpdevelop .btn-danger.disabled.focus,
.wpdevelop .btn-danger[disabled].focus,
.wpdevelop fieldset[disabled] .btn-danger.focus,
.wpdevelop .btn-danger.disabled:active,
.wpdevelop .btn-danger[disabled]:active,
.wpdevelop fieldset[disabled] .btn-danger:active,
.wpdevelop .btn-danger.disabled.active,
.wpdevelop .btn-danger[disabled].active,
.wpdevelop fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.wpdevelop .btn-danger .badge {
color: #d9534f;
background-color: #ffffff;
}
.wpdevelop .btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0;
}
.wpdevelop .btn-link,
.wpdevelop .btn-link:active,
.wpdevelop .btn-link.active,
.wpdevelop .btn-link[disabled],
.wpdevelop fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpdevelop .btn-link,
.wpdevelop .btn-link:hover,
.wpdevelop .btn-link:focus,
.wpdevelop .btn-link:active {
border-color: transparent;
}
.wpdevelop .btn-link:hover,
.wpdevelop .btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.wpdevelop .btn-link[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-link:hover,
.wpdevelop .btn-link[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.wpdevelop .btn-lg,
.wpdevelop .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.wpdevelop .btn-sm,
.wpdevelop .btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.wpdevelop .btn-xs,
.wpdevelop .btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.wpdevelop .btn-block {
display: block;
width: 100%;
}
.wpdevelop .btn-block + .btn-block {
margin-top: 5px;
}
.wpdevelop input[type="submit"].btn-block,
.wpdevelop input[type="reset"].btn-block,
.wpdevelop input[type="button"].btn-block {
width: 100%;
}
.wpdevelop .fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.wpdevelop .fade.in {
opacity: 1;
}
.wpdevelop .collapse {
display: none;
}
.wpdevelop .collapse.in {
display: block;
}
.wpdevelop tr.collapse.in {
display: table-row;
}
.wpdevelop tbody.collapse.in {
display: table-row-group;
}
.wpdevelop .collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
.wpdevelop .caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.wpdevelop .dropup,
.wpdevelop .dropdown {
position: relative;
}
.wpdevelop .dropdown-toggle:focus {
outline: 0;
}
.wpdevelop .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.wpdevelop .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.wpdevelop .dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.wpdevelop .dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.wpdevelop .dropdown-menu > li > a:hover,
.wpdevelop .dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.wpdevelop .dropdown-menu > .active > a,
.wpdevelop .dropdown-menu > .active > a:hover,
.wpdevelop .dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.wpdevelop .dropdown-menu > .disabled > a,
.wpdevelop .dropdown-menu > .disabled > a:hover,
.wpdevelop .dropdown-menu > .disabled > a:focus {
color: #777777;
}
.wpdevelop .dropdown-menu > .disabled > a:hover,
.wpdevelop .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.wpdevelop .open > .dropdown-menu {
display: block;
}
.wpdevelop .open > a {
outline: 0;
}
.wpdevelop .dropdown-menu-right {
left: auto;
right: 0;
}
.wpdevelop .dropdown-menu-left {
left: 0;
right: auto;
}
.wpdevelop .dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777777;
white-space: nowrap;
}
.wpdevelop .dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.wpdevelop .pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.wpdevelop .dropup .caret,
.wpdevelop .navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: "";
}
.wpdevelop .dropup .dropdown-menu,
.wpdevelop .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.wpdevelop .navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.wpdevelop .navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.wpdevelop .btn-group,
.wpdevelop .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.wpdevelop .btn-group > .btn,
.wpdevelop .btn-group-vertical > .btn {
position: relative;
float: left;
}
.wpdevelop .btn-group > .btn:hover,
.wpdevelop .btn-group-vertical > .btn:hover,
.wpdevelop .btn-group > .btn:focus,
.wpdevelop .btn-group-vertical > .btn:focus,
.wpdevelop .btn-group > .btn:active,
.wpdevelop .btn-group-vertical > .btn:active,
.wpdevelop .btn-group > .btn.active,
.wpdevelop .btn-group-vertical > .btn.active {
z-index: 2;
}
.wpdevelop .btn-group .btn + .btn,
.wpdevelop .btn-group .btn + .btn-group,
.wpdevelop .btn-group .btn-group + .btn,
.wpdevelop .btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.wpdevelop .btn-toolbar {
margin-left: -5px;
}
.wpdevelop .btn-toolbar .btn,
.wpdevelop .btn-toolbar .btn-group,
.wpdevelop .btn-toolbar .input-group {
float: left;
}
.wpdevelop .btn-toolbar > .btn,
.wpdevelop .btn-toolbar > .btn-group,
.wpdevelop .btn-toolbar > .input-group {
margin-left: 5px;
}
.wpdevelop .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.wpdevelop .btn-group > .btn:first-child {
margin-left: 0;
}
.wpdevelop .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.wpdevelop .btn-group > .btn:last-child:not(:first-child),
.wpdevelop .btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.wpdevelop .btn-group > .btn-group {
float: left;
}
.wpdevelop .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.wpdevelop .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.wpdevelop .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.wpdevelop .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.wpdevelop .btn-group .dropdown-toggle:active,
.wpdevelop .btn-group.open .dropdown-toggle {
outline: 0;
}
.wpdevelop .btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.wpdevelop .btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.wpdevelop .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wpdevelop .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.wpdevelop .btn .caret {
margin-left: 0;
}
.wpdevelop .btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.wpdevelop .dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.wpdevelop .btn-group-vertical > .btn,
.wpdevelop .btn-group-vertical > .btn-group,
.wpdevelop .btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.wpdevelop .btn-group-vertical > .btn-group > .btn {
float: none;
}
.wpdevelop .btn-group-vertical > .btn + .btn,
.wpdevelop .btn-group-vertical > .btn + .btn-group,
.wpdevelop .btn-group-vertical > .btn-group + .btn,
.wpdevelop .btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.wpdevelop .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.wpdevelop .btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.wpdevelop .btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.wpdevelop .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.wpdevelop .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.wpdevelop .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.wpdevelop .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.wpdevelop .btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.wpdevelop .btn-group-justified > .btn,
.wpdevelop .btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.wpdevelop .btn-group-justified > .btn-group .btn {
width: 100%;
}
.wpdevelop .btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
.wpdevelop [data-toggle="buttons"] > .btn input[type="radio"],
.wpdevelop [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.wpdevelop [data-toggle="buttons"] > .btn input[type="checkbox"],
.wpdevelop [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.wpdevelop .input-group {
position: relative;
display: table;
border-collapse: separate;
}
.wpdevelop .input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.wpdevelop .input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.wpdevelop .input-group-lg > .form-control,
.wpdevelop .input-group-lg > .input-group-addon,
.wpdevelop .input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.wpdevelop select.input-group-lg > .form-control,
.wpdevelop select.input-group-lg > .input-group-addon,
.wpdevelop select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
.wpdevelop textarea.input-group-lg > .form-control,
.wpdevelop textarea.input-group-lg > .input-group-addon,
.wpdevelop textarea.input-group-lg > .input-group-btn > .btn,
.wpdevelop select[multiple].input-group-lg > .form-control,
.wpdevelop select[multiple].input-group-lg > .input-group-addon,
.wpdevelop select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.wpdevelop .input-group-sm > .form-control,
.wpdevelop .input-group-sm > .input-group-addon,
.wpdevelop .input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.wpdevelop select.input-group-sm > .form-control,
.wpdevelop select.input-group-sm > .input-group-addon,
.wpdevelop select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
.wpdevelop textarea.input-group-sm > .form-control,
.wpdevelop textarea.input-group-sm > .input-group-addon,
.wpdevelop textarea.input-group-sm > .input-group-btn > .btn,
.wpdevelop select[multiple].input-group-sm > .form-control,
.wpdevelop select[multiple].input-group-sm > .input-group-addon,
.wpdevelop select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.wpdevelop .input-group-addon,
.wpdevelop .input-group-btn,
.wpdevelop .input-group .form-control {
display: table-cell;
}
.wpdevelop .input-group-addon:not(:first-child):not(:last-child),
.wpdevelop .input-group-btn:not(:first-child):not(:last-child),
.wpdevelop .input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.wpdevelop .input-group-addon,
.wpdevelop .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.wpdevelop .input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
}
.wpdevelop .input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.wpdevelop .input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.wpdevelop .input-group-addon input[type="radio"],
.wpdevelop .input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.wpdevelop .input-group .form-control:first-child,
.wpdevelop .input-group-addon:first-child,
.wpdevelop .input-group-btn:first-child > .btn,
.wpdevelop .input-group-btn:first-child > .btn-group > .btn,
.wpdevelop .input-group-btn:first-child > .dropdown-toggle,
.wpdevelop .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.wpdevelop .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.wpdevelop .input-group-addon:first-child {
border-right: 0;
}
.wpdevelop .input-group .form-control:last-child,
.wpdevelop .input-group-addon:last-child,
.wpdevelop .input-group-btn:last-child > .btn,
.wpdevelop .input-group-btn:last-child > .btn-group > .btn,
.wpdevelop .input-group-btn:last-child > .dropdown-toggle,
.wpdevelop .input-group-btn:first-child > .btn:not(:first-child),
.wpdevelop .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.wpdevelop .input-group-addon:last-child {
border-left: 0;
}
.wpdevelop .input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.wpdevelop .input-group-btn > .btn {
position: relative;
}
.wpdevelop .input-group-btn > .btn + .btn {
margin-left: -1px;
}
.wpdevelop .input-group-btn > .btn:hover,
.wpdevelop .input-group-btn > .btn:focus,
.wpdevelop .input-group-btn > .btn:active {
z-index: 2;
}
.wpdevelop .input-group-btn:first-child > .btn,
.wpdevelop .input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.wpdevelop .input-group-btn:last-child > .btn,
.wpdevelop .input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.wpdevelop .nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.wpdevelop .nav > li {
position: relative;
display: block;
}
.wpdevelop .nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.wpdevelop .nav > li > a:hover,
.wpdevelop .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.wpdevelop .nav > li.disabled > a {
color: #777777;
}
.wpdevelop .nav > li.disabled > a:hover,
.wpdevelop .nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.wpdevelop .nav .open > a,
.wpdevelop .nav .open > a:hover,
.wpdevelop .nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7;
}
.wpdevelop .nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.wpdevelop .nav > li > a > img {
max-width: none;
}
.wpdevelop .nav-tabs {
border-bottom: 1px solid #dddddd;
}
.wpdevelop .nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.wpdevelop .nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.wpdevelop .nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.wpdevelop .nav-tabs > li.active > a,
.wpdevelop .nav-tabs > li.active > a:hover,
.wpdevelop .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #ffffff;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;
}
.wpdevelop .nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.wpdevelop .nav-tabs.nav-justified > li {
float: none;
}
.wpdevelop .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.wpdevelop .nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.wpdevelop .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.wpdevelop .nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.wpdevelop .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.wpdevelop .nav-tabs.nav-justified > .active > a,
.wpdevelop .nav-tabs.nav-justified > .active > a:hover,
.wpdevelop .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.wpdevelop .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.wpdevelop .nav-tabs.nav-justified > .active > a,
.wpdevelop .nav-tabs.nav-justified > .active > a:hover,
.wpdevelop .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.wpdevelop .nav-pills > li {
float: left;
}
.wpdevelop .nav-pills > li > a {
border-radius: 4px;
}
.wpdevelop .nav-pills > li + li {
margin-left: 2px;
}
.wpdevelop .nav-pills > li.active > a,
.wpdevelop .nav-pills > li.active > a:hover,
.wpdevelop .nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #337ab7;
}
.wpdevelop .nav-stacked > li {
float: none;
}
.wpdevelop .nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.wpdevelop .nav-justified {
width: 100%;
}
.wpdevelop .nav-justified > li {
float: none;
}
.wpdevelop .nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.wpdevelop .nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.wpdevelop .nav-justified > li {
display: table-cell;
width: 1%;
}
.wpdevelop .nav-justified > li > a {
margin-bottom: 0;
}
}
.wpdevelop .nav-tabs-justified {
border-bottom: 0;
}
.wpdevelop .nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.wpdevelop .nav-tabs-justified > .active > a,
.wpdevelop .nav-tabs-justified > .active > a:hover,
.wpdevelop .nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.wpdevelop .nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.wpdevelop .nav-tabs-justified > .active > a,
.wpdevelop .nav-tabs-justified > .active > a:hover,
.wpdevelop .nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.wpdevelop .tab-content > .tab-pane {
display: none;
}
.wpdevelop .tab-content > .active {
display: block;
}
.wpdevelop .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.wpdevelop .navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.wpdevelop .navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.wpdevelop .navbar-header {
float: left;
}
}
.wpdevelop .navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.wpdevelop .navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.wpdevelop .navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpdevelop .navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.wpdevelop .navbar-collapse.in {
overflow-y: visible;
}
.wpdevelop .navbar-fixed-top .navbar-collapse,
.wpdevelop .navbar-static-top .navbar-collapse,
.wpdevelop .navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.wpdevelop .navbar-fixed-top .navbar-collapse,
.wpdevelop .navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.wpdevelop .navbar-fixed-top .navbar-collapse,
.wpdevelop .navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.wpdevelop .container > .navbar-header,
.wpdevelop .container-fluid > .navbar-header,
.wpdevelop .container > .navbar-collapse,
.wpdevelop .container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.wpdevelop .container > .navbar-header,
.wpdevelop .container-fluid > .navbar-header,
.wpdevelop .container > .navbar-collapse,
.wpdevelop .container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.wpdevelop .navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.wpdevelop .navbar-static-top {
border-radius: 0;
}
}
.wpdevelop .navbar-fixed-top,
.wpdevelop .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.wpdevelop .navbar-fixed-top,
.wpdevelop .navbar-fixed-bottom {
border-radius: 0;
}
}
.wpdevelop .navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.wpdevelop .navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.wpdevelop .navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
height: 50px;
}
.wpdevelop .navbar-brand:hover,
.wpdevelop .navbar-brand:focus {
text-decoration: none;
}
.wpdevelop .navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.wpdevelop .navbar > .container .navbar-brand,
.wpdevelop .navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.wpdevelop .navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.wpdevelop .navbar-toggle:focus {
outline: 0;
}
.wpdevelop .navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.wpdevelop .navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.wpdevelop .navbar-toggle {
display: none;
}
}
.wpdevelop .navbar-nav {
margin: 7.5px -15px;
}
.wpdevelop .navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.wpdevelop .navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpdevelop .navbar-nav .open .dropdown-menu > li > a,
.wpdevelop .navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.wpdevelop .navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.wpdevelop .navbar-nav .open .dropdown-menu > li > a:hover,
.wpdevelop .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.wpdevelop .navbar-nav {
float: left;
margin: 0;
}
.wpdevelop .navbar-nav > li {
float: left;
}
.wpdevelop .navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.wpdevelop .navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.wpdevelop .navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.wpdevelop .navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.wpdevelop .navbar-form .form-control-static {
display: inline-block;
}
.wpdevelop .navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.wpdevelop .navbar-form .input-group .input-group-addon,
.wpdevelop .navbar-form .input-group .input-group-btn,
.wpdevelop .navbar-form .input-group .form-control {
width: auto;
}
.wpdevelop .navbar-form .input-group > .form-control {
width: 100%;
}
.wpdevelop .navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.wpdevelop .navbar-form .radio,
.wpdevelop .navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.wpdevelop .navbar-form .radio label,
.wpdevelop .navbar-form .checkbox label {
padding-left: 0;
}
.wpdevelop .navbar-form .radio input[type="radio"],
.wpdevelop .navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.wpdevelop .navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.wpdevelop .navbar-form .form-group {
margin-bottom: 5px;
}
.wpdevelop .navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.wpdevelop .navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.wpdevelop .navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.wpdevelop .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.wpdevelop .navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.wpdevelop .navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.wpdevelop .navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.wpdevelop .navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.wpdevelop .navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 768px) {
.wpdevelop .navbar-left {
float: left !important;
}
.wpdevelop .navbar-right {
float: right !important;
margin-right: -15px;
}
.wpdevelop .navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.wpdevelop .navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.wpdevelop .navbar-default .navbar-brand {
color: #777777;
}
.wpdevelop .navbar-default .navbar-brand:hover,
.wpdevelop .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.wpdevelop .navbar-default .navbar-text {
color: #777777;
}
.wpdevelop .navbar-default .navbar-nav > li > a {
color: #777777;
}
.wpdevelop .navbar-default .navbar-nav > li > a:hover,
.wpdevelop .navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.wpdevelop .navbar-default .navbar-nav > .active > a,
.wpdevelop .navbar-default .navbar-nav > .active > a:hover,
.wpdevelop .navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.wpdevelop .navbar-default .navbar-nav > .disabled > a,
.wpdevelop .navbar-default .navbar-nav > .disabled > a:hover,
.wpdevelop .navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.wpdevelop .navbar-default .navbar-toggle {
border-color: #dddddd;
}
.wpdevelop .navbar-default .navbar-toggle:hover,
.wpdevelop .navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.wpdevelop .navbar-default .navbar-toggle .icon-bar {
background-color: #888888;
}
.wpdevelop .navbar-default .navbar-collapse,
.wpdevelop .navbar-default .navbar-form {
border-color: #e7e7e7;
}
.wpdevelop .navbar-default .navbar-nav > .open > a,
.wpdevelop .navbar-default .navbar-nav > .open > a:hover,
.wpdevelop .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555555;
}
@media (max-width: 767px) {
.wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.wpdevelop .navbar-default .navbar-link {
color: #777777;
}
.wpdevelop .navbar-default .navbar-link:hover {
color: #333333;
}
.wpdevelop .navbar-default .btn-link {
color: #777777;
}
.wpdevelop .navbar-default .btn-link:hover,
.wpdevelop .navbar-default .btn-link:focus {
color: #333333;
}
.wpdevelop .navbar-default .btn-link[disabled]:hover,
.wpdevelop fieldset[disabled] .navbar-default .btn-link:hover,
.wpdevelop .navbar-default .btn-link[disabled]:focus,
.wpdevelop fieldset[disabled] .navbar-default .btn-link:focus {
color: #cccccc;
}
.wpdevelop .navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.wpdevelop .navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.wpdevelop .navbar-inverse .navbar-brand:hover,
.wpdevelop .navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.wpdevelop .navbar-inverse .navbar-text {
color: #9d9d9d;
}
.wpdevelop .navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.wpdevelop .navbar-inverse .navbar-nav > li > a:hover,
.wpdevelop .navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.wpdevelop .navbar-inverse .navbar-nav > .active > a,
.wpdevelop .navbar-inverse .navbar-nav > .active > a:hover,
.wpdevelop .navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.wpdevelop .navbar-inverse .navbar-nav > .disabled > a,
.wpdevelop .navbar-inverse .navbar-nav > .disabled > a:hover,
.wpdevelop .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.wpdevelop .navbar-inverse .navbar-toggle {
border-color: #333333;
}
.wpdevelop .navbar-inverse .navbar-toggle:hover,
.wpdevelop .navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.wpdevelop .navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.wpdevelop .navbar-inverse .navbar-collapse,
.wpdevelop .navbar-inverse .navbar-form {
border-color: #101010;
}
.wpdevelop .navbar-inverse .navbar-nav > .open > a,
.wpdevelop .navbar-inverse .navbar-nav > .open > a:hover,
.wpdevelop .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #ffffff;
}
@media (max-width: 767px) {
.wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.wpdevelop .navbar-inverse .navbar-link {
color: #9d9d9d;
}
.wpdevelop .navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.wpdevelop .navbar-inverse .btn-link {
color: #9d9d9d;
}
.wpdevelop .navbar-inverse .btn-link:hover,
.wpdevelop .navbar-inverse .btn-link:focus {
color: #ffffff;
}
.wpdevelop .navbar-inverse .btn-link[disabled]:hover,
.wpdevelop fieldset[disabled] .navbar-inverse .btn-link:hover,
.wpdevelop .navbar-inverse .btn-link[disabled]:focus,
.wpdevelop fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444444;
}
.wpdevelop .breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.wpdevelop .breadcrumb > li {
display: inline-block;
}
.wpdevelop .breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #cccccc;
}
.wpdevelop .breadcrumb > .active {
color: #777777;
}
.wpdevelop .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.wpdevelop .pagination > li {
display: inline;
}
.wpdevelop .pagination > li > a,
.wpdevelop .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #337ab7;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
}
.wpdevelop .pagination > li:first-child > a,
.wpdevelop .pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.wpdevelop .pagination > li:last-child > a,
.wpdevelop .pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.wpdevelop .pagination > li > a:hover,
.wpdevelop .pagination > li > span:hover,
.wpdevelop .pagination > li > a:focus,
.wpdevelop .pagination > li > span:focus {
z-index: 3;
color: #23527c;
background-color: #eeeeee;
border-color: #dddddd;
}
.wpdevelop .pagination > .active > a,
.wpdevelop .pagination > .active > span,
.wpdevelop .pagination > .active > a:hover,
.wpdevelop .pagination > .active > span:hover,
.wpdevelop .pagination > .active > a:focus,
.wpdevelop .pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default;
}
.wpdevelop .pagination > .disabled > span,
.wpdevelop .pagination > .disabled > span:hover,
.wpdevelop .pagination > .disabled > span:focus,
.wpdevelop .pagination > .disabled > a,
.wpdevelop .pagination > .disabled > a:hover,
.wpdevelop .pagination > .disabled > a:focus {
color: #777777;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.wpdevelop .pagination-lg > li > a,
.wpdevelop .pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.wpdevelop .pagination-lg > li:first-child > a,
.wpdevelop .pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.wpdevelop .pagination-lg > li:last-child > a,
.wpdevelop .pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.wpdevelop .pagination-sm > li > a,
.wpdevelop .pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.wpdevelop .pagination-sm > li:first-child > a,
.wpdevelop .pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.wpdevelop .pagination-sm > li:last-child > a,
.wpdevelop .pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.wpdevelop .pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.wpdevelop .pager li {
display: inline;
}
.wpdevelop .pager li > a,
.wpdevelop .pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.wpdevelop .pager li > a:hover,
.wpdevelop .pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.wpdevelop .pager .next > a,
.wpdevelop .pager .next > span {
float: right;
}
.wpdevelop .pager .previous > a,
.wpdevelop .pager .previous > span {
float: left;
}
.wpdevelop .pager .disabled > a,
.wpdevelop .pager .disabled > a:hover,
.wpdevelop .pager .disabled > a:focus,
.wpdevelop .pager .disabled > span {
color: #777777;
background-color: #ffffff;
cursor: not-allowed;
}
.wpdevelop .label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.wpdevelop a.label:hover,
.wpdevelop a.label:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.wpdevelop .label:empty {
display: none;
}
.wpdevelop .btn .label {
position: relative;
top: -1px;
}
.wpdevelop .label-default {
background-color: #777777;
}
.wpdevelop .label-default[href]:hover,
.wpdevelop .label-default[href]:focus {
background-color: #5e5e5e;
}
.wpdevelop .label-primary {
background-color: #337ab7;
}
.wpdevelop .label-primary[href]:hover,
.wpdevelop .label-primary[href]:focus {
background-color: #286090;
}
.wpdevelop .label-success {
background-color: #5cb85c;
}
.wpdevelop .label-success[href]:hover,
.wpdevelop .label-success[href]:focus {
background-color: #449d44;
}
.wpdevelop .label-info {
background-color: #5bc0de;
}
.wpdevelop .label-info[href]:hover,
.wpdevelop .label-info[href]:focus {
background-color: #31b0d5;
}
.wpdevelop .label-warning {
background-color: #f0ad4e;
}
.wpdevelop .label-warning[href]:hover,
.wpdevelop .label-warning[href]:focus {
background-color: #ec971f;
}
.wpdevelop .label-danger {
background-color: #d9534f;
}
.wpdevelop .label-danger[href]:hover,
.wpdevelop .label-danger[href]:focus {
background-color: #c9302c;
}
.wpdevelop .badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.wpdevelop .badge:empty {
display: none;
}
.wpdevelop .btn .badge {
position: relative;
top: -1px;
}
.wpdevelop .btn-xs .badge,
.wpdevelop .btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
.wpdevelop a.badge:hover,
.wpdevelop a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.wpdevelop .list-group-item.active > .badge,
.wpdevelop .nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #ffffff;
}
.wpdevelop .list-group-item > .badge {
float: right;
}
.wpdevelop .list-group-item > .badge + .badge {
margin-right: 5px;
}
.wpdevelop .nav-pills > li > a > .badge {
margin-left: 3px;
}
.wpdevelop .jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.wpdevelop .jumbotron h1,
.wpdevelop .jumbotron .h1 {
color: inherit;
}
.wpdevelop .jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.wpdevelop .jumbotron > hr {
border-top-color: #d5d5d5;
}
.wpdevelop .container .jumbotron,
.wpdevelop .container-fluid .jumbotron {
border-radius: 6px;
}
.wpdevelop .jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.wpdevelop .jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.wpdevelop .container .jumbotron,
.wpdevelop .container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.wpdevelop .jumbotron h1,
.wpdevelop .jumbotron .h1 {
font-size: 63px;
}
}
.wpdevelop .thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.wpdevelop .thumbnail > img,
.wpdevelop .thumbnail a > img {
margin-left: auto;
margin-right: auto;
}
.wpdevelop a.thumbnail:hover,
.wpdevelop a.thumbnail:focus,
.wpdevelop a.thumbnail.active {
border-color: #337ab7;
}
.wpdevelop .thumbnail .caption {
padding: 9px;
color: #333333;
}
.wpdevelop .alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.wpdevelop .alert h4 {
margin-top: 0;
color: inherit;
}
.wpdevelop .alert .alert-link {
font-weight: bold;
}
.wpdevelop .alert > p,
.wpdevelop .alert > ul {
margin-bottom: 0;
}
.wpdevelop .alert > p + p {
margin-top: 5px;
}
.wpdevelop .alert-dismissable,
.wpdevelop .alert-dismissible {
padding-right: 35px;
}
.wpdevelop .alert-dismissable .close,
.wpdevelop .alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.wpdevelop .alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.wpdevelop .alert-success hr {
border-top-color: #c9e2b3;
}
.wpdevelop .alert-success .alert-link {
color: #2b542c;
}
.wpdevelop .alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.wpdevelop .alert-info hr {
border-top-color: #a6e1ec;
}
.wpdevelop .alert-info .alert-link {
color: #245269;
}
.wpdevelop .alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.wpdevelop .alert-warning hr {
border-top-color: #f7e1b5;
}
.wpdevelop .alert-warning .alert-link {
color: #66512c;
}
.wpdevelop .alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.wpdevelop .alert-danger hr {
border-top-color: #e4b9c0;
}
.wpdevelop .alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.wpdevelop .progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wpdevelop .progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #ffffff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.wpdevelop .progress-striped .progress-bar,
.wpdevelop .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.wpdevelop .progress.active .progress-bar,
.wpdevelop .progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.wpdevelop .progress-bar-success {
background-color: #5cb85c;
}
.wpdevelop .progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.wpdevelop .progress-bar-info {
background-color: #5bc0de;
}
.wpdevelop .progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.wpdevelop .progress-bar-warning {
background-color: #f0ad4e;
}
.wpdevelop .progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.wpdevelop .progress-bar-danger {
background-color: #d9534f;
}
.wpdevelop .progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.wpdevelop .media {
margin-top: 15px;
}
.wpdevelop .media:first-child {
margin-top: 0;
}
.wpdevelop .media,
.wpdevelop .media-body {
zoom: 1;
overflow: hidden;
}
.wpdevelop .media-body {
width: 10000px;
}
.wpdevelop .media-object {
display: block;
}
.wpdevelop .media-object.img-thumbnail {
max-width: none;
}
.wpdevelop .media-right,
.wpdevelop .media > .pull-right {
padding-left: 10px;
}
.wpdevelop .media-left,
.wpdevelop .media > .pull-left {
padding-right: 10px;
}
.wpdevelop .media-left,
.wpdevelop .media-right,
.wpdevelop .media-body {
display: table-cell;
vertical-align: top;
}
.wpdevelop .media-middle {
vertical-align: middle;
}
.wpdevelop .media-bottom {
vertical-align: bottom;
}
.wpdevelop .media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.wpdevelop .media-list {
padding-left: 0;
list-style: none;
}
.wpdevelop .list-group {
margin-bottom: 20px;
padding-left: 0;
}
.wpdevelop .list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.wpdevelop .list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.wpdevelop .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.wpdevelop a.list-group-item,
.wpdevelop button.list-group-item {
color: #555555;
}
.wpdevelop a.list-group-item .list-group-item-heading,
.wpdevelop button.list-group-item .list-group-item-heading {
color: #333333;
}
.wpdevelop a.list-group-item:hover,
.wpdevelop button.list-group-item:hover,
.wpdevelop a.list-group-item:focus,
.wpdevelop button.list-group-item:focus {
text-decoration: none;
color: #555555;
background-color: #f5f5f5;
}
.wpdevelop button.list-group-item {
width: 100%;
text-align: left;
}
.wpdevelop .list-group-item.disabled,
.wpdevelop .list-group-item.disabled:hover,
.wpdevelop .list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.wpdevelop .list-group-item.disabled .list-group-item-heading,
.wpdevelop .list-group-item.disabled:hover .list-group-item-heading,
.wpdevelop .list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.wpdevelop .list-group-item.disabled .list-group-item-text,
.wpdevelop .list-group-item.disabled:hover .list-group-item-text,
.wpdevelop .list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.wpdevelop .list-group-item.active,
.wpdevelop .list-group-item.active:hover,
.wpdevelop .list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
}
.wpdevelop .list-group-item.active .list-group-item-heading,
.wpdevelop .list-group-item.active:hover .list-group-item-heading,
.wpdevelop .list-group-item.active:focus .list-group-item-heading,
.wpdevelop .list-group-item.active .list-group-item-heading > small,
.wpdevelop .list-group-item.active:hover .list-group-item-heading > small,
.wpdevelop .list-group-item.active:focus .list-group-item-heading > small,
.wpdevelop .list-group-item.active .list-group-item-heading > .small,
.wpdevelop .list-group-item.active:hover .list-group-item-heading > .small,
.wpdevelop .list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.wpdevelop .list-group-item.active .list-group-item-text,
.wpdevelop .list-group-item.active:hover .list-group-item-text,
.wpdevelop .list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.wpdevelop .list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
.wpdevelop a.list-group-item-success,
.wpdevelop button.list-group-item-success {
color: #3c763d;
}
.wpdevelop a.list-group-item-success .list-group-item-heading,
.wpdevelop button.list-group-item-success .list-group-item-heading {
color: inherit;
}
.wpdevelop a.list-group-item-success:hover,
.wpdevelop button.list-group-item-success:hover,
.wpdevelop a.list-group-item-success:focus,
.wpdevelop button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
.wpdevelop a.list-group-item-success.active,
.wpdevelop button.list-group-item-success.active,
.wpdevelop a.list-group-item-success.active:hover,
.wpdevelop button.list-group-item-success.active:hover,
.wpdevelop a.list-group-item-success.active:focus,
.wpdevelop button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.wpdevelop .list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
.wpdevelop a.list-group-item-info,
.wpdevelop button.list-group-item-info {
color: #31708f;
}
.wpdevelop a.list-group-item-info .list-group-item-heading,
.wpdevelop button.list-group-item-info .list-group-item-heading {
color: inherit;
}
.wpdevelop a.list-group-item-info:hover,
.wpdevelop button.list-group-item-info:hover,
.wpdevelop a.list-group-item-info:focus,
.wpdevelop button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
.wpdevelop a.list-group-item-info.active,
.wpdevelop button.list-group-item-info.active,
.wpdevelop a.list-group-item-info.active:hover,
.wpdevelop button.list-group-item-info.active:hover,
.wpdevelop a.list-group-item-info.active:focus,
.wpdevelop button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.wpdevelop .list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
.wpdevelop a.list-group-item-warning,
.wpdevelop button.list-group-item-warning {
color: #8a6d3b;
}
.wpdevelop a.list-group-item-warning .list-group-item-heading,
.wpdevelop button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
.wpdevelop a.list-group-item-warning:hover,
.wpdevelop button.list-group-item-warning:hover,
.wpdevelop a.list-group-item-warning:focus,
.wpdevelop button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
.wpdevelop a.list-group-item-warning.active,
.wpdevelop button.list-group-item-warning.active,
.wpdevelop a.list-group-item-warning.active:hover,
.wpdevelop button.list-group-item-warning.active:hover,
.wpdevelop a.list-group-item-warning.active:focus,
.wpdevelop button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.wpdevelop .list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
.wpdevelop a.list-group-item-danger,
.wpdevelop button.list-group-item-danger {
color: #a94442;
}
.wpdevelop a.list-group-item-danger .list-group-item-heading,
.wpdevelop button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
.wpdevelop a.list-group-item-danger:hover,
.wpdevelop button.list-group-item-danger:hover,
.wpdevelop a.list-group-item-danger:focus,
.wpdevelop button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
.wpdevelop a.list-group-item-danger.active,
.wpdevelop button.list-group-item-danger.active,
.wpdevelop a.list-group-item-danger.active:hover,
.wpdevelop button.list-group-item-danger.active:hover,
.wpdevelop a.list-group-item-danger.active:focus,
.wpdevelop button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.wpdevelop .list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.wpdevelop .list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.wpdevelop .panel {
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wpdevelop .panel-body {
padding: 15px;
}
.wpdevelop .panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.wpdevelop .panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.wpdevelop .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.wpdevelop .panel-title > a,
.wpdevelop .panel-title > small,
.wpdevelop .panel-title > .small,
.wpdevelop .panel-title > small > a,
.wpdevelop .panel-title > .small > a {
color: inherit;
}
.wpdevelop .panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpdevelop .panel > .list-group,
.wpdevelop .panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.wpdevelop .panel > .list-group .list-group-item,
.wpdevelop .panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.wpdevelop .panel > .list-group:first-child .list-group-item:first-child,
.wpdevelop .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.wpdevelop .panel > .list-group:last-child .list-group-item:last-child,
.wpdevelop .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpdevelop .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.wpdevelop .panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.wpdevelop .list-group + .panel-footer {
border-top-width: 0;
}
.wpdevelop .panel > .table,
.wpdevelop .panel > .table-responsive > .table,
.wpdevelop .panel > .panel-collapse > .table {
margin-bottom: 0;
}
.wpdevelop .panel > .table caption,
.wpdevelop .panel > .table-responsive > .table caption,
.wpdevelop .panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.wpdevelop .panel > .table:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.wpdevelop .panel > .table:first-child > thead:first-child > tr:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.wpdevelop .panel > .table:first-child > tbody:first-child > tr:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpdevelop .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpdevelop .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpdevelop .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpdevelop .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.wpdevelop .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpdevelop .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpdevelop .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpdevelop .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.wpdevelop .panel > .table:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpdevelop .panel > .table:last-child > tbody:last-child > tr:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.wpdevelop .panel > .table:last-child > tfoot:last-child > tr:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.wpdevelop .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpdevelop .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpdevelop .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpdevelop .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.wpdevelop .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpdevelop .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpdevelop .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpdevelop .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.wpdevelop .panel > .panel-body + .table,
.wpdevelop .panel > .panel-body + .table-responsive,
.wpdevelop .panel > .table + .panel-body,
.wpdevelop .panel > .table-responsive + .panel-body {
border-top: 1px solid #dddddd;
}
.wpdevelop .panel > .table > tbody:first-child > tr:first-child th,
.wpdevelop .panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.wpdevelop .panel > .table-bordered,
.wpdevelop .panel > .table-responsive > .table-bordered {
border: 0;
}
.wpdevelop .panel > .table-bordered > thead > tr > th:first-child,
.wpdevelop .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.wpdevelop .panel > .table-bordered > tbody > tr > th:first-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.wpdevelop .panel > .table-bordered > tfoot > tr > th:first-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.wpdevelop .panel > .table-bordered > thead > tr > td:first-child,
.wpdevelop .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.wpdevelop .panel > .table-bordered > tbody > tr > td:first-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.wpdevelop .panel > .table-bordered > tfoot > tr > td:first-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.wpdevelop .panel > .table-bordered > thead > tr > th:last-child,
.wpdevelop .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.wpdevelop .panel > .table-bordered > tbody > tr > th:last-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.wpdevelop .panel > .table-bordered > tfoot > tr > th:last-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.wpdevelop .panel > .table-bordered > thead > tr > td:last-child,
.wpdevelop .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.wpdevelop .panel > .table-bordered > tbody > tr > td:last-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.wpdevelop .panel > .table-bordered > tfoot > tr > td:last-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.wpdevelop .panel > .table-bordered > thead > tr:first-child > td,
.wpdevelop .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.wpdevelop .panel > .table-bordered > tbody > tr:first-child > td,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.wpdevelop .panel > .table-bordered > thead > tr:first-child > th,
.wpdevelop .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.wpdevelop .panel > .table-bordered > tbody > tr:first-child > th,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.wpdevelop .panel > .table-bordered > tbody > tr:last-child > td,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.wpdevelop .panel > .table-bordered > tfoot > tr:last-child > td,
.wpdevelop .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.wpdevelop .panel > .table-bordered > tbody > tr:last-child > th,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.wpdevelop .panel > .table-bordered > tfoot > tr:last-child > th,
.wpdevelop .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.wpdevelop .panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.wpdevelop .panel-group {
margin-bottom: 20px;
}
.wpdevelop .panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.wpdevelop .panel-group .panel + .panel {
margin-top: 5px;
}
.wpdevelop .panel-group .panel-heading {
border-bottom: 0;
}
.wpdevelop .panel-group .panel-heading + .panel-collapse > .panel-body,
.wpdevelop .panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #dddddd;
}
.wpdevelop .panel-group .panel-footer {
border-top: 0;
}
.wpdevelop .panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd;
}
.wpdevelop .panel-default {
border-color: #dddddd;
}
.wpdevelop .panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}
.wpdevelop .panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #dddddd;
}
.wpdevelop .panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.wpdevelop .panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #dddddd;
}
.wpdevelop .panel-primary {
border-color: #337ab7;
}
.wpdevelop .panel-primary > .panel-heading {
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
}
.wpdevelop .panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.wpdevelop .panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #ffffff;
}
.wpdevelop .panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.wpdevelop .panel-success {
border-color: #d6e9c6;
}
.wpdevelop .panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.wpdevelop .panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.wpdevelop .panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.wpdevelop .panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.wpdevelop .panel-info {
border-color: #bce8f1;
}
.wpdevelop .panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.wpdevelop .panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.wpdevelop .panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.wpdevelop .panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.wpdevelop .panel-warning {
border-color: #faebcc;
}
.wpdevelop .panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.wpdevelop .panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.wpdevelop .panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.wpdevelop .panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.wpdevelop .panel-danger {
border-color: #ebccd1;
}
.wpdevelop .panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.wpdevelop .panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.wpdevelop .panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.wpdevelop .panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.wpdevelop .embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.wpdevelop .embed-responsive .embed-responsive-item,
.wpdevelop .embed-responsive iframe,
.wpdevelop .embed-responsive embed,
.wpdevelop .embed-responsive object,
.wpdevelop .embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.wpdevelop .embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.wpdevelop .embed-responsive-4by3 {
padding-bottom: 75%;
}
.wpdevelop .well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wpdevelop .well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.wpdevelop .well-lg {
padding: 24px;
border-radius: 6px;
}
.wpdevelop .well-sm {
padding: 9px;
border-radius: 3px;
}
.wpdevelop .close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.wpdevelop .close:hover,
.wpdevelop .close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
.wpdevelop button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.wpdevelop .modal-open {
overflow: hidden;
}
.wpdevelop .modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.wpdevelop .modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.wpdevelop .modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.wpdevelop .modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.wpdevelop .modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.wpdevelop .modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-webkit-background-clip: padding-box;
background-clip: padding-box;
outline: 0;
}
.wpdevelop .modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.wpdevelop .modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.wpdevelop .modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.wpdevelop .modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857143px;
}
.wpdevelop .modal-header .close {
margin-top: -2px;
}
.wpdevelop .modal-title {
margin: 0;
line-height: 1.42857143;
}
.wpdevelop .modal-body {
position: relative;
padding: 15px;
}
.wpdevelop .modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.wpdevelop .modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.wpdevelop .modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.wpdevelop .modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.wpdevelop .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.wpdevelop .modal-dialog {
width: 600px;
margin: 30px auto;
}
.wpdevelop .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.wpdevelop .modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.wpdevelop .modal-lg {
width: 900px;
}
}
.wpdevelop .tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0);
}
.wpdevelop .tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.wpdevelop .tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.wpdevelop .tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.wpdevelop .tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.wpdevelop .tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.wpdevelop .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
background-color: #000000;
border-radius: 4px;
}
.wpdevelop .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.wpdevelop .tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.wpdevelop .tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.wpdevelop .tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.wpdevelop .tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000000;
}
.wpdevelop .tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.wpdevelop .tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.wpdevelop .tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.wpdevelop .tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.wpdevelop .popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
background-color: #ffffff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.wpdevelop .popover.top {
margin-top: -10px;
}
.wpdevelop .popover.right {
margin-left: 10px;
}
.wpdevelop .popover.bottom {
margin-top: 10px;
}
.wpdevelop .popover.left {
margin-left: -10px;
}
.wpdevelop .popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.wpdevelop .popover-content {
padding: 9px 14px;
}
.wpdevelop .popover > .arrow,
.wpdevelop .popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.wpdevelop .popover > .arrow {
border-width: 11px;
}
.wpdevelop .popover > .arrow:after {
border-width: 10px;
content: "";
}
.wpdevelop .popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.wpdevelop .popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.wpdevelop .popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.wpdevelop .popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.wpdevelop .popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.wpdevelop .popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.wpdevelop .popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.wpdevelop .popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
.wpdevelop .carousel {
position: relative;
}
.wpdevelop .carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.wpdevelop .carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.wpdevelop .carousel-inner > .item > img,
.wpdevelop .carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.wpdevelop .carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.wpdevelop .carousel-inner > .item.next,
.wpdevelop .carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.wpdevelop .carousel-inner > .item.prev,
.wpdevelop .carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.wpdevelop .carousel-inner > .item.next.left,
.wpdevelop .carousel-inner > .item.prev.right,
.wpdevelop .carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.wpdevelop .carousel-inner > .active,
.wpdevelop .carousel-inner > .next,
.wpdevelop .carousel-inner > .prev {
display: block;
}
.wpdevelop .carousel-inner > .active {
left: 0;
}
.wpdevelop .carousel-inner > .next,
.wpdevelop .carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.wpdevelop .carousel-inner > .next {
left: 100%;
}
.wpdevelop .carousel-inner > .prev {
left: -100%;
}
.wpdevelop .carousel-inner > .next.left,
.wpdevelop .carousel-inner > .prev.right {
left: 0;
}
.wpdevelop .carousel-inner > .active.left {
left: -100%;
}
.wpdevelop .carousel-inner > .active.right {
left: 100%;
}
.wpdevelop .carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.wpdevelop .carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.wpdevelop .carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.wpdevelop .carousel-control:hover,
.wpdevelop .carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.wpdevelop .carousel-control .icon-prev,
.wpdevelop .carousel-control .icon-next,
.wpdevelop .carousel-control .glyphicon-chevron-left,
.wpdevelop .carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
}
.wpdevelop .carousel-control .icon-prev,
.wpdevelop .carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.wpdevelop .carousel-control .icon-next,
.wpdevelop .carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.wpdevelop .carousel-control .icon-prev,
.wpdevelop .carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
}
.wpdevelop .carousel-control .icon-prev:before {
content: '\2039';
}
.wpdevelop .carousel-control .icon-next:before {
content: '\203a';
}
.wpdevelop .carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.wpdevelop .carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: transparent;
}
.wpdevelop .carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
.wpdevelop .carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.wpdevelop .carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.wpdevelop .carousel-control .glyphicon-chevron-left,
.wpdevelop .carousel-control .glyphicon-chevron-right,
.wpdevelop .carousel-control .icon-prev,
.wpdevelop .carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.wpdevelop .carousel-control .glyphicon-chevron-left,
.wpdevelop .carousel-control .icon-prev {
margin-left: -15px;
}
.wpdevelop .carousel-control .glyphicon-chevron-right,
.wpdevelop .carousel-control .icon-next {
margin-right: -15px;
}
.wpdevelop .carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.wpdevelop .carousel-indicators {
bottom: 20px;
}
}
.wpdevelop .clearfix:before,
.wpdevelop .clearfix:after,
.wpdevelop .dl-horizontal dd:before,
.wpdevelop .dl-horizontal dd:after,
.wpdevelop .container:before,
.wpdevelop .container:after,
.wpdevelop .container-fluid:before,
.wpdevelop .container-fluid:after,
.wpdevelop .row:before,
.wpdevelop .row:after,
.wpdevelop .form-horizontal .form-group:before,
.wpdevelop .form-horizontal .form-group:after,
.wpdevelop .btn-toolbar:before,
.wpdevelop .btn-toolbar:after,
.wpdevelop .btn-group-vertical > .btn-group:before,
.wpdevelop .btn-group-vertical > .btn-group:after,
.wpdevelop .nav:before,
.wpdevelop .nav:after,
.wpdevelop .navbar:before,
.wpdevelop .navbar:after,
.wpdevelop .navbar-header:before,
.wpdevelop .navbar-header:after,
.wpdevelop .navbar-collapse:before,
.wpdevelop .navbar-collapse:after,
.wpdevelop .pager:before,
.wpdevelop .pager:after,
.wpdevelop .panel-body:before,
.wpdevelop .panel-body:after,
.wpdevelop .modal-footer:before,
.wpdevelop .modal-footer:after {
content: " ";
display: table;
}
.wpdevelop .clearfix:after,
.wpdevelop .dl-horizontal dd:after,
.wpdevelop .container:after,
.wpdevelop .container-fluid:after,
.wpdevelop .row:after,
.wpdevelop .form-horizontal .form-group:after,
.wpdevelop .btn-toolbar:after,
.wpdevelop .btn-group-vertical > .btn-group:after,
.wpdevelop .nav:after,
.wpdevelop .navbar:after,
.wpdevelop .navbar-header:after,
.wpdevelop .navbar-collapse:after,
.wpdevelop .pager:after,
.wpdevelop .panel-body:after,
.wpdevelop .modal-footer:after {
clear: both;
}
.wpdevelop .center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.wpdevelop .pull-right {
float: right !important;
}
.wpdevelop .pull-left {
float: left !important;
}
.wpdevelop .hide {
display: none !important;
}
.wpdevelop .show {
display: block !important;
}
.wpdevelop .invisible {
visibility: hidden;
}
.wpdevelop .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.wpdevelop .hidden {
display: none !important;
}
.wpdevelop .affix {
position: fixed;
}
@-ms-viewport {
.wpdevelop {
width: device-width;
}
}
.wpdevelop .visible-xs,
.wpdevelop .visible-sm,
.wpdevelop .visible-md,
.wpdevelop .visible-lg {
display: none !important;
}
.wpdevelop .visible-xs-block,
.wpdevelop .visible-xs-inline,
.wpdevelop .visible-xs-inline-block,
.wpdevelop .visible-sm-block,
.wpdevelop .visible-sm-inline,
.wpdevelop .visible-sm-inline-block,
.wpdevelop .visible-md-block,
.wpdevelop .visible-md-inline,
.wpdevelop .visible-md-inline-block,
.wpdevelop .visible-lg-block,
.wpdevelop .visible-lg-inline,
.wpdevelop .visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.wpdevelop .visible-xs {
display: block !important;
}
.wpdevelop table.visible-xs {
display: table !important;
}
.wpdevelop tr.visible-xs {
display: table-row !important;
}
.wpdevelop th.visible-xs,
.wpdevelop td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.wpdevelop .visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.wpdevelop .visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.wpdevelop .visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.wpdevelop .visible-sm {
display: block !important;
}
.wpdevelop table.visible-sm {
display: table !important;
}
.wpdevelop tr.visible-sm {
display: table-row !important;
}
.wpdevelop th.visible-sm,
.wpdevelop td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.wpdevelop .visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.wpdevelop .visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.wpdevelop .visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.wpdevelop .visible-md {
display: block !important;
}
.wpdevelop table.visible-md {
display: table !important;
}
.wpdevelop tr.visible-md {
display: table-row !important;
}
.wpdevelop th.visible-md,
.wpdevelop td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.wpdevelop .visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.wpdevelop .visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.wpdevelop .visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.wpdevelop .visible-lg {
display: block !important;
}
.wpdevelop table.visible-lg {
display: table !important;
}
.wpdevelop tr.visible-lg {
display: table-row !important;
}
.wpdevelop th.visible-lg,
.wpdevelop td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.wpdevelop .visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.wpdevelop .visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.wpdevelop .visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.wpdevelop .hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.wpdevelop .hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.wpdevelop .hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.wpdevelop .hidden-lg {
display: none !important;
}
}
.wpdevelop .visible-print {
display: none !important;
}
@media print {
.wpdevelop .visible-print {
display: block !important;
}
.wpdevelop table.visible-print {
display: table !important;
}
.wpdevelop tr.visible-print {
display: table-row !important;
}
.wpdevelop th.visible-print,
.wpdevelop td.visible-print {
display: table-cell !important;
}
}
.wpdevelop .visible-print-block {
display: none !important;
}
@media print {
.wpdevelop .visible-print-block {
display: block !important;
}
}
.wpdevelop .visible-print-inline {
display: none !important;
}
@media print {
.wpdevelop .visible-print-inline {
display: inline !important;
}
}
.wpdevelop .visible-print-inline-block {
display: none !important;
}
@media print {
.wpdevelop .visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.wpdevelop .hidden-print {
display: none !important;
}
}.wpdevelop .btn-default,
.wpdevelop .btn-primary,
.wpdevelop .btn-success,
.wpdevelop .btn-info,
.wpdevelop .btn-warning,
.wpdevelop .btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wpdevelop .btn-default:active,
.wpdevelop .btn-primary:active,
.wpdevelop .btn-success:active,
.wpdevelop .btn-info:active,
.wpdevelop .btn-warning:active,
.wpdevelop .btn-danger:active,
.wpdevelop .btn-default.active,
.wpdevelop .btn-primary.active,
.wpdevelop .btn-success.active,
.wpdevelop .btn-info.active,
.wpdevelop .btn-warning.active,
.wpdevelop .btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wpdevelop .btn-default.disabled,
.wpdevelop .btn-primary.disabled,
.wpdevelop .btn-success.disabled,
.wpdevelop .btn-info.disabled,
.wpdevelop .btn-warning.disabled,
.wpdevelop .btn-danger.disabled,
.wpdevelop .btn-default[disabled],
.wpdevelop .btn-primary[disabled],
.wpdevelop .btn-success[disabled],
.wpdevelop .btn-info[disabled],
.wpdevelop .btn-warning[disabled],
.wpdevelop .btn-danger[disabled],
.wpdevelop fieldset[disabled] .btn-default,
.wpdevelop fieldset[disabled] .btn-primary,
.wpdevelop fieldset[disabled] .btn-success,
.wpdevelop fieldset[disabled] .btn-info,
.wpdevelop fieldset[disabled] .btn-warning,
.wpdevelop fieldset[disabled] .btn-danger {
-webkit-box-shadow: none;
box-shadow: none;
}
.wpdevelop .btn-default .badge,
.wpdevelop .btn-primary .badge,
.wpdevelop .btn-success .badge,
.wpdevelop .btn-info .badge,
.wpdevelop .btn-warning .badge,
.wpdevelop .btn-danger .badge {
text-shadow: none;
}
.wpdevelop .btn:active,
.wpdevelop .btn.active {
background-image: none;
}
.wpdevelop .btn-default {
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #dbdbdb;
text-shadow: 0 1px 0 #fff;
border-color: #ccc;
}
.wpdevelop .btn-default:hover,
.wpdevelop .btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.wpdevelop .btn-default:active,
.wpdevelop .btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.wpdevelop .btn-default.disabled,
.wpdevelop .btn-default[disabled],
.wpdevelop fieldset[disabled] .btn-default,
.wpdevelop .btn-default.disabled:hover,
.wpdevelop .btn-default[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-default:hover,
.wpdevelop .btn-default.disabled:focus,
.wpdevelop .btn-default[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-default:focus,
.wpdevelop .btn-default.disabled.focus,
.wpdevelop .btn-default[disabled].focus,
.wpdevelop fieldset[disabled] .btn-default.focus,
.wpdevelop .btn-default.disabled:active,
.wpdevelop .btn-default[disabled]:active,
.wpdevelop fieldset[disabled] .btn-default:active,
.wpdevelop .btn-default.disabled.active,
.wpdevelop .btn-default[disabled].active,
.wpdevelop fieldset[disabled] .btn-default.active {
background-color: #e0e0e0;
background-image: none;
}
.wpdevelop .btn-primary {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #245580;
}
.wpdevelop .btn-primary:hover,
.wpdevelop .btn-primary:focus {
background-color: #265a88;
background-position: 0 -15px;
}
.wpdevelop .btn-primary:active,
.wpdevelop .btn-primary.active {
background-color: #265a88;
border-color: #245580;
}
.wpdevelop .btn-primary.disabled,
.wpdevelop .btn-primary[disabled],
.wpdevelop fieldset[disabled] .btn-primary,
.wpdevelop .btn-primary.disabled:hover,
.wpdevelop .btn-primary[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-primary:hover,
.wpdevelop .btn-primary.disabled:focus,
.wpdevelop .btn-primary[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-primary:focus,
.wpdevelop .btn-primary.disabled.focus,
.wpdevelop .btn-primary[disabled].focus,
.wpdevelop fieldset[disabled] .btn-primary.focus,
.wpdevelop .btn-primary.disabled:active,
.wpdevelop .btn-primary[disabled]:active,
.wpdevelop fieldset[disabled] .btn-primary:active,
.wpdevelop .btn-primary.disabled.active,
.wpdevelop .btn-primary[disabled].active,
.wpdevelop fieldset[disabled] .btn-primary.active {
background-color: #265a88;
background-image: none;
}
.wpdevelop .btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #3e8f3e;
}
.wpdevelop .btn-success:hover,
.wpdevelop .btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.wpdevelop .btn-success:active,
.wpdevelop .btn-success.active {
background-color: #419641;
border-color: #3e8f3e;
}
.wpdevelop .btn-success.disabled,
.wpdevelop .btn-success[disabled],
.wpdevelop fieldset[disabled] .btn-success,
.wpdevelop .btn-success.disabled:hover,
.wpdevelop .btn-success[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-success:hover,
.wpdevelop .btn-success.disabled:focus,
.wpdevelop .btn-success[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-success:focus,
.wpdevelop .btn-success.disabled.focus,
.wpdevelop .btn-success[disabled].focus,
.wpdevelop fieldset[disabled] .btn-success.focus,
.wpdevelop .btn-success.disabled:active,
.wpdevelop .btn-success[disabled]:active,
.wpdevelop fieldset[disabled] .btn-success:active,
.wpdevelop .btn-success.disabled.active,
.wpdevelop .btn-success[disabled].active,
.wpdevelop fieldset[disabled] .btn-success.active {
background-color: #419641;
background-image: none;
}
.wpdevelop .btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #28a4c9;
}
.wpdevelop .btn-info:hover,
.wpdevelop .btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.wpdevelop .btn-info:active,
.wpdevelop .btn-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
}
.wpdevelop .btn-info.disabled,
.wpdevelop .btn-info[disabled],
.wpdevelop fieldset[disabled] .btn-info,
.wpdevelop .btn-info.disabled:hover,
.wpdevelop .btn-info[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-info:hover,
.wpdevelop .btn-info.disabled:focus,
.wpdevelop .btn-info[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-info:focus,
.wpdevelop .btn-info.disabled.focus,
.wpdevelop .btn-info[disabled].focus,
.wpdevelop fieldset[disabled] .btn-info.focus,
.wpdevelop .btn-info.disabled:active,
.wpdevelop .btn-info[disabled]:active,
.wpdevelop fieldset[disabled] .btn-info:active,
.wpdevelop .btn-info.disabled.active,
.wpdevelop .btn-info[disabled].active,
.wpdevelop fieldset[disabled] .btn-info.active {
background-color: #2aabd2;
background-image: none;
}
.wpdevelop .btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #e38d13;
}
.wpdevelop .btn-warning:hover,
.wpdevelop .btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.wpdevelop .btn-warning:active,
.wpdevelop .btn-warning.active {
background-color: #eb9316;
border-color: #e38d13;
}
.wpdevelop .btn-warning.disabled,
.wpdevelop .btn-warning[disabled],
.wpdevelop fieldset[disabled] .btn-warning,
.wpdevelop .btn-warning.disabled:hover,
.wpdevelop .btn-warning[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-warning:hover,
.wpdevelop .btn-warning.disabled:focus,
.wpdevelop .btn-warning[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-warning:focus,
.wpdevelop .btn-warning.disabled.focus,
.wpdevelop .btn-warning[disabled].focus,
.wpdevelop fieldset[disabled] .btn-warning.focus,
.wpdevelop .btn-warning.disabled:active,
.wpdevelop .btn-warning[disabled]:active,
.wpdevelop fieldset[disabled] .btn-warning:active,
.wpdevelop .btn-warning.disabled.active,
.wpdevelop .btn-warning[disabled].active,
.wpdevelop fieldset[disabled] .btn-warning.active {
background-color: #eb9316;
background-image: none;
}
.wpdevelop .btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #b92c28;
}
.wpdevelop .btn-danger:hover,
.wpdevelop .btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.wpdevelop .btn-danger:active,
.wpdevelop .btn-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
}
.wpdevelop .btn-danger.disabled,
.wpdevelop .btn-danger[disabled],
.wpdevelop fieldset[disabled] .btn-danger,
.wpdevelop .btn-danger.disabled:hover,
.wpdevelop .btn-danger[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-danger:hover,
.wpdevelop .btn-danger.disabled:focus,
.wpdevelop .btn-danger[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-danger:focus,
.wpdevelop .btn-danger.disabled.focus,
.wpdevelop .btn-danger[disabled].focus,
.wpdevelop fieldset[disabled] .btn-danger.focus,
.wpdevelop .btn-danger.disabled:active,
.wpdevelop .btn-danger[disabled]:active,
.wpdevelop fieldset[disabled] .btn-danger:active,
.wpdevelop .btn-danger.disabled.active,
.wpdevelop .btn-danger[disabled].active,
.wpdevelop fieldset[disabled] .btn-danger.active {
background-color: #c12e2a;
background-image: none;
}
.wpdevelop .thumbnail,
.wpdevelop .img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.wpdevelop .dropdown-menu > li > a:hover,
.wpdevelop .dropdown-menu > li > a:focus {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-color: #e8e8e8;
}
.wpdevelop .dropdown-menu > .active > a,
.wpdevelop .dropdown-menu > .active > a:hover,
.wpdevelop .dropdown-menu > .active > a:focus {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-color: #2e6da4;
}
.wpdevelop .navbar-default {
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.wpdevelop .navbar-default .navbar-nav > .open > a,
.wpdevelop .navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.wpdevelop .navbar-brand,
.wpdevelop .navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.wpdevelop .navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border-radius: 4px;
}
.wpdevelop .navbar-inverse .navbar-nav > .open > a,
.wpdevelop .navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.wpdevelop .navbar-inverse .navbar-brand,
.wpdevelop .navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.wpdevelop .navbar-static-top,
.wpdevelop .navbar-fixed-top,
.wpdevelop .navbar-fixed-bottom {
border-radius: 0;
}
@media (max-width: 767px) {
.wpdevelop .navbar .navbar-nav .open .dropdown-menu > .active > a,
.wpdevelop .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.wpdevelop .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
}
.wpdevelop .alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.wpdevelop .alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
border-color: #b2dba1;
}
.wpdevelop .alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
border-color: #9acfea;
}
.wpdevelop .alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
border-color: #f5e79e;
}
.wpdevelop .alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
border-color: #dca7a7;
}
.wpdevelop .progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.wpdevelop .progress-bar {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.wpdevelop .progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.wpdevelop .progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.wpdevelop .progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.wpdevelop .progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.wpdevelop .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.wpdevelop .list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.wpdevelop .list-group-item.active,
.wpdevelop .list-group-item.active:hover,
.wpdevelop .list-group-item.active:focus {
text-shadow: 0 -1px 0 #286090;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
border-color: #2b669a;
}
.wpdevelop .list-group-item.active .badge,
.wpdevelop .list-group-item.active:hover .badge,
.wpdevelop .list-group-item.active:focus .badge {
text-shadow: none;
}
.wpdevelop .panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.wpdevelop .panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.wpdevelop .panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.wpdevelop .panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.wpdevelop .panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.wpdevelop .panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.wpdevelop .panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.wpdevelop .well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}form.opsd_form {
text-align: left;
}
.opsd_form .opsd_form_div {
margin-left: auto;
margin-right: auto;
}
.opsd_form .form-group {
margin:15px 0px;
} .opsd_form_div textarea,
.opsd_form_div input[type="text"],
.opsd_form_div select {
border-color: #DFDFDF;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border-style: solid;
border-width: 1px;
vertical-align: baseline;
}
.opsd_form_div textarea,
.opsd_form_div input[type="text"] {
box-sizing: padding-box;
-mox-box-sizing: padding-box;
-webkit-box-sizing: padding-box;
height:28px;
padding:4px;    
} .opsd_form_div textarea,  
.opsd_form_div select[multiple], 
.opsd_form_div select[size]{
height:auto;
} .opsd_form .form-group .controls select,
.opsd_form textarea,
.opsd_form input[type="text"]{
width:250px;
} .opsd_form input.opsd-validates-as-time {
width: 50px;
}
.opsd_form input[type="button"],
.opsd_form input[type="submit"] {
width:auto;
vertical-align: middle;
} .opsd_form .opsd-checkbox .opsd-list-item,
.opsd_form .opsd-radio .opsd-list-item{
padding: 0 15px 0 0;
vertical-align: bottom;
}
.opsd_form .opsd-checkbox .opsd-list-item input[type="radio"],
.opsd_form .opsd-checkbox .opsd-list-item input[type="checkbox"], 
.opsd_form .opsd-radio .opsd-list-item input[type="radio"],
.opsd_form .opsd-radio .opsd-list-item input[type="checkbox"] {
margin: 1px 0 0;
padding: 0;
vertical-align: middle;
}
.opsd_form label.opsd-list-item-label,
.opsd_form label.opsd-list-item-label:hover {
display: inline;
cursor: pointer;    
vertical-align: middle;
font-weight: 400;
} .opsd_form_div select option.booked,
.opsd_form_div select option:disabled{
color:#ddd; 
} .opsd_form_div select.col-md-1 {
float: none;
padding: 0 6px;
height: 29px;
} .opsd-payment-form .btn,
.opsd-payment-form .button,
.opsd_form_div .btn,
.opsd_form_div .button,
.opsd_form_div .submit,
.opsd_form_div .button-secondary {
-moz-background-clip: border;
-moz-background-inline-policy: continuous;
-moz-background-origin: padding;    
background: #f7f7f7 none repeat scroll 0 0;
border-color: #ccc;
box-shadow: 0 1px 0 #eee;
color: #555;
vertical-align: top;    
}
.opsd_form_div .submit,
.opsd_form_div .button,
.opsd_form_div .button-primary,
.opsd_form_div .button-secondary,
.opsd_form_div .button-highlighted,
.opsd_form_div #postcustomstuff .submit input {
-moz-border-radius: 11px;
-webkit-border-radius: 11px;
-moz-box-sizing: content-box;
border-style: solid;
border-width: 1px;
cursor: pointer;
font-size: 11px !important;
line-height: 16px;
padding: 2px 8px;
text-decoration: none;
font-weight: 600;
margin: 10px 0px;
float: right;
} .opsd_form_div input.btn-primary:hover {
background: #0044CC !important;
} .opsd_form_div input[type="button"]:hover,
.opsd-payment-form input[type="button"]:hover {
cursor: pointer !important;
} .opsd_form_div img.captcha_img {
vertical-align: middle;
box-shadow: none;
}
.opsd_form_div .captachinput {
width: 120px;
} .widget_opsd_item {
width:100%;
float:left;
margin:5px 0px;
}
.widget_opsd_item .opsd_form input[type="radio"], 
.widget_opsd_item .opsd_form input[type="checkbox"] {
width:auto;
} .widget_opsd_item .opsd_form .opsd-help-message.opsd-element-message {
font-size: 0.85em;    
margin: 10px 4px 4px !important;
} .widget_opsd_item .opsd_form .opsd-form-control-wrap .opsd-help-message {
font-size: 0.85em;  
margin: 2px 8px 2px 0 !important;
} .submiting_content {
border: 1px solid #5C5;
font-size: 15px;
font-weight: 600;
height: 45px;
margin: 15px auto;
padding: 15px 10px;
text-align: center;
width: 80%;
line-height: 1.5em;
padding: 10px 10% 14px !important;
} .opsd-help-message.alert.alert-warning, 
.opsd-help-message .alert.alert-warning {
background-image: none;
background-color: #fcf8e3;
font-size: 0.85em;
box-shadow: none;
}
.opsd_form .opsd-checkbox .opsd-help-message.alert.alert-warning {
line-height: inherit !important;
}
.opsd-help-message.opsd-element-message {
padding :5px 5px 4px;
margin: 10px 2px;
vertical-align: middle;
display:inline-block;
} .submiting_content.opsd-help-message.alert.alert-warning.alert-success {
border-color: #b2dba1;
background-color: #dff0d8;
color:#083;
height: auto;
font-size: 1em;   
background-image: none;
font-weight: 100;
}
.form_opsd_messages {
display: none;
float: left;
font-size: 14px;
font-weight: 600;
border: 1px solid #9DA;
padding: 3px 10px;
margin: 2px 5px;
background: #FEF9ED;
color: #555;
margin: 15px auto;
padding: 5px 10px;
text-align: center;
width: 100%;
clear: both;
} .opsd_times_word {
font-weight: 600;    
} .opsd_form_garbage {
display:none;
} .wpdevelop .opsd_form .help-block {
margin-bottom: 0;
margin-top: 0;
} #wp-admin-bar-opsd_options a span#opsd-count {
background: none repeat scroll 0 0 #EEE;
border-radius: 10px 10px 10px 10px;
color: #333;
display: inline;
font-size: 10px;
font-weight: 600;
padding: 2px 5px;
text-shadow: none;
}
#wp-admin-bar-opsd_options a:hover span#opsd-count {
background: none repeat scroll 0 0 #FFF;
color: #000;
} .wpdevelop.popover {
background: none repeat scroll 0 0 transparent;
border: medium none;
box-shadow: none;
width: auto !important;    
z-index: 2147483647 !important;
}
.wpdevelop.popover.top .arrow {
border-top: 5px solid rgba(140, 140, 140, 0.8) !important;
}
.wpdevelop.popover.bottom .arrow {
border-bottom: 5px solid rgba(140, 140, 140, 0.8) !important;
}
.wpdevelop.popover.left .arrow {
border-left: 5px solid rgba(140, 140, 140, 0.8) !important;
}
.wpdevelop.popover.right .arrow {
border-right: 5px solid rgba(140, 140, 140, 0.8) !important;
}
.wpdevelop .popover-inner {
background: none repeat scroll 0 0 rgba(140, 140, 140, 0.8);
border-radius: 6px 6px 6px 6px;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
overflow: hidden;
padding: 3px;
width: 150px;
color: #111;
}
.wpdevelop .popover-inner .popover-title {
background-color: #FFF;
border-bottom: 0px solid #EEE;
border-radius: 3px 3px 0 0;
line-height: 1;
padding: 0px; font-size: 13px;
}
.wpdevelop .popover-inner .popover-content {
background-clip: padding-box;
background-color: #FFF;
border-radius: 0 0 3px 3px;
padding: 14px;
}
.wpdevelop .popover-content, 
.wpdevelop .popover-content p,
.wpdevelop .popover-content ul,
.wpdevelop .popover-content ol {
color: #111;
} .opsd_spin {
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.opsd_rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.opsd_rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.opsd_rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.opsd_flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.opsd_flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
} @media (max-width: 782px) {  
.wpdevelop input[type="text"], 
.wpdevelop select{
font-size: 1.1em;
height: 28px;
padding: 4px 8px;
}
}.wpdevelop .popover { border: 2px solid #555;
font-size: 12px;
}
.wpdevelop .popover .popover-title {
padding:2px 14px 0;
line-height: 30px;
}
.wpdevelop .popover .popover-title .popover-title-id {
display: inline-block;
margin: 0 5px 0 0; line-height: 35px;
}
.wpdevelop .popover .popover-title .control-group {
display: inline-block;
vertical-align: middle;
margin:2px 0;
}
.wpdevelop .popover .popover-title .control-group a.button{
margin: 0 0 0 5px;
line-height: 28px;
margin: 0 5px 5px 0;
}
.wpdevelop .popover .popover-title .control-group .opsd-buttons-separator {
margin-right: 10px;
}
.wpdevelop .popover .popover-content {
border-top: 1px solid #aaa;    
}
.wpdevelop .popover-inner {
width: 350px;
}
.wpdevelop.popover.left .arrow {
left:auto;
}
.wpdevelop.tooltip {
z-index:9999;
}
.wpdevelop .popover a,  
.wpdevelop .popover a:hover,
.wpdevelop .popover a:focus {
box-shadow: none;
outline: none;
}
.wpdevelop .popover .popover-close, 
.wpdevelop .popover .popover-close:hover {
font-size: 20px;
position: absolute;
right: 10px;
top: 8px;   
padding: 5px 6px;
right: 0;
top: 0;    
}
.wpdevelop .popover .popover-close a, 
.wpdevelop .popover .popover-close a:hover,
.wpdevelop .popover .popover-close a:active,
.wpdevelop .popover .popover-close a:focus {
text-decoration: none;
color:#444;
border-style: none;
outline: 0;
}
.wpdevelop .popover_calendar_hover, 
.wpdevelop .popover_calendar_hover .popover-content{
border: none;
}
.wpdevelop .popover-content .opsd_tl_popover_opsd_separator {
margin: 10px 0;
} .wpdevelop .popover-title, 
.wpdevelop .popover-content .opsd-popover-content-data {
color:#000;
}
.wpdevelop .popover-content .opsd-popover-content-data {
font-size: 13px;
color:#000;
}
.wpdevelop .popover-content .opsd-popover-content-data .opsd-popover-labels-bar,
.wpdevelop .popover-content .opsd-popover-content-data .opsd-popover-cost-bar {
float: left; 
margin: 0px; 
padding: 0px; 
width: auto;
}
.wpdevelop .popover-content .opsd-popover-content-data .opsd-popover-cost-bar {
float: right;
} .wpdevelop .popover-content .opsd-popover-content-data .field-id, 
.wpdevelop .popover-content .opsd-popover-content-data .field-labels {
float:left;
margin: 0 10px 2px 0;    
font-size: 1em;    
} .wpdevelop .popover-content .opsd-popover-content-data .field-id span.label {
line-height:1.5em;
padding: 2px 5px;
font-weight: 600;
border:none; 
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;  
color: #fff;    
background: #888;
} .wpdevelop .popover-content .opsd-popover-content-data .field-labels span.label{    
line-height: 1.5em;
padding: 2px 5px; 
font-weight: 600;
border: 1px solid #eeeeee;
box-shadow: 0 0 1px #cccccc;
} .wpdevelop .popover-content .opsd-popover-content-data .field-labels span.label .label-payment-status-prefix {
font-size: 0.8em;
font-weight: 400;
} .wpdevelop .popover-content .opsd-popover-content-data .opsd-popover-cost {
font-size: 1em;
font-weight: 600;
line-height: 1.5em;
padding: 0;
text-align: center;
white-space: nowrap;
} .wpdevelop .popover-content .opsd-popover-content-data .opsd-popover-opsd-data, 
.wpdevelop .popover-content .opsd-popover-content-data .opsd-popover-opsd-data > div {
line-height: 1.7em;
text-align: left;
word-wrap: break-word;      
margin:5px 0 10px;
} .wpdevelop .popover-content .opsd-popover-content-data .opsd-popover-opsd-notes {
font-size: 0.9em;
font-style: italic;
margin: 0 0 10px;
} .wpdevelop .popover-content .opsd-popover-content-data .field-dates .field-opsd-date,
.wpdevelop .popover-content .opsd-popover-content-data .field-dates .field-opsd-date:hover {
background: none repeat scroll 0 0 #FFBB45;
border: 1px solid #EEE;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 1px #CCC;
color: #FFF;
font-weight: 600;    
padding: 4px 10px 3px;
text-decoration: none;
text-shadow: 0 -1px 0 #CCC;
white-space: nowrap;
font-size: 0.85em;    
line-height: 2.5em;    
}
.wpdevelop .popover-content .opsd-popover-content-data .field-dates .field-opsd-date.approved,
.wpdevelop .popover-content .opsd-popover-content-data .field-dates .field-opsd-date.approved:hover {
background: none repeat scroll 0 0 #9BE;
}
.wpdevelop .popover-content .opsd-popover-content-data .field-dates .field-opsd-time {
color: #555;
text-decoration: none;
text-shadow: 0 0 1px #AAA;
}
.wpdevelop .popover-content .opsd-popover-content-data .field-dates .date_tire {
font-size: 17px;
font-weight: 600;
}
.wpdevelop .popover-content .opsd-popover-content-data .field-dates .opsd_dates_small,
.wpdevelop .popover-content .opsd-popover-content-data .field-dates .opsd_dates_full {
line-height: 24px;
}
.wpdevelop .popover-content .opsd-popover-content-data .field-dates .date_from_dif_type {
color: #FFF;
text-shadow: 0 -1px 0 #BBB;
} @media (max-width: 782px) { .wpdevelop .popover .popover-title .control-group {
display: block;
margin: 0 0 0 -5px;
vertical-align: middle;
}    
.wpdevelop .popover .popover-title .control-group a.button{
height: 34px;
line-height: 1.5em;          
} 
}.datepick-inline { 
width:100% !important; z-index: 10000;
} .datepick-inline .datepick-title-row th,
.datepick-inline .datepick-days-cell{
height: 40px; 
} #datepick-div.datepick-inline .datepick-title-row th,
#datepick-div.datepick-inline .datepick-days-cell{
height: 25px; 
}    div.check-out-div, 
div.check-in-div, 
div.date-content-top, 
div.date-content-bottom{
width: 0;
height: 0;
padding: 0;
margin: 0;        
} .datepick-inline .datepick, .datepick-inline .datepick-header, .datepick-inline .datepick-header span, .datepick-inline .calendar-links, .datepick-inline .calendar-links a, .datepick-inline .datepick-days-cell, .datepick-inline .datepick-days-cell a, .datepick-inline .datepick-days-cell div, .datepick-inline .datepick-title-row, .datepick-inline .datepick-title-row th { padding: 0px;
margin:  0px;
font-size:12px;
border: 0 none;
vertical-align: baseline;    
}
#content .datepick-days-cell, #content .datepick-title-row th{
padding: 0px;
margin:  0px;    
} .datepick-inline .datepick,
.datepick-inline .datepick-header{
width:100%;
} .datepick-one-month {
width:100%;
float:left;
}
.cal_month_num_2 .datepick-one-month {
width:50%;
float:left;
}
.cal_month_num_3 .datepick-one-month {
width:33.333333333333333%;
float:left;
}
.cal_month_num_4 .datepick-one-month {
width:25%;
float:left;
}
.cal_month_num_5 .datepick-one-month {
width:20%;
float:left;
}
.cal_month_num_6 .datepick-one-month {
width:16.6666666666666%;
float:left;
}
.cal_month_num_7 .datepick-one-month {
width:14.28571429%;
float:left;
}
.cal_month_num_8 .datepick-one-month {
width:12.5%;
float:left;
}
.cal_month_num_9 .datepick-one-month {
width:11.11111111%;
float:left;
}
.cal_month_num_10 .datepick-one-month {
width:10%;
float:left;
}
.cal_month_num_11 .datepick-one-month {
width:9.0909090909090909%;
float:left;
}
.cal_month_num_12 .datepick-one-month {
width:8.333333333333333%;
float:left;
} .months_num_in_row_1 .datepick-one-month {
width:100%;
float:left;
}
.months_num_in_row_2 .datepick-one-month {
width:50%;
float:left;
}
.months_num_in_row_3 .datepick-one-month {
width:33.333333333333333%;
float:left;
}
.months_num_in_row_4 .datepick-one-month {
width:25%;
float:left;
}
.months_num_in_row_5 .datepick-one-month {
width:20%;
float:left;
}
.months_num_in_row_6 .datepick-one-month {
width:16.6666666666666%;
float:left;
} .datepick-inline .calendar-links{
float: left;
width: 100%;
height: auto;
margin-bottom: -2.4em;
padding: 0.4em 0;
position: relative;
text-decoration: none;
}
.datepick-inline .calendar-links .datepick-prev{
float: left;
width: 49%;
text-align: left;
padding-left:1%;
z-index:99;
position: relative;
line-height: 1.5em;
}
.datepick-inline .calendar-links .datepick-next{
float: right;
text-align: right;
width: 49%;
padding-right:1%;
z-index:99;
position: relative;
line-height: 1.5em;
}
.datepick-inline .calendar-links .datepick-prev a,
.datepick-inline .calendar-links .datepick-next a{
font-size: 2em;
} div.datepick-inline .datepick-title-row th{
height: auto !important;
line-height: 2.18182;
} .datepick-inline .calendar-links .datepick-prev a,
.datepick-inline .calendar-links .datepick-next a,
.datepick-inline .calendar-links .datepick-prev a:hover,
.datepick-inline .calendar-links .datepick-next a:hover,
.datepick-inline .datepick-days-cell, 
.datepick-inline .datepick-days-cell.timespartly.date_approved, 
.datepick-inline .datepick-days-cell.timespartly.date2approve, 
.datepick-inline .datepick-days-cell a, 
.datepick-inline .datepick-days-cell a:hover, .block_hints .block_free a, 
.block_hints .block_free a:hover, 
.block_hints .block_time a, 
.block_hints .block_time a:hover {
text-decoration: none;
cursor: pointer;
box-shadow: none; }
.datepick-inline .datepick-days-cell.datepick-unselectable, .datepick-inline .datepick-days-cell.datepick-unselectable a, 
.datepick-inline .datepick-days-cell.datepick-unselectable a:hover, 
.datepick-inline .datepick-days-cell.date_approved,
.datepick-inline .datepick-days-cell.date2approve{
cursor: default;
} .datepick-inline .datepick-header{
text-align: center;
position: relative;
line-height: 1.71429em;
padding: 0.3em 0;
} .datepick-inline .datepick-title-row th,
.datepick-inline .datepick-days-cell{
text-align: center;
vertical-align: middle;
width: 14.28571429%;  
overflow: hidden;
}
.datepick-inline .datepick-days-cell a,
.datepick-inline .datepick-days-cell span{ position:relative;
z-index: 99;
}   .block_hints .block_check_in_out.check_in_time, .datepick-inline .timespartly.check_in_time, .datepick-inline .timespartly.check_out_time {
background-image: none;
} .block_hints .block_check_in_out.check_in_time div.check-in-div, .block_hints .block_check_in_out.check_out_time div.check-out-div, td.timespartly.check_in_time div.check-in-div, td.timespartly.check_out_time div.check-out-div {                                 
border: 0px none;
float: left;
height: 200%;
margin-bottom: -400%;
position: relative;
top: -50%;
vertical-align: bottom;
width: 20%;
z-index: 0;
}
.block_hints .block_check_in_out.check_out_time div.check-out-div, td.timespartly.check_out_time div.check-out-div { float: right;
}
td.timespartly.check_in_time.check_out_time div.check-in-div, td.timespartly.check_in_time.check_out_time div.check-out-div {
display: none;
} .datepick-inline .datepick .datepick-unselectable.check_in_time div.check-in-div,
.datepick-inline .datepick .datepick-unselectable.check_out_time div.check-out-div,
.datepick-inline .datepick .datepick-days-cell-over.check_in_time div.check-in-div,
.datepick-inline .datepick .datepick-days-cell-over.check_out_time div.check-out-div,
.datepick-inline .datepick .datepick-current-day.check_in_time div.check-in-div,
.datepick-inline .datepick .datepick-current-day.check_out_time div.check-out-div{
display: none;
visibility: hidden;
} td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div, 
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div, 
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div, 
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {    
display: block;
visibility: visible;
width: 50%;
float: left;    
}
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div, 
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {    
float: right;
}
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve span, 
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve span,    
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div, 
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div {   
cursor: default;
}    .datepick-inline .datepick .datepick-unselectable.check_in_time.date_approved,  
.datepick-inline .datepick .datepick-unselectable.check_out_time.date_approved, 
.datepick-inline .datepick .datepick-unselectable.check_in_time.date2approve,
.datepick-inline .datepick .datepick-unselectable.check_out_time.date2approve {
background-color: transparent;
font-weight: 400;
}     .widget_opsd_item .hasDatepick .datepick-inline .datepick-title-row th,
.widget_opsd_item .hasDatepick .datepick-inline .datepick-days-cell{
height: 30px;
} .widget_opsd_item .bk_calendar_frame{
margin: 0 2%;
width: 96% !important;
} .widget_opsd_item .opsd_hint_with_text{
float: left;
margin: 0;
width: 50% !important;
} .widget_opsd_item input,
.widget_opsd_item select,
.widget_opsd_item textarea,
.widget_opsd_item .wpdevelop input,
.widget_opsd_item .wpdevelop select,
.widget_opsd_item .wpdevelop textarea,
div#datepick-div input,
div#datepick-div select,
div#datepick-div textarea {
width: 96%;
margin: auto;
}  .widget_opsd_item input[type=button],
.widget_opsd_item input[type=checkbox]{
width:auto;
}    .block_hints {
width: 100%;
clear: both;
margin: 10px 0px 30px 0px !important;
border: none;
height: 30px;
} .opsd_hint_with_text {
float:left;
width:auto;
} .block_text {
float: none;
height: 30px;
line-height: 32px;
margin: 0 0 10px;
padding: 0 10px 0 35px;
font-size: 0.9em;
white-space: nowrap;
word-wrap: normal;
} .block_check_in_out,
.block_pending,
.block_time,
.block_booked,
.block_free {
float: left;
width: 30px;
height: 30px;
line-height: 28px;
border: 1px solid #FEA;
text-align: center;
vertical-align: middle;
overflow: hidden;
} .block_pending a,
.block_time a,
.block_booked a,
.block_free a,
.block_pending,
.block_time,
.block_booked,
.block_free ,
.opsd_hint_with_text .block_check_in_out {
font-size: 13px;
font-weight: 400;
} .opsd_clear_hint{ 
height:1px; 
width:100%;
clear:both; 
} .datepick-inline .datepick-days-cell div.date-content-bottom,
.datepick-inline .datepick-days-cell div.date-content-top {
font-size:0.7em;
font-style: italic;
line-height: 0.72em;
text-align: center;
padding:0;
width:100%;
text-shadow:none;
}   @media (max-width: 480px) {
}
@media (max-width: 768px) { .bk_calendar_frame { width:100% !important;   
}
.datepick-inline .datepick-one-month { width:100%;
float:left;
}
.opsd_form_div input[type="text"],
.opsd_form_div select,
.opsd_form_div textarea {
width: 96% !important;
margin: auto !important;
}
.opsd_form_div input[type=button]{
width:auto !important;
}
.opsd_form_div input[type=button]{
font-size: 1.1em;
font-weight: 600;
padding: 5px 20px !important;
}
} @media (min-width: 768px) and (max-width: 980px) {
}
@media (max-width: 980px) {
}
@media (min-width: 980px){
}
@media (min-width: 1200px){
}
@media screen and (max-width:380px) {
} @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {    
} @media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 
} @media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
} @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1)  { 
} @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
}.wp-caption {
width: auto !important;
clear: both;
max-width: 100%;
margin-top: 15px;
margin-bottom: 15px;
}
.wp-caption a {
box-shadow: none;
}
.alignright {
margin: 0px 0px 25px 25px;
box-sizing: border-box;
float: right !important;
}
.alignleft {
float: left;
margin: 0px 25px 25px 0px;
box-sizing: border-box;
}
.aligncenter {
text-align: center;
margin: 0 25px;
box-sizing: border-box;
}
.wp-caption img {
margin-top: 15px;
}
.wp-caption p.wp-caption-text {
padding: 0;
font-size: 14px;
margin-top: 0px;
font-style: italic;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.bypostauthor {
background-color: #f3f1f1;
}
.gallery-caption {
opacity: 0.7;
margin-top: 10px;
}
.gallery-item {
margin: 0 0 15px 0;
padding-right: 10px;
padding-left: 10px;
}
.gallery-item a {
box-shadow: none;
}
.gallery-item img {
border: 0 !important;
}body{
font-family: 'Raleway', sans-serif;
font-size:16px;
line-height:30px;
color: #000000;
}
b,
strong{
font-family: 'Raleway', sans-serif;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Raleway', sans-serif;
}
.anton{
font-family: 'Anton', sans-serif;
padding-top: 20px;
font-weight:400;
line-height:normal;
}
.anton.no_padding{
padding-top: 0px;
}
.anton strong{
font-family: 'Anton', sans-serif;
}
span.typed-cursor {
display: none !important;
}
h1{
font-family: 'Anton', sans-serif;
color: #000000;
font-size: 40px;
line-height: 45px;
font-weight: normal;
letter-spacing: 2px;
margin: 0 0 42px 0;
text-align: center;
}
body .l-primary-header {
padding-top: 0 !important;
}
.ntm_slick_carousel figure {
margin-left: 20px !important;
margin-right: 20px !important;
}
.destacado,
h2{
text-transform: uppercase;
}
.destacado.lower,
h2.lower{
text-transform:unset;
font-weight:400;
}
h1#service_title{
display:block !important;
text-transform: unset;
font-weight:400;
}
body.page-id-1348 .title_wrapper,
body.page-id-30 .title_wrapper {
display: none;
}
ul#breadcrumbs {
max-width: 100%;
width: 1140px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.inlineblock{
display: inline-block;
padding: 8px 16px;
}
.bold{
font-weight:bold;
}
.nowrap,
.nowrap > strong {
white-space:nowrap;
}
.o-breadcrumb {
}
h5.o-breadcrumb__page {
display:none !important;
}
.typed_home_en{
width:730px;
max-width:100%;
}
.typed_home_es {
width: 700px;
max-width:100%;
}
h2.titulo_aeropuerto strong:before {
content: '';
display: inline-block;
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x-2.png);
width: 152px;
height: 32px;
background-size: contain;
position: relative;
top: 6px;
transform: rotate(180deg);
margin-right: 24px;
}
h2.titulo_aeropuerto strong:after {
content: '';
display: inline-block;
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x-2.png);
width: 152px;
height: 32px;
background-size: contain;
position: relative;
top: 6px;
margin-left: 24px;
}
figure.swiper-slide{
margin: 0px !important;
}
body .container .pgroup p{
line-height:190%;
}
body p.address {
width: 1140px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.post-grid.grid{
margin-top: 64px;
}
.uppercase{
text-transform: uppercase;
}
.size_m{
max-width:900px;
margin-left: auto;
margin-right: auto;
}
body.home.page-template-default .container {
width: 1920px;
width: 100%;
}
.portfolio_slider.servicios .query-unformatted a{
display:block;
text-align:center;
}
.portfolio_slider.servicios .query-unformatted img {
width: 100%;
height: auto;
height: 200px !important;
width:auto !important;
display:inline-block !important;
height: 144px !important;
}
.container {
width: 1920px;
max-width: 90%;
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: unset;
padding: 0;
}
body .container .p-blog-single__content ul {
text-align: left;
}
.l-primary-header.l-primary-header--default .l-primary-header__icons {
padding-left: 0;
}
body.portfolio-template-default .l-main-wrapper .container{
width: 1250px;
text-transform:uppercase;
width: 100%;
}
#phone a {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/02/contact_btn.png);
background-repeat: no-repeat;
position: absolute;
right: 0;
top: 0;
width: 178px;
height: 90px;
background-color: transparent;
color: #000000;
font-size: 16px;
line-height: 31px;
font-family: Anton;
text-transform: uppercase;
text-align: center;
padding-right: 39px;
padding-left: 0px;
background-size: contain;
padding-top: 0px;
line-height: 50px;
}
.fa-linkedin:before {
content: "\f0e1" !important;
}
#phone a{
color: #000000;
box-shadow: none;
}
body .l-primary-header{
padding-top: 86px;
}
header{
text-align: center;
}
header .align-items-stretch{
display: block !important;
}
header .a-logo.a-logo--image a {
display: inline-block;
}
header .a-slidingbar-icon {
display: block !important;
position: absolute;
top: 28px;
right: 320px;
}
header .a-slidingbar-icon:hover{
cursor:pointer;
}
header .a-slidingbar-icon:before{
display: block;
content: 'MENU';
position: absolute;
left: -54px;
top: -3px;
width: 100px;
text-align: left;
font-size: 20px;
text-transform: uppercase;
color: #1f1f1f;
font-family: 'Abel', sans-serif;
} .o-slidingbar .o-slidingbar__content {
max-width: 970px; }
.o-slidingbar__close-icon {
display: block !important;
float: right;
}
.menu-menu-principal-ingles-container,
.menu-menu-principal-container{
margin-top: 100px;
}
.menu-menu-principal-ingles-container ul,
.menu-menu-principal-ingles-container ul li,
.menu-menu-principal-container ul,
.menu-menu-principal-container ul li {
padding: 0;
margin: 0;
list-style: none;
position:relative;
border:0 none !important;
} .menu-menu-principal-ingles-container ul li a,
.menu-menu-principal-container ul li a{
display:block;
margin:0;
padding:0;
font-size: 48px;
line-height:70px;
text-transform: uppercase;
color: #1f1f1f;
text-decoration:none !important;
border:0 none !important;
box-shadow: none !important;
font-size: 42px;
line-height: 60px;
font-size: 32px;
line-height: 48px;
}
.menu-menu-principal-ingles-container ul li a:hover,
.menu-menu-principal-container ul li a:hover{
text-decoration:none !important;
font-weight: bold;
box-shadow:unset;
}
.menu-menu-principal-ingles-container ul li ul,
.menu-menu-principal-container ul li ul{
position: absolute;
top:10px;
left: 288px;
z-index: 100;    display:none;
width: 100%;
}
.menu-menu-principal-ingles-container ul li:hover > ul,
.menu-menu-principal-container ul li:hover > ul{   display:block;
}
.menu-menu-principal-ingles-container ul li:hover > ul >li:hover > ul ,
.menu-menu-principal-container ul li:hover > ul > li:hover > ul{   display:block;
}
.menu-menu-principal-ingles-container ul li ul li a,
.menu-menu-principal-container ul li ul li a{
font-size: 30px;
line-height: 50px;
font-size: 18px;
line-height: 36px;
}
.menu-menu-principal-ingles-container ul li ul li:hover > a,
.menu-menu-principal-container ul li ul li:hover > a{
font-weight:bold;
}
#post-grid-188 .grid-items-wrap .grid-items {
margin-top: 12px;
}
#post-grid-188 .item .layer-wrapper{
width: 300px;
height: 300px;
}
body.page-template-default .l-main-wrapper .container { width: 1248px;
padding: 0;
}
.a-slidingbar-icon svg {
display: none !important;
}
.a-slidingbar-icon a::after {
display: inline-block;
content: url(https://www.jftcomunicacion.es/images/menu_icon.png);
width: 45px;
height: 18px;
cursor: pointer;
}
body.page-id-1350.page-template-default .l-main-wrapper .container,
body.page-id-39.page-template-default .l-main-wrapper .container {
width: 100%;
max-width: 100%;
} body.single-portfolio.portfolio-template-default .l-main-wrapper > .container {
width: 1250px;
}
body.home.page-template-default .l-main-wrapper .container {
width: 1920px;
width:100%;
}
#post-grid-1412 .grid-items-wrap .grid-items,
#post-grid-145 .grid-items-wrap .grid-items {
width: 768px;
}
#post-grid-241{
width:100%;
}
#post-grid-241 .layer-wrapper{
width: 300px !important;
height: 300px !important;
}
body #post-grid-241 .item .layer-media {
height: 288px;
width: 288px;
}
#post-grid-241.post-grid.grid .grid-items > .item:hover .layer-content {
background-color: #000000;
width: 271px;
height: 271px;
left: 9px;
top: 9px;
}
body.home .cycloneslider-slide {
font-family: 'Anton', sans-serif;
font-size: 170px;
line-height:250px;
font-weight: normal;
text-align: center;
color: #1f1f1f;
}
body.home .o-hero.d-flex {
display: none !important;
}
.cycloneslider {
max-width: 100% !important;
margin-top: 100px;
margin-bottom: 0px;
height: 600px;
overflow: hidden;
}
.homeblock_animated .wp-block-group__inner-container:after,
.homeblock_animated .wp-block-cover__inner-container:after{
right: -800px;
}
.homeblock_animated .wp-block-group__inner-container:before,
.homeblock_animated .wp-block-cover__inner-container:before{
left: -800px;
}
.homeblock_animated.active .wp-block-group__inner-container:after,
.homeblock_animated.active .wp-block-cover__inner-container:after{
right: 0;
}
.homeblock_animated.active .wp-block-group__inner-container:before,
.homeblock_animated.active .wp-block-cover__inner-container:before{
left: 0;
}
.homeblock_animated .wp-block-group__inner-container:after,
.homeblock_animated .wp-block-group__inner-container:before,
.homeblock_animated .wp-block-cover__inner-container:after,
.homeblock_animated .wp-block-cover__inner-container:before{
content:' ';
display:block;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2019/12/patron-bg.png);
background-repeat:repeat;
background-position:0 0;
position: absolute;
top: 0;
width: 30%;
height: 100%;
z-index: 5000;
transition: all 3s ease;
}
.homeblock_animated{
position: relative;
}
.homeblock_animated,
.wp-block-cover.repeat {
background-repeat: repeat;
background-size: auto;
display: block;
background-color: transparent;
padding-bottom: 74px;
margin-bottom: 100px;
transition: all 2s ease;
}
.homeblock_animated .wp-block-group__inner-container,
.homeblock_animated .wp-block-cover__inner-container,
.wp-block-cover.repeat .wp-block-cover__inner-container{
color:	#000;
background-color:	#fff;
width: 37%;
margin: 0 auto;
display: block;
padding-top: 40px;
text-align: left;
padding-right: 50px;
padding-left: 74px;
}
.homeblock_animated .wp-block-cover__inner-container p,
.wp-block-cover.repeat .wp-block-cover__inner-container p{
text-align: left !important;
}
.homeblock_animated .wp-block-group__inner-container h1,
.wp-block-cover.repeat .wp-block-cover__inner-container p:first-child{
font-size: 40px;
font-family: Anton;
line-height: 45px;
margin-bottom: 0;
}
.homeblock_animated .wp-block-group__inner-container .destacado,
.homeblock_animated .wp-block-group__inner-container h2,
.wp-block-cover.repeat .wp-block-cover__inner-container p:nth-child(2) {
font-size: 22px;
line-height: 26px;
color: #1f1f1f;
margin-top: 22px;
font-weight: normal;
}
.enhancedbtn {
height: 89px;
line-height: 89px;
display: inline-block;
font-size: 20px;
padding-left: 44px;
padding-right: 44px;
position: relative;
margin: 0;
width: 309px;
height: 155px;
}
.enhancedbtn a{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: inline-block;
text-indent: 44px;
z-index: 100;
}
.enhancedbtn a:hover{
text-decoration: none !important;
font-weight: bold;
box-shadow: unset;
}
#menu-menu-solo-servicios-ingles li a:hover,
#menu-menu-solo-servicios li a:hover {
box-shadow: unset;
text-decoration: line-through;
}
.wp-block-cover.repeat .wp-block-cover__inner-container .enhancedbtn{
margin-top: 12px;
}
.enhancedbtn:after{
display: block;
background-image:url(https://www.jftcomunicacion.es/images/boton-jft.png);
background-repeat: no-repeat;
background-position: left top;
width: 309px;
height: 155px;
content: ' ';
position: absolute;
left: 0;
top: 0;
}
#menu-menu-solo-servicios-ingles,
#menu-menu-solo-servicios {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
margin-bottom: 24px;
}
#menu-menu-solo-servicios-ingles li,
#menu-menu-solo-servicios li{
display: inline-block;
vertical-align: top;
margin: 0;
padding: 0;
}
#menu-menu-solo-servicios-ingles li a,
#menu-menu-solo-servicios li a{
text-transform: uppercase;
font-weight: 900;
font-size: 27px;
line-height: 31px;
display: inline-block;
margin-left: 48px;
}
#menu-menu-solo-servicios-ingles li:first-child a,
#menu-menu-solo-servicios li:first-child a{
margin-left: 0;
}
.block-waves {
background-repeat: repeat-x;
background-color:transparent !important;
background-size: unset;
background-position: 0 0;
text-align: center;
min-height: 0;
height: 320px;
margin-bottom: 150px;
}
.block-waves p {
font-size: 28px !important;
font-weight:900;
height: 150px;
line-height: 150px;
background-color: #fff;
color: #000 !important;
display: inline-block;
margin: 0;
vertical-align: top;
padding: 0 58px;
}
.post-grid.grid {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: visible;
}
.post-grid .item .layer-media{
height: auto;
overflow: hidden;
}
#post-grid-1412,
#post-grid-145{
margin-left: auto;
margin-right: auto;
width: 50%;
margin-bottom: 64px;
}
#post-grid-1412:before,
#post-grid-145:before{
display: block;
background-repeat: no-repeat;
background-position: 0 0; background-image:url(https://www.jftcomunicacion.es/wp-content/uploads/2020/04/jft_animacion_home_otra.gif);
content: ' ';
width: 400px;
height: 1007px;
position: absolute;
left: -340px;
bottom: 0;
width: 268px;
height: 731px;
}
.post-grid.grid .grid-items > .item {
border: 6px solid #fff;
padding: 9px;
margin: 0;
}
.post-grid.grid .grid-items > .item.over,
.post-grid.grid .grid-items > .item:hover{
border: 6px solid #000000;
}
.layer-wrapper {
width: 366px;
height: 366px;
}
.grid-items .item .layer-wrapper .layer-content {
background-color: #000000 !important;
width: 354px;
height: 354px;
left: 9px;
top: 9px;
display: table;
background-image: none;
} .post-grid.grid .layer-content{
display: table;
}
.post-grid.grid .layer-content a{
display: table-cell;
vertical-align: middle;
}
body.single .post-grid.grid {
width: 1060px;
width: 1140px;
max-width:100%;
padding: 0 !important;
} body.single .post-grid.grid .grid-items > .item:hover .layer-content {
width: 270px;
height: 270px;
}
body iframe{
margin-left:auto !important;
margin-right: auto !important;
display: block;
} .campaign{
text-transform: uppercase;
display:block;
text-align: center;
color: #ffffff;
font-weight: bold;
font-size: 27px;
line-height: 31px;
margin-bottom: 6px;
max-width:100%;
margin-left: auto;
margin-right: auto;
padding: 0 20px;
}
.customer{
text-transform: uppercase;
display:block;
text-align: center;
color: #ffffff;
font-weight: normal;
font-size: 18px;
line-height: 26px;
max-width:80%;
margin-left: auto;
margin-right: auto;
}
.readmore a {
display: inline-block;
font-size: 20px;
text-transform: uppercase;
line-height: 24px;
background-repeat: no-repeat;
background-position: 0 0;
background-image: url(https://www.jftcomunicacion.es/images/read-more.png);
width: 567px;
height: 74px;
line-height: 74px;
font-weight:bold;
}
footer { margin-top: 0px;
}
body .fullwidth.l-main-wrapper__holder {
padding-bottom: 0px;
}
#footer_info {
text-align: center;
font-family: 'Anton', sans-serif;
color: #ffffff;
font-size: 40px;
line-height: 46px;
text-transform: uppercase;
padding: 20px 0;
height: 311px;
}
#footer_info p{
margin: 0;
padding: 0;
}
body .l-primary-footer.l-primary-footer--dark-skin{
position:relative;
}
ul#menu-sitemap {
column-count: 2;
margin: 0;
display: inline-block;
margin-top: 10px;
padding: 0px;
}
ul#menu-sitemap li {
list-style: none;
text-align: left;
text-transform: none;
font-size: 14px;
line-height: 24px;
font-weight: normal;
font-family: Raleway;
margin: 0px;
}
ul#menu-sitemap li a{
color: #ffffff;
}
#rrss-wrapper{
position: absolute;
right: 44px;
top:-134px;
background-repeat: no-repeat;
background-position: 0 0;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/06/rrss2.png);
width: 549px;
height: 547px;
margin: 0;
padding: 0;
text-align: right;
padding-right: 126px;
font-size: 28px;
line-height: 30px;
padding-top: 236px;
}
#rrss-wrapper p a{
font-size: 20px;
}
#rrss-wrapper .menu {
list-style: none;
display: inline-block;
margin: 0;
padding: 0;
position: static;
z-index:100;
}
#nav_menu-3 li,
body .ntmblock .toolbar ul,
#rrss-wrapper .menu li {
margin: 0;
padding: 0;
line-height: normal;
display: inline-block;
vertical-align: top;
position: relative;
border: 1px solid #000000;
padding: 4px;
width: 40px;
height: 40px;
border-radius: 12px;
text-align: center;
margin-top: 8px;
list-style:none;
}
#nav_menu-3 li a,
body .ntmblock .toolbar ul li a,
#rrss-wrapper .menu li a {
font-size: 20px;
font-weight: normal;
display: block;
text-align: right;
position:absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
body .ntmblock .toolbar ul li a:hover,
#rrss-wrapper .menu li a:hover{
text-decoration:line-through;
box-shadow: unset;
}
.underline{
text-decoration:underline;
}
body .ntmblock .toolbar ul{
margin-left: 4px;
margin-right: 4px;
}
.fa a{
font-size: 0px !important;
}
.fa:before {
font-family: 'FontAwesome';
color: #000000;
font-size: 30px !important;
}
.fa.show{
display:block;
}
.fa.show a{
font-size: 16px !important;
font-family: 'Raleway', sans-serif; vertical-align: middle;
padding-left: 10px;
}
.title_section{
border-left: 10px solid black;
padding-left: 10px;
padding-top: 0px;
}
body.page-id-16263 .title_section{
border-color: #7ee9ee;
}
.title_section ~ div{
padding-left: 20px;
}
#menu-menu-del-pie-ingles,
#menu-menu-del-pie {
display: block;
list-style: none;
text-align: center;
background-color: #fff;
padding-top: 48px;
padding-bottom: 80px;
padding-top: 130px;
}
#menu-menu-del-pie-ingles li,
#menu-menu-del-pie li{
display: inline-block;
margin: 0;
padding: 0;
}
#menu-menu-del-pie-ingles li a,
#menu-menu-del-pie li a{
font-size: 16px;
display: inline-block;
padding: 0 1em;
vertical-align: top;
}
#menu-menu-del-pie-ingles li a:after,
#menu-menu-del-pie li a:after{
display: block;
content: attr(title);
font-weight: bold;
height: 1px;
color: transparent;
overflow: hidden;
visibility: hidden;
}
#menu-menu-del-pie-ingles li a:hover,
#menu-menu-del-pie li a:hover{
font-weight:bold;
box-shadow: unset;
text-decoration:none;
} body.single div.p-blog-single {
padding: 0;
margin-top: 240px;
}
body.single.single-servicios-auxiliares div.p-blog-single,
body.single.single-servicios div.p-blog-single{
margin-top: 0;
}
body.single .o-blog-post__thumbnail {
padding: 0;
margin-bottom: 160px;
}
.p-blog-single__content > * {
width: 1140px;
max-width:100%;
margin: 0 auto;
}
.p-blog-single__content > .full,
.p-blog-single__content > .wp-block-cover{
width:100%;
max-width: 100%;
}  #post-grid-188 .layer-media a {
display: block;
width: 288px;
height: 288px;
}
body .btn{
}
body .btn a{
display:inline-block; text-transform: uppercase;
margin-bottom: 50px; font-size: 20px;
line-height: 54px;
height: 54px;
padding: 0 20px;
}
body .btn.btn_black a{
background-color:#000000;
color:#ffffff;
}
.wp-block-cover.triangle {
background-size: unset;
background-repeat: repeat;
margin-bottom: 100px;
}  body .grid-items-wrap{
text-align: center;
}
body .grid-items-wrap .grid-items{
display: flex;
flex-wrap: wrap;
width: 1212px;
margin-left: auto;
margin-right: auto;
justify-content:center;
}
body #post-grid-241 .grid-items-wrap .grid-items{
width: 960px;
} body #post-grid-188 {
width: 100%;
background-repeat: repeat;
background-position: 0 0;
background-image: url(https://www.jftcomunicacion.es/images/dots-bg.png);
padding-bottom: 0px !important;
margin-bottom: 80px;
}
body #post-grid-188 .grid-items-wrap{
width: 1060px;
width: 1140px;
max-width:100%;
margin: 0 auto;
padding-bottom: 40px;
}
::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; } :-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } ::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } :-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } ::placeholder { opacity: 1; transition: opacity .5s; } *:focus::-webkit-input-placeholder { opacity: 0 !important; } *:focus:-moz-placeholder { opacity: 0 !important; } *:focus::-moz-placeholder { opacity: 0 !important; } *:focus:-ms-input-placeholder { opacity: 0 !important; } *:focus::placeholder { opacity: 0 !important; }  .thankyou {
text-align: center;
font-weight: bold;
font-size: 20px;
line-height: 24px; width: 800px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 80px;
}
.thankyou > div{ }  .wpcf7 {
width: 1140px;
margin: 0 auto;
margin-top: 32px;
position: relative;
}
.wpcf7::before {
display: inline-block;
content: 'INFO';
height: 50px;
line-height: 55px;
background-color: #000;
text-transform: uppercase;
color: #fff;
text-align: center;
padding: 0 48px;
}
.forms_update .wpcf7:before {
display:none;
}
.forms_update .two-columns {
column-count: 2;
}
.forms_update strong{
display:block;
margin-top: 32px;
}
.forms_update .wpcf7-checkbox.categories label,
.forms_update .wpcf7-radio.categories label,
.forms_update .icon {
background-repeat: no-repeat;
background-size: auto 32px;
background-position: 16px center;
text-indent: 40px;
}
.forms_update .wpcf7-checkbox.categories label,
.forms_update .wpcf7-radio.categories label{
text-indent: 56px;
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(1) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/creatividad.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(2) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/digital.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(3) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/exterior.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(4) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/aeropuertos.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(5) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/medios.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(6) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/stand.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(7) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/eventos.webp);
}
.forms_update .wpcf7-checkbox.categories > span:nth-child(8) label{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/produccion.webp);
}
.forms_update .icon.icon_name:-webkit-autofill,
.forms_update .icon.icon_name {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/nombre.webp);
}
.forms_update .icon.icon_company:-webkit-autofill,
.forms_update .icon.icon_company {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/empresa.webp);
}
.forms_update .icon.icon_mail:-webkit-autofill,
.forms_update .icon.icon_mail {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/correo.webp);
text-indent:52px;
}
.forms_update .icon.icon_phone:-webkit-autofill,
.forms_update .icon.icon_phone {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/tf.webp);
}
.forms_update .wpcf7-checkbox > span,
.forms_update .wpcf7-radio > span {
margin: 0px;
}
.forms_update .wpcf7-checkbox label,
.forms_update .wpcf7-radio label {
display: inline-block;
border: 1px solid;
text-align: left;
padding: 14px 20px;
margin: 0 16px 0px 0px;
}
.forms_update .wpcf7-checkbox .wpcf7-list-item-label,
.forms_update .wpcf7-radio .wpcf7-list-item-label{
font-size: 18px;
}
.forms_update .wpcf7-checkbox > span,
.forms_update .wpcf7-radio > span {
width: 33%;
margin-bottom: 12px;
}
.forms_update .wpcf7-checkbox label,
.forms_update .wpcf7-radio label {
width: 96%;
}
.forms_update .wpcf7-checkbox label input,
.forms_update .wpcf7-radio label input {
display:none !important;
}
.forms_update .wpcf7-checkbox label.active,
.forms_update .wpcf7-radio label.active {
background-color:#dedede;
}
.wpcf7 .form_inner{
border: 6px solid #000000;
padding: 36px 24px 24px 24px;
margin-bottom: 44px;
}
.wpcf7 .category .wpcf7-list-item {
border: 3px solid #000;
border-left: 0 none;
margin: 0;
text-transform: uppercase;
text-align: center;
height:54px;
line-height:54px;
padding: 0px;
cursor:pointer;
}
.wpcf7 .category .wpcf7-list-item:hover,
.wpcf7 .category .wpcf7-list-item.active{
background-color:#000000;
color: #ffffff;
}
.wpcf7 .category .wpcf7-list-item label{
margin:0;
vertical-align: top;
padding: 0 20px;
height: 54px;
line-height: 54px;
cursor:pointer;
}
.wpcf7 .category .wpcf7-list-item input{
display: none !important;
}
.wpcf7 .category .wpcf7-list-item:first-child{
border-left: 3px solid #000000;
}
.wpcf7 .wpcf7-file,
.wpcf7 textarea,
.wpcf7 input.wpcf7-text{
border: 1px solid #000000;
padding: 14px 20px;
}
.wpcf7 .wpcf7-file::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 input.wpcf7-text::placeholder{
color: #000000 !important;
font-style:normal;
text-transform:uppercase;
font-family: 'Raleway', sans-serif;
font-size: 18px;
line-height: 21px;
opacity: 1;
}
.forms_update .wpcf7-file::placeholder,
.forms_update textarea::placeholder,
.forms_update input::placeholder{
text-transform:unset !important;
}
input[type="checkbox"] {
width: auto;
}
.wpcf7-list-item-label{
cursor: pointer;
}
.wpcf7-acceptance > .wpcf7-list-item {
margin: 0;
}
.wpcf7-form-control.wpcf7-submit {
margin-top: 24px !important;
}
.wpcf7-form-control.wpcf7-submit {
margin-top: 24px !important;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
text-transform: uppercase;
color: #fff !important;
background-color:  #000 !important;
border: 1px solid #000000;
}
.wpcf7-form-control.wpcf7-submit:hover{
background-color: #ffffff !important;
color: #000000 !important;
border: 1px solid  #000000;
} body.page-id-1347 .container p.address,
body.page-id-31 .container p.address{
text-transform: uppercase;
margin-bottom:60px;
}
.address a:hover{
box-shadow: unset;
text-decoration: line-through;
}
#wpcf7-f1398-p1355-o1:before,
#wpcf7-f1303-p1302-o1:before{
content:'CV';
} body.single-portfolio .container h1,
body.single-portfolio .container .sub{
text-transform: uppercase;
text-align: center;
} .wpml-ls {
text-transform: uppercase;
font-size: 18px;
border: 0 none;
padding: 0;
margin: 0;
margin-bottom: 0px;
}
.wpml-ls ul,
.wpml-ls ul li,
.wpml-ls ul li a{
padding: 0;
margin: 0;
}
.wpml-ls ul li a{
display: inline-block;
vertical-align:top;
margin-left:8px;
padding-left:8px;
border-left:1px solid;
}
.wpml-ls ul li:first-child a{
border: 0 none;
margin: 0;
padding: 0;
}
.o-slidingbar #menu-redes-sociales-en,
.o-slidingbar #menu-redes-sociales {
position: static;
}
.o-slidingbar #menu-redes-sociales-en li,
.o-slidingbar #menu-redes-sociales li{
display: inline-block;
vertical-align: top;
}
.o-slidingbar #menu-redes-sociales-en li a:hover,
.o-slidingbar #menu-redes-sociales li a:hover{
box-shadow: none;
} .o-post-navigation {
width: 1280px;
margin-left:auto;
margin-right: auto;
padding: 0;
border: 0 none;
}
body .o-post-navigation__title{
font-weight: normal !important;
font-size: 20px;
line-height: 24px;
}
.o-post-navigation__link--back{
text-align:center;
}
.o-post-navigation__link--back a {
display: inline-block;
padding: 0 40px;
height: 55px;
line-height: 55px;
text-transform: uppercase;
color: #fff !important;
background-color:  #000;
box-shadow: none !important;
}
#menu-menu-de-sidebar-ingles,
#menu-menu-de-sidebar {
padding: 0;
margin: 0;
list-style: none;
text-transform: uppercase;
}
#menu-menu-de-sidebar-ingles li,
#menu-menu-de-sidebar li{
padding: 0;
margin: 0;
list-style: none;
display: inline-block;
vertical-align:top;
margin-left:8px;
padding-left:8px;
border-left:1px solid;
line-height: normal;
}
#menu-menu-de-sidebar-ingles li:first-child,
#menu-menu-de-sidebar li:first-child{
border: 0 none;
margin: 0;
padding: 0;
}
.masinfo{
margin: 40px auto;
} .rft-wrapper{
text-align:center;
}
.rfp-filter ul li a {
border: 0 none;
font-size: 20px;
font-weight: 900;
text-transform: uppercase;
color: 
#000;
line-height: 24px;
}
.rfp-filter ul li a.active{
text-decoration:underline;
} #menu-menu-solo-servicios-ingles,
#menu-menu-solo-servicios {
position: relative;
right: -1000px;
transition: all 2s ease;
}
#menu-menu-solo-servicios-ingles.active,
#menu-menu-solo-servicios.active{
right:0px;
}
body.single-servicios-auxiliares h1,
body.servicios-template-default h1 {
display: none;
}
h1.wp-block-heading{
display:block !important;
margin: 0px;
padding: 0px;
}
.wp-block-group.striped {
background-repeat: repeat;
background-image: url(https://www.jftcomunicacion.es/images/striped.png);
margin-top: 90px;
}
.wp-block-group.striped > div{
margin: 0 auto;
width: 60%;
max-width: 960px;
padding: 0 60px;
background-color:#ffffff;
}
h2.sub {
font-weight: normal;
font-size: 16px;
}
.waves {
display: block !important;
min-height: 320px;
background-repeat: repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2019/12/waves-bg.png);
margin-bottom: 100px;
width: 100%;
}
.triangles {
display: block !important;
min-height: 310px;
background-repeat: repeat;
background-image: url(https://www.jftcomunicacion.es/images/triangles.png);
margin-bottom: 100px;
width: 100%;
}
.squares {
display: block !important;
min-height: 310px;
background-repeat: repeat;
background-image: url(https://www.jftcomunicacion.es/images/squares.png);
margin-bottom: 100px;
width: 100%;
}
.angles {
display: block !important;
min-height: 310px;
background-repeat: repeat;
background-image: url(https://www.jftcomunicacion.es/images/angles.png);
margin-bottom: 100px;
width: 100%;
}
body.single-servicios .triangles,
body.single-servicios .squares,
body.single-servicios .waves,
body.single-servicios .angles{
margin-top: 50px;
}
.h3home {
line-height: 26px;
font-size: 18px;
} #menu-filtro-servicios,
.container.l-main-wrapper__inner > .menu {
text-align: center;
padding: 0;
margin: 0;
text-transform: uppercase;
font-weight: bold;
list-style: none;
margin-top: 60px;
}
#menu-filtro-servicios li,
.container.l-main-wrapper__inner > .menu li{
text-align: center;
padding: 0;
margin: 0;
text-transform: uppercase;
font-weight: bold;
list-style: none;
display: inline-block;
vertical-align: top;
margin: 0 20px;
}
.container.l-main-wrapper__inner > .menu li:first-letter{ }
#menu-filtro-servicios li a,
.container.l-main-wrapper__inner > .menu li a{
font-size: 20px;
line-height: 24px;
display: inline-block;
vertical-align: top;
}
#menu-filtro-servicios li a.selected,
#menu-filtro-servicios li a:hover,
.container.l-main-wrapper__inner > .menu li a.selected,
.container.l-main-wrapper__inner > .menu li a:hover{
text-decoration: line-through;
box-shadow:unset;
}
body.single-servicios-auxiliares .o-post-navigation,
body.single-servicios .o-post-navigation {
display: none !important;
}
body.home footer {
margin-top: 64px;
} .spacetop{
margin-top: 4em;
} body.page-template-default.page-id-462 .l-main-wrapper .container {
width: 1060px;
width: 1140px;
max-width: 100%;
}
ul.filter.rfpfilters {
padding: 0;
text-align: center;
margin: 0;
display: block;
margin-top: 40px;
}
.rfp-posts.rfp-grids {
margin: 0;
margin-top: 80px;
}
.rfp-posts.rfp-grids .rfp-item {
position: static !important;
float: none;
padding: 0;
display: block;
width: 100%;
text-align: center;
}
.rfp-item-title {
color: #000000;
font-size: 27px;
text-transform: uppercase;
font-weight: bold;
line-height: 31px;
background-color: transparent;
padding: 0;
margin: 44px 0;
}
.rfp-posts.rfp-grids {
margin: 0;
margin-top: 80px;
height: auto !important;
}
.rfp-posts.rfp-grids .rfp-item .btn{
margin-top: 12px;
margin-bottom: 160px;
}
.rfp-posts.rfp-grids .rfp-item .btn a{
margin-top:0;
margin-bottom: 0;
} body.single-post h2#blogtitle {
text-align: center;
font-family: Anton;
font-weight: normal;
letter-spacing: 2px;
font-size: 40px;
margin: 0;
line-height: 45px;
margin-top: 40px;
}
body.single-post div.p-blog-single {
margin-top: 48px;
}
body.single.single-post .o-blog-post__thumbnail {
padding: 0;
margin: 0;
margin-bottom: 48px;
}
body.single-post h1.o-blog-post__title {
margin: 0;
margin-bottom: 16px;
}
body.single-post div#comments {
display: none !important;
}
body.single-post .o-blog-post__meta {
margin: 0;
text-align: center;
margin-bottom: 48px;
}
body.single-post .p-blog-single .o-blog-post__meta a,
body.single-post .p-blog-single .o-blog-post__meta span {
margin: 0;
padding: 0;
display: block;
text-transform: uppercase;
font-size: 18px;
line-height: 30px;
font-style: normal;
}
body.single-post .p-blog-single__content.h-clearfix {
text-align: center;
}
body.single-post .o-post-navigation {
position: relative;
z-index: 1;
text-transform:uppercase;
}
h2.big {
font-size: 72px;
}
p.big {
font-size: 32px;
} .h3home a {
text-transform: uppercase;
font-size: 18px;
box-shadow: none;
}
#menu-menu-solo-servicios-ingles,
#menu-menu-solo-servicios{
display:none !important;
}
h2 {
font-size: 27px;
}
h3{
font-size: 24px;
}
.destacado.anton,
h2.anton{
font-size: 40px;
}
body .btn{
margin-bottom:0;
}
body .btn a {
font-size: 16px;
border: 1px solid #000000;
box-shadow: none;
transition: all 0.8s ease;
margin-bottom:0;
}
.o-post-navigation__link--back a{
transition: all 0.8s ease;
}
.o-post-navigation__link--back a:hover,
body .btn a:hover{
color: #000000 !important;
background-color: #ffffff;
border: 1px solid #000000;
}
.wp-block-group.striped{
margin-top: 200px;
margin-bottom: 200px;
}
body.page-id-3998 .l-main-wrapper,
body.page-id-4135 .l-main-wrapper {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2021/05/LANDING-mediocirculo-azul.png);
background-repeat: no-repeat;
background-position: right top;
background-size: 200px auto;
}
body.page-id-3998 .l-main-wrapper__holder,
body.page-id-4135 .l-main-wrapper__holder{
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2021/05/LANDING-mediocirculo-amarillo.png);
overflow: visible;
background-size: 200px auto;
background-position: left center;
}
body .centered_content{
text-align:center;
}
body .btn.bordered {
padding: 4px;
border: 2px solid #000000;
display: inline-block;
}
body .btn.bordered a{
padding: 0 40px;
font-size: 24px;
min-width: 220px;
}
body .btn.cta{
margin-top: 80px;	
}
body .btn.cta a {
background-image: url(https://www.jftcomunicacion.es/images/phone-jft.png);
background-repeat: no-repeat;
background-position: -116px 10px;
font-size: 24px;
padding: 0 40px 0 48px;
height: 54px !important;
line-height: 54px;
}
body .btn.cta a:hover{
background-color: #000000;
color: #ffffff !important;
}
body .l-primary-footer.l-primary-footer--dark-skin {
border: 0 none;
}
body .l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__widgets {
background-color: transparent;
text-align: center;
}
body .l-primary-footer__widgets__space .row {
display: block;
margin: 0px;
}
body .l-primary-footer__widgets__space .row .col-md-6,
body .l-primary-footer__widgets__space .row .col-md-3{
flex:unset;
max-width: 100%;
}
body .btn.cta a{
display:none !important;
}
ul#menu-filtro-servicios {
width: 1200px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
} body .ntmblock{
width: 1060px;
width: 1140px;
max-width:100%;
margin-left:auto;
margin-right:auto;
}
body .ntmblock .inline{
display:inline-block;
vertical-align:top;
padding: 8px 44px;
}
body .ntmblock .centered{
text-align:center;
}
body .ntmblock .toolbar{
}
.portfolio_slider .query-row {
border: 2px solid #000000;
padding: 20px;
position: relative;
margin: 0 30px;
}
.portfolio_slider .query-field-post_title {
padding-top: 18px;
text-align: center;
font-size: 18px;
height: 78px;
overflow: hidden;
}
.portfolio_slider .slick-list{
padding-top: 34px;
width: 100%;
}
.slick-track{
min-width: 100%;
}
.portfolio_slider .query-field-taxonomy_terms {
background-color: #000000;
font-size: 13px;
text-transform: uppercase;
color: #ffffff;
padding: 0 10px;
position: absolute;
right: -2px;
top: -34px;
height: 34px;
line-height: 34px;
}
button.slick-prev.slick-arrow {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/arrow-left.webp);
background-repeat: no-repeat;
background-color: transparent !important;
text-indent: -9999px;
border: 0 none;
width: 28px;
height: 31px;
padding: 0px;
margin: 0px;
cursor: pointer;
position: absolute;
left: -40px;
top: 212px;
}
button.slick-next.slick-arrow {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2025/06/arrow-right.webp);
background-repeat: no-repeat;
background-color: transparent !important;
text-indent: -9999px;
border: 0 none;
width: 28px;
height: 31px;
padding: 0px;
margin: 0px;
cursor: pointer;
position: absolute;
right: -40px;
top: 212px;
}
.soportes button.slick-prev.slick-arrow,
.soportes button.slick-next.slick-arrow {
top: 110px;
}
p.has-white-color a {
color: #ffffff;
}
.portfolio_slider.servicios .query-unformatted{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
body .portfolio_slider.servicios .query-unformatted.wp-block-column{
display: block;
height: 540px;
margin-bottom: 40px;
margin-left: 20px;
margin-right: 20px;
}
body .portfolio_slider.servicios .query-unformatted.wp-block-column img{
height: 206px;
width:auto;
}
.portfolio_slider.servicios .query-row {
height: 592px;
margin-bottom: 40px;
flex-basis: 28%;
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
height: 408px;
margin-bottom: 200px;
margin-bottom: 262px;
}
.portfolio_slider.servicios .query-row .query-field-post_title{
text-transform:uppercase;
}
.portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt {
position: absolute;
width: 100%;
height: 212px;
overflow: hidden;
bottom: -240px;
}
.portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt > label{
display:none !important;
}
.shadow_box,
.box_shadow{
border: 1px solid #000000;
padding: 20px 20px 0px 20px;
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
}
.white_line{
border-bottom: 2px solid #ffffff;
}
.especialistas{
background-repeat:no-repeat;
background-image:url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/bkg_title@2x-2.png);
background-size:cover;
padding: 80px 0px;
}
.especialistas > div{
background-color: #ffffff;
padding: 0px 40px;
}
.dashed_border {
border-top: 2px dashed #000000;
padding-top: 20px;
padding-bottom: 30px;
border-bottom: 2px dashed #000000;
}
body .container .foo{
padding-left: 36px;
padding-right: 36px;
} .homeblock_animated.v2023 {
padding-bottom: 0px;
}
.homeblock_animated.v2023 .wp-block-group__inner-container:after,
.homeblock_animated.v2023 .wp-block-group__inner-container:before {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_header_2023.png);
background-repeat: no-repeat;
position: absolute;
top: 0;
width: 20%;
background-size: contain;
}
.homeblock_animated.v2023 .wp-block-group__inner-container {
width: 50%;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}
.btn_2023 a {
display: inline-block;
text-shadow: none;
background-color: #ffffff;
color: #000000;
padding: 8px 32px;
font-weight: normal;
border: 1px solid #000000;
}
.fullwidth > div > * {
width: 1140px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.fullwidth > div > *.full {
width: 100%;
} .maps.wp-block-columns{
display:block;
text-align:center;
}
.maps .wp-block-column{
border: 2px solid #000000;
box-shadow: 14px 14px 0px 0px rgb(0 0 0);
width: 320px;
padding: 20px;
display: inline-block;
margin: 0 20px;
}
.fondo_equis {
background-repeat: repeat-x;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/fondo_equis.png);
height: 64px;
line-height: 64px;
}
.fondo_equis h3{
margin-top: 12px;
}
.l-primary-header--sticky .headroom {
box-shadow: unset !important;
padding-top: 20px !important;
padding-bottom: 0px !important;
}
.l-primary-header--default-wrapper, .l-primary-header--responsive-wrapper {
position: relative;
z-index: 5001;
}
.query-exposed {
display: none !important;
}
body.single-servicios-auxiliares .p-blog-single__content,
body.single-servicios .p-blog-single__content,
body.postid-6790 .p-blog-single__content,
body.postid-6792 .p-blog-single__content,
body.postid-6794 .p-blog-single__content,
body.postid-6796 .p-blog-single__content,
body.postid-6798 .p-blog-single__content,
body.postid-6800 .p-blog-single__content,
body.postid-6802 .p-blog-single__content,
body.postid-6804 .p-blog-single__content {
margin-bottom: 0px;
margin-top: 40px;
}
body.single-servicios-auxiliares .p-blog-single__content > *,
body.single-servicios .p-blog-single__content > *,
body.postid-6790 .p-blog-single__content > *,
body.postid-6792 .p-blog-single__content > *,
body.postid-6794 .p-blog-single__content > *,
body.postid-6796 .p-blog-single__content > *,
body.postid-6798 .p-blog-single__content > *,
body.postid-6800 .p-blog-single__content > *,
body.postid-6802 .p-blog-single__content > *,
body.postid-6804 .p-blog-single__content > * {
margin-bottom: 40px;
margin-top: 0px;
}
figure.imagen_con_leyenda.wp-block-image.size-full img {
width: 100%;
}
figure.imagen_con_leyenda.wp-block-image figcaption {
margin: 0px;
background-color: #000000;
color: #ffffff;
padding: 16px 24px;
}
figure.imagen_con_leyenda.wp-block-image figcaption::selection{
background-color: #ffffff;
color: #000000;
}
.wp-block-group.testimonios.full > div {
width: 800px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
background-color:#ffffff;
padding: 0px 80px 0px 80px;
text-align:center;
position: relative;
}
.wp-block-group.testimonios.full > div h2{
text-transform:none;
font-size: 40px;
}
.wp-block-group.testimonios.full .query-field-featured_image{
padding-top: 80px;
padding-bottom: 0px;
margin: 0px;
}
.wp-block-group.testimonios.full .query-field-featured_image img{
display:inline-block;
max-width:80%;
}
.wp-block-group.testimonios.full .query-field-post_content{
padding-top: 80px;
margin: 0px;
}
.wp-block-group.testimonios.full button.slick-prev.slick-arrow{
left:-80px;
}
.wp-block-group.testimonios.full button.slick-next.slick-arrow{
right:-80px;
}
.wp-block-group.testimonios.full {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_clientes.png);
}
.wp-block-group.testimonios.full.inner {
background-image: none;
}
body .l-theme-wrapper .l-main-wrapper .pgroup{
width: 1140px;
max-width:100%;
margin: 0 auto 80px auto;
}
body .l-theme-wrapper .l-main-wrapper .pgroup > div > .small,
body .l-theme-wrapper .l-main-wrapper .pgroup.small{
width: 800px;
margin-left:auto;
margin-right:auto;
max-width:100%;
}
body .l-theme-wrapper .l-main-wrapper .pgroup.full{
width:100%;
}
body .l-theme-wrapper .l-main-wrapper .pgroup.full > div{
width: 1140px;
max-width: 100%;
margin-left:auto;
margin-right:auto;
}
body .l-theme-wrapper .l-main-wrapper .pgroup li a,
body .l-theme-wrapper .l-main-wrapper .pgroup p a{
text-decoration:underline;
}
body .l-theme-wrapper .l-main-wrapper .pgroup li a:hover,
body .l-theme-wrapper .l-main-wrapper .pgroup p a:hover{
text-decoration:underline;
color:#7a7a7a;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_stairs {
padding-top: 10px;
padding-bottom: 42px;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_title@2x.png);
margin-bottom: 80px;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.angles_2023 {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_mktdigital.png);
padding: 40px 0px;
margin-bottom: 80px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_chess {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/Group-582@2x.png);
padding: 53px 0px;
margin-bottom: 80px;
background-size: contain;
padding-top: 52px;
padding-bottom: 52px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_bars {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_aeropuertos@2x.png);
padding: 0px;
margin-bottom: 80px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_bars_2 {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_photo@2x.png);
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_right@2x.png);
padding: 0px;
margin-bottom: 80px;
background-size: contain;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/05/bg_plus2.png);
padding: 40px 0px;
margin-bottom: 80px; text-align:center;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_square {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bkg_header_2023.png);
padding: 40px 0px;
margin-bottom: 80px;
background-size: contain;
text-align:center;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/bg_rombos.png);
padding: 40px 0px;
margin-bottom: 80px;
background-size: 120px 98px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_stairs > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_chess > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_bars > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_square > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos > div,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.angles_2023 > div {
background-color: #ffffff;
padding: 32px 48px;
width: 800px;
max-width: 100%;
margin: 0 auto;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.angles_2023 > div {
padding: 16px 80px;
width: 1140px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_stairs > div{
width: 900px;
max-width: 100%;
padding-bottom: 20px;
padding-top: 32px;
margin-top: 20px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_stairs > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_stairs > div h2{
margin-top: 0px;
margin-bottom: 0px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_chess > div{
width: auto;
padding: 21px 0px;
padding-bottom: 23px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_bars > div{
width:1140px;
text-align:center;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos > div{
padding: 0px 48px;
width: 1140px;
max-width: 100%;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus > div{	
padding: 16px 44px;
width:auto;
display: inline-block;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_square > div{
padding: 16px 44px;
padding-bottom: 0px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos > div{
padding: 0px 48px;
}
.width640{
width: 640px !important;
max-width: 100%;
margin-left:auto;
margin-right:auto;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_chess > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_bars > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_square > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.angles_2023 > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_chess > div h2,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_bars > div h2,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos > div h2,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus > div h2,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_square > div h2,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos > div h2,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.angles_2023 > div h2{
margin: 24px 0 20px;
line-height: 60px;
font-size: 40px;
font-family: anton;
font-weight: normal;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_rombos > div h2{
margin-top: 0px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus > div .destacado,
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_plus > div h2{
margin-top: 0px;
margin-bottom: 0px;
font-size: 32px;
line-height:40px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos > div h2{
}
.bordered_box2,
.bordered_box {
border: 2px solid #000000;
padding: 20px 80px 20px 80px;
}
.bordered_box2{
position:relative;
}
.wp-block-group.pgroup.bordered_box2:before {
display: block;
border: 2px solid #000000;
content: ' ';
position: absolute;
width: 100%;
left: -20px;
bottom: -20px;
height: 100%;
z-index: 1;
}
.wp-block-column.dashed_box{
border:4px dashed #000000;
padding: 16px;
padding-bottom:0px;
}
.black_box{
padding: 40px 0px 20px;
background-color:#000000;
}
.wp-block-group.pgroup.dashed_box{
position:relative;
padding: 0px;
}
.wp-block-group.pgroup.dashed_box:before {
display: block;
border: 2px dashed #000000;
content: ' ';
position: absolute;
width: 100%;
right: -20px;
bottom: -20px;
height: 100%;
z-index: 1;
}
.wp-block-group.pgroup.dashed_box2 > div,
.wp-block-group.pgroup.dashed_box > div {
border: 2px dashed #000000;
padding: 40px;
position:relative;
z-index:5;
background-color: #ffffff;
}
.pgroup.small .portfolio_slider.servicios .query-row {
flex-basis: 40%;
}
.wp-block-group.pgroup.big_arrow p {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x.png);
background-repeat: no-repeat;
background-size: 50px 50px;
padding-left: 74px;
margin-bottom: 25px;
background-position: 0px 12px;
}
.arrow_list_items li,
.inline_arrows p strong,
.big_arrow_inner{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x.png);
background-repeat: no-repeat;
background-size: 20px 20px;
padding-left: 30px;
background-position: 0px 5px;
font-size: 16px;
line-height: 30px;
}
.inline_arrows p strong{
background-position: 0px 0px;
margin-right: 20px;
}
.arrow_list_items li{
list-style:none;
background-position: 0px 0px;
margin-right: 20px;
}
p.middle_p{
margin-top: 20px;
margin-bottom: 0px;
}
.wpb-pcf-form-fire,
.wpb-pcf-form-fire:hover{
background-color: #2ba8bf !important;
color: #ffffff !important;
border-radius: 0px !important;
display:block;
margin-left:auto;
margin-right: auto;
font-weight: normal;
}
.swal2-html-container .wpcf7 {
width: auto;
}
.swal2-html-container .wpcf7:before {
display:none;
}
.wp-block-group.pgroup.dashed_box2.inline_arrows > div{    
padding: 20px 20px 10px 20px;
}
.big_arrow_inner2{	
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x.png);
background-repeat: no-repeat;
background-size: 50px 50px;
padding-left: 74px;
background-position: 0px 12px;
margin-top: 20px;
min-height: 60px;
}
.arrow_inner_black{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/arrow_inner_black.png);
background-repeat: no-repeat;
background-size: 40px 40px;
padding-left: 60px;
padding-bottom: 10px;
background-position: 0px 0px;
}
.tick_box{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/tick_bg.png);
background-repeat: no-repeat;
background-size: contain;
padding: 80px 40px;
overflow: visible;
}
.diamond_line{
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/diamond_line.png);
background-repeat: no-repeat;
background-position: left top;
padding-top: 80px;
}
.diamond_line > div {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/diamond_line.png);
background-repeat: no-repeat;
background-position: left bottom;
padding-bottom: 60px;
margin-bottom: 80px;
}
body .medios .big_arrow_inner{
background-size: 40px 40px;
padding-left: 50px;
background-position: 0px 5px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 16x;
line-height: 30px;
}
body .medios .wp-block-column:first-child figure{
-webkit-box-shadow: 10px 10px 0px 0px rgb(0 0 0);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
box-shadow: 10px 10px 0px 0px rgb(0 0 0);
border: 2px solid #000000;
padding: 20px;
position: relative;
margin: 0px;
}
.wp-container-1.wp-block-group.full.fullwidth.astillas {
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/05/bg_astillas.png);
padding: 20px 0px;
padding-bottom: 18px;
}
.wp-container-1.wp-block-group.full.fullwidth.astillas .destacado,
.wp-container-1.wp-block-group.full.fullwidth.astillas h2{
background-color: #ffffff;
padding-bottom: 20px;
margin-bottom: 0px;
}
body .query-todos_los_informes-wrapper .query-exposed,
body .soportes .query-exposed {
display: block !important;
margin-bottom: 20px;
}
body .soportes .query-exposed input[type="submit"] {
display: none;
}
body .query-todos_los_informes-wrapper .query-exposed form > *,
body .soportes .query-checkboxes {
display: flex;
align-items: stretch;
}
body .soportes label.query-checkbox {
display: inline-block;
border: 2px solid #000000;
width: auto;
text-align: center;
padding: 18px 20px;
cursor: pointer;
white-space: nowrap;
margin: 0px;
border-top: 0 none;
flex: 1;
border-left: 0 none;
}
body .query-todos_los_informes-wrapper .query-exposed form{
text-align:center;
padding: 20px 0px;
}
body .portfolio_slider.query-todos_los_informes-wrapper .query-field-post_title {
padding-top: 0px;
}
body .query-todos_los_informes-wrapper .query-field.query-field-meta_fecha_del_informe {
text-align: center;
position: relative;
top: -50px;
z-index: 100;
}
body .query-todos_los_informes-wrapper .query-exposed form > * {
display: inline-block;    
width: auto;    
cursor: pointer;
white-space: nowrap;
margin: 0px;
border-top: 0 none;
flex: 1;
}
body .query-todos_los_informes-wrapper .query-exposed form label{
text-transform:uppercase;
font-weight:bold;
display:inline-block;
margin-right: 20px;
}
body .query-todos_los_informes-wrapper .query-exposed input[type=submit],
body .query-todos_los_informes-wrapper .query-exposed .query-select{
border: 2px solid #000000;
display: inline-block;
margin-right: 40px;
}
body .query-todos_los_informes-wrapper .query-exposed input[type=submit],
body .query-todos_los_informes-wrapper .query-exposed .query-select select{
padding: 4px 32px 4px 32px;
height: 32px;
font-style: normal;
text-transform: uppercase;
}
body .query-todos_los_informes-wrapper .query-exposed input[type=submit]{
font-weight:bold;
}
body.single-informe .p-blog-single__content > * {
margin-top: 40px;
}
body .soportes.query-mupis-wrapper label.query-checkbox,
body .soportes.query-vallas-wrapper label.query-checkbox {
border-top: 2px solid #000000;
}
figure.wp-block-table.tabla_precios th {
background-color: #000000;
color: #ffffff;
font-weight: normal;
}
body .soportes label.query-checkbox:first-child {
border-left: 2px solid #000000;
}
body .soportes label.query-checkbox.active {
background-color:#000000;
color:#ffffff;
}
body .soportes label.query-checkbox input{
visibility:hidden;
display: none !important;
}
body .soportes .query-content .query-row {
height: auto;
box-shadow: unset;
flex-basis: 18%;
flex-basis: 210px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 0px;
width: 208px !important;
max-width:100%;
}
body .soportes .query-content .query-row:first-child {
margin-left: 0px;
}
body .soportes .query-content .query-row:last-child {
margin-right: 0px;	
}
.soportes.portfolio_slider .query-field-taxonomy_terms {
left: -2px;
width: 208px;
right: unset;
text-align: center;
text-transform: none;
}
.soportes.portfolio_slider.servicios .query-row .query-field-post_title {
text-transform: unset;
height: auto;
}
.soportes.portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt {
position: static;
height: auto;
text-align: center;
}
.soportes.portfolio_slider.servicios .query-row .query-field.query-field-featured_image {
height: 84px;
overflow: hidden;
}
body .o-breadcrumb {
border: 0 none;
}
.o-breadcrumb + div {
padding-top: 0px;
}
.blockgraphic,
.white_bars,
.flechas{
position:relative;
}
.blockgraphic{
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/blockgraphic.png);
background-size: contain;
background-position: left top;
padding: 0px !important;
}
.blockgraphic > div{
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/blockgraphic2.png);
background-size: contain;
background-position: right top;
width: 100% !important;
padding: 40px 0px 20px;
}
.blockgraphic > div > div{
width: 1140px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
} .white_bars:before {
display: block;
position: absolute;
left: 4px;
top: 20px;
content: ' ';
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/white_bars2.png);
width: 120px;
height: 150px;
background-size: contain;
}
.white_bars:after {
display: block;
position: absolute;
right: 4px;
bottom: 20px;
content: ' ';
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/white_bars2.png);
width: 120px;
height: 150px;
background-size: cover;
}
.flechas:before {
display: block;
position: absolute;
left: 4px;
top: 20px;
content: ' ';
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x-1.png);
width: 180px;
height: 12px;
background-size: contain;
}
.flechas:after {
display: block;
position: absolute;
right: 4px;
bottom: 20px;
content: ' ';
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/03/flecha@2x-1.png);
width: 112px;
height: 12px;
background-size: cover;
transform:rotateY(180deg);
}
.query-field.query-field-ID {
display: none !important;
}
.thick_white_border{
border:4px solid #ffffff;
padding: 40px 20px;
}
.thick_white_border + div {
border:4px solid #ffffff;
padding: 40px 20px;
border-top: 0 none;
margin-bottom: 0px;
}
.thick_white_border + div + div {
border:4px solid #ffffff;
padding: 40px 20px;
border-top: 0 none;
}
p.w800{
width: 800px;
max-width:100%;
margin-left:auto;
margin-right:auto;
}
.no_margin{
margin-bottom: 0px !important;
}
.wp-block-group.pgroup.big_dashed{
padding: 40px 0px;
position: relative;
}
.wp-block-group.pgroup.big_dashed:before {
display: block;
content: ' ';
width: 100%;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/bkg_title@2x.png);
position: absolute;
left: 0px;
top: 0px;
height: 20px;
background-size: cover;
}
.wp-block-group.pgroup.big_dashed:after {
display: block;
content: ' ';
width: 100%;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/bkg_title@2x.png);
position: absolute;
left: 0px;
bottom: 0px;
height: 20px;
background-size: cover;
}
.query-soportes_por_isla_y_zona-wrapper {
border-top: 2px solid;
}
.hide{
display:none !important;
}
.centered{
text-align:center;
}
.anton.angle_box {
background-repeat: no-repeat;
background-image: url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/bkg_title@2x-1.png);
background-size: cover;
text-align: center;
width: auto;
display: inline-block;
padding: 60px 112px;
padding-top: 34px;
font-size: 36px;
}
.porque {
background-repeat: no-repeat;
background-image:url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/elemento_derecha@2x-1-e1681156918598.png);
background-size: contain;
background-position: left top;
padding: 0px !important;
}
.porque > div {
background-repeat: no-repeat;
background-image:url(https://www.jftcomunicacion.es/wp-content/uploads/2023/04/elemento_derecha@2x.png);
background-size: contain;
background-position: right top;
width: 100% !important;
padding: 40px 0px 20px;
}
.porque > div > * {
width: 1140px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
body .wp-block-gallery.has-nested-images figure.wp-block-image{
position: relative;
padding-top: 120px;
}
body .wp-block-gallery.has-nested-images.ntm_slick_carousel figure.wp-block-image{
padding-top: 0px;
height: 120px;
}
body .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
background-image: none;
color: #000000;
text-transform: uppercase;
font-size: 40px;
line-height:normal;
font-family: 'Anton';
position: absolute;
top: 0px;
}
body .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-wrap {
border: 2px solid #000000 !important;
border-radius: 0px;
border-bottom: 0 none !important;
}
body .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
border: 2px solid #000000;
}
body p.footext {
margin-bottom: 0px;
margin-top: 8px;
}
body.single-informe .wpcf7 {
border: 2px solid #000000;
margin-top: 80px;
padding: 40px;
}
body.single-informe .wpcf7::before {
display: inline-block;
content: 'DESCÁRGATE NUESTRO INFORME';
height: 50px;
line-height: 55px;
background-color: #000;
text-transform: uppercase;
color: #fff;
text-align: center;
padding: 0 48px;
position: absolute;
top: -52px;
left: -2px;
}
body.postid-6836 .soportes .query-content .query-row {
width: 266px !important;
}
body.postid-6836 .soportes.portfolio_slider.servicios .query-row .query-field.query-field-featured_image {
height: 144px;
}
.query-field.query-field-post_title h3 {
font-weight: normal;
font-size: 18px;
}
body.page-id-8872 .o-breadcrumb,
body.page-id-8872 .l-primary-header--default-wrapper,
body.page-id-8872 .l-primary-header--responsive-wrapper,
body.page-id-8872 footer,
body.page-id-8540 .o-breadcrumb,
body.page-id-8540 .l-primary-header--default-wrapper,
body.page-id-8540 .l-primary-header--responsive-wrapper,
body.page-id-8540 footer {
display: none;
}
#moove_gdpr_cookie_modal .moove-gdpr-button-holder{
display:block !important;
}
#moove_gdpr_cookie_modal button.mgbutton.moove-gdpr-modal-allow-all { float:right;
}
#moove_gdpr_cookie_modal button.mgbutton.moove-gdpr-modal-reject-all {
float:left;
} ul#menu-sitemap{
display: flex;
column-count:unset;
}
ul#menu-sitemap > li{
flex: 1 1 0px;
margin-right: 8px;
margin-left: 8px;
}
ul#menu-sitemap > li > ul{
padding: 0px;
margin: 0px;
}
ul#menu-sitemap > li > a{
font-weight:bold;
text-transform:uppercase;
font-size: 14px;
}
ul#menu-sitemap > li li a{	
font-size: 13px;
}
#footer_info{
height:auto;
}
#rrss-wrapper{
position:static;
width: 100%;
height:auto;
text-align:right;
background-image:none;
padding: 0px;
margin-top: 0px;
padding-top: 20px;
clear:both;
background-color:#ffffff;
}
#rrss-wrapper > *{
width: 1140px;
margin-right: auto !important;
margin-left: auto !important;
max-width: 100%;
display:block !important;
font-weight:bold;
}
.query-unformatted.query-ultimos_informes .query-row {
flex-basis: 28%;
text-align: center;
margin-bottom: 40px;
}
.query-unformatted.query-ultimos_informes {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 40px;
}
body.page-id-9976 .wpcf7-checkbox span.wpcf7-list-item {
display: inline-block !important;
width: 46%;
margin: 0;
} body.post-template-default.single-post footer {
margin-top: 80px;
}
.m-author-box {
justify-content: center;
}
body.archive .l-blog-wrapper {
max-width: 100%;
width: 1200px;
margin-left: auto;
margin-right: auto;
}
body.archive .o-hero.d-flex {
max-width: 100%;
width: 1200px;
margin-left: auto;
margin-right: auto;
}
body.archive .o-hero.d-flex + .o-breadcrumb {
display: none !important;
}
body.archive .o-hero.d-flex + .o-breadcrumb + .container{
max-width:100%;
width: 1200px;
margin-left:auto;
margin-right:auto;
}
body.single-servicios .m-author-box {
display: none !important;
}
ul#menu-sitemap .sub-menu > li.menu-item-has-children > a {
font-weight: bold;
text-transform: uppercase;
margin-top: 16px;
display: block;
}
ul#menu-sitemap .sub-menu > li.menu-item-has-children > a+ul {
margin-top: 0px;
padding-left: 0px;
}
.menu-menu-principal-container ul li ul li ul {  }
.menu-menu-principal-container ul li ul li ul li a {
font-size: 20px;
white-space: nowrap;
line-height: 36px;
font-size: 16px;
line-height: 32px;
text-transform:unset;
}
body .m-author-box__avatar {
margin: 0;
width: auto;
}
body .m-author-box__avatar img {
border-radius: 0px;
border: 0 none;
}
.hide-deco {
box-shadow: unset !important;
border: 0 none !important;
}
body .swal2-container{
z-index:5002;
}
.swal2-container span.wpcf7-form-control.wpcf7-checkbox > span {
display: inline-block;
vertical-align: top;
min-width: 100px;
margin-left: 0px;
}
#cta_flotante{
position:fixed;
bottom: 0px;
left: 0px;
width: 100%;
z-index: 10000;
border-top: 1px solid #000000;
margin: 0px;
}
#cta_flotante > div{
width: 1140px;
max-width: 100%;
margin-left:auto;
margin-right:auto;
}
#cta_flotante p{
margin: 0px;
padding: 0px;
}
#cta_flotante .btn a{
padding-left: 48px;
}
#cta_flotante .btn:before{
position:relative;
left: 40px;
top: 6px;
}
#cta_flotante .btn_black:before{
color: #ffffff;
top: 3px;
}
div#header_video {
position: relative;
}
div#header_video #header_video_title{
position: absolute;
top: 40%;
width:100%;
left: 40px;
}
div#header_video #header_video_title > div{ }
.menu_2025 #virtual_header {
position: fixed;
top: 0px;
width: 100%;
z-index: 1000;
transition: all 1s ease-out;
background-color: #ffffff;
}
.menu_2025.menu_on_video  #virtual_header {
top: 70px;
background-color: transparent;
}
.menu_2025  #virtual_header > div {
width: 1140px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
}
#header_video figure.wp-block-video {
margin: 0px;
padding: 0px;
width: 100%;
}
.ntm_slick_carousel_group3 figure{
text-align:center;
}
.ntm_slick_carousel_group3 figure img{
display:inline-block;
}
.barra_color_inline{
line-height: 20px !important;
}
body.page-id-15667 .l-main-wrapper__holder,
body.page-id-15668 .l-main-wrapper__holder{
padding-top: 0px;
margin-top: 0px;
}
body.page-id-15667 h1,
body.page-id-15668 h1 {
text-align: left;
padding-top: 0px;
margin-top: 0px;
}
body.page-id-15667 .ntm_slick_carousel_group3 figure {
}
.diferencia .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
}
.diferencia .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
padding: 20px 0px;
}
body .diferencia .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap.right {
right: -12px;
}
.customer2 a,
.customer2 a:hover{
color: #ffffff;
text-decoration: none;
}
.wp-block-group.has-background {
padding-top: 40px;
padding-bottom: 40px;
}
.wp-block-spacer {
margin: 0px;
}
.query.ntm_cliente.carousel .query-row {
position: relative;
margin: 0 11px;
}
.query-portfolio_home_2025 .query-field-taxonomy_terms {
bottom: 0px !important;
left: 0px !important;
}
footer{
padding-bottom: 160px;
}
.wp-block-column.has-background {
padding: 32px;
}
.container.l-main-wrapper__inner > .wp-block-group {
margin-bottom: 80px;
}
.block_bar_left{
position: relative;
}
.block_bar_left:before{
display:block;
position:absolute;
content:' ';
background-color:#d69da3;
width: 10px;	
height: 120px;
bottom: 20px;
left: 0px;
}
.marketing_digital .block_bar_left:before{
background-color: #dbdf94;
}
.title_strong .wp-block-ub-content-toggle-accordion-title strong {
font-weight: 600 !important;
}
.title_strong .wp-block-ub-content-toggle-accordion-content-wrap {
color: rgba(0,0,0,1);
}
.inner_blog .rfp-posts.rfp-grids .rfp-item {
display: inline-block;
width: 30%;
margin: 0 20px;
vertical-align: top;
}
.inner_blog .rfp-item-title {
font-size: 16px;
line-height: 24px;
margin: 20px 0;
}
.inner_blog .rfp-posts.rfp-grids .rfp-item .btn {
margin-bottom: 0;
}
.inner_blog .rfp-imgwrap {
height: 170px;
overflow: hidden;
}
.inner_blog .rfp-filter {
display:none;
}
.inner_blog div.rfp-wrapper {
text-align: center;
}
.inner_blog .rfp-item-body {
display: none;
}
.inner_blog .rfp-posts.rfp-grids {
margin-top: 0px;
}
.servicios_2025{
width: 960px !important;
max-width: 100%;
margin-left:auto;
margin-right:auto;
}
.servicios_2025 .portfolio_slider.servicios .query-row {
border: 0 none;
box-shadow: unset;
margin: 0px 20px;
height: auto;
padding: 0px;
}
.servicios_2025 .query-field.query-field-featured_image {
background-color: #eeeeee;
text-align: center;
padding: 40px 0px;
}
.servicios_2025 .query-field.query-field-featured_image img {
width: auto !important;
display: inline-block !important;
height: 100px !important;
}
.servicios_2025 .portfolio_slider.servicios .query-row .query-field.query-field-post_title{
margin: 0px;
background-color: #eeeeee;
padding-left: 20px;
padding-right: 20px;
padding-top: 0;
}
.servicios_2025 .portfolio_slider.servicios .query-row .query-field.query-field-post_title h3{
color: #000000;
font-weight:bold;
font-size: 16px;
}
.servicios_2025 .query-field.query-field-post_excerpt > div{
display:none;
}
.servicios_2025 .portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt > label{
display: block !important;
cursor:pointer;
margin:0px;
text-align:right;
}
.servicios_2025 .portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt {
position: static;
width: auto;
height: auto;
overflow:visible;
}
.servicios_2025 .portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt > label:after {
display: inline-block;
content: '\f054';
font-weight: bold;
color: #000000;
position: relative;
top: -34px;
padding-right: 20px;
font-family: fontawesome;
}
.servicios_2025 .portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt > label.active:after {
content: '\f078';
}
.nomargin{
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.query-field.query-field-featured_image{
text-align: center;
}
body.page-template-ntm .l-main-wrapper__holder {
padding-top: 0;
}
body.page-template-ntm .container.l-main-wrapper__inner > .wp-block-group {
width: 1140px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
body.page-template-ntm .container.l-main-wrapper__inner > .wp-block-group.fullwidth {
width: 100%;
}
.wp-block-group-is-layout-flex > .wp-block-group{
max-width: 380px;
}
.title_border{
text-align:center;
}
.title_border.blue:after{
display: block;
height: 20px;
width: 140px;
background-color: #7ee9ee;
content: ' ';
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}
.ltr{
transition: all 2s ease; margin-left: -800px !important;
}
.ltr.animated{ margin-left: 0px !important;
}
body #faqs .wp-block-ub-content-toggle-accordion{
border-top: 1px dotted !important;
}
body #faqs .wp-block-ub-content-toggle-accordion:first-child{
border-top: 0 none !important;
}
body .agencia_eventos .wp-block-media-text > .wp-block-media-text__content{
padding: 0px;
padding-left: 0px;
}
body .agencia_eventos .wp-block-media-text > .wp-block-media-text__media img{
width:48px;
} @media 
(-webkit-min-device-pixel-ratio: 2){ #post-grid-1412::before, #post-grid-145::before {
width: 170px;
height: 470px;
background-size: contain;
left: -200px;
}
.grid-items-wrap{
overflow:visible !important;
}
#rrss-wrapper {
bottom: 61px;
width: 549px;
height: 490px;
background-size: contain;
}
#menu-menu-del-pie-ingles li a,
#menu-menu-del-pie li a {
position: relative;
top: 82px;
}
#footer_info p {
position: relative;
z-index: 1;
}
} .carousel.home2025 h3 {
font-weight: bold;
font-size: 24px;
font-size: 20px;
text-transform:uppercase;
min-height: 60px;
min-height: 50px;
}
.carousel.home2025 .query-row { background-color: #000000;
color: #ffffff;
margin-right:20px;
padding: 40px;
padding-top: 64px;
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/04/ico_servicios.webp);
background-repeat:no-repeat;
background-position: 40px 16px;
background-size: 40px 40px;
}
.carousel.home2025 .query-row-0{ background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/07/icono_aeropuerto_andalucia.webp);
}
.carousel.home2025 .query-row-1{ background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/07/icono_aeropuerto_canarias.webp);
}
.carousel.home2025 .query-row-2{
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/06/exteriores-negativo.webp);
}
.carousel.home2025 .query-row-3{
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/06/digital-negativo.webp);
}
.carousel.home2025 .query-row-4{
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/07/medios-negativo.webp);
}
.carousel.home2025 .query-row-5{
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/06/eventos-negativo.webp);
}
.carousel.home2025 .query-row-6{
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/06/creatividad-negativo.webp);
}
.carousel.home2025 .query-row-7{
background-image:url(//www.jftcomunicacion.es/es//wp-content/uploads/2025/06/consultoria-negativo.webp);
}
.carousel.home2025 a {
display: inline-block;
font-weight: bold; color: #ffffff !important;
padding-top: 20px;
}
.carousel.home2025 h3{
color: #ffffff !important;
}
.carousel.home2025 .query-field.query-field-permalink {
min-height: 80px;
}
body .wp-block-ub-content-toggle{
margin: 0px;
}
body .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap.right {    
position: absolute;
right: 20px;
}
body .wp-block-ub-content-toggle-accordion-title strong {    
display: block;
}
body.single .l-theme-wrapper .wp-block-ub-content-toggle-accordion:first-child,
body.page .l-theme-wrapper .wp-block-ub-content-toggle-accordion:first-child,
body.single .l-theme-wrapper .wp-block-ub-content-toggle-accordion,
body.page .l-theme-wrapper .wp-block-ub-content-toggle-accordion {
border: 0 none !important;
}
#faqs .wp-block-ub-content-toggle-accordion {
border-top: 1px solid !important;    
} @media only screen and (max-width: 1399px) {
#menu-menu-solo-servicios-ingles li a,
#menu-menu-solo-servicios li a {
font-size: 20px;
}
#post-grid-1412,
#post-grid-145 {
width: 80%;
}
#post-grid-1412::before,
#post-grid-145::before {
left: -178px;
} #rrss-wrapper {
height: 450px;
bottom: -91px;
background-size: contain;
right: -85px;
}
#footer_info{
position:relative;
}
#footer_info p {
position: relative;
z-index: 100;
}
#menu-menu-del-pie li {
margin-top: 80px;
}
} @media only screen and (max-width: 1199px) {
.homeblock_animated .wp-block-cover__inner-container,
.wp-block-cover.repeat .wp-block-cover__inner-container {
width: 70%;
}
.homeblock_animated .wp-block-cover__inner-container::after,
.homeblock_animated .wp-block-cover__inner-container::before {
width: 10%;
}
#menu-menu-solo-servicios-ingles li a,
#menu-menu-solo-servicios li a {
font-size: 17px;
margin-left: 16px;
}
#post-grid-1412,
#post-grid-145 {
width: 100%;
}
#post-grid-1412::before,
#post-grid-145::before {
display:none;
}
#footer_info p{
text-align:left;
}
.p-blog-single__content > *{
max-width:90%;
}
body #post-grid-188 .grid-items-wrap {
max-width: 90%;
}
.wpcf7 {
max-width: 90%;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
padding: 0 11px;
}
.o-post-navigation {
width: 90%;
}
body.single-portfolio.portfolio-template-default .l-main-wrapper > .container {
width: 90%;
}
#footer_info p {
text-align: left;
padding-left: 80px;
}
} @media only screen and (max-width: 1023px) {
.agencia_eventos figure.wp-block-media-text__media {
margin-left: -8px;
}
.agencia_creativa .img_arrows{
display:none;
}	
.wp-block-group.full.fullwidth {
background-position: 40% 50% !important;
}
div#cta_flotante p {
text-align: center;
}
body .query-portfolio_home_2025 > div {
flex: 50%;
margin-bottom: 10px;
}
body .l-theme-wrapper .l-main-wrapper .wp-block-group.bg_ochos > div h2 {
font-size: 24px;
line-height: normal;
font-weight: normal;
}
body.page-id-3998 .l-main-wrapper,
body.page-id-4135 .l-main-wrapper,
body.page-id-3998 .l-main-wrapper__holder,
body.page-id-4135 .l-main-wrapper__holder {
background-image: none;
}
body{
font-size: 14px;
padding-bottom: 48px;
}
body.single div.p-blog-single h2 {
font-size: 18px;
}
body .btn a {
font-size: 20px;
line-height: 36px;
height: auto;
padding: 12px 20px;
}
.readmore a {
width: 100%;
height: auto;
background-size: contain;
line-height: 48px;
font-size: 14px;
}
.container.l-main-wrapper__inner > .menu li {
margin: 0 20px;
}
.container.l-main-wrapper__inner > .menu li a {
font-size: 16px;
line-height: 24px;
}
.wp-block-group.striped > div {
padding: 0 1em;
width: auto;
}
.wpcf7 {
margin: 0 auto;
max-width: none;
width: auto;
}
.wpcf7 .form_inner {
border: 0 none;
padding: 0;
}
body .wpcf7 .wpcf7-radio{
text-align:center;
}
body .wpcf7 .wpcf7-radio .wpcf7-list-item {
border: 0 none !important;
padding: 0 11px;
height: auto;
line-height: normal;
}
.wpcf7:before{
display:none;
}
.layer-wrapper{
max-width: 100%;
}
.post-grid.grid .grid-items > .item {
max-width: 100%;
}
.post-grid .item .layer-media {
max-width: 100%;
}
.block-waves p {
height: auto;
line-height: 36px;
padding: 20px 36px;
font-size: 24px !important;
}
#menu-menu-del-pie li {
display: block;
text-align: center;
margin: 0.5em 0;
}
#rrss-wrapper{
display:none;
}
.aligncenter {
margin: 0;
}
#menu-menu-solo-servicios-ingles,
#menu-menu-solo-servicios {
position: static;
margin: 2em auto;
}
.homeblock_animated .wp-block-cover__inner-container::after,
.homeblock_animated .wp-block-cover__inner-container::before {
display:none;
}
.homeblock_animated .wp-block-cover__inner-container,
.wp-block-cover.repeat .wp-block-cover__inner-container {
width: auto;
padding-right: 0;
padding-left: 0;
}
.menu-menu-principal-ingles-container ul li a,
.menu-menu-principal-container ul li a {
font-size: 32px;
line-height: normal;
}
.o-slidingbar__close-icon {
margin-right: 2em;
}
#l-primary-header--responsive__icon {
display: none !important;
}
.menu-menu-principal-ingles-container,
.menu-menu-principal-container {
margin-top: 36px;
}
.menu-menu-principal-ingles-container ul li a,
.menu-menu-principal-container ul li a {
font-size: 26px;
line-height: normal;
}
.menu-menu-principal-ingles-container ul li ul,
.menu-menu-principal-container ul li ul {
position: static;
margin-left: 3em;
}
.menu-menu-principal-ingles-container ul li ul li a,
.menu-menu-principal-container ul li ul li a {
font-size: 18px;
line-height: 30px;
}
#footer_info p {
text-align: center;
padding: 0;
}	
.o-post-navigation{
white-space:nowrap;
}
.o-post-navigation .row{
display:block !important;
}
.o-post-navigation .row > div{
width: 100%;
text-align: center;
max-width: unset;
margin: 1em 0;
}
.l-primary-header .a-logo {
margin-left: 2em;
}
body.page-template-default .l-main-wrapper .container{
width: 90%;
}
.wpcf7-form-control-wrap.category > span {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.wpcf7 .category .wpcf7-list-item {
border: 3px solid  #000;
height: 44px;
padding: 0 12px;
margin-top: 12px;
margin-right: 4px;
flex-basis: 48%;
}
.wpcf7 .category .wpcf7-list-item label{
height: 38px;
line-height: 38px;
padding: 0;
font-size: 12px;
}
body.page-id-1350.page-template-default .l-main-wrapper .container,
body.page-id-39.page-template-default .l-main-wrapper .container {
width: 90%;
max-width: 90%;
}
body #post-grid-241 .grid-items-wrap .grid-items {
width: 100%;
display: block;
text-align: center;
}
body .grid-items-wrap .grid-items {
display: block;
width: 100%;
text-align: center;
}
.layer-content{
max-width: 100%;
}
.post-grid.grid .grid-items > .item {
max-width: 100%;
margin: 0 !important;
}
body.home.page-template-default .l-main-wrapper .container{
width:90%;
}
.homeblock_animated .wp-block-group__inner-container::before,
.homeblock_animated .wp-block-group__inner-container::after{
display:none !important;
}	
.homeblock_animated .wp-block-group__inner-container{
width: 90%;
padding: 0;
margin: 0;
}
#post-grid-1412,
#post-grid-145{
margin: 0;
}
#post-grid-1412 .grid-items-wrap .grid-items,
#post-grid-145 .grid-items-wrap .grid-items {
width: 100%;
}
.wp-block-column {
width: 100%;
float: none;
}
#phone a {	
position: absolute;
top: -64px;
}
.homeblock_animated, .wp-block-cover.repeat {
padding-bottom: 0;
margin-bottom: 0;
}
.menu-menu-principal-ingles-container ul li:hover ul,
.menu-menu-principal-container ul li:hover ul {
height: auto;
margin-bottom: 40px;
}
.menu-menu-principal-ingles-container #menu-item-1380:after,
.menu-menu-principal-container #menu-item-21:after {
display:none !important;
}
.grid-items .item .layer-wrapper .layer-content{
width: 296px;
} body .container #post-grid-366 .item,
body .container #post-grid-366 .layer-wrapper,
body .container #post-grid-241 .item,
body .container #post-grid-241 .layer-media,
body .container #post-grid-241 .layer-wrapper,
body .container #post-grid-188 .item,
body .container #post-grid-188 .layer-wrapper,
body .container #post-grid-145 .item,
body .container #post-grid-145 .layer-wrapper{
width: auto;
height: auto;
}
body .container #post-grid-366 .layer-content,
body .container #post-grid-241 .layer-content,
body .container #post-grid-188 .layer-content,
body .container #post-grid-145 .layer-content{
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
border: 9px solid #ffffff !important;
}
.block-waves {
margin-bottom: 40px;
}
body .container .a-logo.a-logo--image img {
width: auto;
height: 32px;
}
body.home .l-main-wrapper > div {
padding-top: 12px;
}
.l-primary-header--responsive-wrapper {
height: 128px !important;
}
header .a-logo.a-logo--image a {
display: inline-block;
height: 32px !important;
width: 54px !important;
}
h2.big {
font-size: 36px;
}
p.big {
font-size: 16px;
} body{
font-size:14px;
line-height:20px;
}
.homeblock_animated .wp-block-group__inner-container h1,
.wp-block-cover.repeat .wp-block-cover__inner-container p:first-child {
font-size: 25px;
}
.homeblock_animated .wp-block-group__inner-container h2,
.wp-block-cover.repeat .wp-block-cover__inner-container p:nth-child(2) {
font-size: 13px;
line-height: 19px;
}
h3{
font-size:12px;
line-height:19px;
}
h2.big {
font-size: 30px;
}
body.home.page-template-default .l-main-wrapper .container {
width: auto;
margin-left: 60px;
margin-right: 60px;
}
.enhancedbtn {
width: 160px;
height: 80px;
}
.enhancedbtn a {	
font-size: 10px;
line-height: 44px;
text-indent: 24px;
}
.enhancedbtn::after {
width: 160px;
height: 80px;
background-size: contain;
}
.block-waves {	
height: 100px;
background-size: contain !important;
margin-left: -60px;
margin-right: -60px;
width: auto;
margin-bottom: 30px;
}
.block-waves p {
height: auto; padding: 10px 0px;
font-size: 12px !important;
line-height: 14px;
margin-top: 16px;
}
.campaign {
font-size: 15px;
line-height: 18px;
}
.customer{
font-size: 13px;
line-height:15px;
}
p.readmore{
margin-bottom:0px;
}
.readmore a {
font-size: 8px;
height: 36px;
background-size: 100% auto;
width: 100%;
display: block;
line-height: 33px;
}
.post-grid .pagination {
margin: 18px 0;
}
#footer_info{
padding: 28px;
}
#footer_info p {
font-size: 18px;
line-height: 21px;
}
#menu-menu-del-pie-ingles,
#menu-menu-del-pie{
padding: 16px 0;
margin: 0;
}
#menu-menu-del-pie-ingles li a,
#menu-menu-del-pie li a {
font-size: 11px;
display: inline-block;
padding: 0;
vertical-align: top;
line-height: 15px;
position: static;
}
footer {
margin-top: 60px;
}
body.home .l-main-wrapper > div {
padding-bottom: 0px;
}
.homeblock_animated {
margin-bottom: 44px;
}
#phone{ }
#phone a {
position: relative;
float: none;
font-size: 10px;
line-height: 21px;
top: auto;
left: -150px;
height: 21px;
background-position: 60px center;
background-size: auto 24px;
display: inline-block;
}
#phone a{
position: absolute;
right: 20px;
left: auto;
top: 16px;
width: 96px;
background-size: cover;
padding-right: 0px;
background-position: 0px 0px;
font-size: 14px;
font-weight: 400;
height: 40px;
text-align: left;
text-indent: 10px;
line-height: 32px;
}
.l-primary-header .a-logo {
margin: 0;
display: inline-block;
}
header .d-flex{
display: block !important;
}
body .l-primary-header{
padding-top: 68px;
}
header .a-logo.a-logo--image a {
display: inline-block;
height: 64px !important;
width: 108px !important;
}
body .container .a-logo.a-logo--image img {
width: 100%;
height: auto;
}
.l-primary-header .a-logo {
margin: 0;
display: inline-block;
position: relative; }
.l-primary-header--responsive-wrapper {
height: 128px !important;
overflow: hidden;
}
header .a-slidingbar-icon::before {
font-size: 11px;
}
header .a-slidingbar-icon::before {
left: -34px;
top: -3px;
width: 84px;
font-size: 11px;
display:none !important;
}
.a-slidingbar-icon a::after {
display: inline-block;
content: ' ';
width: 28px;
height: 10px;
background-size: 28px 10px;
background-image: url(https://www.jftcomunicacion.es/images/menu_icon.png);
}
#rrss-wrapper {
display: block;
width: 157px;
height: 157px;
right: -2px;
bottom: -32px;
}
#rrss-wrapper .menu li a {
font-size: 10px;
line-height: 11px;
}
#rrss-wrapper .menu {
top: 62px;
left: 8px;
}
#footer_info p {
text-align: left;
padding-left: 44px !important;
}
body .btn.cta a{
display: block !important;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #000000;
padding-top: 0;
z-index: 10;
}
#rrss-wrapper {
position: static;
padding: 0px;
width: auto;
height: auto;
background-image: none;
}
#footer_info p {
padding-left: 0px !important;
color: #ffffff !important;
}
#rrss-wrapper p a {
color: #ffffff;
display: block;
margin-top: 8px;
}
#rrss-wrapper #menu-redes-sociales-1{
clear: both;
display: block;
margin-top: 8px;
text-align: left;
}
#rrss-wrapper .menu li{
border-color:#ffffff;
}
#rrss-wrapper .fa:before {
color: #ffffff;
}
#footer_info{
height:auto;
}
.wpcf7 {
padding: 0 20px;
}
.maps .wp-block-column {
margin: 0 0 40px 0;
max-width: 100%;
}
.fullwidth.l-main-wrapper__holder {
padding-bottom: 0px;
}
footer {
margin-top: 0px;
}
.portfolio_slider.servicios .query-unformatted {
display: block;
}
.homeblock_animated.v2023 .wp-block-group__inner-container {
width: auto;
padding-top: 0px;
padding-right: 20px;
padding-left: 20px;
}
.query-field.query-field-featured_image img {
width: 100%;
height: auto;
}
.portfolio_slider.servicios .query-row {
height: auto;
margin-bottom: 40px;
display:block;
margin-right:0px;
margin-left: 0px;
}
.portfolio_slider.servicios .query-row .query-field.query-field-post_excerpt{
height:auto;
position: static;
}
.portfolio_slider .query-field-post_title {
padding-top: 20px;
height: auto;
padding-bottom: 20px;
}
.fullwidth > div > * {
padding-left: 20px;
padding-right: 20px;
}
button.slick-prev.slick-arrow{
}
button.slick-next.slick-arrow{
right:-20px;
}
.o-breadcrumb {
display: none;
}
.wp-block-group.testimonios.full{
padding: 0px;
overflow:hidden;
}
.wp-block-group.testimonios.full > div {
width: auto;
padding: 0px 20px 0px 20px;
}
h1#service_title {
display: block !important;
text-transform: unset;
font-weight: 400;
padding: 0 20px;
font-size: 32px;
margin-bottom: 0px;
}
.row {
margin-right: 0px;
margin-left: 0px;
}
.col-12 {
padding: 0px;
}
body.single-servicios-auxiliares .p-blog-single__content,
body.single-servicios .p-blog-single__content {
margin-top: 0px;
}
body .l-theme-wrapper .l-main-wrapper .container .wp-block-group {
margin-bottom: 20px;
padding-left: 0px !important;
padding-right: 0px !important;
}
body.single-servicios-auxiliares .l-theme-wrapper .l-main-wrapper .container .wp-block-group > div,
body.single-servicios .l-theme-wrapper .l-main-wrapper .container .wp-block-group > div{
padding-left: 20px;
padding-right: 20px;
}
h2.titulo_aeropuerto strong:before,
h2.titulo_aeropuerto strong:after,
.hide_on_mobile{
display: none !important;
}
body.single-servicios-auxiliares .p-blog-single__content > *,
body.single-servicios .p-blog-single__content > * {
margin-bottom: 20px;
margin-top: 0px;
}
.destacado.anton, h2.anton {
font-size: 26px !important;
line-height: normal;
}
body .l-theme-wrapper .l-main-wrapper .pgroup>div>.small, body .l-theme-wrapper .l-main-wrapper .pgroup.small {
max-width: 90%;
}
body .query-todos_los_informes-wrapper .query-exposed form > *,
body .soportes .query-checkboxes{
display:block;
}
body .soportes label.query-checkbox {
border: 1px solid #000000 !important;
width: 24% !important;
padding: 12px 0px;
}
body .l-theme-wrapper .l-main-wrapper .pgroup {
max-width: 90%;
}
.tick_box {
padding: 12px;
} ul#menu-sitemap {
display: block;
}
.query-unformatted.query-ultimos_informes .query-row {
margin: 0px;
margin-bottom: 40px;
}
.query-unformatted.query-ultimos_informes {
display: block;
}
.forms_update .wpcf7-checkbox.categories label,
.forms_update .wpcf7-radio.categories label,
.forms_update .icon {
background-repeat: no-repeat;
background-size: auto 20px;
background-position: 8px center;
text-indent: 32px;
padding: 8px 8px;
}	
.forms_update .wpcf7-list-item-label{
font-size: 14px !important;
}
.forms_update .wpcf7-checkbox > span,
.forms_update .wpcf7-radio > span {
width: 48%;
width: 100%;
padding-left: 0px !important;
padding-right: 0px !important;
}
.forms_update .wpcf7-radio label {
width: 100%;
}
.forms_update .two-columns {
column-count: unset;
}
#faqs{
margin-top: 40px;
}
#faqs .wp-block-ub-content-toggle-accordion p{
max-width: 80%;
}
body .ntmblock {
padding-left: 20px;
padding-right: 20px;
}
.ntm_two_columns{
display:block !important;
column-count: 2;
}
.ntm_two_columns p{
margin-top: 10px;
}
div#virtual_header {
display: none;
}
div#header_video #header_video_title {
position: static;
padding: 0px;
}
div#header_video #header_video_title h1,
div#header_video #header_video_title p {
color: #000000 !important;
}
header.l-primary-header.l-primary-header--responsive {
padding-bottom: 0px !important;
padding-top: 32px !important;
}
.l-primary-header.l-primary-header--default,
.l-primary-header--default-wrapper,
.l-primary-header--responsive-wrapper{
display: block !important;
}
div#header_video_title p,
div#header_video_title h1 {
text-align: center;
}
.query.query-carrousel_servicios-wrapper.carousel.home2025 {
position: relative;
left: 6px;
}
body .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
padding: 20px 32px 20px 0;
}
body .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap.right {
position: absolute;
right: 0px;
}
body{
padding-top: 128px;
}
.l-primary-header--responsive-wrapper {
height: 128px!important;
overflow: hidden;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
z-index: 10000;
background-color: #ffffff;
}
.inner_blog .rfp-posts.rfp-grids .rfp-item {
display: block;
width: auto;
margin: 0;
margin-bottom: 20px;
}
h1{
font-size: 32px !important;
}
h2 {
font-size: 20px !important;
line-height: 30px;
}
body.page-template-ntm .container.l-main-wrapper__inner > .wp-block-group > div {
padding-left: 20px;
padding-right: 20px;
}
.wp-block-group.is-content-justification-center{
display: block;
}
.gap_40{
gap: 40px;
}
}