@charset "UTF-8";
@charset "UTF-8";
.lvca-accordion .lvca-panel-title {
display: block;
cursor: pointer; }
.lvca-accordion .lvca-panel-content {
display: none;
overflow: hidden; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title, .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title:after, .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
content: "\e912";
right: 30px;
top: 26px;
font-size: 14px;
line-height: 1;
color: #666;
font-weight: 700;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title:after, .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:after {
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
right: 30px;
top: 25px;
content: "\e913";
color: #999;
font-size: 18px;
line-height: 1;
-webkit-transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
-webkit-transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
transition: color .3s ease-in 0s, transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); } .lvca-accordion.lvca-style1 .lvca-panel {
margin: 20px 0 0;
background: #eee;
border-radius: 5px;
overflow: hidden; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title {
position: relative;
display: block;
padding: 20px 50px 20px 30px;
font-size: 18px;
line-height: 26px;
letter-spacing: 0;
font-weight: bold;
color: #666;
margin: 0; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-content {
background: #f8f8f8;
padding: 30px 30px; }
.lvca-accordion.lvca-style1 .lvca-panel:hover .lvca-panel-title {
background: #e2e2e2; }
.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title {
color: #333;
background: #e2e2e2; }
.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #333; } .lvca-accordion.lvca-style2 .lvca-panel {
margin: 20px 0 0;
color: #333;
-webkit-transition: color .3s;
transition: color .3s;
position: relative; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
position: relative;
display: block;
border-radius: 5px;
border: 1px solid #dcdcdc;
overflow: hidden;
padding: 20px 50px 20px 30px;
font-size: 18px;
line-height: 26px;
letter-spacing: 0;
font-weight: bold;
color: #666;
margin: 0;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
z-index: 1; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
height: 0;
width: 100%;
background: #4c5053;
-webkit-transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
z-index: -1; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content {
padding: 20px 30px;
border-color: #dcdcdc;
border-style: solid;
border-width: 0 1px 1px 1px;
border-radius: 0 0 5px 5px; }
.lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title, .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:after {
color: #fff;
border-color: #333; }
.lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:before {
height: 100%; }
.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title {
background: #4c5053;
color: #fff;
border-radius: 5px 5px 0 0;
border-color: #333; }
.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #fff; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
color: #888;
border-color: #404040; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:before {
background: #e5e5e5; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title {
color: #333; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:after {
color: #666; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title {
background: #e5e5e5;
color: #333;
border-color: #e5e5e5; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #666; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content {
border-color: #404040;
color: #909090; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h1, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h2, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h3, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h4, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h5, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h6 {
color: #e5e5e5; } .lvca-accordion.lvca-style3 .lvca-panel {
margin: 0;
border-bottom: 1px solid #dcdcdc; }
.lvca-accordion.lvca-style3 .lvca-panel:first-child {
border-top: 1px solid #dcdcdc; }
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
position: relative;
display: block;
padding: 20px 50px 20px 5px;
font-size: 14px;
line-height: 22px;
letter-spacing: 1px;
font-weight: bold;
text-transform: uppercase;
color: #666;
margin: 0; }
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
top: 24px; }
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content {
padding: 10px 50px 30px 5px; }
.lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title {
color: #333; }
.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title {
color: #333; }
.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #333; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel {
border-color: #404040; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
color: #b0b0b0; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
color: #888; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title {
color: #eaeaea; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title:after {
color: #aaa; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title {
color: #eaeaea; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #aaa; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content {
color: #909090; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h1, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h2, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h3, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h4, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h5, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h6 {
color: #e5e5e5; }.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;
}.lvca-carousel .lvca-carousel-item {
position: relative;
}
.lvca-carousel.lvca-container {
max-width: none;
}.lvca-clients {
clear: both;
overflow: hidden;
margin: 0 auto; }
@media (max-width: 479px) {
.lvca-clients .lvca-grid-mobile-1 .lvca-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-1 .lvca-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-2 .lvca-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-2 .lvca-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-3 .lvca-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-3 .lvca-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-4 .lvca-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-4 .lvca-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-5 .lvca-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-5 .lvca-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-6 .lvca-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-6 .lvca-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
@media (min-width: 480px) and (max-width: 800px) {
.lvca-clients .lvca-grid-tablet-1 .lvca-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-1 .lvca-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-2 .lvca-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-2 .lvca-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-3 .lvca-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-3 .lvca-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-4 .lvca-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-4 .lvca-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-5 .lvca-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-5 .lvca-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-6 .lvca-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-6 .lvca-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
@media only screen and (min-width: 801px) {
.lvca-clients .lvca-grid-desktop-1 .lvca-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-1 .lvca-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-2 .lvca-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-2 .lvca-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-3 .lvca-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-3 .lvca-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-4 .lvca-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-4 .lvca-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-5 .lvca-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-5 .lvca-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-6 .lvca-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-6 .lvca-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
.lvca-clients .lvca-client {
position: relative;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
overflow: hidden; }
.lvca-dark-bg .lvca-clients .lvca-client {
border-color: #505050 !important; }
.lvca-clients .lvca-client img {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
width: 100%;
margin: 0;
display: block; }
.lvca-clients .lvca-client .lvca-client-name {
position: absolute;
z-index: 2;
top: 50%;
text-align: center;
width: 100%;
height: 100%;
margin-top: -12px;
color: #fff;
font-size: 18px;
line-height: 26px;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s;
opacity: 0; }
.lvca-clients .lvca-client .lvca-client-name a {
color: #fff;
text-decoration: none; }
.lvca-clients .lvca-client .lvca-image-overlay {
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: #000;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-clients .lvca-client:hover .lvca-image-overlay {
opacity: 0.7; }
.lvca-dark-bg .lvca-clients .lvca-client:hover .lvca-image-overlay {
opacity: 0.8; }
.lvca-clients .lvca-client:hover .lvca-client-name {
opacity: 1; }.lvca-heading {
text-align: center;
margin: 0 auto 60px;
max-width: 640px; }
@media only screen and (max-width: 767px) {
.lvca-heading {
margin-bottom: 40px; } }
.lvca-heading .lvca-text {
font-size: 18px;
line-height: 28px;
margin: 0 auto; }
@media only screen and (max-width: 767px) {
.lvca-heading .lvca-text {
font-size: 15px;
line-height: 26px; } }
.lvca-heading.lvca-alignleft, .lvca-heading.lvca-alignright {
margin: 0; }
.lvca-heading.lvca-alignleft .lvca-text, .lvca-heading.lvca-alignright .lvca-text {
margin: 0; }
.lvca-heading.lvca-alignleft {
text-align: left; }
.lvca-heading.lvca-alignright {
text-align: right; }
.lvca-heading .lvca-title {
font-weight: 700;
font-size: 32px;
line-height: 42px;
margin: 0 auto 20px;
color: #333;
font-weight: bold; }
@media only screen and (max-width: 767px) {
.lvca-heading .lvca-title {
font-size: 24px;
line-height: 32px; } }
.lvca-dark-bg .lvca-heading .lvca-title {
color: #e5e5e5; }
.lvca-dark-bg .lvca-heading .lvca-subtitle {
color: #B0B0B0; }
.lvca-dark-bg .lvca-heading .lvca-text {
color: #909090; }
.lvca-heading.lvca-alignleft .lvca-title, .lvca-heading.lvca-alignright .lvca-title {
margin: 0 0 20px; }
.lvca-heading .lvca-subtitle {
margin: 0 auto 5px;
color: #888;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
position: relative;
display: inline-block;
padding: 0 10px; }
@media only screen and (max-width: 767px) {
.lvca-heading .lvca-subtitle {
font-size: 11px;
line-height: 18px; } }
.lvca-heading.lvca-alignleft .lvca-subtitle, .lvca-heading.lvca-alignright .lvca-subtitle {
margin: 0 0 5px;
padding: 0; }
.lvca-heading.lvca-alignleft .lvca-subtitle:before, .lvca-heading.lvca-alignleft .lvca-subtitle:after, .lvca-heading.lvca-alignright .lvca-subtitle:before, .lvca-heading.lvca-alignright .lvca-subtitle:after {
display: none; }
.lvca-heading.lvca-style3 {
margin: 0 auto 30px; }
.lvca-heading.lvca-style3 .lvca-title {
font-size: 22px;
line-height: 32px;
text-transform: uppercase;
letter-spacing: 1px; }
.lvca-heading.lvca-style3 .lvca-title:after {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: ""; }
.lvca-heading.lvca-style3 .lvca-title:after {
margin: 10px auto 20px; }
.lvca-dark-bg .lvca-heading.lvca-style3 .lvca-title:after {
background: #909090; }
@media only screen and (max-width: 767px) {
.lvca-heading.lvca-style3 .lvca-title {
font-size: 16px;
line-height: 24px; } }
.lvca-heading.lvca-style3.lvca-alignleft, .lvca-heading.lvca-style3.lvca-alignright {
margin: 0 0 30px; }
.lvca-heading.lvca-style3.lvca-alignleft .lvca-title:after, .lvca-heading.lvca-style3.lvca-alignright .lvca-title:after {
margin: 10px 0 20px; }.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative; }
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative; }
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
visibility: hidden; }
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden; }
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block; }
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden; }
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0); }
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute; }
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
transition: -webkit-transform 2s;
transition: transform 2s;
transition: transform 2s, -webkit-transform 2s; }
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
transition: -webkit-transform 2s;
transition: transform 2s;
transition: transform 2s, -webkit-transform 2s;
-webkit-transform: translateY(0);
transform: translateY(0); }
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
font-family: "Helvetica Neue", sans-serif;
line-height: 1.1em; }
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
text-align: center; } .lvca-odometers {
font-size: 0; }
.lvca-odometers .lvca-odometer {
display: inline-block;
vertical-align: top;
text-align: left;
position: relative;
margin-bottom: 50px; }
.lvca-odometers .lvca-odometer:last-child:after {
border: none; }
.lvca-odometers .lvca-odometer .lvca-prefix, .lvca-odometers .lvca-odometer .lvca-suffix {
display: inline;
font-size: 36px;
line-height: 48px;
color: #333;
vertical-align: middle; }
.lvca-odometers .lvca-odometer .lvca-prefix {
margin-right: 5px;
margin-left: 5px; }
.lvca-odometers .lvca-odometer .lvca-suffix {
margin-left: 5px; }
.lvca-odometers .lvca-odometer .lvca-number {
font-size: 60px;
line-height: 72px;
font-style: normal;
text-transform: none;
letter-spacing: 2px;
font-weight: 900;
color: #333;
margin-bottom: 10px; }
.lvca-odometers .lvca-odometer .lvca-number span {
font-size: 60px; }
.lvca-dark-bg .lvca-odometers .lvca-odometer .lvca-number {
color: #e5e5e5; }
.lvca-odometers .lvca-odometer .lvca-stats-title {
font-size: 18px;
line-height: 28px;
display: inline-block;
color: #888; }
.lvca-dark-bg .lvca-odometers .lvca-odometer .lvca-stats-title {
color: #909090; }
.lvca-odometers .lvca-odometer .lvca-stats-title span {
float: left;
margin-right: 15px; }
.lvca-odometers .lvca-odometer .lvca-stats-title .lvca-icon-wrapper {
font-size: 32px;
margin-right: 10px;
vertical-align: middle;
color: #ccc; }
@media only screen and (max-width: 960px) {
.lvca-odometers .lvca-odometer .lvca-number {
font-size: 48px;
line-height: 56px;
margin-bottom: 0; }
.lvca-odometers .lvca-odometer .lvca-number span {
font-size: 48px; }
.lvca-odometers .lvca-odometer .lvca-stats-title {
font-size: 15px;
line-height: 26px; } }
@media only screen and (max-width: 479px) {
.lvca-odometers .lvca-odometer {
text-align: center; } }.lvca-piechart {
position: relative;
text-align: center;
float: left;
overflow: hidden;
float: left;
padding: 10px; }
.lvca-piechart canvas {
position: relative;
top: 0;
left: 0;
max-width: 100%;
margin: 0 auto; }
.lvca-piechart .lvca-label {
text-align: center;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
top: 55%;
max-width: 65%;
color: #888; }
.lvca-dark-bg .lvca-piechart .lvca-label {
color: #909090; }
.lvca-piechart .lvca-percentage span {
position: absolute;
top: 25%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
font-size: 60px;
line-height: 60px;
font-weight: 300;
text-align: center;
color: #333;
font-weight: bolder; }
.lvca-dark-bg .lvca-piechart .lvca-percentage span {
color: #e5e5e5; }
.lvca-piechart .lvca-percentage sup {
font-size: 18px;
vertical-align: super; }
.lvca-piechart.dark-bg .lvca-label {
color: #fff; }
.lvca-piechart.dark-bg .lvca-percentage span {
color: #eee; }
@media only screen and (max-width: 479px) {
.lvca-piechart canvas {
margin-bottom: 15px; } }

.lvca-posts-carousel {
clear: both;
max-width: none; }
@media only screen and (min-width: 1024px) {
.lvca-posts-carousel {
max-width: 96%; } }
.lvca-posts-carousel .lvca-posts-carousel-item .hentry {
background: #fff;
border-radius: 6px;
border: none;
padding: 0;
margin: 0;
-webkit-transition: -webkit-box-shadow .25s ease 0s;
transition: -webkit-box-shadow .25s ease 0s;
transition: box-shadow .25s ease 0s;
transition: box-shadow .25s ease 0s, -webkit-box-shadow .25s ease 0s;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
overflow: hidden; }
.lvca-posts-carousel .lvca-posts-carousel-item .hentry:hover {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image {
position: relative;
overflow: hidden; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .fl-photo-content {
width: 100%; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image img {
width: 100%;
display: block;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
max-width: 100%; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info {
display: block;
text-align: center; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-info {
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title {
padding: 10px;
margin: 0;
font-size: 22px;
line-height: 34px;
font-weight: 400;
color: #fff;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
@media only screen and (max-width: 1024px) {
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title {
font-size: 18px;
line-height: 26px; } }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a {
display: inline;
color: #fff;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-bottom: 1px solid transparent; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover {
border-bottom: 2px solid #ccc; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms {
display: block;
color: #f9f9f9;
font-size: 14px;
line-height: 22px;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms a {
color: #ddd;
position: relative;
display: inline;
zoom: 1;
font-size: 14px;
line-height: 22px;
font-style: italic;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms a:hover {
color: #fff; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-post-title, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-terms {
opacity: 1; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap {
text-align: center;
max-width: 650px;
margin: 0 auto;
padding: 25px 15px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 16px;
line-height: 24px;
margin-bottom: 10px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title:after, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title:before {
display: none; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a {
color: #333333;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a:hover {
color: #888; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span {
display: inline-block;
padding: 0;
margin: 0;
font-style: italic;
color: #999; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span a {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-style: normal; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:after {
content: '//';
padding-left: 6px;
padding-right: 6px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:first-child {
border: none;
padding-left: 0; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:last-child:after {
display: none; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary {
padding: 0;
margin: 10px auto 0; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary:before {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: "";
text-align: center;
margin: 0 auto 15px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list {
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list:after {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: ""; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list:after {
text-align: center;
margin: 10px auto 10px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list a {
font-style: italic;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .type-post .lvca-entry-text-wrap .entry-summary:before {
display: none; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more {
margin: 25px 0 0 0; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button) {
color: #333;
font-size: 12px;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
display: block;
padding: 0;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):hover {
color: #666; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):after {
content: '›';
display: inline-block;
margin-left: 7px; }
.rtl .lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):after {
margin: 0 7px 0 0; }.lvca-pricing-table .lvca-pricing-plan {
float: left;
padding: 10px; }
.lvca-center {
text-align: center; }
.lvca-pricing-table {
padding: 0; }
.lvca-pricing-table .lvca-top-header {
padding: 15px 0;
background-color: #494949;
border-bottom: 1px solid #2c2b2b; }
.lvca-pricing-table .lvca-top-header h3 {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 20px;
line-height: 32px;
color: #fefefe;
margin: 0; }
.lvca-pricing-table .lvca-top-header img {
margin-top: 15px; }
.lvca-pricing-table .lvca-top-header .lvca-tagline {
display: block;
font-size: 15px;
line-height: 24px;
color: #EDEDED;
text-transform: none;
text-align: center;
margin-bottom: 5px; }
.lvca-pricing-table .lvca-pricing-plan {
background: #fff;
padding: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.1s ease-in-out 0s;
transition: all 0.1s ease-in-out 0s;
margin-bottom: 30px; }
.lvca-pricing-table .lvca-pricing-plan:hover .lvca-purchase {
background: #e5e5e5; }
.lvca-pricing-table .lvca-pricing-plan .lvca-plan-price {
color: #fff;
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin: 0; }
.lvca-pricing-table .lvca-pricing-plan .lvca-plan-price span {
font-size: 22px;
line-height: 32px; }
.lvca-pricing-table .lvca-plan-header {
padding: 30px 0 30px;
background-color: #494949; }
.lvca-pricing-table .lvca-plan-price .lvca-text {
display: inline-block;
padding: 6px 25px;
border-radius: 25px;
background: #2C2B2B; }
.lvca-pricing-table .lvca-plan-price sup {
font-size: 18px;
line-height: 32px;
vertical-align: top;
margin-right: 2px;
position: static; }
.lvca-pricing-table .lvca-plan-details {
padding: 15px 0;
margin: 0;
border: 1px solid #eee; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item {
list-style: none;
display: block;
padding: 6px;
margin: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align: center; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item i {
color: #777;
font-size: 18px;
display: inline;
margin-right: 8px; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-title {
color: #838383;
margin-bottom: 10px; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value-wrap {
display: block; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value-wrap:after {
position: relative;
content: "";
background: #ddd;
width: 120px;
height: 1px;
display: block;
margin: 12px auto 0; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value {
color: #444;
font-size: 24px;
line-height: 32px;
display: inline; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item s {
color: #b4c9d3; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item:last-child .lvca-value-wrap:after {
display: none; }
.lvca-pricing-table .lvca-purchase {
text-align: center;
text-transform: uppercase;
padding: 15px 0;
margin: 0 auto;
background: #f1f1f1;
-webkit-transition: all 0.1s ease-in-out 0s;
transition: all 0.1s ease-in-out 0s;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee; }
.lvca-pricing-table .lvca-purchase a {
padding: 12px 25px;
border-radius: 5px;
letter-spacing: 0;
font-size: 16px;
line-height: 24px;
letter-spacing: 6px;
font-weight: bold; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight {
background: #f5f5f5;
margin-top: -10px; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-plan-details {
border-color: #e5e5e5; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-top-header {
padding: 20px 0; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-pricing-table .lvca-top-header h3 {
color: #28c2ba !important; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-purchase {
padding: 20px 0;
background-color: #e5e5e5;
border-color: #ddd; }.lvca-services.lvca-style1 .lvca-service .lvca-icon-wrapper span {
display: block;
text-align: center;
font-size: 96px;
line-height: 1;
margin-bottom: 20px;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-services.lvca-style1 .lvca-service .lvca-image-wrapper img {
display: block;
max-width: 100%;
text-align: center;
margin: 0 auto 25px;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-services.lvca-style1 .lvca-service .lvca-service-text {
text-align: center;
max-width: 300px;
margin: 0 auto; }
.lvca-services.lvca-style1 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
margin-bottom: 20px; }
.lvca-services.lvca-style1 .lvca-service:hover .lvca-image-wrapper img {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9); } .lvca-services.lvca-style2 .lvca-service .lvca-image-wrapper img, .lvca-services.lvca-style2 .lvca-service .lvca-icon-wrapper span {
float: left;
margin-right: 18px; }
.lvca-services.lvca-style2 .lvca-service .lvca-icon-wrapper span {
font-size: 24px;
line-height: 32px; }
.lvca-services.lvca-style2 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
margin-bottom: 20px; } .lvca-services.lvca-style3 .lvca-service .lvca-icon-wrapper span {
display: block;
text-align: left;
font-size: 80px;
line-height: 1;
margin-bottom: 25px;
color: #555; }
.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-icon-wrapper span {
color: #c5c5c5; }
.lvca-services.lvca-style3 .lvca-service .lvca-image-wrapper img {
display: block;
max-width: 100%;
text-align: left;
margin-bottom: 25px; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text {
text-align: left;
max-width: 300px;
margin: 0;
font-size: 14px;
line-height: 32px;
color: #888; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list {
padding: 0;
margin: 0;
border: none; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li {
border-bottom: 1px solid #eee;
position: relative;
padding: 0;
margin: 0;
list-style: none;
line-height: 42px; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:hover {
padding: 0; }
.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li {
border-color: #333; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:before {
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
display: inline-block;
height: auto;
width: auto;
background: none;
float: none;
vertical-align: middle;
margin: 0 15px 0 0;
content: "\e913";
color: #BBBBBB;
font-size: 12px;
line-height: 1; }
.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:before {
color: #606060; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
margin-bottom: 20px; } .lvca-services.lvca-style4 .lvca-service {
margin-bottom: 60px; }
.lvca-services.lvca-style4 .lvca-service .lvca-image-wrapper img, .lvca-services.lvca-style4 .lvca-service .lvca-icon-wrapper span {
display: block;
margin-bottom: 20px;
text-align: left; }
.lvca-services.lvca-style4 .lvca-service .lvca-icon-wrapper span {
font-size: 36px;
line-height: 1;
color: #888; }
.lvca-services.lvca-style4 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px; } .lvca-services.lvca-style5 .lvca-service {
margin-bottom: 80px; }
@media only screen and (max-width: 767px) {
.lvca-services.lvca-style5 .lvca-service {
margin-bottom: 50px; } }
.lvca-services.lvca-style5 .lvca-service .lvca-icon-wrapper span {
display: block;
text-align: center;
font-size: 48px;
line-height: 1;
margin-bottom: 15px;
color: #999;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-services.lvca-style5 .lvca-service .lvca-image-wrapper img {
display: block;
max-width: 100%;
text-align: center;
margin: 0 auto 25px;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-services.lvca-style5 .lvca-service .lvca-service-text {
text-align: center;
max-width: 300px;
margin: 0 auto; }
.lvca-services.lvca-style5 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 16px;
line-height: 26px;
margin-bottom: 10px; }
.lvca-services.lvca-style5 .lvca-service:hover .lvca-image-wrapper img {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9); } .lvca-services .lvca-service {
margin-bottom: 50px; }
.lvca-services .lvca-service .lvca-icon-wrapper span {
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-services .lvca-service .lvca-service-text {
font-size: 15px;
line-height: 24px; }
.lvca-dark-bg .lvca-services .lvca-service .lvca-service-text {
color: #909090; }
.lvca-dark-bg .lvca-services .lvca-service .lvca-service-text .lvca-title {
color: #e5e5e5; }.lvca-stats-bars .lvca-stats-bar {
width: 100%;
display: block;
margin: 0 0 18px;
overflow: hidden; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-title {
margin: 0;
display: block;
color: #888;
font-style: normal;
font-size: 15px;
text-transform: none;
color: #333;
font-size: 16px;
line-height: 28px; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-title span {
margin-left: 5px; }
.lvca-dark-bg .lvca-stats-bars .lvca-stats-bar .lvca-stats-title {
color: #ddd; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-wrap {
position: relative; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-content {
background: #e55a54;
display: block;
height: 10px;
width: 0;
position: relative;
z-index: 1;
border-radius: 5px; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-bg {
width: 100%;
background: rgba(0, 0, 0, 0.1);
height: 10px;
display: block;
margin-top: -10px;
border-radius: 5px; }
.lvca-dark-bg .lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-bg {
background: rgba(255, 255, 255, 0.1); }@-webkit-keyframes lvca-fade {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes lvca-fade {
0% {
opacity: 0; }
100% {
opacity: 1; } } .lvca-tabs {
position: relative;
overflow: hidden; }
.lvca-tabs .lvca-tab-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.lvca-tabs .lvca-tab-nav .lvca-tab {
text-align: center;
-webkit-box-flex: 0;
box-flex: 0;
-moz-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.lvca-tabs .lvca-tab-nav .lvca-tab a {
display: block;
text-overflow: ellipsis;
white-space: normal;
padding: 20px 40px;
text-decoration: none;
border: none;
margin: 0;
outline: none;
-webkit-transition: color .3s ease-in-out 0s;
transition: color .3s ease-in-out 0s; }
@media only screen and (max-width: 1024px) {
.lvca-tabs .lvca-tab-nav .lvca-tab a {
padding: 20px 25px; } }
.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span {
font-size: 32px;
font-weight: 400;
vertical-align: middle;
margin-right: 10px; }
.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-image-wrapper img {
max-width: 24px;
display: inline-block;
vertical-align: middle;
height: auto;
width: auto;
padding: 0;
margin: 0 10px 0 0;
border: none; }
.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-tab-title {
font-size: 14px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px; }
.lvca-tabs .lvca-tab-panes {
position: relative; }
.lvca-tabs .lvca-tab-panes .lvca-tab-pane {
padding: 40px;
display: none;
overflow: hidden; }
.lvca-tabs .lvca-tab-panes .lvca-tab-pane.lvca-active {
display: block;
-webkit-animation: lvca-fade 0.3s ease-in-out;
animation: lvca-fade 0.3s ease-in-out; } .lvca-no-flexbox .lvca-tab-nav {
display: block; }
.lvca-no-flexbox .lvca-tab-nav .lvca-tab {
min-width: 15%;
display: inline-block; } .lvca-tabs.lvca-vertical {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.lvca-tabs.lvca-vertical .lvca-tab-nav {
-webkit-box-flex: 1;
box-flex: 1;
-moz-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.lvca-tabs.lvca-vertical .lvca-tab-panes {
-webkit-box-flex: 4;
box-flex: 4;
-moz-flex: 4 1 auto;
-ms-flex: 4 1 auto;
flex: 4 1 auto; }
.lvca-tabs.lvca-vertical.lvca-mobile-layout {
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column; } .lvca-tab-mobile-menu {
display: none; position: absolute;
top: 23px;
right: 20px;
background: transparent;
border: none;
z-index: 10; }
.lvca-tab-mobile-menu i {
font-size: 18px;
color: #777;
font-weight: bold; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-mobile-menu {
display: block; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-nav {
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
cursor: pointer; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
text-align: center;
display: none; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-nav .lvca-tab.lvca-active {
display: block; }
.lvca-tabs.lvca-mobile-layout.lvca-mobile-open { }
.lvca-tabs.lvca-mobile-layout.lvca-mobile-open .lvca-tab-nav .lvca-tab {
display: block; }
.lvca-tabs.lvca-mobile-layout.lvca-mobile-open .lvca-tab-mobile-menu i:before {
content: '\e911'; } .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab {
border-left: 1px solid #d9d9d9;
border-bottom: 1px solid #e2e2e2;
background: #e9e9e9; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab:first-child {
border-left-color: transparent;
border-radius: 5px 0 0 0; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab:last-child {
border-radius: 0 5px 0 0; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active {
border-bottom: none;
background: #f2f2f2; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a {
color: #777; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a:focus {
color: #333; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style1 .lvca-tab-panes {
background: #f2f2f2;
border-radius: 0 4px 4px 4px; }
.lvca-tabs.lvca-style1.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
background: #eeeeee; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab {
border-left: none;
border-bottom-color: #d9d9d9; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab:first-child {
border-radius: 5px 5px 0 0; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab:last-child {
border-radius: 0; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab-panes {
border-radius: 0; } .lvca-tabs.lvca-style2 .lvca-tab-nav {
background: #f2f2f2;
border-radius: 5px 5px 0 0;
padding: 0 30px; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab {
padding: 20px 10px;
position: relative; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a {
display: inline-block;
padding: 5px 20px;
border-radius: 34px;
color: #666;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:focus {
color: #888; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 8px;
margin: 0 auto;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #3c3d41; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active a {
background: #838d8f;
color: #fff; }
.lvca-tabs.lvca-style2 .lvca-tab-panes {
background: #3c3d41;
border-radius: 0 0 5px 5px; }
.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane {
color: #838d8f; }
.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h1, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h2, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h3, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h4, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h5, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h6 {
color: #fff; }
.lvca-tabs.lvca-style2.lvca-mobile-layout .lvca-tab-mobile-menu {
top: 27px; }
.lvca-tabs.lvca-style2.lvca-mobile-layout .lvca-tab-nav {
padding: 0; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
border-bottom: 1px solid #e2e2e2; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab:last-child {
border-bottom: none; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active:after {
display: none; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a {
color: #333; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:focus {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active a {
background: #aaa;
color: #fff; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active:after {
border-bottom: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes {
background: #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h6 {
color: #333333; } .lvca-tabs.lvca-style3 .lvca-tab-nav {
background: #3c3d41;
border-radius: 5px 5px 0 0; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab {
position: relative;
border-right: 1px solid #4e4f53; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a {
padding: 20px 30px;
border-radius: 34px;
color: #8f8e93;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:focus {
color: #ccc; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 8px;
margin: 0 auto;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #f2f2f2; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span, .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-image-wrapper img {
margin: 0 auto; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-tab-title {
display: none; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #eeeeee; }
.lvca-tabs.lvca-style3 .lvca-tab-panes {
background: #f2f2f2;
border-radius: 0 0 5px 5px; }
.lvca-tabs.lvca-style3.lvca-mobile-layout .lvca-tab-nav {
-webkit-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
padding-right: 60px; }
.lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
border-bottom: 1px solid #4e4f53; }
.lvca-dark-bg .lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
border-bottom-color: #e5e5e5; }
.lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active:after {
display: none; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav {
background: #fff; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab {
border-right: 1px solid #ececec; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a {
color: #969696; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:focus {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active:after {
border-bottom: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes {
background: #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h6 {
color: #333; } .lvca-tabs.lvca-style4 {
background: #f2f2f2;
border-radius: 5px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav {
border-bottom: 1px solid #dddddd;
margin: 0 40px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab {
position: relative;
z-index: 1;
margin-right: 20px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:last-child {
margin-right: 0; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab a {
color: #888;
padding: 30px 20px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: transparent;
-webkit-transition: background .3s ease-in-out 0s;
transition: background .3s ease-in-out 0s; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:hover a {
color: #565656; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active:before {
background: #f94213;
height: 2px; }
.lvca-tabs.lvca-style4 .lvca-tab-pane {
padding: 40px; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav {
cursor: pointer;
padding: 0;
margin: 0;
border: none; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
margin: 0;
border-bottom: 1px solid #e0e0e0; }
.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
border-left: 1px solid #404040;
border-right: 1px solid #404040;
border-bottom-color: #404040; }
.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab:first-child {
border-top: 1px solid #404040; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
padding: 20px 25px; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab:before {
display: none; }
.lvca-tabs.lvca-style4.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active {
border-left: 2px solid #f94213;
border-right: 2px solid #f94213; }
.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
border-top: 1px solid #404040; }
.lvca-dark-bg .lvca-tabs.lvca-style4 {
background: transparent; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav {
margin: 0;
border-bottom: 1px solid #2a2a2a; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab a {
color: #707070; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:hover a {
color: #b0b0b0; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #e5e5e5; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane {
padding: 40px 0 0;
color: #909090; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h6 {
color: #e5e5e5; } .lvca-tabs.lvca-style5 .lvca-tab-nav a {
padding: 20px 50px;
color: #777;
position: relative;
z-index: 1; }
.lvca-tabs.lvca-style5 .lvca-tab-nav a:after {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background-color: #e9e9e9;
content: '';
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
transition: background-color 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-perspective-origin: 50% 100%;
perspective-origin: 50% 100%; }
.lvca-tabs.lvca-style5 .lvca-tab-nav a:hover, .lvca-tabs.lvca-style5 .lvca-tab-nav a:focus {
color: #333; }
.lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a:after {
background-color: #f2f2f2;
-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
transform: perspective(900px) rotate3d(1, 0, 0, 0deg); }
.lvca-tabs.lvca-style5 .lvca-tab-panes {
background: #f2f2f2; }
.lvca-tabs.lvca-style5.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
background: #f2f2f2;
border-bottom: 1px solid #e5e5e5; }
.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a {
color: #b0b0b0; }
.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a:focus {
color: #dddddd; }
.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; } .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab {
text-align: left; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
padding: 5px 2px;
color: #666;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
display: inline-block; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a:focus, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a:focus {
color: #333333; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab.lvca-active a, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab.lvca-active a {
border-color: #f94213;
color: #333; }
.lvca-tabs.lvca-style6 .lvca-tab-pane, .lvca-tabs.lvca-style7 .lvca-tab-pane {
padding: 40px 0 0; }
.lvca-tabs.lvca-style6 .lvca-tab-nav {
margin: 0 auto;
text-align: left; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab {
margin-right: 50px; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab:last-child {
margin-right: 0; }
.lvca-tabs.lvca-style6 .lvca-tab-pane {
padding: 40px 0 0; }
.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab {
padding: 0 25px 0 0; }
.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
max-width: none;
margin: 6px 0; }
@media only screen and (max-width: 479px) {
.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
text-align: center; } }
.lvca-tabs.lvca-style7 .lvca-tab-panes {
-webkit-box-flex: 6;
box-flex: 6;
-moz-flex: 6 1 auto;
-ms-flex: 6 1 auto;
flex: 6 1 auto; }
.lvca-tabs.lvca-style7 .lvca-tab-panes .lvca-tab-pane {
padding: 0 0 0 20px; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-mobile-menu, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-mobile-menu {
top: 22px; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-nav .lvca-tab, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
padding: 12px 0;
width: 100%;
text-align: center; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-nav .lvca-tab a, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
margin: 0; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-pane, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-pane {
padding: 30px 0 0; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
color: #b0b0b0; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab:hover a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab:hover a {
color: #dddddd; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab.lvca-active a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #eaeaea; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane {
color: #909090; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h6, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h6 {
color: #e5e5e5; } .lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab {
margin: 2px 0; }
.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a {
padding: 15px 30px;
border-radius: 4px;
background: #f2f2f2;
color: #777777;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-left: 3px solid transparent;
text-align: left; }
.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a:focus {
color: #333333; }
.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333;
border-left-color: #f94213; }
.lvca-tabs.lvca-style8 .lvca-tab-pane {
padding: 0 0 0 40px; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-mobile-menu {
top: 18px; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
text-align: left; }
.lvca-tabs.lvca-style8.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active a {
border-color: transparent !important; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-pane {
padding: 30px 0 0; }
.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane {
color: #909090; }
.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h6 {
color: #e5e5e5; } .lvca-tabs.lvca-style9 {
background: #f2f2f2;
border-radius: 5px; }
.lvca-tabs.lvca-style9 .lvca-tab-nav {
border-right: 1px solid #dddddd; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab {
border-bottom: 1px solid #d8d8d8;
background: #e9e9e9; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab.lvca-active {
margin-right: -1px;
background: #f2f2f2; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a {
padding: 20px 30px;
color: #777; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a:focus {
color: #333; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style9 .lvca-tab-panes {
-webkit-box-flex: 5;
box-flex: 5;
-moz-flex: 5 1 auto;
-ms-flex: 5 1 auto;
flex: 5 1 auto; }
.lvca-tabs.lvca-style9.lvca-mobile-layout .lvca-tab-nav {
border-right: none; }
.lvca-tabs.lvca-style9.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
background: #eeeeee;
border: none; } .lvca-tabs.lvca-style10 .lvca-tab-nav {
background: #3c3d41;
border-radius: 5px 0 0 5px; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab {
position: relative;
border-bottom: 1px solid #4e4f53;
padding: 0; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab:last-child {
border-bottom: none; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a {
padding: 20px;
color: #8f8e93;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:focus {
color: #ccc; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active:after {
content: '';
display: block;
position: absolute;
top: 32px;
right: 0;
height: 8px;
margin: 0 auto;
border-top: 8px solid transparent;
border-right: 8px solid #f2f2f2;
border-bottom: 8px solid transparent; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span, .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-image-wrapper {
margin: 0 auto; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-tab-title {
display: none; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #fff; }
.lvca-tabs.lvca-style10 .lvca-tab-panes {
background: #f2f2f2;
border-radius: 0 5px 5px 0; }
.lvca-tabs.lvca-style10.lvca-mobile-layout {
-webkit-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row; }
.lvca-tabs.lvca-style10.lvca-mobile-layout .lvca-tab-mobile-menu {
display: none; }
.lvca-tabs.lvca-style10.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
display: block; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav {
background: #fff; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab {
border-bottom: 1px solid #ececec; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab:last-child {
border-bottom: none; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a {
color: #969696; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:focus {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active:after {
border-right: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes {
background: #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h6 {
color: #333; }.lvca-team-members .lvca-team-member .lvca-social-list {
margin-top: 20px; }
.lvca-team-members .lvca-team-member .lvca-social-list .lvca-social-list-item {
display: inline;
margin: 0 15px 0 0; }
.lvca-team-members .lvca-team-member .lvca-team-member-details {
font-size: 15px;
line-height: 24px; }
.lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px; }
.lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-team-member-position {
font-size: 15px;
line-height: 24px;
font-style: italic;
color: #888;
margin-bottom: 10px; } .lvca-team-members.lvca-style1 .lvca-team-member-wrapper {
float: left;
padding: 10px; }
.lvca-team-members.lvca-style1 .lvca-team-member {
max-width: 320px;
margin: 0 auto 40px; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper {
text-align: center;
position: relative; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper img {
max-width: 100%;
margin: 0 auto 30px;
border-radius: 50%;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list {
position: absolute;
height: 100%;
width: 100%;
top: 40%;
z-index: 2; }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list {
position: relative;
top: 0; } }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i {
font-size: 26px;
color: #fff;
opacity: 0;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i:hover {
color: #ccc; }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i {
color: inherit;
opacity: 1; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i:hover {
color: inherit; } }
.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper img {
-webkit-filter: brightness(80%);
filter: brightness(80%); } }
.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper .lvca-social-list i {
opacity: 1; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-team-member-text {
text-align: center;
max-width: 650px; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-team-member-text .lvca-title {
margin-bottom: 10px; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-social-list {
margin: 10px auto; } .lvca-team-members.lvca-style2 {
position: relative;
max-width: 960px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper {
clear: both;
margin-top: 100px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:first-child {
margin-top: 0; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-image-wrapper {
float: left;
position: relative; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-image-wrapper img {
max-width: 320px;
border-radius: 50%;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text {
margin: 10px 0 0;
vertical-align: middle;
padding-top: 20px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-title {
margin-bottom: 5px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-team-member-details {
margin: 10px 0 10px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-social-list i {
font-size: 24px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:hover .lvca-image-wrapper img {
-webkit-filter: brightness(80%);
filter: brightness(80%); }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(odd) .lvca-image-wrapper {
margin-right: 50px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-image-wrapper {
float: right;
margin-left: 50px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-title, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-team-member-position, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-team-member-details, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-social-list {
text-align: right; }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper {
margin-top: 75px; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text {
width: 100%;
float: none; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper {
text-align: center; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper img {
margin: 0 auto 20px; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text {
max-width: 400px;
margin: 0 auto;
padding-top: 0; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-title, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-team-member-position, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-team-member-details, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-social-list {
text-align: center !important; } }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-details {
color: #909090; }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-title {
color: #e5e5e5; }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-team-member-position {
color: #505050; }.lvca-testimonials .lvca-testimonial {
margin-bottom: 50px; }
.lvca-testimonials .lvca-testimonial-text {
background: #ffffff;
border: 1px solid #dbdbdb;
border-radius: 30px;
text-align: center;
position: relative;
padding: 20px;
margin-bottom: 40px;
font-style: italic;
font-size: 15px;
line-height: 24px;
color: #888;
text-align: center;
max-width: 450px; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-text {
color: #666;
background: #eee; }
.lvca-testimonials .lvca-testimonial-text:after {
content: '';
display: block;
background: #fff;
border-left: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
background: #ffffff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: skew(0deg, -44deg);
width: 24px;
height: 24px;
position: absolute;
bottom: -12px;
left: 40px;
margin: auto; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-text:after {
background: #eee; }
.lvca-testimonials .lvca-testimonial-user {
display: table; }
.lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper {
display: table-cell; }
.lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper img {
max-width: 64px;
border-radius: 50%;
margin-right: 20px; }
.lvca-testimonials .lvca-testimonial-user .lvca-text {
display: table-cell;
vertical-align: middle;
color: #888; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text {
color: #909090; }
.lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 15px;
line-height: 24px;
margin-bottom: 5px;
color: #333; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name {
color: #e5e5e5; }.lvca-flex-container a:hover,
.lvca-flex-slider a:hover {
outline: none;
}
.lvca-slides,
.lvca-slides > li,
.lvca-flex-control-nav,
.lvca-flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.lvca-flex-pauseplay span {
text-transform: capitalize;
} .lvca-flexslider {
margin: 0;
padding: 0;
}
.lvca-flexslider .lvca-slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.lvca-flexslider .lvca-slides img {
width: 100%;
display: block;
}
html[xmlns] .lvca-flexslider .lvca-slides {
display: block;
}
* html .lvca-flexslider .lvca-slides {
height: 1%;
}
.no-js .lvca-flexslider .lvca-slides > li:first-child {
display: block;
} .lvca-flexslider {
margin: 0;
position: relative;
zoom: 1;
}
.lvca-flexslider .lvca-slides {
zoom: 1;
overflow: hidden;
}
.lvca-flexslider .lvca-slides img {
height: auto;
-moz-user-select: none;
}
.lvca-flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.loading .lvca-flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.lvca-flex-direction-nav {
*height: 0;
}
.lvca-flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
a.lvca-flex-prev { font-size: 40px;  color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.lvca-flex-direction-nav a.lvca-flex-next:before {
content: '\f002';
}
.lvca-flex-direction-nav .lvca-flex-prev {
left: -50px;
}
.lvca-flex-direction-nav .lvca-flex-next {
right: -50px;
text-align: right;
}
.lvca-flex-direction-nav .lvca-flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.lvca-flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.lvca-flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.lvca-flex-pauseplay a:hover {
opacity: 1;
}
.lvca-flex-pauseplay a.lvca-flex-play:before {
content: '\f003';
}
.lvca-flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.lvca-flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.lvca-flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
border-radius: 20px;
}
.lvca-flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.lvca-flex-control-paging li a.lvca-flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.lvca-flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.lvca-flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.lvca-flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.lvca-flex-control-thumbs img:hover {
opacity: 1;
}
.lvca-flex-control-thumbs .lvca-flex-active {
opacity: 1;
cursor: default;
} @media screen and (max-width: 860px) {
.lvca-flex-direction-nav .lvca-flex-prev {
opacity: 1;
left: 10px;
}
.lvca-flex-direction-nav .lvca-flex-next {
opacity: 1;
right: 10px;
}
}.lvca-testimonials-slider {
position: relative; }
.lvca-testimonials-slider.lvca-container {
max-width: 900px;
margin: 0 auto; }
.lvca-testimonials-slider .lvca-testimonial-text {
text-align: center;
max-width: 750px;
margin: 0 auto 40px;
font-size: 18px;
line-height: 32px;
font-style: italic;
color: #666; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-text {
color: #ccc; }
.lvca-testimonials-slider .lvca-testimonial-text i {
color: #ccc;
font-size: 32px;
display: block;
margin-bottom: 35px;
background: none;
width: auto;
height: auto; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-text i {
color: #ddd; }
.lvca-testimonials-slider .lvca-testimonial-user {
display: table;
margin: 0 auto; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper {
display: table-cell; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper img {
max-width: 64px;
border-radius: 50%;
margin-right: 15px; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-text {
display: table-cell;
vertical-align: middle;
color: #888; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-user .lvca-text {
color: #909090; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 15px;
line-height: 24px;
margin-bottom: 5px; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name {
color: #e5e5e5; }

.lvca-portfolio-wrap {
clear: both;
overflow: hidden; }
.lvca-portfolio-wrap .lvca-portfolio-header {
position: relative;
max-width: 1140px;
margin: 0 auto 30px;
overflow: hidden;
clear: both;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.lvca-portfolio-wrap .lvca-portfolio-header.lvca-no-heading {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media only screen and (max-width: 800px) {
.lvca-portfolio-wrap .lvca-portfolio-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; } }
.lvca-portfolio-wrap .lvca-heading {
display: inline-block;
text-align: left;
max-width: none;
font-size: 32px;
line-height: 44px;
text-transform: uppercase;
letter-spacing: 1px;
color: #333;
margin: 0 100px 0 0; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-heading {
color: #e5e5e5; }
@media only screen and (max-width: 800px) {
.lvca-portfolio-wrap .lvca-heading {
margin-bottom: 30px; } }
.lvca-portfolio-wrap .lvca-taxonomy-filter {
display: block;
margin: 0;
padding: 0;
-webkit-align-self: center;
align-self: center;
-ms-flex-item-align: center; }
@media only screen and (max-width: 800px) {
.lvca-portfolio-wrap .lvca-taxonomy-filter {
-webkit-align-self: flex-start;
align-self: flex-start;
-ms-flex-item-align: start; } }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item {
position: relative;
display: inline-block;
margin: 0 0 15px 0;
padding: 0;
font-style: normal;
border-bottom: 1px solid #ddd; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item {
border-color: #444; }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a {
font-size: 15px;
line-height: 24px;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
display: block;
color: #777;
padding: 0 15px 15px; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a {
color: #999; }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #222; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #fff; }
@media only screen and (max-width: 479px) {
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a {
padding: 0 10px 8px; } }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #222; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #fff; }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
border-bottom: 3px solid #f94213;
width: 100%; }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item:last-child {
margin-right: 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .hentry {
margin: 0;
padding: 0;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image {
position: relative;
overflow: hidden; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image img {
display: block;
width: 100%;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info {
display: block;
text-align: center; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-entry-info {
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title {
padding: 10px;
margin: 0;
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #fff;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
@media only screen and (max-width: 1024px) {
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title {
font-size: 18px;
line-height: 26px; } }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a {
display: inline;
color: #fff;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-bottom: 1px solid transparent; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover {
border-bottom: 1px solid #ccc; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms {
display: block;
color: #f9f9f9;
font-size: 14px;
line-height: 22px;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms a {
color: #ddd;
position: relative;
display: inline;
zoom: 1;
font-size: 14px;
line-height: 22px;
font-style: italic;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms a:hover {
color: #fff; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover .lvca-image-info .lvca-post-title, .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover .lvca-image-info .lvca-terms {
opacity: 1; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-text-wrap {
text-align: center;
max-width: 650px;
margin: 20px auto 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title {
font-size: 18px;
line-height: 26px;
font-weight: normal;
margin-bottom: 10px; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title:after, .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title:before {
display: none; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a {
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
color: #333; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a:hover {
color: #888; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a {
color: #e0e0e0; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a:hover {
color: #fff; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span {
display: inline-block;
padding: 0;
margin: 0;
font-style: italic;
color: #999; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:after {
content: '//';
padding-left: 6px;
padding-right: 6px; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:first-child {
border: none;
padding-left: 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:last-child:after {
display: none; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span a {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-style: normal; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span {
color: #707070; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary {
margin: 15px auto 0;
padding: 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary:before {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: "";
text-align: center;
margin: 0 auto 15px; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary {
color: #999; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary:before {
background: #505050; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more {
margin: 25px 0 0 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button) {
color: #333;
font-size: 12px;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
display: block;
padding: 0;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):hover {
color: #666; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):after {
content: '›';
display: inline-block;
margin-left: 7px; }
.rtl .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):after {
margin: 0 7px 0 0; }html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input,textarea,button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
line-height:inherit;
outline: 0;
-webkit-font-smoothing: antialiased;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
}
html, body {
margin: 0;
padding: 0;
width: 100%;
}
html {
height: 100%;
font-size: 100%; overflow-y: scroll !important; overflow-x: hidden; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} html {
font-size: 18px;
}
body {
text-rendering: optimizeLegibility;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {	display: block; }
li > ol, li > ul, dl > dd { margin-bottom:0; }
li > p { margin-bottom:0; }
li > p+p { margin-top:0.5em; }
ol, ul {
padding-left:1.5em;
} a {
text-decoration:none;
background:transparent;
}
a,
a:hover,
a:focus,
a:active {
outline: 0;
}
a img { border: none; }
a, a:before, a:after,
a em, a i, a b, a strong,
button, button:before, button:after, input[type="button"], input[type="submit"] {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
display:block;
}
:active, :focus { outline:0; } table {
border-collapse: collapse;
}
table th+th, table th+td, table td+th, table td+td {
border-left: 1px solid #ddd;
}
table > p {
margin: 0 !important;
}
table td, table th {
padding: 1.8em 1em;
}
table th {
font-size: 1em;
font-weight: 700;
text-transform:uppercase;
font-style:normal;
text-align: center;
}
caption {
font-weight: 700;
text-align: center;
} blockquote,
.wp-block-quote.is-style-large:not(.is-style-plain) {
position:relative;
text-align:left;
padding: 3.75rem 3.2em 3em 4.6em;
text-transform: uppercase;
}
blockquote:before {
content: '\e921';
font-family: "fontello";
font-size:1.8em;
display:block;
margin-bottom: 1.65rem;
}
blockquote:after,
q:before, q:after {	content: ""; }
blockquote, q {	quotes: "" ""; }
blockquote p,
.wp-block-quote.is-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
margin: 0;
font-size: 1.556rem;
font-weight: 600;
letter-spacing: 0.2px;
line-height: 1.215em;
}
blockquote.trx_addons_blockquote_style_2 p{
font-weight: 400;
text-transform: none;
letter-spacing: 0.4px;
}
blockquote > a, blockquote > p > a,
blockquote > cite, blockquote > p > cite {
display: inline-block;
font-size: 0.889rem;
font-weight: 600;
font-style: normal;
text-transform: uppercase;
margin-top: 0.25em;
letter-spacing: 0;
}
blockquote.trx_addons_blockquote_style_2:before{
font-size: 13px;
position: absolute;
margin-bottom: 0;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
left: 4.15rem;
top: -3px;
}
blockquote.trx_addons_blockquote_style_2,
.blog_mode_page blockquote.trx_addons_blockquote_style_2{
padding: 0 3.2em 0em 5.55em;
margin: 1.4rem 0 0.75rem;
}
blockquote.trx_addons_blockquote_style_2 > a,
blockquote.trx_addons_blockquote_style_2 > p > a,
blockquote.trx_addons_blockquote_style_2 > cite,
blockquote.trx_addons_blockquote_style_2 > p > cite{
font-size: 1rem;
font-weight: 400;
margin-top: 0.84rem;
text-transform: none;
}
.blog_mode_post blockquote,
.blog_mode_page blockquote {
margin: 1.6rem 0 1.5rem;
}
.blog_mode_post .comments_list blockquote,
.blog_mode_page .comments_list blockquote {
margin: 1.5em 0;
} dd {	margin-left: 1.5em; }
dt, b, strong {	font-weight: bold; }
dfn, em, i { font-style: italic; }
pre, code, kbd, tt, var, samp {
font-family: "Courier New", Courier, monospace;
font-size: 1em;
letter-spacing:0;
}
pre {
overflow: auto;
max-width: 100%;
}
code {
overflow: auto;
padding: 0.2em 0.5em;
border: 1px solid #888;
background-color: #f7f7f7;	
}
abbr, acronym {
border-bottom: 1px dotted;
cursor: help;
}
mark, ins {
background-color:transparent;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }
small {	font-size: 80%; }
big {	font-size: 120%; }
[hidden], template { display: none; }
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
height: 0;
border: none;
border-top: 1px solid #eee;
margin: 6.7857em 0;
} img {
max-width: 100%;
height: auto;
vertical-align:top;
}
figure,
.wp-caption,
.wp-caption-overlay .wp-caption {
border: 0;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
max-width:100%;
}
figure figcaption,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
-webkit-transition: all ease-in-out .3s;
-moz-transition: all ease-in-out .3s;
-ms-transition: all ease-in-out .3s;
-o-transition: all ease-in-out .3s;
transition: all ease-in-out .3s;
position: absolute;
bottom: 0;
right: 0;
left: 0;
margin-bottom: 0;
font-size: 1rem !important;
font-weight:400;
font-style:normal;
text-align:center;
padding: 0.5em 1em !important;
overflow-x: hidden !important;
overflow-y: auto !important;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.wp-caption:hover .wp-caption-text,
.wp-caption:hover .wp-caption-dd,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd,
.wp-block-gallery figure:hover figcaption,
.wp-block-image:hover figcaption {
opacity: 0;
}
figure:hover figcaption:hover,
.wp-caption:hover .wp-caption-text:hover,
.wp-caption:hover .wp-caption-dd:hover,
.wp-caption-overlay .wp-caption:hover .wp-caption-text:hover,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd:hover,
.wp-block-gallery figure:hover figcaption:hover,
.wp-block-image:hover figcaption:hover {
opacity: 1;
}
svg:not(:root) { overflow: hidden; } audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
iframe, video, embed {
max-width: 100%;
min-height: 100px;
vertical-align: top;
} .me-cannotplay { overflow:hidden; }
.me-plugin { position: absolute; height: 0; width: 0; }  [class^="icon-"]:before, [class*=" icon-"]:before {
line-height: inherit;
font-weight: inherit;
font-size: inherit;
width:auto;
margin:0;
} form {
margin-bottom:0;
}
fieldset {
padding: 1em 1.5em;
margin: 1.5em 0.2em;
border: 1px solid #ddd;
position:relative;
}
fieldset legend {
position:absolute;
top: -0.6em;
left: 1.5em;
background-color:#fff;
font-weight:400;
font-style:italic;
padding: 0 0.2em;
letter-spacing:0;
}
button, input, optgroup, select, textarea, textarea.wp-editor-area {
font-family: inherit;
font-size: 1em; margin: 0; vertical-align: baseline; }
button {
overflow: visible; 
} button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.theme_button {
-webkit-appearance: none;
display:inline-block;
cursor: pointer;
padding: 0.92em 3.46em;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.theme_button.theme_button_small {
padding:0.8em 1.6em;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[placeholder]               { text-overflow:ellipsis; }
input::-webkit-input-placeholder { text-overflow:ellipsis; }
input::-moz-placeholder          { text-overflow:ellipsis; }
input:-ms-input-placeholder      { text-overflow:ellipsis; }
textarea, textarea.wp-editor-area,
select, option,
input[type="text"],
input[type="date"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; -webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; }
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: none; -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
select,
textarea,
textarea.wp-editor-area {
-webkit-appearance: none;
outline: none;
resize: none;
padding: 1.1em 1.55em;
border: 2px solid;
height: 3.45rem;
}
input[type="date"]{
padding: 0.9em 1.55em;
height: 3.45rem;
}
.sc_form input[type="text"], .sc_form textarea{
border: 2px solid;
}
button::-moz-focus-inner { 
border: 0;
}
button:focus,
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
textarea.wp-editor-area:focus {
outline: none;
}
textarea,
textarea.wp-editor-area {
overflow: auto; vertical-align: top; min-height:10em;
}
label.required:after {
content:'*';
display: none;
vertical-align:text-top;
font-size:80%;
color:#da6f5b;
} input[type="radio"],
input[type="checkbox"],
.edd_price_options ul > li > label > input[type="radio"],
.edd_price_options ul > li > label > input[type="checkbox"],
.wpcf7-radio input[type="radio"],
.wpcf7-checkbox input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"] {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 0 !important;
padding: 0 !important;
}
label > input[type="radio"],
label > input[type="checkbox"],
input[type="radio"].radio,
input[type="checkbox"].checkbox,
input[type="checkbox"].wpcf7-acceptance {
display: inline-block;
vertical-align: baseline;
position: static !important;
clip: auto;
}
input[type="radio"] + label,
input[type="checkbox"] + label,
input[type="radio"] + .wpcf7-list-item-label,
input[type="checkbox"] + .wpcf7-list-item-label,
.edd_price_options ul > li > label > input[type="radio"] + span,
.edd_price_options ul > li > label > input[type="checkbox"] + span,
.woocommerce-checkout input[type="checkbox"] + span,
.wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox,
.gdpr-terms-container {
position: relative;
padding-left: 1.4em;
line-height: 1.5em;
display: inline-block;
vertical-align: top;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before,
input[type="radio"] + .wpcf7-list-item-label:before,
input[type="checkbox"] + .wpcf7-list-item-label:before,
.wpcf7-list-item-label.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type="radio"] + span:before,
.edd_price_options ul > li > label > input[type="checkbox"] + span:before,
.woocommerce-checkout input[type="checkbox"] + span:before,
.wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type="checkbox"]:before,
.gdpr-terms-container input[type="checkbox"]:before,
#gdpr_woo_consent_field label input[type="checkbox"]:before {
content:' ';
font-family:fontello;
display:block;
text-align:center;
border: 1px solid #eee;
position:absolute;
left:0;
top: 0.2em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-size: 1.5em;
width:0.6em;
height:0.6em;
line-height:0.53em;
}
input[type="radio"] + label:before,
input[type="radio"] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type="radio"] + span:before {
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type="checkbox"]:checked + span:before,
.woocommerce-checkout input[type="checkbox"]:checked + span:before,
.wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type="checkbox"]:checked:before,
.gdpr-terms-container input[type="checkbox"]:checked:before,
#gdpr_woo_consent_field label input[type="checkbox"]:checked:before {
content: '\e8ab';
}
input[type="radio"]:checked + label:before,
input[type="radio"]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type="radio"]:checked + span:before {
content: '\e83c';
} .woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox,
.comment-form .wpgdprc-checkbox {
display: inline-block;
}
.comment-form .wpgdprc-checkbox label,
.comment-form .gdpr-terms-container,
.comment-form .comments_field.comments_i_agree_privacy_policy label {
position: relative;
font-weight: 400;
}
.woocommerce .woocommerce-form__label input[type="checkbox"].woocommerce-form__input,
.wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type="checkbox"],
#gdpr_woo_consent_field label input[type="checkbox"],
.gdpr-terms-container input[type="checkbox"] {
display: block;
position: absolute !important;
top: 0;
left: 0;
clip: auto;
visibility: hidden;
appearance: none;
}
.woocommerce .woocommerce-form__label input[type="checkbox"].woocommerce-form__input:before,
.wpgdprc-checkbox .woocommerce-input-wrapper label.checkbox input[type="checkbox"]:before,
#gdpr_woo_consent_field label input[type="checkbox"]:before,
.gdpr-terms-container input[type="checkbox"]:before {
visibility: visible;
cursor: pointer;
}
.gdpr-terms-container {
clear: both;
margin: 1em 0 !important;
}
.comments_field.comments_i_agree_privacy_policy {
clear: both;
} .select_container {
width:100%;
position:relative;
}
.select_container,
.select_container::before,
.select_container select {
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s; 
}
.select_container:before {
content:' ';
display:block;
position:absolute;
right:0;
top:0;
bottom: 0;
width: 3em;
z-index:1;
pointer-events: none;
cursor:pointer;
}
.select_container:after {
content: '\e944';
font-family: 'fontello';
display:block;
line-height:1em;
width: 1em;
height: 1em;
text-align:center;
position:absolute;
right:1em;
top:50%;
margin-top:-0.5em;
z-index:2;
pointer-events: none;
cursor:pointer;
}
.select_container select {
background:none !important;
border: none;
width: 100%;
padding: 0.9em 1.4em;
padding-right: 3em !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 3.45rem;
}
.select_container option {
padding:0.4em 1em;
color: initial;
}
.select2-container .select2-choice {
border: 2px solid #ddd;
padding:1em 0 1em 1.4em;
-webkit-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
}
.select2-drop-active {
border: none;
}
.select2-results {
border: 1px solid #ddd;
}
.select2-search {
padding: 4px 0;
}
.sc_layouts_row_type_compact .sc_button_wrap .sc_button,
.sc_layouts_row_type_normal .sc_button_wrap .sc_button{
padding: 0.92em 3.46em;
}
.sc_layouts_row_type_compact.sc_layouts_row_fixed_on, .sc_layouts_row_type_normal.sc_layouts_row_fixed_on{
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.top_panel_custom_17 .vc_row.sc_layouts_row_fixed_on{
padding-top: 0.7rem !important;
padding-bottom: 0.7rem !important;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin:0 !important;
padding:0 !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
display: block;
top: 5px;
left: 5px;
width: auto;
height: auto;
padding: 1em 1.5em;
font-size:0.8em;
line-height: normal;
color: #21759b;
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
text-decoration: none;
z-index: 100000; }
.alignleft {
display: inline-block;
float: left;
margin-right: 2em;
}
.alignright {
display: inline-block;
float: right;
margin-left: 2em;
}
.aligncenter {
clear: both;
display: block !important;
margin-left: auto !important;
margin-right:auto !important;
text-align:center;
}
figure.alignleft, figure.alignright {
margin-top:0.5em;
margin-bottom:0.5em;
}
img.alignleft, img.alignright {
margin-top: 1em;
margin-bottom: 1em;
}
.sidebar_inner .wp-block-search.alignleft,
.sidebar_inner .wp-block-search.alignright,
footer .wp-block-search.alignleft,
footer .wp-block-search.alignright {
float: none;
margin-left: 0 !important;
margin-right: 0 !important;
} .sticky_wrap {
margin-bottom: 6.6rem;
}
.sticky {
position:relative;
border: 2px solid #ddd;
padding: 2em;
}
.sticky .label_sticky {
display:block;
position:absolute;
z-index:1;
right: -14px;
top: -14px;
width: 0;
height: 0;
border: 12px solid transparent;
border-top-color:#ddd;
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
.sticky .post_categories {
margin-top: 1em;
}
.sticky .post_title {
margin-top: 0.5em;
margin-bottom:0;
text-transform:uppercase;
letter-spacing:1px;
} .gallery {
margin: 0 -5px;
}
.gallery-caption {
font-size: inherit;
font-weight: inherit;
}
.bypostauthor {
font-size: inherit;
font-weight: inherit;
}
.gallery .gallery-item {
display: inline-block;
overflow:hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.gallery .gallery-item a {
display: block;
}
.gallery .gallery-item figcaption {
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
}
.gallery .gallery-item a img {
border: none !important;
display: block;
width: 100%;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.gallery .gallery-item .gallery-icon {
margin: 0 5px;
}
.gallery .gallery-item .gallery-caption {
line-height: 1.3em;
margin: 0 5px;
padding: 6px;
font-size:0.8em;
max-height: 60%;
box-sizing: border-box;
}
.gallery .gallery-item:hover .gallery-caption {
opacity: 0;
}
.gallery .gallery-item:hover .gallery-caption:hover {
opacity: 1;
}
.gallery.gallery-columns-9 .gallery-item {	width: 11.1111% !important; }
.gallery.gallery-columns-8 .gallery-item {	width: 12.5% !important; }
.gallery.gallery-columns-7 .gallery-item {	width: 14.2857% !important; }
.gallery.gallery-columns-6 .gallery-item {	width: 16.6666% !important; }
.gallery.gallery-columns-5 .gallery-item {	width: 20% !important; }
.gallery.gallery-columns-4 .gallery-item {	width: 25% !important; }
.gallery.gallery-columns-3 .gallery-item {	width: 33.3333% !important; }
.gallery.gallery-columns-2 .gallery-item {	width: 50% !important; }
.gallery.gallery-columns-1 .gallery-item {	width: 100% !important; }
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{
max-height:45%;
padding: 0.7em 0.77em;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignleft{
margin-right:1.5em;
}
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignright{
margin-left:1.5em;
}
.post-password-form label {
display:inline-block;
vertical-align:top;
}
.post-password-form input[type="submit"] {
display:inline-block;
margin-left:0.2em;
height: 3.45rem;
}
.post-password-form input[type="password"] {
padding:1.3em;
}
figure.wp-block-gallery {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
} .container, .container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row, .columns_wrap {
margin-left: 0;
margin-right: -30px;
}
.row > [class*="column-"],
.columns_wrap > [class*="column-"] {
display:inline-block;
vertical-align:top;
position: relative;
min-height: 1px;
padding-left: 0;
padding-right: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row.columns_padding_left, .columns_wrap.columns_padding_left, .vc_row.columns_padding_left {
margin-left: -30px;
margin-right: 0;
}
.vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
.row.columns_padding_left > [class*="column-"], .columns_wrap.columns_padding_left > [class*="column-"],
.row > [class*="column-"].columns_padding_left, .columns_wrap > [class*="column-"].columns_padding_left {
padding-left:30px;
padding-right:0;
}
.vc_row.columns_padding_right,
.row.columns_padding_right,
.columns_wrap.columns_padding_right {
margin-left: 0;
margin-right: -30px;
}
.vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
.row.columns_padding_right > [class*="column-"], .columns_wrap.columns_padding_right > [class*="column-"],
.row > [class*="column-"].columns_padding_right, .columns_wrap > [class*="column-"].columns_padding_right {
padding-left:0;
padding-right:30px;
}
.vc_row,
.row.columns_padding_center,
.columns_wrap.columns_padding_center {
margin-left: -15px;
margin-right: -15px;
}
.vc_column_container > .vc_column-inner,
.row.columns_padding_center > [class*="column-"], .columns_wrap.columns_padding_center > [class*="column-"],
.row > [class*="column-"].columns_padding_center, .columns_wrap > [class*="column-"].columns_padding_center {
padding-left:15px;
padding-right:15px;
}
.row.columns_padding_bottom > [class*="column-"], .columns_wrap.columns_padding_bottom > [class*="column-"],
.row > [class*="column-"].columns_padding_bottom, .columns_wrap > [class*="column-"].columns_padding_bottom {
padding-bottom: 30px;
}
.sc_blogger.no_margin .row, .sc_blogger.no_margin .columns_wrap,
.row.no_margin, .columns_wrap.no_margin {
margin-left: 0 !important;
margin-right: 0 !important;
}
.sc_blogger.no_margin .row > [class*="column-"], .sc_blogger.no_margin .columns_wrap > [class*="column-"],
.row.no_margin > [class*="column-"], .columns_wrap.no_margin > [class*="column-"] {
padding: 0 !important;
} .column-1, .column-1_1, .column-2_2, .column-3_3, .column-4_4, .column-5_5, .column-6_6, .column-7_7, .column-8_8, .column-9_9, .column-10_10, .column-11_11, .column-12_12	{ width:100%; }
.column-1_2, .column-2_4, .column-3_6, .column-4_8, .column-5_10, .column-6_12	{ width:50%; }
.column-1_3, .column-2_6, .column-3_9, .column-4_12								{ width:33.33333333%; }
.column-2_3, .column-4_6, .column-8_12											{ width:66.66666667%; }
.column-1_4, .column-2_8, .column-3_12											{ width:25%; }
.column-3_4, .column-6_8, .column-9_12											{ width:75%; }
.column-1_5, .column-2_10														{ width:20%; }
.column-2_5, .column-4_10														{ width:40%; }
.column-3_5, .column-6_10														{ width:60%; }
.column-4_5, .column-8_10														{ width:80%; }
.column-1_6, .column-2_12														{ width:16.66666667%; }
.column-5_6, .column-10_12														{ width:83.33333333%; }
.column-1_7																		{ width:14.28571429%; }
.column-2_7																		{ width:28.57142857%; }
.column-3_7																		{ width:42.85714286%; }
.column-4_7																		{ width:57.14285714%; }
.column-5_7																		{ width:71.42857143%; }
.column-6_7																		{ width:85.71428571%; }
.column-1_8																		{ width:12.5%; }
.column-3_8																		{ width:37.5%; }
.column-5_8																		{ width:62.5%; }
.column-7_8																		{ width:87.5%; }
.column-1_9																		{ width:11.11111111%; }
.column-2_9																		{ width:22.22222222%; }
.column-3_9																		{ width:33.33333333%; }
.column-4_9																		{ width:44.44444444%; }
.column-5_9																		{ width:55.55555556%; }
.column-6_9																		{ width:66.66666667%; }
.column-7_9																		{ width:77.77777778%; }
.column-8_9																		{ width:88.88888889%; }
.column-1_10																	{ width:10%; }
.column-3_10																	{ width:30%; }
.column-7_10																	{ width:70%; }
.column-9_10																	{ width:90%; }
.column-1_11																	{ width: 9.09090909%; }
.column-2_11																	{ width:18.18181818%; }
.column-3_11																	{ width:27.27272727%; }
.column-4_11																	{ width:36.36363636%; }
.column-5_11																	{ width:45.45454545%; }
.column-6_11																	{ width:54.54545455%; }
.column-7_11																	{ width:63.63636364%; }
.column-8_11																	{ width:72.72727273%; }
.column-9_11																	{ width:81.81818182%; }
.column-10_11																	{ width:90.90909091%; }
.column-1_12																	{ width: 8.33333333%; }
.column-5_12																	{ width:41.66666667%; }
.column-7_12																	{ width:58.33333333%; }
.column-11_12																	{ width:91.66666667%; } .push-1_2, .push-2_4, .push-3_6, .push-4_8, .push-5_10, .push-6_12	{ left:50%; }
.push-1_3, .push-2_6, .push-3_9, .push-4_12							{ left:33.33333333%; }
.push-2_3, .push-4_6, .push-8_12									{ left:66.66666667%; }
.push-1_4, .push-2_8, .push-3_12									{ left:25%; }
.push-3_4, .push-6_8, .push-9_12									{ left:75%; }
.push-1_5, .push-2_10												{ left:20%; }
.push-2_5, .push-4_10												{ left:40%; }
.push-3_5, .push-6_10												{ left:60%; }
.push-4_5, .push-8_10												{ left:80%; }
.push-1_6, .push-2_12												{ left:16.66666667%; }
.push-5_6, .push-10_12												{ left:83.33333333%; }
.push-1_7															{ left:14.28571429%; }
.push-2_7															{ left:28.57142857%; }
.push-3_7															{ left:42.85714286%; }
.push-4_7															{ left:57.14285714%; }
.push-5_7															{ left:71.42857143%; }
.push-6_7															{ left:85.71428571%; }
.push-1_8															{ left:12.5%; }
.push-3_8															{ left:37.5%; }
.push-5_8															{ left:62.5%; }
.push-7_8															{ left:87.5%; }
.push-1_9															{ left:11.11111111%; }
.push-2_9															{ left:22.22222222%; }
.push-3_9															{ left:33.33333333%; }
.push-4_9															{ left:44.44444444%; }
.push-5_9															{ left:55.55555556%; }
.push-6_9															{ left:66.66666667%; }
.push-7_9															{ left:77.77777778%; }
.push-8_9															{ left:88.88888889%; }
.push-1_10															{ left:10%; }
.push-3_10															{ left:30%; }
.push-7_10															{ left:70%; }
.push-9_10															{ left:90%; }
.push-1_11															{ left: 9.09090909%; }
.push-2_11															{ left:18.18181818%; }
.push-3_11															{ left:27.27272727%; }
.push-4_11															{ left:36.36363636%; }
.push-5_11															{ left:45.45454545%; }
.push-6_11															{ left:54.54545455%; }
.push-7_11															{ left:63.63636364%; }
.push-8_11															{ left:72.72727273%; }
.push-9_11															{ left:81.81818182%; }
.push-10_11															{ left:90.90909091%; }
.push-1_12															{ left: 8.33333333%; }
.push-5_12															{ left:41.66666667%; }
.push-7_12															{ left:58.33333333%; }
.push-11_12															{ left:91.66666667%; } .pull-1_2, .pull-2_4, .pull-3_6, .pull-4_8, .pull-5_10, .pull-6_12	{ right:50%; }
.pull-1_3, .pull-2_6, .pull-3_9, .pull-4_12							{ right:33.33333333%; }
.pull-2_3, .pull-4_6, .pull-8_12									{ right:66.66666667%; }
.pull-1_4, .pull-2_8, .pull-3_12									{ right:25%; }
.pull-3_4, .pull-6_8, .pull-9_12									{ right:75%; }
.pull-1_5, .pull-2_10												{ right:20%; }
.pull-2_5, .pull-4_10												{ right:40%; }
.pull-3_5, .pull-6_10												{ right:60%; }
.pull-4_5, .pull-8_10												{ right:80%; }
.pull-1_6, .pull-2_12												{ right:16.66666667%; }
.pull-5_6, .pull-10_12												{ right:83.33333333%; }
.pull-1_7															{ right:14.28571429%; }
.pull-2_7															{ right:28.57142857%; }
.pull-3_7															{ right:42.85714286%; }
.pull-4_7															{ right:57.14285714%; }
.pull-5_7															{ right:71.42857143%; }
.pull-6_7															{ right:85.71428571%; }
.pull-1_8															{ right:12.5%; }
.pull-3_8															{ right:37.5%; }
.pull-5_8															{ right:62.5%; }
.pull-7_8															{ right:87.5%; }
.pull-1_9															{ right:11.11111111%; }
.pull-2_9															{ right:22.22222222%; }
.pull-3_9															{ right:33.33333333%; }
.pull-4_9															{ right:44.44444444%; }
.pull-5_9															{ right:55.55555556%; }
.pull-6_9															{ right:66.66666667%; }
.pull-7_9															{ right:77.77777778%; }
.pull-8_9															{ right:88.88888889%; }
.pull-1_10															{ right:10%; }
.pull-3_10															{ right:30%; }
.pull-7_10															{ right:70%; }
.pull-9_10															{ right:90%; }
.pull-1_11															{ right: 9.09090909%; }
.pull-2_11															{ right:18.18181818%; }
.pull-3_11															{ right:27.27272727%; }
.pull-4_11															{ right:36.36363636%; }
.pull-5_11															{ right:45.45454545%; }
.pull-6_11															{ right:54.54545455%; }
.pull-7_11															{ right:63.63636364%; }
.pull-8_11															{ right:72.72727273%; }
.pull-9_11															{ right:81.81818182%; }
.pull-10_11															{ right:90.90909091%; }
.pull-1_12															{ right: 8.33333333%; }
.pull-5_12															{ right:41.66666667%; }
.pull-7_12															{ right:58.33333333%; }
.pull-11_12															{ right:91.66666667%; } .offset-1_2, .offset-2_4, .offset-3_6, .offset-4_8, .offset-5_10, .offset-6_12	{ margin-left:50%; }
.offset-1_3, .offset-2_6, .offset-3_9, .offset-4_12								{ margin-left:33.33333333%; }
.offset-2_3, .offset-4_6, .offset-8_12											{ margin-left:66.66666667%; }
.offset-1_4, .offset-2_8, .offset-3_12											{ margin-left:25%; }
.offset-3_4, .offset-6_8, .offset-9_12											{ margin-left:75%; }
.offset-1_5, .offset-2_10														{ margin-left:20%; }
.offset-2_5, .offset-4_10														{ margin-left:40%; }
.offset-3_5, .offset-6_10														{ margin-left:60%; }
.offset-4_5, .offset-8_10														{ margin-left:80%; }
.offset-1_6, .offset-2_12														{ margin-left:16.66666667%; }
.offset-5_6, .offset-10_12														{ margin-left:83.33333333%; }
.offset-1_7																		{ margin-left:14.28571429%; }
.offset-2_7																		{ margin-left:28.57142857%; }
.offset-3_7																		{ margin-left:42.85714286%; }
.offset-4_7																		{ margin-left:57.14285714%; }
.offset-5_7																		{ margin-left:71.42857143%; }
.offset-6_7																		{ margin-left:85.71428571%; }
.offset-1_8																		{ margin-left:12.5%; }
.offset-3_8																		{ margin-left:37.5%; }
.offset-5_8																		{ margin-left:62.5%; }
.offset-7_8																		{ margin-left:87.5%; }
.offset-1_9																		{ margin-left:11.11111111%; }
.offset-2_9																		{ margin-left:22.22222222%; }
.offset-3_9																		{ margin-left:33.33333333%; }
.offset-4_9																		{ margin-left:44.44444444%; }
.offset-5_9																		{ margin-left:55.55555556%; }
.offset-6_9																		{ margin-left:66.66666667%; }
.offset-7_9																		{ margin-left:77.77777778%; }
.offset-8_9																		{ margin-left:88.88888889%; }
.offset-1_10																	{ margin-left:10%; }
.offset-3_10																	{ margin-left:30%; }
.offset-7_10																	{ margin-left:70%; }
.offset-9_10																	{ margin-left:90%; }
.offset-1_11																	{ margin-left: 9.09090909%; }
.offset-2_11																	{ margin-left:18.18181818%; }
.offset-3_11																	{ margin-left:27.27272727%; }
.offset-4_11																	{ margin-left:36.36363636%; }
.offset-5_11																	{ margin-left:45.45454545%; }
.offset-6_11																	{ margin-left:54.54545455%; }
.offset-7_11																	{ margin-left:63.63636364%; }
.offset-8_11																	{ margin-left:72.72727273%; }
.offset-9_11																	{ margin-left:81.81818182%; }
.offset-10_11																	{ margin-left:90.90909091%; }
.offset-1_12																	{ margin-left: 8.33333333%; }
.offset-5_12																	{ margin-left:41.66666667%; }
.offset-7_12																	{ margin-left:58.33333333%; }
.offset-11_12																	{ margin-left:91.66666667%; } .clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.columns_wrap:before,
.columns_wrap:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.columns_wrap:after {
clear: both;
width:100%;
height:0;
display:block;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
.show {
display: block !important;
}
.hide {
display: none !important;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.text-hide {
font-size: 0;
line-height: 0;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.vertical-centered {
overflow:hidden;
}
.vertical-centered:before {
content:' ';
height: 100%;
width: 0;
margin-left:-0.3em;
}
.vertical-centered:before,
.vertical-centered > * {
display: inline-block;
vertical-align:middle;
}
.gustavo_loading {
background-image:url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/preloader.gif);
background-position:center;
background-repeat:no-repeat;
} .page_wrap {
min-height:100vh;
overflow:hidden; }
.page_wrap,
.content_wrap {
margin:0 auto;
}
#page_preloader,
.body_style_boxed {
background-color:#f0f0f0;
background-position:center top;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.body_style_boxed .page_wrap {
width: 1580px;
}
.body_style_boxed .sc_layouts_row_fixed_on{
width: 1580px;
left: 50%;
transform: translateX(-50%);
}
.content_wrap,
.content_container {
width:1170px;
margin:0 auto;
}
.content_wrap .content_wrap,
.content_wrap .content_container,
.content_container .content_wrap,
.content_container .content_container {
width:100%;
}
.content_wrap:after,
.content_container:after {
content:" ";
display:block;
width:100%;
height:0;
clear:both;
}
.body_style_fullwide .content_wrap {
width: 100%;
padding-left:130px;
padding-right:130px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.content, .sidebar, .sidebar_inner {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.page_content_wrap .content_wrap {
position:relative;
} body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content { width: 760px; }
.sidebar { 				 width: 370px; }
.sidebar_hide .content { margin-left: auto; margin-right: auto; }
.sidebar_right .content { float: left; }
.sidebar_right .sidebar { float: right; }
.sidebar_left .content  { float: right; }
.sidebar_left .sidebar  { float: left; }
.sidebar{
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/sidebar_bg.png);
padding: 4em 3.35em;
background-size: 100% 100%;
position: relative;
z-index: 1;
}
.sidebar:after,
.sidebar:before{
content: '';
position: absolute;
display: block;
height: 60px;
width: 100%;
left: 0;
background-repeat: no-repeat;
}
.sidebar:before{
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/sidebar_top_bg.png);
top: 0;
}
.sidebar:after{
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/sidebar_bottom_bg.png);
bottom: 0;
background-position: bottom;
} .body_style_fullwide [class*="content_wrap"] > .content,
.body_style_fullscreen [class*="content_wrap"] > .content { width: 100%; }
.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 410px; }
.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: -370px; }
.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  410px; }
.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:-370px; }
.body_style_fullscreen .page_content_wrap {
overflow:hidden;
padding:0;
position:relative; } .body_style_fullscreen .content > article.page {
padding:0;
}   .top_panel {
position:relative;
z-index:8000;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
padding: 0.1px 0;
margin-bottom: 6.8rem;
}
.remove_margins .top_panel {
margin-bottom:0 !important;
}
.top_panel.with_bg_image:before {
content:' ';
position:absolute;
z-index:-1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.7);
display: block;
} video#background_video,
div#background_video iframe,
div#background_video video {
position:absolute;
left: 50%;
top: 50%;
-webkit-transform:translateX(-50%) translateY(-50%);
-moz-transform:translateX(-50%) translateY(-50%);
-ms-transform:translateX(-50%) translateY(-50%);
transform:translateX(-50%) translateY(-50%);
width: 100%;
height: 100%;
object-fit: cover;
z-index:-1;
}
.top_panel.with_bg_video {
background: #000;
} .header_position_over .top_panel {
position:absolute;
z-index:2;
left:0;
top:0;
width: 100%;
background: none !important;
}
.header_position_under .top_panel {
position:relative;
z-index:1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.header_position_under .top_panel_mask {
display:none;
position:absolute;
z-index:9999;
left:0;
top:0;
width:100%;
height:100%;
background-color:#000;
opacity: 0;
pointer-events: none;
}
.header_position_under .page_content_wrap {
position:relative;
z-index:3;
}
.header_position_under .footer_wrap {
position:relative;
z-index:2;
}  .top_panel_default .sc_layouts_row_fixed_on {
-webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
}
.top_panel_default .sc_layouts_row .sc_layouts_logo img {
-webkit-transition: max-height .3s ease;
-moz-transition: max-height .3s ease;
-ms-transition: max-height .3s ease;
-o-transition: max-height .3s ease;
transition: max-height .3s ease;
}
.sc_layouts_logo img{
max-height: 73px;
}
.sc_layouts_row_type_compact .sc_layouts_logo img{
max-height: 151px;
}
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img{
max-height: 70px;
} .sc_layouts_menu_nav > li > a{
padding: 0.5em 1em;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a{
padding-right: 1em;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a:after {
content: none;
}
.top_panel_default .sc_layouts_menu_nav li li.menu-item-has-children > a:after {
content: '\e836';
font-family: 'fontello';
}
.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_nav > li ul{
width: 14rem;
padding: 2.15em 0;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul, .sc_layouts_menu_nav > li > ul ul{
left: 14rem;
top: 0;
}
.sc_layouts_menu_nav > li > ul ul.submenu_left{
left:-14rem;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a, .sc_layouts_menu_nav > li li > a{
padding: 0.2em 1em;
text-align: center;
} body.menu_style_side {
width: auto;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}
body.menu_style_left {
margin-left:6rem;
}
body.menu_style_right {
margin-right:6rem;
}
.menu_style_side .body_wrap {
position:relative;
overflow: hidden;
max-width:100%;
}
.menu_style_side .menu_side_wrap {
position: fixed;
width: 6rem;
z-index: 20000;
top:0;
bottom: 0;
-webkit-transition: left 0.3s ease, right 0.3s ease;
-moz-transition: left 0.3s ease, right 0.3s ease;
-ms-transition: left 0.3s ease, right 0.3s ease;
-o-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.menu_style_left .menu_side_wrap {
left: 0;
}
.menu_style_right .menu_side_wrap {
right: 0;
}
.admin-bar .menu_side_wrap {
top: 32px;
}
.menu_side_wrap .menu_side_inner {
position:absolute;
z-index: 1;
left: 0;
top: 0;
right: 0;
bottom:0;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.menu_side_wrap .sc_layouts_logo {
display: block;
padding:47% 10%;
text-align:center;
}
.menu_side_wrap .logo_slogan {
display:none;
}
.menu_side_wrap .menu_mobile_button {
display:block;
position:relative;
left: 0;
right: auto;
top: 0;
}
.menu_side_wrap .menu_side_button { 
display: none;
position: absolute;
font-size: 16px;
top: 50%;
margin-top:-1.5em;
width: 3em;
height: 3em;
line-height: 3em;
overflow:hidden;
cursor: pointer;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: left 0.3s ease, right 0.3s ease;
-moz-transition: left 0.3s ease, right 0.3s ease;
-ms-transition: left 0.3s ease, right 0.3s ease;
-o-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.menu_style_right .menu_side_wrap .menu_side_button {
left: -1.5em;
text-align:left;
padding-left: 10px;
-webkit-border-radius: 50% 0 0 50%;
-ms-border-radius: 50% 0 0 50%;
border-radius: 50% 0 0 50%;
}
.menu_style_left .menu_side_wrap .menu_side_button {
right: -1.5em;
text-align:right;
padding-right: 10px;
-webkit-border-radius: 0 50% 50% 0;
-ms-border-radius: 0 50% 50% 0;
border-radius: 0 50% 50% 0;
}
.menu_style_right .menu_side_wrap .menu_side_button:before {		content: '\e92a'; }
.menu_style_right .menu_side_wrap.opened .menu_side_button:before {	content: '\e92b'; }
.menu_style_left .menu_side_wrap .menu_side_button:before {			content: '\e92b'; }
.menu_style_left .menu_side_wrap.opened .menu_side_button:before {	content: '\e92a'; } body.mobile_layout.menu_style_left {	margin-left: 0; }
body.mobile_layout.menu_style_right {	margin-right: 0; }
body.mobile_layout.menu_style_right .menu_side_wrap {		right: -6rem; }
body.mobile_layout.menu_style_left .menu_side_wrap {		left: -6rem; }
body.mobile_layout.menu_style_right .menu_side_wrap.opened {right: 0; }
body.mobile_layout.menu_style_left .menu_side_wrap.opened {	left: 0; }
body.mobile_layout.menu_style_side .menu_side_wrap .menu_side_button { 	display:block; }
body.mobile_layout.menu_style_left .menu_side_wrap .menu_side_button:hover { right: -2em; }
body.mobile_layout.menu_style_right .menu_side_wrap .menu_side_button:hover { left: -2em; }
.menu_mobile_close {
display:block;
width: 5em;
height: 5em;
cursor:pointer;
position:absolute;
right:0;
top: 0;
}
.menu_mobile_close:before,
.menu_mobile_close:after {
content:' ';
position:absolute;
z-index:2;
left:38%;
top:50%;
width: 25%;
height: 0;
margin-top:-1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-top: 2px solid #fff;
}
.menu_mobile_close:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_mobile_close:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.menu_mobile_overlay {
display:none !important;
position:fixed;
z-index:100000;
left:0;
top:0;
right:0;
bottom:0;
background-color:rgba(0,0,0,0.8);
}
.menu_mobile {
position:fixed;
z-index:100002;
left:0;
top:0;
height: 0;
width: 100%;
-webkit-transition: height .3s ease-out;
-moz-transition: height .3s ease-out;
-ms-transition: height .3s ease-out;
-o-transition: height .3s ease-out;
transition: height .3s ease-out;
}
.menu_mobile.opened {
height:100%;
}
.menu_mobile_inner {
position:absolute;
z-index: 1;
left: 0;
top: 0;
right: 0;
bottom:0;
width: 100%;
height: 100%;
text-align:center;
overflow:hidden;
}
.menu_mobile a {
display:block;
}
.menu_mobile .sc_layouts_logo {
text-align:center;
margin: 4.4rem 0 0;
}
.menu_mobile .menu_mobile_nav_area {
position:absolute;
z-index: 1;
left: 0;
top: 50%;
width: 100%;
height: auto;
max-height: 40%;
padding-right:20px; overflow-y: scroll;
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
}
.menu_mobile .menu_mobile_nav_area ul {
margin:0 auto;
padding:0;
list-style:none;
width: auto;
}
.menu_mobile .menu_mobile_nav_area ul ul {
margin: 0.6em 0 1.6em;
display:none;
}
.menu_mobile .menu_mobile_nav_area li {
margin-bottom:0;
width:auto;
}
.menu_mobile .menu_mobile_nav_area li > a {
font-size: 1.25em;
line-height: 1.5em;
padding:0.15em 2.5em 0.15em 0;
text-transform:uppercase;
letter-spacing:1px;
position:relative;
display: inline-block;
width: 20rem;
text-align:left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.menu_mobile .menu_mobile_nav_area > ul > li > a {
font-size: 2em;
line-height: 1.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li > a {
padding-left: 0;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li > a {
padding-left: 1em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li li > a {
padding-left: 2em;
}
.menu_mobile .menu_mobile_nav_area .open_child_menu {
position:absolute;
z-index:1;
right:0;
top:0;
display:block;
width:1em;
height:1em;
line-height:1em;
padding:0.25em;
text-align:center;
background-color: rgba(255,255,255,0.1);
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.menu_mobile .menu_mobile_nav_area > ul > li > a > .open_child_menu:before {
font-size:0.7em;
line-height:inherit;
}
.menu_mobile .menu_mobile_nav_area li li .open_child_menu {
background-color:transparent;
padding: 0.25em 0.8em;
}
.menu_mobile .menu_mobile_nav_area a:hover > .open_child_menu {
background-color: rgba(255,255,255,0.2);
}
.menu_mobile .menu_mobile_nav_area .open_child_menu:before {
font-family:'fontello';
content:'\e828';
}
.menu_mobile .menu_mobile_nav_area li.opened > a > .open_child_menu:before {
content:'\e835';
}
.menu_mobile .search_mobile {
position:absolute;
left: 50%;
bottom: 8rem;
width: 20rem;
margin-left: -10rem;
}
.menu_mobile .search_mobile form {
position:relative;
}
.menu_mobile .search_mobile .search_field {
width:100%;
padding: 0.5em 3em 0.5em 1.5em;
}
.menu_mobile .search_mobile .search_submit {
position:absolute;
left: auto;
right:0;
top:0;
font-size:0.8667em;
padding:0.5em 1.8em;
background-color:transparent;
}
.menu_mobile .socials_mobile {
position:absolute;
left: 0;
bottom: 4rem;
text-align:center;
display:block;
width: 100%;
}
.menu_mobile .social_item {
display:inline-block;
margin: 1em 1em 0 0;
}
.menu_mobile .social_item a {
display:block;
font-size:1em;
width:1em;
height: 1em;
line-height:1em;
text-align:center;
} .menu_mobile_narrow {
width: 320px;
margin-top:0;
}
.menu_style_left .menu_mobile_narrow {			margin-left: -320px; }
.menu_style_left .menu_mobile_narrow.opened {	margin-left: 0; }
.menu_style_right .menu_mobile_narrow {			margin-right: -320px; left: auto; right: 0; }
.menu_style_right .menu_mobile_narrow.opened {	margin-right: 0; }
.menu_mobile_narrow .menu_mobile_nav_area li > a {
font-size: 1em;
line-height: 1.5em;
text-transform: none;
letter-spacing:0px;
width: 18rem;
}
.menu_mobile_narrow .menu_mobile_nav_area > ul > li > a {
font-size: 1.25em;
line-height: 1.5em;
}
.menu_mobile_narrow .menu_mobile_nav_area > ul > li > a > .open_child_menu:before {
font-size:1em;
line-height:inherit;
}
.menu_mobile_narrow .menu_mobile_nav_area li li .open_child_menu {
padding: 0.4em;
}
.menu_mobile_narrow .search_mobile {
width: 18rem;
margin-left: -9rem;
} .header_widgets_wrap {
position:relative;
z-index:2;
}
.header_widgets_wrap.header_fullwidth {
overflow:hidden;
}
.header_widgets_wrap.header_fullwidth .widget {
margin-bottom:0;
}  .slider_wrap .rev_slider_wrapper {
z-index:0;
}  .blog_archive {
padding-bottom: 4em;
}
.post_item p:last-child {
margin-bottom:0;
}
.post_item > .post_title {
margin-top:0;
}
.post_item .more-link,
.gallery_preview_show .post_readmore {
display:inline-block;
white-space:nowrap;
padding: 0;
margin-top: 2.5em;
} .gustavo_tabs .gustavo_tabs_titles {
list-style-type:none;
padding:0;
font-size: 12px;
line-height:1.4em;
text-transform:uppercase;
letter-spacing:0;
text-align:center;
margin: -0.85em 0 3.2em;
}
.gustavo_tabs .gustavo_tabs_titles li {
display: inline-block;
margin-bottom: 3px;
}
.gustavo_tabs .gustavo_tabs_titles li+li {
margin-left:3px;
}
.gustavo_tabs .gustavo_tabs_titles li a {
display:block;
padding: 1.75em 3em;
}
.gustavo_tabs .gustavo_tab_content_remove {
opacity: 0;
}
.gustavo_tabs .nav-links {
margin-top:1em;
} .post_featured {
overflow:hidden;
position:relative;
margin-bottom:1.8em;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.post_featured img {
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.post_featured_bg {
background-position:center;
background-size:cover;
background-repeat:no-repeat;
}
.post_featured_bg:before {
content: ' ';
width: 0;
height: 0;
padding-top: 56.25%;
display:inline-block;
margin-left:-0.3em;
}
.post_featured_right {
float: right;
width: 50%;
margin-left: 4.3478%;
}
.post_featured_left {
float: left;
width: 50%;
margin-right: 4.3478%;
} .post_meta .post_meta_item+.post_meta_item:before,
.vc_inline-link:before {
content: '/';
display:inline;
margin: 0 0.4em;
font-family:inherit;
font-size:inherit;
font-style:normal;
font-weight:400;
vertical-align:baseline;
}
.post_meta .post_meta_item.post_edit:before {
margin-right: 0.4em;
}
.post_share .social_items {
font-size:1em;
}
.socials_share.socials_type_drop .social_items {
padding:0.8em 1em;
}
.post_share .social_items .social_item a i {
font-style:normal;
text-transform:capitalize;
}
.post_meta .socials_share {
display:inline;
vertical-align:baseline;
}
.post_meta .socials_share .socials_caption:before {
display:none;
}
.post_meta_item .socials_share .social_items {
bottom:auto;
top: 2.5em;
}
.post_meta_item .socials_share .social_items:before {
bottom: auto;
top: -5px;
-webkit-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-ms-transform:rotate(135deg);
transform:rotate(135deg);
}  .format-audio .post_featured {
position:relative;
max-height: 16em;
}
.trx_addons_audio_player .audio_info{
padding: 0 0.35rem;
}
.single .format-audio .post_featured {
max-height: none;
}
.format-audio .post_featured img {
position:relative;
}
.format-audio .post_featured.with_thumb .mask {
background-color: transparent;
}
.format-audio .post_featured .mask {
opacity: 1;
}
.format-audio .post_featured .post_audio_author {
font-size: 1em;
}
.format-audio .post_featured .post_audio_title {
font-size: 1.2em;
font-weight:400;
line-height:1.5em;
margin-top: 0.4em;
margin-bottom:0.5em;
letter-spacing:1px;
text-transform:none;
}
.format-audio .post_featured.with_thumb .post_audio_title {
color: #ffffff;
}
.format-audio .post_featured .post_audio.with_iframe .post_audio_author,
.format-audio .post_featured .post_audio.with_iframe .post_audio_title {
display:none;
}
.format-audio .post_featured.with_thumb .post_audio {
position: absolute;
z-index:1000;
bottom: 2em;
left:6%;
right: 6%;
text-align:left;
}
.related_wrap .post_format_audio .post_featured,
.related_wrap .related_item_style_2.post_format_audio .post_featured {
display: none;
}
.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
padding: 2em 2.5em 2.4em;
border: 1px solid #ddd;
border-radius: 8px;
}
.format-audio .post_featured.with_thumb .mejs-container,
.format-audio .post_featured > div .mejs-controls {
background: none;
}
.format-audio .post_featured.with_thumb .mejs-controls,
.format-audio .post_featured > div > .mejs-container {
background:none;
margin-top: 1px;
}
.mejs-container .mejs-controls .mejs-button {
margin: 3px;
overflow:hidden;
position:relative;
width: 36px;
height: 36px;
line-height: 36px;
text-align:center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.mejs-container .mejs-controls .mejs-button:hover {
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.mejs-container .mejs-controls .mejs-button button {
display:block;
margin:0;
position:absolute;
left: -5px;
top: -5px;
right:0;
bottom:0;
width: 100%;
height: 100%;
background: none !important;
z-index: 3;
outline: none;
}
.mejs-container .mejs-controls,
.post_item_single .post_content .mejs-container{
height: 50px !important
}
.mejs-container .mejs-controls .mejs-playpause-button:before,
.mejs-container .mejs-controls .mejs-playpause-button:after,
.mejs-container .mejs-controls .mejs-volume-button:before,
.mejs-container .mejs-controls .mejs-volume-button:after,
.mejs-container .mejs-controls .mejs-button:before,
.mejs-container .mejs-controls .mejs-button:after{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
z-index: 1;
content: '\e91f';
font-family:'fontello';
font-size: 1.9rem;
transition: all 0.2s;
}
.mejs-container .mejs-controls .mejs-playpause-button:after,
.mejs-container .mejs-controls .mejs-volume-button:after,
.mejs-container .mejs-controls .mejs-button:after{
z-index: 2;
font-size: 1.05rem;
}
.mejs-container .mejs-controls .mejs-playpause-button.mejs-play:after {
content: '\e945';
font-family:'fontello';
}
.mejs-container .mejs-controls .mejs-playpause-button.mejs-pause:after {
content: '\e940';
font-family:'fontello';
}
.mejs-container .mejs-controls .mejs-playpause-button.mejs-replay:after {
content: '\e8e1';
font-family:'fontello';
}
.mejs-container .mejs-controls .mejs-volume-button.mejs-mute:after {
content: '\e946';
font-family:'fontello';
}
.mejs-container .mejs-controls .mejs-volume-button.mejs-unmute:after {
content: '\e947';
font-family:'fontello';
}
.mejs-container .mejs-controls .mejs-button.mejs-fullscreen-button:after {
content: '\e918';
font-family:'fontello';
}
.mejs-container .mejs-controls .mejs-button.mejs-unfullscreen:after {
content: '\e856';
font-family:'fontello';
}
.mejs-container .mejs-controls .mejs-time-rail span,
.mejs-container .mejs-controls .mejs-time-rail a {
height: 6px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
height: 14px;
border: none;
font-size:10px;
letter-spacing:0;
top: -22px;
}
.mejs-controls a.mejs-horizontal-volume-slider{
margin-top: 2px !important;
}
.mejs-container .mejs-controls .mejs-time{
margin-top: 20px !important;
padding-top: 2px !important;
}
.mejs-controls div.mejs-time-rail{
margin-top: 5px !important;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
top: 13px;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
margin: 8px 5px;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
height: 6px;
top: 15px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.mejs-container .mejs-controls .mejs-time{
font-size: 1rem !important;
} .format-video .post_featured.with_thumb {
position:relative;
}
.format-video .post_featured.with_thumb .post_video {
position: absolute;
z-index:1;
left:0;
top:0;
width:100%;
height: 100%;
opacity:0;
overflow:hidden;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.format-video .post_featured.with_thumb .post_video:before {
content:' ';
display:inline-block;
padding-top:55%;
width:0;
height:0;
}
.format-video .post_featured.with_thumb img {
position:relative;
z-index:2;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.format-video .post_featured.with_thumb .mask {
z-index:3;
background-color: rgba(0,0,0,0.5);
opacity:0;
}
.format-video .post_featured.with_thumb:hover .mask {
opacity:1;
}
.format-video .post_featured.with_thumb .post_video_hover {
position: absolute;
z-index:4;
left: 50%;
top: 50%;
font-size:2em;
width: 2em;
height: 2em;
line-height: 2em;
text-align:center;
cursor: pointer;
overflow:hidden;
background-color: rgba(0,0,0,0.5);
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transform:translateX(-50%) translateY(-50%);
-moz-transform:translateX(-50%) translateY(-50%);
-ms-transform:translateX(-50%) translateY(-50%);
transform:translateX(-50%) translateY(-50%);
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
margin-top: 2em;
opacity: 0;
}
.body_style_fullwide .format-video .post_featured.with_thumb .post_video_hover,
.post_layout_excerpt.format-video .post_featured.with_thumb .post_video_hover,
.post_layout_chess_1.format-video .post_featured.with_thumb .post_video_hover {
font-size: 2.8em;
width: 2.2em;
height: 2.2em;
line-height: 2.2em;
border: none;
background: transparent;
}
.format-video .post_featured.with_thumb .post_video_hover:before {
content: '\e91f';
font-family: 'fontello';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
z-index: 1;
font-size: 3.8rem;
}
.format-video .post_featured.with_thumb .post_video_hover:after {
content: '\e945';
font-family: 'fontello';
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
font-size: 2rem;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.mobile_layout .format-video .post_featured.with_thumb .post_video_hover,
.format-video .post_featured.with_thumb:hover .post_video_hover {
opacity: 1;
margin-top: 0;
}
.format-video .post_featured.post_video_play .post_video {
opacity:1;
z-index:10;
}
.format-video .post_featured.post_video_play .mask {
opacity: 1;
background-color:#000;
}
.format-video .post_featured.post_video_play .post_video > * {
position:absolute;
z-index:1;
left: 50%;
top: 50%;
-webkit-transform:translateX(-50%) translateY(-50%);
-moz-transform:translateX(-50%) translateY(-50%);
-ms-transform:translateX(-50%) translateY(-50%);
transform:translateX(-50%) translateY(-50%);
}
.format-video .post_featured.post_video_play .post_video_hover {
display:none;
}
.post_item_single.post_format_video iframe + a {
display: inline-block;
margin-top: 1em;
} .format-quote .post_content,
.format-aside .post_content,
.format-link .post_content,
.format-status .post_content {
padding: 0;
text-align:left;
}
.format-aside .post_content_inner,
.format-link .post_content_inner,
.format-status .post_content_inner {
font-size: 1.6667rem;
line-height:1.4em;
}
.format-aside .post_content_inner {
padding: 1em 1.3158em;
}
.format-quote .post_content p,
.format-aside .post_content p,
.format-link .post_content p,
.format-status .post_content p {
margin-bottom: 0;
}
.format-aside .post_content p+p,
.format-link .post_content p+p,
.format-status .post_content p+p {
margin-top:1em;
}
.format-aside .post_content_inner:after {
display:none;
}
.format-aside .post_content_inner + .post_meta,
.format-link .post_content_inner + .post_meta,
.format-status .post_content_inner + .post_meta {
margin-top:1.6em;
} .format-chat p {
margin-bottom:0;
}
.format-chat p > em,
.format-chat p > b,
.format-chat p > strong {
display:inline-block;
margin-top:1.7em;
}
.format-chat p:first-child > em,
.format-chat p:first-child > b,
.format-chat p:first-child > strong {
margin-top:0;
}  .post_layout_excerpt {
position:relative;
margin-bottom:0;
}
.post_layout_excerpt + .post_layout_excerpt {
margin-top: 5.5rem;
padding-top: 5.3rem;
border-top:1px solid;
}
.post_layout_excerpt .post_featured {
display: inline-block;
margin-bottom: 0;
}
.post_format_gallery .post_featured,
.post_format_audio .post_featured {
display:block;
}
.post_layout_excerpt .post_header {
margin: 0 0 1.5rem;
position:relative;
}
.post_layout_excerpt .post_header .post_price {
position: absolute;
z-index:1;
right: 0;
top: 0;
width: auto;
}
.post_layout_excerpt .post_title {
margin: 0;
}
.post_layout_excerpt .post_meta {
margin-top: 1.05rem;
}
.post_layout_excerpt .post_content {
margin-top: 1.2rem;
}
.post_layout_excerpt.format-quote .post_content,
.post_layout_excerpt.format-aside .post_content {
margin-top:1.6em;
}
.post_layout_excerpt .more-link {
margin-top: 1rem;
} .post_layout_classic {
position:relative;
margin-bottom:4rem;
}
.post_layout_classic .post_featured img {
width: 100%;
}
.post_layout_classic .post_header {
padding-top:0.1px;
}
.post_layout_classic .post_title {
margin: 0;
}
.post_layout_classic .post_title+.post_meta {
margin-top:0.5em;
}
.post_layout_classic .post_content {
font-size:0.9333em;
line-height:1.5em;
}
.post_layout_classic blockquote {
margin-left:0;
margin-right:0;
}
.post_layout_classic .post_header + .post_content {
padding-top: 1em;
}
.body_style_fullwide .post_layout_classic .post_header,
.body_style_fullwide .post_layout_classic .post_content {
max-width:75%;
margin-left:auto;
margin-right:auto;
}
.post_layout_classic.format-aside .post_content_inner + .post_meta,
.post_layout_classic.format-link .post_content_inner + .post_meta,
.post_layout_classic.format-status .post_content_inner + .post_meta {
margin-top:1em;
} .chess_wrap {
overflow:hidden;
}
.post_layout_chess {
position:relative;
overflow:hidden;
margin-bottom:0;
}
.post_layout_chess .post_featured {
margin-bottom:0;
width: 50%;
float: right;
max-height:none !important;
}
.post_layout_chess .post_featured_bg:before {
padding-top: 100%;
}
.post_layout_chess .post_inner {
width: 50%;
position:absolute;
left:0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.post_layout_chess blockquote {
margin:0;
}
.post_layout_chess_1 .post_inner_content {
padding: 0 14%;
}
.post_layout_chess_2 .post_inner_content {
padding: 0 12%;
}
.post_layout_chess_3 .post_inner_content {
padding: 0 10%;
}
.post_layout_chess .post_header {
padding-top:0.1px;
}
.post_layout_chess .post_title {
margin: 0;
}
.post_layout_chess .post_meta {
margin-top: 1em;
margin-bottom: 0 !important;
}
.post_layout_chess .post_header + .post_content {
margin-top:1em;
}
.post_layout_chess .post_content_inner {
overflow:hidden;
position:relative;
padding-bottom: 1em;
}
.post_layout_chess:not(.post_format_aside) .post_content_inner {
padding-top: 0;
}
.post_layout_chess .post_content_inner:after {
content:' ';
position:absolute;
bottom:0;
left:0;
width:100%;
height: 1em;
}
.post_layout_chess_1.post_format_quote .post_content_inner .post_meta,
.post_layout_chess_1.post_format_link .post_content_inner .post_meta,
.post_layout_chess_1.post_format_status .post_content_inner .post_meta {
margin-top: 1rem;
}
.post_layout_chess_1.post_format_aside .post_content_inner .post_meta {
margin-top: 3rem;
}
.post_layout_chess_1 .post_header + .post_content {
margin-top:3.8rem;
}
.post_layout_chess_1 .more-link {
margin-top: 3rem;
}
.post_layout_chess_1.post_format_quote .post_header,
.post_layout_chess_1.post_format_link .post_header,
.post_layout_chess_1.post_format_aside .post_header,
.post_layout_chess_1.post_format_status .post_header,
.post_layout_chess_2.post_format_quote .post_header,
.post_layout_chess_2.post_format_link .post_header,
.post_layout_chess_2.post_format_aside .post_header,
.post_layout_chess_2.post_format_status .post_header {
display:none;
}
.post_layout_chess_2 .post_title {
font-size:1.1rem;
}
.post_layout_chess_2:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner {
font-size:0.9333rem;
line-height:1.5em;
max-height: 11.4em;
}
.post_layout_chess_2 .post_meta,
.post_layout_chess_3 .post_meta {
font-size: 13px;
line-height:18px;
margin-top: 8px;
}
.post_layout_chess_2.post_format_aside .post_meta {
margin-top: 1.3333rem;
}
.post_layout_chess_2.post_format_audio .post_featured .post_audio_title,
.post_layout_chess_3.post_format_audio .post_featured .post_audio_title {
letter-spacing:0;
}
.post_layout_chess_2.format-chat p > em, .post_layout_chess_2.format-chat p > b, .post_layout_chess_2.format-chat p > strong {
margin-top:0.8em;
}
.post_layout_chess_2 .more-link {
margin-top: 1.5rem;
}
.post_layout_chess_3 .post_title {
font-size:1.1rem;
line-height:1.2em;
}
.post_layout_chess_3 .post_content_inner {
font-size:0.8667rem;
line-height:1.3486em;
max-height: 6.2rem;
}
.post_layout_chess_3 .post_content_inner,
.post_layout_chess_3 .post_content_inner + .post_meta {
display:none;
}
.post_layout_chess_3 .more-link {
margin-top: 0;
}
.post_layout_chess_1:nth-child(2n+2) .post_featured {	float:left; }
.post_layout_chess_1:nth-child(2n+2) .post_inner {		left: auto; right:0; }
.post_layout_chess_2 {									width: 50%; float:left; }
.post_layout_chess_2:nth-child(4n+3) .post_featured,
.post_layout_chess_2:nth-child(4n+4) .post_featured {	float:left; }
.post_layout_chess_2:nth-child(4n+3) .post_inner,
.post_layout_chess_2:nth-child(4n+4) .post_inner {		left: auto; right:0; }
.post_layout_chess_3 {									width: 33.3333%; float:left; }
.post_layout_chess_3:nth-child(6n+4) .post_featured,
.post_layout_chess_3:nth-child(6n+5) .post_featured,
.post_layout_chess_3:nth-child(6n+6) .post_featured {	float:left; }
.post_layout_chess_3:nth-child(6n+4) .post_inner,
.post_layout_chess_3:nth-child(6n+5) .post_inner,
.post_layout_chess_3:nth-child(6n+6) .post_inner {		left: auto; right:0; } .post_layout_portfolio .post_title {
margin: 1em 0 0.4em;
}
.post_layout_portfolio .post_featured {
margin-bottom:0;
}
.post_layout_portfolio .post_featured img {
width: 100%;
} .masonry_wrap,
.portfolio_wrap {
position:relative;
margin-right:-2em;
}
.masonry_wrap .masonry_item,
.post_layout_portfolio {
position:relative;
display: inline-block;
vertical-align:top;
padding:0 2em 2em 0;
margin-bottom:0;
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.masonry_wrap .masonry_item {
padding-bottom: 0;
}
.masonry_wrap .post_layout_masonry {
margin-bottom: 3em;
}
.masonry_wrap .masonry_item-1_3,
.portfolio_wrap.portfolio_3 .post_layout_portfolio {
width: 33.3333%;
}
.masonry_wrap .masonry_item-1_4,
.portfolio_wrap.portfolio_4 .post_layout_portfolio {
width: 25%;
} .post_layout_gallery * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.post_layout_gallery .post_details {
display:none;
}
.gallery_item_current {
opacity: 0 !important;
}
.gallery_preview {
position: fixed;
z-index: 200000;
top: 0;
left: 0;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-ms-flex-line-pack: center;
-webkit-align-content: center;
align-content: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
width: 50%;
height: 100%;
pointer-events: none;
}
.gallery_preview:before {
content: ' ';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.6s;
-ms-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.gallery_preview_show {
pointer-events: auto;
}
.gallery_preview_show:before {
opacity: 1;
}
.gallery_preview_image_clone {
position: fixed;
z-index: 110;
-webkit-transition: -webkit-transform 0.5s;
-ms-transition: -ms-transform 0.5s;
transition: transform 0.5s;
-webkit-backface-visibility: hidden;
}
.gallery_preview_image_original {
position: relative;
z-index: 120;
display: block;
object-fit: contain;
-webkit-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-backface-visibility: hidden;
}
.gallery_preview_show .gallery_preview_image_animate { -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
-ms-transition: -ms-transform 0.6s, opacity 0.2s;
transition: transform 0.6s, opacity 0.2s;
}
.gallery_preview_image_animate { -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
-ms-transition: -ms-transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s;
}
.gallery_preview_description {
position: absolute;
z-index: 140;
width: 100%;
left: 100%;
top: 0;
height: 100%;
padding: 0 3em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-flex;
display:     -ms-flex;
display:         flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
opacity: 0;
-webkit-transition: opacity 1s, -webkit-transform 1s;
-ms-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-webkit-transform: translate3d(0, 30px, 0);
-ms-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
}
.gallery_preview_show .gallery_preview_description {
opacity: 1;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.gallery_preview_show .post_title {
margin: 0 0 0.5em;
}
.gallery_preview_show .post_meta {
font-size:1em;
line-height:1.3em;
margin-top:0;
margin-bottom:2em;
}
.gallery_preview_show .post_description_content {
max-width: 100%;
font-size:1.1429em;
line-height: 2em;
}
.gallery_preview_close {
font-size: 2em;
margin: 0;
padding: 0;
cursor: pointer;
vertical-align: top;
border: none;
background: none;
position: fixed;
z-index: 150;
top: 0;
right: 0;
padding: 1em;
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
-ms-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transform: scale3d(0.6, 0.6, 1);
-ms-transform: scale3d(0.6, 0.6, 1);
transform: scale3d(0.6, 0.6, 1);
}
.gallery_preview_image_loaded .gallery_preview_close {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}  .nav-links-more {
text-transform:uppercase;
margin-top: 2.3em;
letter-spacing:1px;
text-align:center;
}
.blog_style_excerpt .nav-links-more {
margin-top: 4em;
}
.nav-links-more.nav-links-infinite {
display:none;
}
.nav-links-more a {
display:inline-block;
padding-top: 2em;
position:relative;
}
.nav-links-more a:before {
content: '\e929';
font-family:'fontello';
font-size:1.6em;
display:block;
text-align:center;
font-weight:normal;
position:absolute;
top:0;
left:50%;
margin-left:-0.5em;
width:1em;
height: 1em;
line-height:1em;
}
.nav-links-more a:hover {
-webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
-moz-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
-ms-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
-o-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
}
.nav-links-more.loading a:before {
content: '\e810';
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-ms-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
.nav-links-infinite a span {
opacity: 0;
}
.nav-links-infinite.loading {
display: block;
} .nav-links-old {
overflow:hidden;
font-size: 0.9333em;
text-transform:uppercase;
letter-spacing:1px;
margin-top: 3em;
}
body[class*="blog_style_portfolio"] .nav-links-old,
body[class*="blog_style_classic"] .nav-links-old {
margin-top:1.3em;
}
.nav-links-old .nav-prev a:before,
.nav-links-old .nav-next a:after {
font-family:'fontello';
display:inline;
font-weight:normal;
position:absolute;
top:0;
}
.nav-links-old .nav-prev {
float:left;
position:relative;
padding-left: 2em;
}
.nav-links-old .nav-prev a:before {
content: '\e939';
left: 0;
}
.nav-links-old .nav-next {
float:right;
position:relative;
padding-right:2em;
}
.nav-links-old .nav-next a:after {
content: '\e93a';
right: 0;
}
.nav-links-old a {
border-bottom: 1px dotted transparent;
} .comments_pagination,
.nav-links,
.page_links {
font-size: 1em;
text-transform:uppercase;
margin-top: 3.4em;
text-align:center;
}
.comments_pagination,
.page_links {
margin-top: 1em;
padding-top: 1.5em;
}
.remove_margins .comments_pagination,
.remove_margins  .nav-links,
.remove_margins .page_links {
margin-bottom: 2.5em;
}
.page_links .page_links_title {
margin-right: 1em;
}
.page_links > span:not(.page_links_title),
.page_links > a,
.comments_pagination .page-numbers,
.nav-links .page-numbers {
display:inline-block;
width: 4em;
height: 4em;
line-height: 4em;
text-align:center;
margin-right:0.6667em;
margin-bottom:0.6667em;
}
.comments_pagination .page-numbers.prev,
.comments_pagination .page-numbers.next {
width: auto;
padding: 0 2em;
} .single .nav-links {
font-size:0.8667em;
text-align: left;
margin-top: 7.8rem;
padding-top: 7.6rem;
border-top: 1px solid #ddd;
overflow:hidden;
text-transform:none;
}
.single .nav-links a {
display:block;
position:relative;
min-height: 5em;
z-index:1;
}
.single .nav-links a .nav-arrow {
width:5em;
height:4.6em;
line-height:4.6em;
overflow:hidden;
text-align:center;
position:absolute;
top:0;
left: 0;
border: 1px dotted transparent;
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}
.single .nav-links a .nav-arrow:before {
content: ' ';
display:block;
position:absolute;
z-index:1;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color:#fff;
opacity:0;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.single .nav-links a:hover .nav-arrow:before {
opacity:0.5;
}
.single .nav-links a .nav-arrow:after {
content: '\e939';
font-family: 'fontello';
display:inline-block;
position:relative;
z-index:2;
top: 3em;
opacity:0;
color: #292929;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.single .nav-links a:hover .nav-arrow:after {
top: 0;
opacity:1;
}
.single .nav-links .nav-next a .nav-arrow {
right: 0;
left: auto;
}
.single .nav-links .nav-next a .nav-arrow:after {
content: '\e93a';
}
.single .nav-links .nav-previous,
.single .nav-links .nav-next {
width:50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.single .nav-links .nav-previous {
float:left;
text-align:left;
padding-right:15px;
}
.single .nav-links .nav-previous a {
padding-left: 6.5em;
}
.single .nav-links .nav-previous .post-title {
text-align:left;
}
.single .nav-links .nav-next {
float:right;
text-align:right;
padding-left:15px;
}
.single .nav-links .nav-next a {
padding-right: 6.5em;
}
.single .nav-links .nav-next .post-title {
text-align:right;
}
.single .nav-links .post-title,
.single .nav-links .post_date {
-webkit-transition: all ease-in-out .3s;
-moz-transition: all ease-in-out .3s;
-ms-transition: all ease-in-out .3s;
-o-transition: all ease-in-out .3s;
transition: all ease-in-out .3s;
}
.single .nav-links .post-title {
margin:0 0 0.3em;
}
.single .nav-links .meta-nav,
.single .nav-links .post_date {
font-size:0.9286em;
font-weight:normal;
} .image-navigation .nav-previous,
.image-navigation .nav-next {
float:none;
width:auto;
text-align:left;
padding:0;
margin:0;
position: absolute;
left: 1.5em;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.image-navigation .nav-next {
left: auto;
right: 1.5em;
text-align:right;
}
.image-navigation .nav-previous a,
.image-navigation .nav-next a {
display:block;
padding: 0.25em 1em;
width: 0;
max-width:20em;
overflow:hidden;
white-space:nowrap;
background-color:rgba(0,0,0,0.6);
color: #fff;;
-webkit-border-radius: 1.5em;
-ms-border-radius: 1.5em;
border-radius: 1.5em;
}
.image-navigation .nav-previous a:hover,
.image-navigation .nav-next a:hover {
width: auto;
color: #fff;;
}
.image-navigation .nav-previous a:hover {
padding-left:3.5em;
}
.image-navigation .nav-next a:hover {
padding-right:3.5em;
}
.image-navigation .nav-previous a:after,
.image-navigation .nav-next a:after {
content: '\e8ef';
font-family: "fontello";
-webkit-border-radius: 50%;
border-radius: 50%;
position: absolute;
text-align: center;
left: 0;
top: 50%;
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
width:2.5em;
height:2.5em;
line-height:2.5em;
background-color: #333;
color: #fff;
}
.image-navigation .nav-next a:after {
content: '\e8f0';
left: auto;
right: 0;
}
.image-navigation .nav-previous a:hover:after,
.image-navigation .nav-next a:hover:after {
border-color: transparent;
background-color: transparent;
} .structured_data_snippets { display: none; }
.post_item_single::after {
content: ' ';
display: block;
width: 100%;
height: 0;
clear: both;
}
.post_item_single.format-aside .post_content,
.post_item_single.format-link .post_content,
.post_item_single.format-status .post_content {
padding: 2em 0 0;
text-align:left;
}
.post_item_single.format-quote .post_content {
background-color:transparent;
padding-top:0;
}
.post_item_single .post_content .mejs-container {
margin-bottom:1em;
margin-top:1em;
} .post_item_single > .post_featured {
margin-bottom: 1.9em;
}
.post_item_single > .post_meta{
margin-bottom: 1.1rem;
}
.post_featured.post_attachment {
margin-bottom: 0.5em;
}
.entry-caption {
text-align:center;
font-style:italic;
}
.post_item_single .post_header {
margin-bottom:2.5em;
}
.post_item_single .post_content > h1:first-child,
.post_item_single .post_content > h2:first-child,
.post_item_single .post_content > h3:first-child,
.post_item_single .post_content > h4:first-child,
.post_item_single .post_content > h5:first-child,
.post_item_single .post_content > h6:first-child,
.post_item_single .post_content > .vc_row:first-child h1:first-child,
.post_item_single .post_content > .vc_row:first-child h2:first-child,
.post_item_single .post_content > .vc_row:first-child h3:first-child,
.post_item_single .post_content > .vc_row:first-child h4:first-child,
.post_item_single .post_content > .vc_row:first-child h5:first-child,
.post_item_single .post_content > .vc_row:first-child h6:first-child,
.post_item_single .post_title {
margin-top:-0.2em;
}
.post_item_single .post_header .post_title {
margin-bottom: 0;
} .post_item_single .post_content > .post_meta_single {
font-size: 1rem;
margin-top: 2em;
letter-spacing:0;
clear: both;
}
.post_item_single .post_content > .post_meta_single .post_tags {
display:block;
margin-top: -6px;
}
.post_item_single .post_content > .post_meta_single .post_share {
display:block;
}
.post_item_single .post_content > .post_meta_single .post_share:before {
display:none;
}
.post_item_single .post_content > .post_meta_single .post_share .social_item a {
display:block;
text-align:center;
width: 35px;
height: 35px;
line-height: 35px;
position: relative;
z-index: 1;
}
.post_item_single .post_content > .post_meta_single .post_share .social_item a span{
font-size: 0.778rem;
} .author_info {
margin-top: 8.3rem;
padding: 1.6rem 2.2rem;
position:relative;
}
.author_avatar {
width: 75px;
height: 75px;
position: absolute;
left: 2.2rem;
top: 1.6rem;
}
.author_avatar img {
width:100%;
height: auto;
}
.author_description {
padding-left: 6rem;
}
.author_title {
margin-top: 0;
margin-bottom:1em;
}
.author_bio p {
margin:0;
}
.author_bio p+p {
margin-top:0.6em;
}
.author_bio .author_link {
display:block;
margin-top:0.8em;
letter-spacing:0;
} .related_wrap {
margin-top: 4.1rem;
padding-top: 4.1rem;
overflow:hidden;
clear: both;
}
.related_wrap_title {
margin:0 0 1.5em;
text-align:left;
}
.related_wrap .related_item {
text-align:center;
}
.related_wrap .post_categories {
font-weight:700;
text-transform:uppercase;
font-size:12px;
}
.related_wrap .post_categories ul {
margin: 0;
padding:0;
list-style:none;
display:inline-block;
}
.related_wrap .post_categories li {
display:inline-block;
margin: 0;
}
.related_wrap .post_categories li+li {
margin-left: 0.5em;
}
.related_wrap .post_categories li:nth-child(n+3) {
display:none; }
.related_wrap .post_title {
margin: 0.2em 0 0.1em;
}
.related_wrap .post_date {
font-size: 0.7368em;
} .related_wrap .related_item_style_1 .post_header {
display:block;
position:absolute;
z-index: 3;
left: 50%;
top: 50%;
-webkit-transform:translate(-50%, -50%);
-moz-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);
padding:3em 2em;
max-width: 70%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.related_wrap .related_item_style_1.format-video  .post_featured.with_thumb .post_video_hover {
top: 90%;
}
.related_wrap .related_item_style_1 .post_title {
margin: 0.8em 0;
letter-spacing:1px;
line-height:1.5em;
} .related_wrap .related_item_style_2 .post_featured {
margin-bottom: 1.1em;
}
.related_wrap .related_item_style_2 .post_date {
font-size:10px;
font-weight:bold;
line-height:1.4em;
text-transform:uppercase;
} .body_style_fullscreen .comments_wrap {
margin-bottom: 3em;
} .comments_list_wrap {
overflow:hidden;
margin-top: 4.1rem;
padding-top: 4.1rem;
}
.comments_list_wrap .comments_closed {
margin-top:2em;
color:#1d1d1d;
}
.comments_list_wrap .comments_list_title {
margin: 0 0 0.85em;
text-align:left;
}
.comments_list_wrap > ul {
padding: 0;
margin:0;
list-style: none;
}
.comments_list_wrap ul li + li,
.comments_list_wrap li > ul > li {
padding-top: 1.8em;
}
.comments_list_wrap ul > li {
overflow:hidden;
position:relative;
min-height:6.7em;
}
.comments_list_wrap ul > li:before {
display:none;
}
.comments_list_wrap ul ul {
margin-left: 7em;
padding-left:0;
}
.comments_list_wrap ul ul ul ul ul {
margin-left:0;
}
.comments_list_wrap li + li,
.comments_list_wrap li ul {
margin-top: 2.3em;
border-top: 1px solid #eee;
}
.comments_list_wrap .comment_author_avatar {
position: absolute;
left: 0;
top: 0;
z-index:1;
width: 100px;
height: 100px;
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/avatar.png);
background-size: 100% 100%;
}
.comments_list_wrap ul li + li > .comment_body > .comment_author_avatar,
.comments_list_wrap li > ul > li > .comment_body > .comment_author_avatar {
top: 1.8em;
}
.comments_list_wrap .comment_author_avatar img {
width: 88%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
}
.comments_list_wrap .comment_content {
padding-left: 7.25em;
overflow:hidden;
}
.comments_list_wrap .comment_info {
margin: -0.2em 0 0.8em;
position:relative;
}
.comments_list_wrap .comment_author {
margin:0;
display:inline-block;
}
.comments_list_wrap .comment_author+.comment_posted:before,
.comments_list_wrap .comment_posted span+span:not(.comment_date):before{
content: '|';
display: inline-block;
margin: 0 0.5rem;
}
.comments_list_wrap .comment_posted {
display:inline-block;
position:relative;
letter-spacing:0;
font-size: 1rem;
line-height:inherit;
}
.comments_list_wrap .comment_posted_label {
display:none;
}
.comments_list_wrap .comment_not_approved {
padding: 0.2em 0 0.5em 0;
font-style:italic;
}
.comments_list_wrap .comment_text {
margin-bottom:0.5em;
}
.comments_list_wrap .comment_text p {
margin:0;
}
.comments_list_wrap .comment_text p+p {
margin-top: 0.6em;
}
.comments_list_wrap .comment_text ul {
margin:0;
padding: 0 0 0 1.5em;
}
.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ul ul ul ul{
list-style: disc;
}
.comments_list_wrap .comment_text ul ul,
.comments_list_wrap .comment_text ul ul ul ul ul{
list-style: circle;
}
.comments_list_wrap .comment_text ul ul ul,
.comments_list_wrap .comment_text ul ul ul ul ul ul{
list-style: square;
}
.comments_list_wrap .comment_text ol {
margin:0;
padding: 0 0 0 1.5em;
list-style:decimal;
}
.comments_list_wrap .comment_text ul > li > ul,
.comments_list_wrap .comment_text ol > li > ol {
margin-top: 0.5em;
}
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
min-height:0;
padding:0;
margin:0 0 0.5em 0;
overflow:visible;
}
.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol,
.comments_list_wrap .comment_text ol > li {
border:none;
}
.comments_list_wrap .comment_reply {
font-size: 1rem;
line-height: normal;
letter-spacing:0;
margin-top: 1em;
}
.comments_list_wrap .comment_reply a:before {
content:'\e802';
font-family:'fontello';
margin-right:0.2em;
display:none;
} .comments_list > li.pingback,
.comments_list > li.trackback {
list-style:none;
margin-left:0;
padding-left:0;
padding-right:4em;
min-height: 0;
position:relative;
}
.comments_list > li.trackback p {
font-style:italic;
padding-bottom:0.8em;
}
.comments_list > li.trackback p a { 
font-style:normal;
}
.comments_list > li.pingback .edit-link,
.comments_list > li.trackback .edit-link {
position:absolute;
right:0;
top: 1.8em;
}
.comments_list > li.pingback:first-child .edit-link {
top: 0;
} .comments_form_wrap {
margin-top: 0;
padding-top: 4.5rem;
overflow:hidden;
}
.comments_form_wrap form {
position:relative;
overflow:hidden;
}
.comments_wrap .comments_form_title {
margin: 0 0 0.85em;
text-align:left;
}
.comments_wrap .comments_list_wrap .comments_form_title {
margin-top: 1.5em;
position:relative;
padding-right: 30px;
}
.comments_wrap #cancel-comment-reply-link {
font-size:0;
}
.comments_wrap #cancel-comment-reply-link:before {
content: '\e916';
font-family: 'fontello';
font-size:18px;
display:block;
text-align:center;
width: 2em;
height: 2em;
line-height: 2em;
position:absolute;
right: 0;
top: 0;
z-index: 1;
}
.comments_wrap .comments_notes {
font-size:0.8667em;
}
.comments_wrap .comments_field  {
margin-bottom:2em;
}
.comments_wrap .comments_author,
.comments_wrap .comments_email {
width: 48%;
float:left;
}
.comments_wrap .comments_email {
float:right;
}
.comments_wrap .comments_url {
clear:both;
}
.comments_wrap .comments_field label {
display:none;
}
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea {
width:100%;
padding: 0.5em 2em;
}
.comments_wrap .comments_field textarea {
padding: 1.5em 2em;
}
.comments_wrap .comments_field textarea {
min-height: 10em;
} .comments_wrap .form-submit {
margin: 3.9em 0 0;
}
.comments_wrap .form-submit:before { 
content: ' ';
clear:both;
display:block;
width:100%;
height: 0;
}
.comments_wrap .form-submit input[type="submit"] {
display:inline-block;
}
form .error_field {
border-color: #CC6868 !important;
-webkit-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
-ms-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);	
} .gustavo_messagebox {
display:inline-block;
font-size:0.8667em;
line-height:1.5em;
padding: 1.5em;
color: #006818;
border: 1px solid #006818;
background-color:#d8ffd8;
position:absolute;
z-index:1000;
left: 50%;
top: 50%;
-webkit-transform:translateX(-50%) translateY(-50%);
-moz-transform:translateX(-50%) translateY(-50%);
-ms-transform:translateX(-50%) translateY(-50%);
transform:translateX(-50%) translateY(-50%);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 200, 0, 0.2);
-ms-box-shadow: 0px 0px 20px 0px rgba(0, 200, 0, 0.2);
box-shadow: 0px 0px 20px 0px rgba(0, 200, 0, 0.2);	
}
.gustavo_messagebox_style_error {
color: #681800;
border: 1px solid #681800;
background-color:#ffd8d8;
-webkit-box-shadow: 0px 0px 20px 0px rgba(200, 0, 0, 0.2);
-ms-box-shadow: 0px 0px 20px 0px rgba(200, 0, 0, 0.2);
box-shadow: 0px 0px 20px 0px rgba(200, 0, 0, 0.2);
}
.gustavo_messagebox p {
margin:0;
}
.gustavo_messagebox p+p {
margin-top:0.4em;
} .top_panel_title.sc_layouts_row{
position: relative;
padding: 6.55rem 0 6.4rem;
font-size: 1rem;
font-weight: 400;
background-size: cover;
background-position: center;
}
.top_panel_title .sc_layouts_item{
position: relative;
}
.top_panel_title .sc_layouts_title_caption{
font-size: 2.667rem;
text-align: center;
letter-spacing: 0.5px;
word-wrap: break-word;
}
.top_panel_title .sc_layouts_title_caption:after{
content: '\e93e\e93e\e93e';
display: block;
font-family: Fontello;
font-size: 1.3rem;
font-weight: 400;
margin-top: 16px;
letter-spacing: 1px;
}
.top_panel_title .breadcrumbs{
font-size: 1.611rem;
line-height: normal;
}
.sc_layouts_title_breadcrumbs{
margin-top: 0.9em;
}
.breadcrumbs .breadcrumbs_delimiter:before{
content: '\e836';
font-family: fontello;
}
.top_panel_title:after,
.top_panel_title:before{
font-family: fontello;
position: absolute;
line-height: 1em;
}
.top_panel_title:after{
content: '\e948';
right: 0.6em;
top: 0.17em;
font-size: 5em;
}
.top_panel_title:before{
content: '\e949';
left: 0.245em;
bottom: 0.15em;
font-size: 11.7em;
}
.breadcrumbs_figure_over{
display: block;
position: absolute;
left: 0;
width: 100%;
background-size: cover;
background-position: center;
z-index: auto;
}
.breadcrumbs_figure_over.top{
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/top_crumbs.png);
top: 0;
height: 20px;
}
.breadcrumbs_figure_over.bottom{
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/bottom_crumbs.png);
bottom: 0;
height: 77px;
} .post_item_404 .post_content {
overflow:hidden;
}
.post_item_404 .page_title {
float: left;
width:50%;
font-size: 10em;
line-height:1.2em;
margin: 0;
margin-top:0 !important;
letter-spacing:0;
text-align:center;
}
.post_item_404 .page_info {
float: left;
width:50%;
text-align:left;
padding: 0 0 0 5rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.post_item_404 .page_subtitle {
margin: 0;
letter-spacing:1px;
}
.post_item_404 .page_description {
margin-top: 1em;
margin-bottom: 2em;
text-transform:uppercase;
line-height:1.8em;
}
.post_item_404 .go_home:after {
content:'\e93a';
font-family:'fontello';
margin-left: 0.5em;
font-size: 0.9333em;
line-height:inherit;
position:relative;
top:-2px;
} .post_item_none_search .post_content {
padding: 1.5em 0;
}
.post_item_none_search .page_title,
.post_item_none_archive .page_title {
font-size: 6em;
line-height:1.2em;
}  .sidebar[class*="scheme_"] .sidebar_inner {
padding: 4.6rem 0;
}
.sidebar[class*="scheme_"] .widget {
padding: 0 4.6rem;
}
.sidebar[class*="scheme_"] .widget .widget {
padding: 0;
}
.sidebar .widget+.widget,
.sidebar[class*="scheme_"] .widget+.widget {
padding-top: 0rem;
margin-top: 2.9rem;
}
.sidebar .widget + .widget.widget_bg_image,
.sidebar[class*="scheme_"] .widget + .widget.widget_bg_image,
.sidebar .widget + .widget.widget_fullwidth,
.sidebar[class*="scheme_"] .widget + .widget.widget_fullwidth {
border-top: none;
padding-top: 4.2rem;
padding-bottom: 4.2rem;
}
.sidebar .widget.widget_bg_image + .widget,
.sidebar[class*="scheme_"] .widget.widget_bg_image + .widget,
.sidebar .widget.widget_fullwidth + .widget,
.sidebar[class*="scheme_"] .widget.widget_fullwidth + .widget {
border-top: none;
margin-top: 0;
}
.widget p {
margin:0;
}
.widget p+p,
.widget p+div,
.widget p+form {
margin-top:1em;
}
.widget .widgettitle {
font-size: 1.4286em;
line-height: 1.35em;
}
.widget .widget_title,
.widget .widgettitle {
margin-top:0;
}
.widget_fullwidth .widget_title,
.widget_fullwidth .widgettitle{
text-align:center;
}
.widget ul {
margin:0;
padding-left: .9em;
list-style-type:none;
line-height: 1.8rem;
}
.widget li {
position:relative;
}
.widget li:before {
content: '\e93f';
display:block;
font-family: fontello;
position:absolute;
left: -.7rem;
font-size: 10px;
}
.widget li a img {
vertical-align:baseline;
}
.widget input[type="text"],
.widget input[type="number"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="tel"],
.widget input[type="password"],
.widget input[type="search"],
.widget select,
.widget textarea,
.widget textarea.wp-editor-area {
padding: 1em 1.2em;
}
.widget .select_container select {
padding-right: 2em !important;
padding-top:0.5em;
padding-bottom:0.5em;
}
.widget .select_container:before {
width: 2em;
}
.widget .select_container:after {
right: 0.5em;
} .widgets_above_page_wrap,
.widgets_above_content_wrap {
font-size:1em;
margin-bottom:2em;
}
.widgets_below_content_wrap,
.widgets_below_page_wrap {
font-size:1em;
margin-top:2em;
}
.widgets_below_page_wrap {
clear:both;
} .wp-block-archives-dropdown {
margin-bottom: 1rem;
} .widget_calendar table,
.wp-block-calendar table {
width: 100%;
position:relative;
}
.widget_calendar caption,
.wp-block-calendar caption {
padding-bottom:0.5em;
font-weight:400;
}
.widget_calendar table > thead > tr,
.wp-block-calendar table > thead > tr {
background-color: transparent !important;
}
.widget_calendar th, .widget_calendar td,
.wp-block-calendar th, .wp-block-calendar td {
font-size: 1rem;
line-height: 1.5em;
font-weight:400 !important;
font-style:normal;
text-align:center;
text-transform:uppercase;
padding:2px;
border: none !important;
background-color: transparent !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 	14.2857%;
}
.widget_calendar th, .wp-block-calendar th{
font-size: 0.833rem;
font-weight: 600;
}
.widget_calendar td, .wp-block-calendar td {
line-height: 1.7rem;
padding:0;
}
.widget_calendar tbody td a, .wp-block-calendar tbody td a {
display:block;
position:relative;
font-weight:normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.widget_calendar tbody td a:after,
.wp-block-calendar tbody td a:after {
content: ' ';
position:absolute;
left: 50%;
bottom: 1px;
width: 12px;
height: 2px;
transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.widget_calendar td#today,
.wp-block-calendar td#today {
position:relative;
z-index:2;
}
.widget_calendar td#today:before,
.wp-block-calendar td#today:before {
content:' ';
position:absolute;
z-index:-1;
left:50%;
top: 50%;
width: 32px;
border-radius: 5px;
-webkit-border-radius: 5px;
height: 32px;
-webkit-transform:translateX(-50%) translateY(-50%);
-moz-transform:translateX(-50%) translateY(-50%);
-ms-transform:translateX(-50%) translateY(-50%);
transform:translateX(-50%) translateY(-50%);
}
.widget_calendar tfoot, .wp-block-calendar tfoot {
position:relative;
top: 0.6em;
}
.widget_calendar tfoot td, .wp-block-calendar tfoot td {
text-transform: none !important;
}
.widget_calendar td#prev, .wp-block-calendar td#prev,
.widget_calendar .wp-calendar-nav-prev, .wp-block-calendar .wp-calendar-nav-prev {
text-align:left;
overflow:hidden;
float: left;
}
.widget_calendar td#next, .wp-block-calendar td#next,
.widget_calendar .wp-calendar-nav-next, .wp-block-calendar .wp-calendar-nav-next {
text-align:right;
float: right;
}
.widget_calendar td#prev a, .widget_calendar td#next a,
.wp-block-calendar td#prev a, .wp-block-calendar td#next a,
.widget_calendar .wp-calendar-nav-prev a, .widget_calendar .wp-calendar-nav-next a,
.wp-block-calendar .wp-calendar-nav-prev a, .wp-block-calendar .wp-calendar-nav-next a {
position:relative;
font-weight: 600;
font-size: 0.889rem;
text-transform: uppercase;
}
.widget_calendar td#prev a:before, .widget_calendar td#next a:before,
.wp-block-calendar td#prev a:before, .wp-block-calendar td#next a:before,
.widget_calendar .wp-calendar-nav-prev a:before, .widget_calendar .wp-calendar-nav-next a:before,
.wp-block-calendar .wp-calendar-nav-prev a:before, .wp-block-calendar .wp-calendar-nav-next a:before {
position:absolute;
z-index:1;
top: 0;
width: 0.9em;
height: 1.4em;
line-height: 1.6em;
display:inline-block;
}
.widget_calendar td#prev a:before, .wp-block-calendar td#prev a:before,
.widget_calendar .wp-calendar-nav-prev a:before, .wp-block-calendar .wp-calendar-nav-prev a:before {
content: '\e943';
left:0;
font-family: fontello;
transition: none;
}
.footer_wrap .widget_calendar td#prev a:before, .footer_wrap .wp-block-calendar td#prev a:before,
.footer_wrap .widget_calendar .wp-calendar-nav-prev a:before, .footer_wrap .wp-block-calendar .wp-calendar-nav-prev a:before {
content: '';
}
.widget_calendar td#next a:before, .wp-block-calendar td#next a:before,
.widget_calendar .wp-calendar-nav-next a:before, .wp-block-calendar .wp-calendar-nav-next a:before {
content: '\e942';
right: 0;
font-family: fontello;
transition: none;
}
.footer_wrap .widget_calendar td#next a:before, .footer_wrap .wp-block-calendar td#next a:before,
.footer_wrap .widget_calendar .wp-calendar-nav-next a:before, .footer_wrap .wp-block-calendar .wp-calendar-nav-next a:before {
content: '';
}
.wp-calendar-nav{
margin-top: 0.6em;
} .widget_recent_entries .post-date {
display: inline-block;
margin-left:0.5em;
} .widget_recent_comments ul{
padding-left: 0;
line-height: 1.45rem;
}
.widget_recent_comments ul li{
margin-bottom: 0.9rem;
}
.widget_recent_comments ul li:before{
content: none;
} .widget_search form,
.woocommerce.widget_product_search form,
.widget_display_search form,
#bbpress-forums #bbp-search-form {
width:100%;
overflow:hidden;
position:relative;
}
.widget_search form:after,
.woocommerce.widget_product_search form:after,
.widget_display_search form:after,
#bbpress-forums #bbp-search-form:after {
content:'\e8eb';
font-family: 'fontello';
display:block;
text-align:center;
position:absolute;
right:1.2em;
top:50%;
margin-top:-0.5em;
width:1em;
height:1em;
line-height:1em;
z-index:0;
pointer-events: none;
cursor:pointer;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
form.wp-block-search:after {
top: auto;
margin-top: 0;
bottom: 1.25em;
}
.widget_search .search-field,
.woocommerce.widget_product_search .search_field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search {
width:100%;
padding: 1.25em 1.5em;
padding-right: 3em !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-search .wp-block-search__inside-wrapper {
position: relative;
}
.widget_search input.search-submit,
.woocommerce.widget_product_search .search_button,
.widget_display_search #bbp_search_submit,
#bbpress-forums #bbp-search-form #bbp_search_submit {
display:block;
text-indent:-1000px;
position:absolute;
right:0;
top:0;
width:3em;
height:100%;
padding:0;
border: none !important;
background:none !important;
z-index:1;
cursor:pointer;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border: 1px solid #dfd8cd;
}
.widget_block .wp-block-search .wp-block-search__input,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
border-radius: 8px;
}
.widget_block .wp-block-search .wp-block-search__button{
border-radius: 8px;
padding: 0.78em;
}
.widget_block .wp-block-search:after{
display: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{
padding: 1em 1.2em;
} .widget_rss .widget_title a {
display:inline-block;
margin-right:6px;
}
.widget_rss .widget_title a:first-child:before {
content:'\e8ed';
font-family:'fontello';
display: inline-block;
font-size:0.9em;
}
.widget_rss .widget_title img {
display:none;
}
.widget_rss ul,
.widget_rss li {
padding-left:0
}
.widget_rss li:before {
display:none;
}
.widget_rss li+li {
margin-top:2em;
} .widget_product_tag_cloud,
.widget_tag_cloud,
.wp-block-tag-cloud{
overflow:hidden;
}
.widget_product_tag_cloud .widget_title,
.widget_tag_cloud .widget_title,
.wp-block-tag-cloud .widget_title {
margin-bottom:1em;
}
.widget_product_tag_cloud a,
.widget_tag_cloud a,
.wp-block-tag-cloud a {
display:block;
float:left;
padding: 0;
margin: 0;
font-size: 1rem!important;
font-weight:400;
text-transform: capitalize;
}
.widget_product_tag_cloud a:after,
.widget_tag_cloud a:after,
.wp-block-tag-cloud a:after{
content: ',';
padding-right: 5px;
}
.widget_product_tag_cloud a:last-child:after,
.widget_tag_cloud a:last-child::after,
.wp-block-tag-cloud a:last-child::after{
content: none;
} #sb_instagram .sbi_header_text {
padding-top: 0 !important;
margin-top:-2px;
}
#sb_instagram .sb_instagram_header {
padding: 0 !important;
margin-bottom:0.5em !important;
}
.footer_fullwidth #sb_instagram .sb_instagram_header {
float:none;
text-align:center;
overflow:hidden;
}
.footer_fullwidth #sb_instagram .sb_instagram_header > a {
float:none;
display:inline-block;
overflow:hidden;
}
#sb_instagram .sb_instagram_header h3 {
font-size: 1.2308em;
line-height:1.5em;
}
#sb_instagram .sb_instagram_header p {
font-size: 1em;
line-height:1.5em;
}
#sb_instagram #sbi_load {
margin-top:0.5em;
} ul.instagram-pics {
margin-right: -5px;
}
ul.instagram-pics li {
float: left;
padding: 0 5px 5px 0;
margin:0;
overflow: hidden;
width: 33.3333%;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.column-1_3 ul.instagram-pics li {
width: 25%;
}
.column-1_2 ul.instagram-pics li {
width: 20%;
}
.column-1_1 ul.instagram-pics li {
width: 16.6666%;
}
ul.instagram-pics li:before {
display:none;
} .footer_wrap {
margin-top: 8.2rem;
}
.footer_wrap.footer_default {
padding-bottom: 7.4rem;
padding-top: 4.1em;
position: relative;
z-index: 2;
}
.footer_wrap.footer_default:before{
content: '\e94e';
font-size: 167px;
font-family: fontello;
top: -72px;
left: 2.77%;
position: absolute;
}
.footer_wrap.footer_default:after{
content: '';
width: 100%;
height: 22px;
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/footer_bg_topt.png);
position: absolute;
top: -21px;
left: 0;
}
.footer_wrap.footer_default {
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/footer_bg_default.png);
}
.footer_wrap .widget_calendar td#prev a:before,
.scheme_self.footer_wrap .widget_calendar td#prev a:before,
.footer_wrap .widget_calendar td#next a:before,
.scheme_self.footer_wrap .widget_calendar td#next a:before {
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/footer_bg_default.png);
}
.remove_margins .footer_wrap {
margin-top:0;
} .footer_widgets_inner {
padding: 1.5em 0;
}
.footer_wrap .widget {
margin: 1.5em 0;
}
.footer_wrap .vc_col-sm-4 .widget li {
display:inline-block;
width: 45%;
margin-right:3%;
vertical-align:top;
}
.footer_wrap .vc_col-sm-4 .widget li li {
display:block;
width: 100%;
margin-right:0%;
}
.footer_wrap .footer_fullwidth {
overflow:hidden;
}
.footer_wrap .widget_title,
.footer_wrap .widgettitle {
text-align:left;
}
.footer_wrap .footer_fullwidth .widget_title,
.footer_wrap .footer_fullwidth .widgettitle {
text-align:center;
margin-bottom:1.5em;
} .footer_logo_inner {
padding: 4em 0 2.65em;
overflow:hidden;
text-align:center;
position:relative;
}
.footer_widgets_wrap + .footer_logo_wrap .footer_logo_inner {
border-top-width: 1px;
border-top-style: solid;
}
.footer_logo_inner img {
max-width:50%;
}
.logo_footer_text {
font-size: 3.3333em;
line-height:1em;
letter-spacing:6px;
margin:0;
}
.logo_footer_image + .logo_footer_text {
margin:0.63em 0 2em;
} .footer_socials_inner {
padding: 0 0 3.6em;
text-align:center;
}
.socials_wrap .footer_socials_inner .social_item a{
display: inline-block;
width: 50px;
height: 50px;
line-height:50px;
text-align:center;
position: relative;
z-index: 10;
font-size: 1.1rem;
}
.footer_socials_inner .social_icons span:before {
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.footer_socials_inner .social_item+.social_item {
margin-left: 3px;
} .footer_menu_inner .content_wrap{
padding: 0.95rem 0;
text-align:center;
border-top: 1px solid;
border-bottom: 1px solid;
}
.footer_menu_inner .sc_layouts_menu_nav > li > a{
padding: 0.5em 1.65em;
}
.menu_footer_nav_area ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu_footer_nav_area ul li {
vertical-align: baseline;
font-size: 12px;
font-weight: bold;
text-transform:uppercase;
letter-spacing:1px;
} .footer_widgets_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_logo_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_socials_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_menu_wrap + .footer_copyright_wrap .footer_copyright_inner {
border-top-width: 0;
border-top-style: solid;
}
.footer_copyright_inner {
font-size: 0.889rem;
padding: 4em 0 4em;
overflow:hidden;
text-align:center;
position: relative;
}
.footer_copyright_inner:before{
content: '\e94d';
font-family: fontello;
position: absolute;
left: 4.2%;
font-size: 102px;
top: 43%;
color: #ffffff;
opacity: 0.42;
font-weight: 400;
}
.footer_copyright_wrap p {
margin:0;
}  #debug_log {
position:fixed;
z-index:1000000;
display:block;
width:100%;
max-height:400px;
left:0;
top:0;
background:rgba(0,0,0,0.8);
color:#ffffff;
overflow:auto;
}
.admin-bar #debug_log { 
top:32px; 
}
#debug_log_close {
position:absolute;
right:0;
top:0;
width:20px;
height:20px;
line-height:20px;
font-weight:bold;
font-size:14px;
text-align:center;
cursor:pointer;
}
#debug_log_content {
padding:12px;
} .popup_wrap {
position: absolute;
top: 3.3333em;
right: 0;
width: 37.5em;
padding: 3em 2.5em 2em;
display:none;
}
.popup_registration {
right: -5.5em;
}
.popup_wrap .popup_close {
display:block;
font-size:1.25em;
line-height:1em;
width: 1em;
height:1em;
position:absolute;
right:0;
top:0;
margin:0.5em 0.5em 0 0;
text-align:center;
color: #cccccc;
border: 2px solid #ebebeb;
background-color:#f4f7f9;
}
.popup_wrap .popup_close:hover {
color: #909090;
border: 2px solid #cccccc;
background-color:#ffffff;
}
.popup_wrap .popup_close:before {
font-family:fontello;
content:'\e8ac';
line-height:1em;
padding:0 !important;
margin:0 !important;
}
.popup_wrap .form_wrap {
position:relative;
overflow:hidden;
}
.popup_wrap .form_left {
float: left;
padding-right: 2.5em;
width: 54%;
border-right: 1px solid #e0e0e0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.popup_wrap .form_right {
float: right;
padding-left: 2.5em;
width: 45%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.popup_wrap.popup_registration .form_left {
width: 50%;
padding-right: 5px;
border-right: none;
}
.popup_wrap.popup_registration .form_right {
width: 50%;
padding-left: 5px;
}
.popup_wrap .popup_form_field {
margin-bottom:0.625em;
}
.popup_wrap input[type="text"],
.popup_wrap input[type="email"],
.popup_wrap input[type="password"] {
width:100%;
border: 2px solid #ebebeb;
background-color:#fafafa;
}
.popup_wrap input:not([type="submit"]):focus {
background-color:#ffffff;
}
.popup_wrap .popup_form_field.iconed_field {
position:relative;
}
.popup_wrap .popup_form_field.iconed_field:before {
position:absolute;
z-index:1;
top:10px;
right:8px;
margin-right:0;
color:#c9c9c9;
width:1em;
}
.popup_wrap .popup_form_field.iconed_field input {
padding-right:30px;
}
.popup_wrap .popup_form_field .forgot_password {
float: right;
line-height: 1.5em;
}
.popup_wrap .popup_form_field.submit_field {
padding:1em 0 4px 4px;
}
.popup_wrap .popup_form_field .submit_button {
width:100%;
}
.popup_wrap .login_socials_title {
color:#222222;
font-size:1.5em;
line-height:1.3em;
margin-bottom:0.5em;
}
.popup_wrap .login_socials_problem {
line-height:1.3em;
}
.popup_wrap .popup_form_field.remember_field {
margin-top: 1.2em;
}  .wpb_row,
.wpb_text_column,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
margin-bottom:0 !important;
}
.sc_gap .vc_row {
margin-left:0;
margin-right:0;
}
.sc_gap .vc_column_container {
padding-left:0;
padding-right:0;
}
h1 .wpb_text_column p, h2 .wpb_text_column p, h3 .wpb_text_column p, h4 .wpb_text_column p, h5 .wpb_text_column p, h6 .wpb_text_column p {
padding-bottom:0 !important;
}
.post_item_single .post_edit .vc_inline-link {
display:none;
}
.vc_row.over_row{
z-index: 10;
}
.vc_gitem-zone .vc-zone-link:after{
content: '';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.vc_widget_video h3 {
font-size: 1.4rem;
text-transform: initial;
}
.customize-support .vc_separator {
margin-top: 5em!important;
margin-bottom: 5em !important;
} iframe[name="google_conversion_frame"] { height:1px; min-height:0; display:none; } a[rel='magnific']:has(.magnific_wrap) {
position: relative;
}
a[rel='magnific']:has(.magnific_wrap):before {
content: '\e8ca';
font-family: 'fontello';
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
transition: all .3s;
font-size: 24px;
text-align: center;
border-radius: 8px;
}
a[rel='magnific']:has(.magnific_wrap):hover:before {
opacity: 1;
}
.mfp-bg {
z-index:200001;
}
.mfp-wrap {
z-index:200002;
}
.mfp-arrow {
background-color: transparent !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
right: -20px;
padding:0;
width: 44px;
text-align:center;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
background: none !important;
} body.edit-post-visual-editor {
position: relative;
flex: 1 0 auto;
height: auto !important;
overflow-x: hidden !important;
overflow-y: visible !important;
}
body.sidebar_hide .alignfull {
position: relative;
z-index: 1;
margin-left: calc( -100vw / 2 + 100% / 2 + 8px );
margin-right: calc( -100vw / 2 + 100% / 2 + 8px );
width: calc( 100vw - 16px );
max-width: calc( 100vw - 16px );
}
body.sidebar_hide .alignwide {
position: relative;
z-index: 1;
left: calc( -88vw / 2 + 100% / 2 );
width: 88vw;
max-width: none;
}
.alignfull > img,
.alignwide > img {
max-width: none;
width: 100%;
} .wp-block-latest-posts.wp-block-latest-posts__list {
padding-left: 0.8em;
}
.wp-block-cover.aligncenter {
display: flex!important;
}
table.is-style-stripes > tbody > tr:nth-child(even) > td {
background-color: transparent;
}
.wp-block-embed,
.wp-block-image {
margin-bottom: 1.45em;
}
.wp-block-image figcaption {
margin-bottom: 0;
max-height: 50%;
box-sizing: border-box;
}
p[style*="font-size:"],
.has-large-font-size,
.has-huge-font-size,
.has-small-font-size,
.has-normal-font-size,
.has-medium-font-size {
line-height: 1.1em;
}
.wp-block-column .wp-block-quote {
padding: 1.6em 2.2em 2.05em;
}
.wp-block-column .wp-block-quote:first-child {
margin-top: 0;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
padding: 2.5em;
}
.wp-block-pullquote.is-style-solid-color blockquote {
background-color: transparent;
}
.wp-block-button a.wp-block-button__link {
color: inherit;
}
.wp-block-media-text, .wp-block-media-text {
margin: 2em 0;
}
.wp-block-media-text .wp-block-media-text__content p:first-child {
margin-top: 0.75em;
}
.wp-block-separator {
margin: 3em 0;
}
.wp-block-separator:not([class*="is-style"]) {
width: 15%;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
}
.wp-block-separator.is-style-dots:before {
font-size: 30px;
letter-spacing: 1.5em;
padding-left: 1.5em;
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
max-width: 400px;
}
.wp-block-table {
margin-top: 1.6em;
margin-bottom: 1.6em;
}
.wp-block-image figure.aligncenter {
display: table!important;
}
.wp-block-embed-twitter .twitter-widget {
margin-bottom: 0!important;
}
.wp-block-image img {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
figcaption,
figure.wp-block-video figcaption,
figure.wp-block-embed figcaption {
position: static;
transition: none;
margin: 0;
}
figure.wp-block-audio figcaption,
figure.wp-block-video figcaption,
figure.wp-block-embed figcaption {
position: static;
margin-bottom: 0!important;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.sidebar_hide.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.sidebar_hide.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
content: "";
display: block;
padding-top: 50%;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 56.25%;
}
body.sidebar_hide .wp-block-columns.alignfull .wp-block-column {
padding: 0 1.5em;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
box-sizing: border-box;
overflow-x: hidden;
overflow-y: auto;
padding-top: 20px;
max-height: 80%;
}
.wp-block-embed__wrapper {
position: relative;
}
figure.wp-block-audio .mejs-container {
height: 40px!important;
}
.wp-block-gallery[class*="align"] {
display: flex;
}
.wp-block-button {
margin-top: 1em ;
margin-bottom: 1em;
}
.wp-block-button a.wp-block-button__link {
color: #fff;
}
.wp-block-button.is-style-squared a.wp-block-button__link {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.wp-block-cover-image .wp-block-cover__inner-container a,
.wp-block-cover .wp-block-cover__inner-container a {
color: inherit;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
color: #ffffff;
}
.wp-block-gallery .blocks-gallery-caption {
position: static;
display: block;
width: 100%;
margin-bottom: 1em;
}
figure.wp-block-gallery:hover .blocks-gallery-caption {
opacity: 1;
}
figure.wp-block-gallery .blocks-gallery-item figure .blocks-gallery-item__caption {
opacity: 1;
}
figure.wp-block-gallery .blocks-gallery-item figure:hover .blocks-gallery-item__caption {
opacity: 0;
}
figure.wp-block-gallery .blocks-gallery-item figure:hover .blocks-gallery-item__caption:hover {
opacity: 1;
}
.wp-block-cover {
margin-bottom: 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-cover .wp-block-cover__inner-container p {
margin-bottom: 0;
}
.wp-block-calendar a {
text-decoration: none;
}
.wp-block-calendar tfoot td#prev {
text-align: left;
}
.wp-block-calendar tfoot td#next {
text-align: right;
}
.entry-content .wp-block-group.has-background {
padding: 1rem;
margin-bottom: 1.6em;
}
.wp-block-tag-cloud + p{
display: block;
clear: both;
}
.wp-block-search, .wp-block-calendar, .wp-block-audio,
.wp-block-archives.wp-block-archives-dropdown,
.wp-block-categories.wp-block-categories-dropdown {
margin-bottom: 1.6em;
}
.wp-block-calendar table caption {
margin-bottom: 1.6em;
}
.wp-block-calendar table tfoot {
margin-bottom: 1.6em;
}
.wp-block-calendar table tfoot td {
padding: 2em 0;
}
.has-drop-cap:not(:focus):first-letter {
font-size: 2.8em;
}
figure.wp-block-audio:hover figcaption,
figure.wp-block-video:hover figcaption,
figure.wp-block-embed:hover figcaption {
opacity: 1;
} .block1 {
z-index: 1;
}
.custom.sr7-arrows.sr7-leftarrow:before,
.custom.tparrows.tp-leftarrow:before,
#shop_slider_wrapper .tp-leftarrow.tparrows.custom{
content: '\e943' !important;
font-family: fontello !important;
}
.custom.sr7-arrows.sr7-rightarrow:before,
.custom.tparrows.tp-rightarrow:before,
#shop_slider_wrapper .tp-rightarrow.tparrows.custom{
content: '\e942' !important;
font-family: fontello !important;
}
#shop_slider rs-sbg{
margin: 0 auto;
}
.custom.sr7-arrows:before,
.custom.tparrows:before{
font-size: 40px !important;
transition: all 0.3s;
}
.custom.sr7-arrows,
.custom.sr7-arrows:hover,
.custom.tparrows,
.custom.tparrows:hover{
background: transparent !important;
}
.slide-excerpt {
display: -webkit-box !important;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden!important;
} .contact_us form.wpcf7-form textarea,
.contact_us form.wpcf7-form input{
width: 100%;
}
.contact_us form.wpcf7-form .row {
padding-bottom: 1.75em;
margin-right: 0;
}
.contact_us form.wpcf7-form textarea{
height: 6em;
}
.contact_us form.wpcf7-form input[type="checkbox"],
.contact_us form.wpcf7-form input[type="submit"]{
width: auto;
}
.contact_us form.wpcf7-form input[type="submit"] {
padding: 0.92em 3em;
}
.contact_us form.wpcf7-form .bt{
text-align: center;
}
.wpcf7-wpgdprc .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
margin-top: 1.5em;
margin-left: 0;
}
.wpcf7-submit {
margin-top: 1.5em;
}
.wpgdprc { 
font-family: inherit;
color: inherit;
text-align: left;
}
.wpcf7-form .wpgdprc {
font-family: inherit;
font-size: inherit;
color: inherit;
font-weight: inherit;
}
.contact_us form.wpcf7-form p {
margin-bottom: 0;
}
.contact_us form.wpcf7-form .flex {
display: flex;
justify-content: space-between;
width: 100%;
}
.contact_us form.wpcf7-form .itm {
flex-basis: 48%;
}
.wpcf7 select::-ms-expand {
display: none;
}
.woocommerce-input-wrapper .select_container:after{
display: none;
}
@media (max-width: 479px){
.contact_us form.wpcf7-form .flex {
flex-direction: column;
}
}
form.wpcf7-form .wpcf7-form-control-wrap.your-message > .wpcf7-not-valid-tip {
position: relative;
}
form.wpcf7-form input[type="date"]::-webkit-outer-spin-button,
form.wpcf7-form input[type="date"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
form.wpcf7-form input[type=date]::-webkit-inner-spin-button,
form.wpcf7-form input[type=date]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
form.wpcf7-form input[type='date'] {
-moz-appearance:textfield;
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
display: inline-block;
width: auto;
} .esg-grid .mainul li.eg-bannergrid1-wrapper,
.esg-grid .mainul li.eg-bannergrid2-wrapper,
.esg-grid .mainul li.eg-bannergrid3-wrapper{
background: transparent !important;
}
.eg-bannergrid1-element-8:after{
content: '';
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/grid_delimiter.png);
background-size: 100%;
background-position: center;
display: block;
width: 158px;
height: 6px;
margin: 7px auto 0;
}  .rounded_none {
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.rounded_tiny {
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.rounded_small {
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
}
.rounded_medium {
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
}
.rounded_large {
-webkit-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;
}
.rounded {
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
} .height_tiny { 	height: 0.8rem !important; }
.height_small { height: 2rem !important; }
.height_medium {height: 3.3333rem !important; }
.height_large,
.height_big { 	height: 8.15em !important; }
.height_huge { 	height: 10.6em !important; } .theme_scroll_down {
display:inline-block;
text-align:center;
cursor:pointer;
text-transform:uppercase;
font-size:11px !important;
line-height:15px !important;
letter-spacing: 2px;
}
.theme_scroll_down:after {
content: '\e938';
font-family:'fontello';
font-size:16px !important;
line-height:30px !important;
display:block;
text-align:center;
}
.theme_scroll_down:hover {
-webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
-moz-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
-ms-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
-o-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
} #makeup {
position:absolute;
z-index:1000000;
pointer-events: none;
opacity:0.5;
left: 50%;
top:0;
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
transform:translateX(-50%);
}
.admin-bar #makeup { 
top:32px; 
}
#makeup { margin-left: 0;
margin-top: 0;
}
.sc_item_button .sc_button_figure,
.sc_form_default .sc_form_field_button button{
position: relative;
z-index: 2;
}
.sc_form_default .sc_form_field_button button{
background-color: transparent !important;
}
.sc_item_button .sc_button_figure:before,
.sc_form_default .sc_form_field_button button:before{
content: '';
width: 100%;
height: 100%;
display: block;
position: absolute;
left: 0;
top: 0;
z-index: -1;
background: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/button_cover.png);
background-size: 100% 100%;
}
.sc_item_button .sc_button_figure:hover:before,
.sc_form_default .sc_form_field_button button:hover:before{
background: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/button_cover_hover.png);
background-size: 100% 100%;
}
.sc_item_button .sc_button_figure{
background-color: transparent !important;
}
.location_wrap_column .sc_content{
background-size: 100% 100%;
padding: 3.5rem 3.35rem;
}
.location_wrap_column .sc_icons .sc_icons_icon{
position: absolute;
left: 0;
top: 0;
}
.location_wrap_column .sc_icons_item_description{
padding-left: 1.5rem;
}
.location_wrap_column .sc_icons_item+.sc_icons_item{
margin-top: 0.7rem;
}
.location_wrap_column .sc_icons_item:nth-child(2) .sc_icons_item_description{
font-weight: 400;
color: #b0d225;
font-family: Chewy;
}
.cq-hotspots .hotspot-item a{
border: none !important;
width: 34px !important;
height: 34px !important;
}
.cq-hotspots .hotspot-item a i{
font-size: 15px !important;
}
.sc_testimonials_default .sc_testimonials_item_author_avatar:before{
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/hat_testimonials.png);
}
.woocommerce ul.products li.product .post_featured,
.sc_dishes_float .sc_dishes_item .sc_dishes_item_thumb{
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/shop_item_bg.png);
}
.woocommerce ul.products li.product .add_to_cart:before,
.woocommerce div.product form.cart .button:before {
background: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/button_cover.png);
}
.woocommerce ul.products li.product .add_to_cart:hover:before,
.woocommerce div.product form.cart .button:hover:before {
background: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/button_cover_hover.png);
background-size: 100% 100%;
}
.sc_team_columns > div:nth-child(2n+1) .sc_team_item_thumb{
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/team_item_bg.png);
}
.sc_team_columns > div:nth-child(3n+2) .sc_team_item_thumb{
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/team_item2_bg.png);
}
.sc_team_columns > div:nth-child(3n+3) .sc_team_item_thumb{
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/team_item3_bg.png);
}
.sc_dishes_float .sc_dishes_item_header:after{
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/delimiter.png);
background-size: cover;
background-position: center;
}
.sc_googlemap > iframe {
width: 100%;
height: 100%;
} form.sc_form_form .sc_form_field_message,
.comments_wrap form.comment-form .comments_field {
margin-bottom: 0.5em;
}
.comments_wrap form.comment-form .comments_field.comments_i_agree_privacy_policy{
clear: both;
}
.sc_donations_form label.sc_donations_form_agree_label,
.comments_i_agree_privacy_policy label[for="i_agree_privacy_policy"],
form.sc_form_form label[for*="i_agree_privacy_policy"] {
display: block;
}
.sc_donations_form label.sc_donations_form_agree_label {
margin-left: 0.5em;
}
.woocommerce-Reviews .comment-form-comment {
margin-bottom: 0.5em!important;
}
.woocommerce-Reviews .comment-form-comment {
margin-bottom: 0.5em!important;
}
.woocommerce-Reviews .comments_field.comments_i_agree_privacy_policy {
margin-bottom: 2em;
}
form.comment-form input[name="i_agree_privacy_policy"]{
display: none;
}
form .sc_form_field.sc_form_field_checkbox {
text-align: left;
}
form input[type="checkbox"] + label {
padding-left: 1.5em;
}
body .mejs-time-handle {
display: none;
}
.post_audio .mejs-controls,
.trx_addons_audio_player .mejs-controls {
padding: 0;
}
.trx_addons_audio_player .mejs-controls a.mejs-horizontal-volume-slider {
margin-top: 5px !important;
}
.trx_addons_audio_player .mejs-controls div.mejs-time-rail {
margin-top: 4px !important;
margin-left:0;
}
.trx_addons_audio_player .mejs-container .mejs-controls .mejs-time {
width: 3em;
}
.trx_addons_audio_player .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
margin-top: 0;
margin-left: 0;
}
body .mejs-container .mejs-controls .mejs-button {
margin: 8px 3px 3px;
}
body .mejs-time-rail {
margin-top: 1px;
margin-left: 0;
}
body .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
margin-top: 5px;
margin-left: 3px;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
top:0;
}
article.tag-audio.tag-post-formats.tag-shortcode.post_format-post-format-audio .mejs-container{
background: rgba(97,62,62,0.7)!important;
}
article.tag-audio.tag-post-formats.tag-shortcode.post_format-post-format-audio .mejs-container,
article.tag-audio.tag-post-formats.tag-shortcode.post_format-post-format-audio .mejs-container .mejs-controls,
body .sidebar aside.widget_media_audio .mejs-container,
body .sidebar aside.widget_media_audio .mejs-container .mejs-controls,
body .sidebar aside.widget_media_video .mejs-container .mejs-controls,
body .footer_wrap aside.widget_media_audio .mejs-container,
body .footer_wrap aside.widget_media_audio .mejs-container .mejs-controls,
body .footer_wrap aside.widget_media_video .mejs-container .mejs-controls{
height: 50px!important;
}
article.tag-audio.tag-post-formats.tag-shortcode.post_format-post-format-audio .mejs-container .mejs-controls .mejs-time,
body .sidebar aside.widget_media_audio .mejs-container .mejs-controls .mejs-time,
body .sidebar aside.widget_media_video .mejs-container .mejs-controls .mejs-time{
margin-top: 19px!important;
}
body .sidebar aside.widget_media_audio .mejs-container .mejs-controls,
body .sidebar aside.widget_media_video .mejs-container .mejs-controls{
padding: 0 2px!important;
}
body .sidebar aside.widget_media_audio .mejs-container .mejs-controls .mejs-time,
body .sidebar aside.widget_media_video .mejs-container .mejs-controls .mejs-time{
padding-left: 0!important;
padding-right: 0!important;
font-size: 0.8rem !important;
}
body .sidebar aside.widget_media_audio .mejs-container .mejs-controls .mejs-horizontal-volume-slider{width: 30px;}
body .sidebar aside.widget_media_audio .mejs-container .mejs-controls .mejs-horizontal-volume-total{width: 20px;}
.sidebar .mejs-controls .mejs-time,
.footer_wrap .mejs-controls .mejs-time {
display: none;
}
.search .content_wrap > .sc_layouts_column.sc_layouts_column_align_center > .sc_layouts_item{
width: 100%
}
section.comments_wrap,
.page_links {
clear: both;
}
figure.wp-caption {
border-radius: 8px;
}
.height_60 { height:60px; }
.bg_color_white { background-color:#ffffff; }
.colorpicker_td_extra_style {
vertical-align: middle;
text-align: center;
border: 1px solid #000;
background: #fff;
}
.colorpicker_input_extra_style {
width: 55px;
color: #000;
border: 1px solid rgb(0, 0, 0);
padding: 5px;
background-color: #fff;
font: 11px Arial, Helvetica, sans-serif;
}
.top_panel_navi.sc_layouts_row_fixed {
position:relative;
z-index:9;
}
.top_panel_navi.sc_layouts_row_fixed.sc_layouts_row_fixed_on {
position:fixed;
}
.sc_team_columns > div:nth-child(4) .sc_team_item_thumb{
background-image: url(//taqueriamarias.theopenxpress.com/wp-content/themes/gustavo/images/team_item3_bg.png);
}
rs-module-wrap {
z-index:0;
}
.wpcf7-form .wpcf7-spinner{
position: absolute;
}
p + .wp-block-latest-comments,
p + .wp-block-latest-posts {
padding-left: 0 !important;
}
ol.wp-block-latest-comments{
padding-left:0;
}
.wp-block-latest-comments li:before{
display: none;
}
.wp-block-social-links .wp-social-link:before{
display: none;
}
.wpcf7 form .wpcf7-response-output{
border-radius: 8px;
}
.comment-form-cookies-consent{
clear: both;
}
.wp-block-cover .wp-block-cover-text strong{
color: #fff;
}
.wp-block-pullquote{
padding: 0;
}
.single-post .wp-block-group.has-background .wp-block-group__inner-container>p:last-child {
margin-bottom: 0;
}
.widget ul.wp-block-social-links{
padding-left: 0;
}
.widget_rss ul li span.rss-date {
display: block;
}
.is-style-outline>.wp-block-button__link:not(.has-background) {
background-color: transparent !important;
}
figure.wp-block-gallery.has-nested-images + p {
margin-top: 1.45em;
}
.blog_mode_post .post_content table {
width: 100%;
text-align: center;
}
.woocommerce ul.order_details {
padding-left: 0;
}
.wp-block-buttons + .wp-block-columns{
margin-top: 1em;
}
.wp-block-table .wp-element-caption{
position: static;
}
.widget_search, .wp-block-search{
overflow: hidden;
max-width: 100%;
}
.wp-block-group p:last-child, .is-layout-constrained p:last-child {
margin-bottom: 0 !important;
}
.wp-block-group {
margin-bottom: 1.5em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon:not([disabled]):not([class*='__datepicker-button']):not(.tribe-events-calendar-month__day-cell):hover,
.wp-block-navigation .wp-block-navigation__submenu-icon:not([disabled]):not([class*='__datepicker-button']):not(.tribe-events-calendar-month__day-cell) {
color: inherit!important;
background: inherit!important;
}
.wp-block-post-author__avatar img {
width: 1.25em;
height: 1.25em;
line-height: 1.25em;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
vertical-align: middle;
}