.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}.gem-youtube .gem-wrapbox-inner,
.gem-youtube .shadow-wrap,
.gem-youtube .gem-wrapbox-element,
.gem-vimeo .gem-wrapbox-inner,
.gem-vimeo .shadow-wrap,
.gem-vimeo .gem-wrapbox-element,
.gem-video .gem-wrapbox-inner,
.gem-video .shadow-wrap,
.gem-video .gem-wrapbox-element {
width: 100%;
height: 100%;
}
.gem-wrapbox-inner.gem-ratio-style .gem-wrapbox-element,
.gem-wrapbox-inner.gem-ratio-style .shadow-wrap,
.gem-wrapbox-inner.gem-ratio-style .preloader {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.gem-image-centered-box {
margin-bottom: 1.421em;
}
.gem-image a,
.gem-textbox-picture a{
position: relative;
display: inline-block;
vertical-align: top;
overflow: hidden;
}
.gem-image a:before,
.gem-textbox-picture a:before{
content: '';
position: absolute;
top: -100%;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: opacity 0.5s, background-color 0.5s;
transition: opacity 0.5s, background-color 0.5s;
opacity: 0;
z-index: 5;
}
.gem-image a:hover:before,
.gem-textbox-picture a:hover:before {
opacity: 1;
-webkit-transition: opacity 0.5s, background-color 0.5s;
transition: opacity 0.5s, background-color 0.5s;
}
.gem-image a:after,
.gem-textbox-picture a:after{
content: '\e60f';
font-family: 'thegem-icons';
font-weight: normal;
font-style: normal;
font-size: 40px;
height: 40px;
line-height: 40px;
width: 40px;
text-align: center;
position: absolute;
top: -20px;
left: 50%;
transition: opacity 0.3s, top 0.3s;
-webkit-transition: opacity 0.3s, top 0.3s;
margin-left: -20px;
margin-top: -20px;
z-index: 5;
opacity: 0;
}
.gem-image a:hover:after,
.gem-textbox-picture a:hover:after{
top: 50%;
opacity: 1;
transition: opacity 0.5s, top 0.3s;
-webkit-transition: opacity 0.5s, top 0.3s;
}
.gem-map-with-text .wpb_gmaps_widget .wpb_wrapper {
padding: 0;
}
.gem-gmaps {
display: inline-block;
max-width: 100%;
}
.gem-gmaps .gem-gmaps-hide {
overflow: hidden;
width: 100%;
}
.gem-gmaps iframe {
border: 0 none;
vertical-align: top;
margin-top: -46px;
width: 100%;
}
.gem-gmaps .preloader + iframe {
margin-top: -240px !important;
}
.gem-gmaps .preloader + iframe + .map-locker {
opacity: 0;
}
.gem-gmaps.gem-wrapbox-style-11 {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
overflow: hidden;
}
.gem-gmaps.gem-wrapbox-style-11 .gem-gmaps-hide {
-webkit-mask-image: url(//projectkrysiak.pl/wp-content/themes/thegem-elementor/css/css/circle.svg);
}
iframe + .map-locker {
position: relative;
float: right;
margin-top: -150px;
margin-right: 13px;
height: 50px;
width: 50px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background: #ffffff url(//projectkrysiak.pl/wp-content/themes/thegem-elementor/css/images/map-locker.png) no-repeat 0 50%;
}
iframe + .map-locker.disabled {
background-position: 100% 50%;
}
.wpb_gmaps_widget .wpb_map_wraper.hide_title  iframe {
margin-top: -46px;
}
.wpb_gmaps_widget  .wpb_map_wraper.hide_title {
overflow: hidden;
}
.gem-gmaps.gem-wrapbox-style-11 .gem-wrapbox-inner:after {
display: none;
}
.gem-gmaps.gem-wrapbox-style-11 .gem-wrapbox-inner  {
padding: 12px;
border: 2px solid;
}
.gem-gmaps.gem-wrapbox-style-8  .gem-wrapbox-inner {
border-radius: 34px;
overflow: hidden;
} .gem-wrapbox {
position: relative;
margin-bottom: 1.421em;
}
.gem-wrapbox-position-left {
float: left;
}
.gem-wrapbox-position-right {
float: right;
}
.gem-wrapbox-position-below,
.gem-wrapbox-position-centered {
display: inline-block;
}
.gem-wrapbox-inner {
position: relative;
}
.gem-wrapbox-element {
width: 100%;
}
.gem-wrapbox-style-1 {
border: 8px solid transparent;
}
.gem-wrapbox-style-1.shadow-box {
box-shadow: none;
}
.gem-wrapbox-style-2 {
border: 16px solid transparent;
}
.gem-wrapbox-style-3 {
padding: 8px;
border: 1px solid transparent;
}
.gem-wrapbox-style-4 {
padding: 20px;
border: 2px solid transparent;
}
.gem-wrapbox-style-5 {
padding: 20px;
}
body .gem-wrapbox-style-5{
-webkit-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
-moz-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
}
.gem-wrapbox-style-6 {
padding: 8px;
border: 20px solid transparent;
}
.gem-wrapbox-style-7 {
padding: 10px;
border-radius: 20px;
border: 10px solid transparent;
}
.gem-wrapbox-style-8 {
padding: 18px;
border: 6px solid transparent;
border-radius: 55px;
}
.gem-wrapbox-style-8 img{
border-radius: 34px;
}
.gem-wrapbox-style-8 .gem-wrapbox-inner a:before{
border-radius: 34px;
}
.gem-wrapbox-style-8 .gem-wrapbox-inner a{
z-index: 1;
overflow: hidden;
border-radius: 34px;
}
.gem-wrapbox-style-8 .overlay-wrap {
border-radius: 34px;
overflow: hidden;
}
.gem-wrapbox-style-9 .gem-wrapbox-inner:after {
content: "";
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
border: 2px  dashed transparent;
}
.gem-wrapbox-style-9 .overlay-wrap:after {
content: "";
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
border: 2px  dashed transparent;
}
.gem-wrapbox-style-11 .gem-wrapbox-inner {
overflow: hidden;
border-radius: 50%;
z-index: 1;
}
.gem-wrapbox-style-11 .gem-wrapbox-inner:after {
content: "";
position: absolute;
z-index: 1;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border: 2px  solid #FFFFFF;
border-radius: 50%;
}
.gem-gallery-grid.metro.metro-item-style-6  .gallery-set .gallery-item {
margin-bottom: 70px !important;
overflow: visible !important;
}
.gem-gallery-grid.metro.metro-item-style-10  .gallery-set .gallery-item,
.gem-gallery-grid.metro.metro-item-style-8  .gallery-set .gallery-item,
.gem-gallery-grid.metro.metro-item-style-5  .gallery-set .gallery-item,
.gem-gallery-grid.metro.metro-item-style-4  .gallery-set .gallery-item {
margin-bottom: 60px !important;
overflow: visible !important;
}
.gem-gallery-grid.metro.metro-item-style-7  .gallery-set .gallery-item,
.gem-gallery-grid.metro.metro-item-style-2  .gallery-set .gallery-item {
margin-bottom: 50px !important;
overflow: visible !important;
}
.gem-gallery-grid.metro.metro-item-style-1  .gallery-set .gallery-item {
margin-bottom: 30px !important;
overflow: visible !important;
}
.gem-gallery-grid.metro.metro-item-style-3  .gallery-set .gallery-item {
margin-bottom: 35px !important;
overflow: visible !important;
}
.gem-gallery-grid.metro.metro-item-style-11  .gallery-set .gallery-item {
margin-bottom: 20px !important;
overflow: visible !important;
}
.gem-wrapbox-style-10 {
padding: 20px;
border: 2px dashed transparent;
}
.gem-wrapbox-style-12 {
z-index: 5;
}
.gem-wrapbox-style-14  img{
border-radius: 50%;
}
.gem-wrapbox-style-12 .shadow-wrap {
padding: 16px;
height: auto;
}
.gem-wrapbox-style-12 .shadow-wrap:before,
.gem-wrapbox-style-12 .shadow-wrap:after {
box-shadow: 0 -15px 20px rgba(0, 0, 0, 0.1);
content: "";
height: 20%;
left: 2px;
max-width: 300px;
position: absolute;
top: 22px;
transform: rotate(2deg);
width: 40%;
z-index: -2;
}
.gem-wrapbox-style-12 .shadow-wrap:after {
left: auto;
right: 2px;
transform: rotate(-2deg);
}
.gem-wrapbox-style-12 .gem-wrapbox-inner:before,
.gem-wrapbox-style-12 .gem-wrapbox-inner:after {
bottom: 20px;
box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
content: '';
height: 20%;
left: 5px;
max-width: 300px;
position: absolute;
transform: rotate(-2deg);
width: 40%;
z-index: -2;
}
.gem-wrapbox-style-12 .gem-wrapbox-inner:after {
left: auto;
right: 5px;
transform: rotate(2deg);
}
.gem-wrapbox-style-9 .overlay-wrap:after,
.gem-wrapbox-style-9 .gem-wrapbox-inner:after
{
border-color: rgba(255, 255, 255, 0.5);
}
.gem-video.gem-wrapbox-style-11,
.gem-youtube.gem-wrapbox-style-11,
.gem-vimeo.gem-wrapbox-style-11 {
border-radius: 50%;
overflow: hidden;
}
.gem-gmaps.gem-wrapbox-style-11 .gem-wrapbox-inner {
border-color: #e0e5e8;
}.styled-image-wrapper::after {
content: "";
display: block;
clear: both;
}
.styled-image-wrapper .gem-image a img {
transition: all 0.5s;
}
.gem-wrapbox, .gem-image-centered-box {
margin-bottom: 0;
}
.gem-image a {
display: block;
}
.gem-image a:after{
content: none;
}
.gem-image a:before {
top: 0;
background-color: unset;
}
.gem-image a i,
.gem-image a svg {
font-style: normal;
font-size: 40px;
height: 40px;
line-height: 40px;
width: 40px;
text-align: center;
position: absolute;
top: -20px;
left: 50%;
transition: opacity 0.3s, top 0.3s;
-webkit-transition: opacity 0.3s, top 0.3s;
margin-left: -20px;
margin-top: -20px;
z-index: 5;
opacity: 0;
color: #ffffff;
}
.gem-image a svg {
width: 1em;
height: 1em;
fill: currentColor;
}
.gem-image a:hover i,
.gem-image a:hover svg {
top: 50%;
opacity: 1;
transition: opacity 0.5s, top 0.3s;
-webkit-transition: opacity 0.5s, top 0.3s;
}
.gem-wrapbox-style-13 .gem-wrapbox-inner {
overflow: hidden;
border-radius: 50%;
z-index: 1;
}
.gem-wrapbox-style-13 .gem-wrapbox-inner:after {
content: "";
position: absolute;
z-index: 1;
top: unset;
left: unset;
right: unset;
bottom: unset;
border: none;
}.gem-tta.gem-tta-general .gem-tta-panel-heading .gem-tta-panel-title {
line-height: 1.2;
}
.gem-tta.gem-tta-general.gem-tta-tabs .gem-tta-panel-body {
box-sizing: border-box;
}
.gem-tta.gem-tta-general.gem-tta-shape-square .gem-tta-panel-body {
min-height: 0px;
}
.gem-tta.gem-tta-general.gem-tta-shape-square .gem-tta-panel-body,
.gem-tta.gem-tta-general.gem-tta-shape-square .gem-tta-panel-heading {
border-radius: 0px;
}
.gem-tta.gem-tta-general.gem-tta-shape-square .gem-tta-tabs-container {
margin: 0px;
}
.gem-tta.gem-tta-general.gem-tta-shape-square .gem-tta-tab > a {
border-radius: 0px;
}
.vc_non_responsive .gem-tta.gem-tta-general.gem-tta-shape-square.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-general.gem-tta-shape-square.gem-tta-tabs .gem-tta-panels {
border-radius: 0px;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-general.gem-tta-shape-square.gem-tta-tabs .gem-tta-panels {
border-radius: 0px;
}
}
.gem-tta.gem-tta-general.gem-tta-shape-square.gem-tta-o-no-fill .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta.gem-tta-general.gem-tta-shape-square.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active + .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading,
.gem-tta.gem-tta-general.gem-tta-shape-square.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active + .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.gem-tta.gem-tta-general.gem-tta-shape-rounded .gem-tta-panel-body {
min-height: 6px;
}
.gem-tta.gem-tta-general.gem-tta-shape-rounded .gem-tta-panel-body,
.gem-tta.gem-tta-general.gem-tta-shape-rounded .gem-tta-panel-heading {
border-radius: 3px;
}
.gem-tta.gem-tta-general.gem-tta-shape-rounded .gem-tta-tabs-container {
margin: 3px;
}
.gem-tta.gem-tta-general.gem-tta-shape-rounded .gem-tta-tab > a {
border-radius: 3px;
}
.vc_non_responsive .gem-tta.gem-tta-general.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-general.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panels {
border-radius: 3px;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-general.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panels {
border-radius: 3px;
}
}
.gem-tta.gem-tta-general.gem-tta-shape-rounded.gem-tta-o-no-fill .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta.gem-tta-general.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active + .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading,
.gem-tta.gem-tta-general.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active + .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.gem-tta.gem-tta-general.gem-tta-shape-round .gem-tta-panel-body {
min-height: 36px;
}
.gem-tta.gem-tta-general.gem-tta-shape-round .gem-tta-panel-body,
.gem-tta.gem-tta-general.gem-tta-shape-round .gem-tta-panel-heading {
border-radius: 18px;
}
.gem-tta.gem-tta-general.gem-tta-shape-round .gem-tta-tabs-container {
margin: 18px;
}
.gem-tta.gem-tta-general.gem-tta-shape-round .gem-tta-tab > a {
border-radius: 18px;
}
.vc_non_responsive .gem-tta.gem-tta-general.gem-tta-shape-round.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-general.gem-tta-shape-round.gem-tta-tabs .gem-tta-panels {
border-radius: 18px;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-general.gem-tta-shape-round.gem-tta-tabs .gem-tta-panels {
border-radius: 18px;
}
}
.gem-tta.gem-tta-general.gem-tta-shape-round.gem-tta-o-no-fill .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta.gem-tta-general.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active + .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading,
.gem-tta.gem-tta-general.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active + .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 18px;
border-top-right-radius: 18px;
}
.gem-tta.gem-tta-general.gem-tta-pageable .gem-tta-panel-body {
border: 0 none;
} .gem-tta-shape-rounded:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gem-tta-shape-rounded:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_non_responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::before,
.vc_non_responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 3px;
height: 3px;
border-radius: 3px;
border-style: inherit;
border-width: inherit;
}
@media (min-width: 768px) {
.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 3px;
height: 3px;
border-radius: 3px;
border-style: inherit;
border-width: inherit;
}
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-heading,
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading,
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child).gem-tta-active .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading,
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.gem-tta-shape-round:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gem-tta-shape-round:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_non_responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before,
.vc_non_responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 18px;
height: 18px;
border-radius: 18px;
border-style: inherit;
border-width: inherit;
}
@media (min-width: 768px) {
.gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 18px;
height: 18px;
border-radius: 18px;
border-style: inherit;
border-width: inherit;
}
.gem-tta.gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta.gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after {
width: 18px;
height: 18px;
border-radius: 18px;
}
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-heading,
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading,
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child).gem-tta-active .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading,
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.gem-tta-general.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-container,
.gem-tta-general.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-container {
margin-top: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-bottom-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-bottom-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-right-width: 0;
border-top-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-left-width: 0;
border-top-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::before,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::before,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::before {
right: auto;
bottom: auto;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-bottom-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::after,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::after,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::after {
right: auto;
top: auto;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right-width: 0;
border-top-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::before,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::before,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::before {
left: auto;
bottom: auto;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-bottom-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::after,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::after,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::after {
left: auto;
top: auto;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-width: 0;
border-top-width: 0;
} .gem-tta.gem-tta-general.gem-tta-tabs .gem-tta-panel-body {
overflow: visible;
} .gem-tta.gem-tta-general.gem-tta-tabs .gem-tta-title-text:not(:empty) ~ .gem-tta-controls-icon,
.gem-tta.gem-tta-general.gem-tta-accordion .gem-tta-title-text:not(:empty) ~ .gem-tta-controls-icon {
margin-left: 0;
}
.gem-tta.gem-tta-general .gem-tta-icon.gem-print-icon {
display: inline-block;
vertical-align: middle;
}
.gem-tta.gem-tta-general .gem-tta-icon.gem-print-icon.gem-icon-pack-elegant {
font-size: 16px;
}
.gem-tta.gem-tta-general .gem-tta-icon.gem-print-icon.gem-icon-pack-material {
font-size: 24px;
}
.gem-tta.gem-tta-general .gem-tta-icon.gem-print-icon.gem-icon-pack-fontawesome {
font-size: 14px;
}
.gem-tta.gem-tta-general .gem-tta-icon.gem-print-icon.gem-icon-pack-userpack {
font-size: 16px;
}
.gem-tta.gem-tta-general .gem-tta-title-text {
display: inline-block;
vertical-align: middle;
}
.gem-tta.gem-tta-general .gem-tta-tab {
vertical-align: bottom;
}
.gem-tta.gem-tta-general.gem-tta-tabs-position-bottom .gem-tta-tab {
vertical-align: top;
}
.gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title {
font-family: 'Montserrat UltraLight';
font-weight: normal;
text-transform: uppercase;
font-size: 14px;
}
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title {
font-family: 'Montserrat';
font-weight: bold;
}
.gem-tta.gem-tta-tabs.gem-tta-general .gem-tta-tab > a {
padding: 12px 25px;
}
.gem-tta.gem-tta-general.gem-tta-tabs .gem-tta-panel-body {
padding: 50px;
}
.gem-tta.gem-tta-general.gem-tta-color-thegem .gem-tta-panel-heading .gem-tta-panel-title > a {
padding-top: 16px;
padding-bottom: 16px;
}
.gem-tta.gem-tta-general.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel-heading .gem-tta-panel-title > a {
padding-top: 17px;
padding-bottom: 17px;
}
.gem-tta.gem-tta-general.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel-heading .gem-tta-panel-title > a {
padding-top: 16px;
padding-bottom: 16px;
}
.gem-tta.gem-tta-tabs .gem-tta-tab a {
font-family: 'Montserrat UltraLight';
font-size: 14px;
text-transform: uppercase;
font-weight: normal;
}
.gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
.gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a {
font-family: 'Montserrat';
font-weight: bold;
} .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
margin-bottom: -1px;
}
.widget .gem-tta.gem-tta-tabs.gem-tta-color-thegem.gem-tta-general.gem-tta-style-classic:not([class*="gem-tta-gap"]) .gem-tta-tab.gem-tta-active > a {
padding: 4px 23px;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading {
border-color: #b6c6c9;
background-color: #f4f6f7;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading:focus {
background-color: #f4f6f7;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-title > a {
color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-color: #b6c6c9;
background-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-title > a {
color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body {
background-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body::after {
border-color: #b6c6c9;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-controls-icon::after {
border-color: #b6c6c9;
color: #b6c6c9;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::after {
border-color: #b6c6c9;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a {
border-color: #b6c6c9;
background-color: #f4f6f7;
color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a:focus {
background-color: #f4f6f7;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a {
border-color: #b6c6c9;
background-color: #ffffff;
color: #5f727f;
}
.widget .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a {
color: #5f727f;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels {
background-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels::after {
border-color: #b6c6c9;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels .gem-tta-panel-body {
border-color: transparent;
background-color: transparent;
}
} .gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
margin-bottom: -1px;
}
.gem-tta.gem-tta-color-thegem.gem-tta-tabs:not([class*="gem-tta-gap"]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top.gem-tta-style-modern .gem-tta-tabs-container {
margin-bottom: 0;
}
.gem-tta.gem-tta-color-thegem.gem-tta-tabs:not([class*="gem-tta-gap"]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom.gem-tta-style-modern .gem-tta-tabs-container {
margin-top: 0;
}
.gem-tta.gem-tta-color-thegem.gem-tta-tabs:not([class*="gem-tta-gap"]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-style-modern .gem-tta-tabs-container {
margin-right: 0;
}
.gem-tta.gem-tta-color-thegem.gem-tta-tabs:not([class*="gem-tta-gap"]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-style-modern .gem-tta-tabs-container {
margin-left: 0;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel-body,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel-heading,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-tab > a {
border-width: 0;
background-image: none;
filter: none;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-heading {
border-color: transparent;
background-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-heading:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-heading:focus {
background-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title > a {
color: #dfe5e8;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-color: transparent;
background-color: #3c3950;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel.gem-tta-active .gem-tta-panel-title > a {
color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-body {
background-color: #3c3950;
color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-body,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-body::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-body::after {
border-color: transparent;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-controls-icon::after {
border-color: #dfe5e8;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::after {
border-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-tab > a {
border-color: transparent;
background-color: #99a9b5;
color: #dfe5e8;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-tab > a:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-tab > a:focus {
background-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-tab.gem-tta-active > a {
border-color: transparent;
background-color: #3c3950;
color: #ffffff;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels {
background-color: #3c3950;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels::after {
border-color: transparent;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels .gem-tta-panel-body {
border-color: transparent;
background-color: transparent;
}
} .gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
margin-bottom: -1px;
}
.gem-tta.gem-tta-tabs.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab > a {
padding-top: 10px;
padding-bottom: 10px;
}
.widget .gem-tta.gem-tta-tabs.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab > a {
padding-top: 0;
padding-bottom: 0;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-heading {
border-color: transparent;
background-color: #dfe5e8;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-heading:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-heading:focus {
background-color: #dfe5e8;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-title > a {
color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-color: transparent;
background-color: #f4f6f7;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel.gem-tta-active .gem-tta-panel-title > a {
color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-body {
background-color: #f4f6f7;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-body,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-body::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-body::after {
border-color: transparent;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-controls-icon::after {
border-color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::after {
border-color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab > a {
border-color: transparent;
background-color: #dfe5e8;
color: #5f727f;
}
.widget .gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab > a {
color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab > a:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab > a:focus {
background-color: #dfe5e8;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab.gem-tta-active > a {
border-color: transparent;
background-color: #f4f6f7;
color: #5f727f;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat.gem-tta-tabs .gem-tta-panels {
background-color: #f4f6f7;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat.gem-tta-tabs .gem-tta-panels,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat.gem-tta-tabs .gem-tta-panels::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat.gem-tta-tabs .gem-tta-panels::after {
border-color: transparent;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat.gem-tta-tabs .gem-tta-panels .gem-tta-panel-body {
border-color: transparent;
background-color: transparent;
}
} .gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
margin-bottom: -2px;
}
.gem-tta.gem-tta-tabs.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-tab > a {
padding-top: 11px;
padding-bottom: 11px;
}
.widget .gem-tta.gem-tta-tabs.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-tab > a {
padding-top: 1px;
padding-bottom: 1px;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-heading {
border-color: #99a9b5;
background-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-heading:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-heading:focus {
background-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title > a {
color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-color: #99a9b5;
background-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel.gem-tta-active .gem-tta-panel-title > a {
color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-body {
background-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-body,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-body::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-body::after {
border-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-controls-icon::after {
border-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::after {
border-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-tab > a {
border-color: #99a9b5;
background-color: #99a9b5;
color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-tab > a:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-tab > a:focus {
background-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-tab.gem-tta-active > a {
border-color: #99a9b5;
background-color: #ffffff;
color: #99a9b5;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels {
background-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels::after {
border-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels .gem-tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.gem-tta.gem-tta-tabs.gem-tta-o-no-fill.gem-tta-color-thegem .gem-tta-panels,
.gem-tta.gem-tta-o-no-fill.gem-tta-color-thegem .gem-tta-panels .gem-tta-panel-body {
border-color: transparent;
background-color: transparent;
} .gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-chevron::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="chevron"]::before {
-webkit-transform: rotate(-45deg) translate(-25%, -25%);
-ms-transform: rotate(-45deg) translate(-25%, -25%);
transform: rotate(-45deg) translate(-25%, -25%);
}
.gem-tta.gem-tta-accordion .gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-chevron::before,
.gem-tta.gem-tta-accordion .gem-tta-active .gem-tta-controls-icon[data-vc-tta-controls-icon="chevron"]::before {
-webkit-transform: rotate(45deg) translate(-25%, -25%);
-ms-transform: rotate(45deg) translate(-25%, -25%);
transform: rotate(45deg) translate(-25%, -25%);
}
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-controls-icon-position-left.gem-tta-panel-title > a,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-controls-icon-position-left.gem-tta-panel-title > a,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid [data-vc-tta-controls-icon-position="left"].gem-tta-panel-title > a,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed [data-vc-tta-controls-icon-position="left"].gem-tta-panel-title > a {
padding-left: 30px;
padding-right: 0;
}
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-controls-icon-position-right.gem-tta-panel-title > a,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-controls-icon-position-right.gem-tta-panel-title > a,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid [data-vc-tta-controls-icon-position="right"].gem-tta-panel-title > a,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed [data-vc-tta-controls-icon-position="right"].gem-tta-panel-title > a {
padding-left: 0;
padding-right: 30px;
}
.gem-tta.gem-tta-general.gem-tta-accordion .gem-tta-panel-body {
padding: 50px;
}
.gem-tta.gem-tta-general.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-panel-body,
.gem-tta.gem-tta-general.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel-body {
padding: 30px 0 50px;
}
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title {
font-size: 16px;
}
.widget .gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-panel .gem-tta-panel-title,
.widget .gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title {
font-size: 14px;
}
.gem-tta.gem-tta-general.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-panel + .gem-tta-panel {
border-top: 1px solid #b6c6c9;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-simple_solid .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-simple_solid .gem-tta-controls-icon::after {
border-color: #b6c6c9;
color: #b6c6c9;
}
.gem-tta.gem-tta-general.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel + .gem-tta-panel {
border-top: 1px dashed #3c3950;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-simple_dashed .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-simple_dashed .gem-tta-controls-icon::after {
border-color: #00bcd4;
color: #00bcd4;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-simple_dashed .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-simple_dashed .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::after {
border-color: #3c3950;
color: #3c3950;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-solid_squared,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-solid_rounded,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-outlined_rounded,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_squared"],
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"],
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"] {
width: 24px;
height: 24px;
line-height: 24px;
font-size: 24px;
text-align: center;
font-style: normal;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left .gem-tta-controls-icon.gem-tta-controls-icon-solid_rounded,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left .gem-tta-controls-icon.gem-tta-controls-icon-outlined_rounded,
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="left"] .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"],
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="left"] .gem-tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"] {
left: 17px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left .gem-tta-controls-icon.gem-tta-controls-icon-solid_squared,
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="left"] .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_squared"] {
left: 20px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left .gem-tta-controls-icon.gem-tta-controls-icon-chevron,
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="left"] .gem-tta-controls-icon[data-vc-tta-controls-icon="chevron"] {
left: 23px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right .gem-tta-controls-icon.gem-tta-controls-icon-solid_rounded,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right .gem-tta-controls-icon.gem-tta-controls-icon-outlined_rounded,
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"],
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"] {
right: 13px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right .gem-tta-controls-icon.gem-tta-controls-icon-solid_squared,
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_squared"] {
right: 20px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right .gem-tta-controls-icon.gem-tta-controls-icon-chevron,
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon[data-vc-tta-controls-icon="chevron"] {
right: 23px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-solid_squared::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-solid_rounded::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-outlined_rounded::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_squared"]::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"]::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"]::before {
font-family: 'thegem-icons';
font-weight: normal;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-solid_squared::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_squared"]::before {
content: '\e62f';
}
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-solid_squared::before,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_squared"]::before {
content: '\e62e';
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-solid_rounded::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"]::before {
content: '\e60a';
}
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-solid_rounded::before,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"]::before {
content: '\e609';
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-outlined_rounded::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"]::before {
content: '\e62d';
}
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-outlined_rounded::before,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"]::before {
content: '\e62c';
}
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-controls-icon-position-left .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-controls-icon-position-left .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-controls-icon-position-left .gem-tta-controls-icon svg,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-controls-icon-position-left .gem-tta-controls-icon svg {
left: 0;
}
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-controls-icon-position-right .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-controls-icon-position-right .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-controls-icon-position-right .gem-tta-controls-icon svg,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-controls-icon-position-right .gem-tta-controls-icon svg,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon svg,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon svg {
right: 0;
} .gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
.gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title {
font-family: 'Montserrat';
}
.gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
.gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title {
font-weight: 700;
}
.gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
.gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title {
font-size: 16px;
}
.gem-tta.gem-tta-tabs .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title {
font-family: 'Montserrat UltraLight';
}
.gem-tta.gem-tta-tabs .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title {
font-weight: normal;
}
.gem-tta.gem-tta-tabs .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title {
font-size: 16px;
}
.gem-tta.gem-tta-tabs .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title {
line-height: 25px;
}  .gem-tta.gem-tta-general {
font-size: 1em
}
.gem-tta.gem-tta-general .gem-tta-panels,
.gem-tta.gem-tta-general .gem-tta-panels-container {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative
}
.gem-tta.gem-tta-general .gem-tta-panel {
display: block
}
.gem-tta.gem-tta-general .gem-tta-panel-heading {
border: solid transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.gem-tta.gem-tta-general .gem-tta-panel-title {
margin: 0;
line-height: 1
}
.gem-tta.gem-tta-general .gem-tta-panel-title>a {
background: 0 0;
display: block;
padding: 14px 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
color: inherit;
position: relative;
-webkit-transition: color .2s ease-in-out;
-o-transition: color .2s ease-in-out;
transition: color .2s ease-in-out;
border: none;
-webkit-box-shadow: none;
box-shadow: none
}
[data-vc-action="collapseAll"] .gem-tta-panel-title,
[data-vc-action="collapseAll"] .gem-tta-panel-title>a{
cursor: pointer !important;
}
.gem-tta.gem-tta-general .gem-tta-panel-title>a:focus,
.gem-tta.gem-tta-general .gem-tta-panel-title>a:hover {
text-decoration: none;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.gem-tta.gem-tta-general .gem-tta-panel-body {
border: solid transparent;
-webkit-box-sizing: content-box;
box-sizing: content-box;
padding: 14px 20px;
display: none;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: padding .2s ease-in-out;
-o-transition: padding .2s ease-in-out;
transition: padding .2s ease-in-out
}
.gem-tta.gem-tta-general .gem-tta-panel-body>:last-child {
margin-bottom: 0
}
.gem-tta.gem-tta-general .gem-tta-panel.gem-tta-active {
display: block
}
.gem-tta.gem-tta-general .gem-tta-panel.gem-tta-active .gem-tta-panel-body {
display: block
}
.gem-tta.gem-tta-general .gem-tta-panel.gem-tta-active .gem-tta-panel-title>a:hover {
cursor: default
}
.gem-tta.gem-tta-general .gem-tta-panel.vc_animating .gem-tta-panel-body {
display: block;
min-height: 0
}
.gem-tta.gem-tta-general.gem-tta-o-all-clickable .gem-tta-panel .gem-tta-panel-title>a:hover {
cursor: pointer
}
.gem-tta.gem-tta-general .gem-tta-tabs-container {
display: block;
position: relative;
z-index: 3
}
.gem-tta.gem-tta-general .gem-tta-tabs-list {
list-style-type: none;
display: block;
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.gem-tta.gem-tta-general .gem-tta-tab {
display: inline-block;
padding: 0;
margin: 0
}
.gem-tta.gem-tta-general .gem-tta-tab>a {
padding: 14px 20px;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: solid transparent;
position: relative;
text-decoration: none;
color: inherit;
-webkit-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
-o-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
-webkit-box-shadow: none;
box-shadow: none
}
.gem-tta.gem-tta-general .gem-tta-tab>a:focus,
.gem-tta.gem-tta-general .gem-tta-tab>a:hover {
text-decoration: none;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.gem-tta.gem-tta-general .gem-tta-tab.gem-tta-active>a {
cursor: default;
text-decoration: none;
color: inherit;
-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
-o-transition: background .2s ease-in-out, color .2s ease-in-out;
transition: background .2s ease-in-out, color .2s ease-in-out;
-webkit-box-shadow: none;
box-shadow: none
}
.gem-tta.gem-tta-general .gem-tta-tab.gem-tta-active>a:hover {
cursor: default;
-webkit-box-shadow: none;
box-shadow: none
}
.gem-tta.gem-tta-general .gem-tta-tab.gem-tta-active>a::after,
.gem-tta.gem-tta-general .gem-tta-tab.gem-tta-active>a::before {
display: none;
content: '';
position: absolute;
border-width: inherit;
border-color: inherit;
border-style: inherit;
width: 100vw;
height: 200vw
}
.gem-tta.gem-tta-general .gem-tta-icon i {
font-size: 16px;
line-height: 25px;
display: inline;
}
.gem-tta.gem-tta-general .gem-tta-icon i::before {
display: inline
}
.gem-tta.gem-tta-general .gem-tta-title-text:empty {
display: inline-block
}
.gem-tta-icon.fa,
.gem-tta-icon.vc_li {
vertical-align: middle
}
.gem-tta.gem-tta-accordion .gem-tta-tabs-container {
display: none
}
.gem-tta.gem-tta-tabs .gem-tta-tabs-container {
display: none
}
.vc_non_responsive .gem-tta.gem-tta-tabs .gem-tta-tabs-container,
.gem-tta-o-non-responsive .gem-tta.gem-tta-tabs .gem-tta-tabs-container {
display: block
}
.vc_non_responsive .gem-tta.gem-tta-tabs .gem-tta-panel-heading,
.gem-tta-o-non-responsive .gem-tta.gem-tta-tabs .gem-tta-panel-heading {
display: none
}
@media (min-width:768px) {
.gem-tta.gem-tta-tabs .gem-tta-tabs-container {
display: block
}
.gem-tta.gem-tta-tabs .gem-tta-panel-heading {
display: none
}
}
.gem-tta.gem-tta-shape-square .gem-tta-panel-body {
min-height: 0
}
.gem-tta.gem-tta-shape-square .gem-tta-panel-body,
.gem-tta.gem-tta-shape-square .gem-tta-panel-heading {
border-radius: 0
}
.gem-tta.gem-tta-shape-square .gem-tta-tabs-container {
margin: 0
}
.gem-tta.gem-tta-shape-square .gem-tta-tab>a {
border-radius: 0
}
.vc_non_responsive .gem-tta.gem-tta-shape-square.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-shape-square.gem-tta-tabs .gem-tta-panels {
border-radius: 0
}
@media (min-width:768px) {
.gem-tta.gem-tta-shape-square.gem-tta-tabs .gem-tta-panels {
border-radius: 0
}
}
.gem-tta.gem-tta-shape-square.gem-tta-o-no-fill .gem-tta-panel-body {
border-radius: 0
}
.gem-tta.gem-tta-shape-square.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active+.gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta.gem-tta-shape-square.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active+.gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta.gem-tta-shape-rounded .gem-tta-panel-body {
min-height: 10px
}
.gem-tta.gem-tta-shape-rounded .gem-tta-panel-body,
.gem-tta.gem-tta-shape-rounded .gem-tta-panel-heading {
border-radius: 5px
}
.gem-tta.gem-tta-shape-rounded .gem-tta-tabs-container {
margin: 5px
}
.gem-tta.gem-tta-shape-rounded .gem-tta-tab>a {
border-radius: 5px
}
.vc_non_responsive .gem-tta.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panels {
border-radius: 5px
}
@media (min-width:768px) {
.gem-tta.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panels {
border-radius: 5px
}
}
.gem-tta.gem-tta-shape-rounded.gem-tta-o-no-fill .gem-tta-panel-body {
border-radius: 0
}
.gem-tta.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active+.gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active+.gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-top-left-radius: 5px;
border-top-right-radius: 5px
}
.gem-tta.gem-tta-shape-round .gem-tta-panel-body {
min-height: 4em
}
.gem-tta.gem-tta-shape-round .gem-tta-panel-body,
.gem-tta.gem-tta-shape-round .gem-tta-panel-heading {
border-radius: 2em
}
.gem-tta.gem-tta-shape-round .gem-tta-tabs-container {
margin: 2em
}
.gem-tta.gem-tta-shape-round .gem-tta-tab>a {
border-radius: 2em
}
.vc_non_responsive .gem-tta.gem-tta-shape-round.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-shape-round.gem-tta-tabs .gem-tta-panels {
border-radius: 2em
}
@media (min-width:768px) {
.gem-tta.gem-tta-shape-round.gem-tta-tabs .gem-tta-panels {
border-radius: 2em
}
}
.gem-tta.gem-tta-shape-round.gem-tta-o-no-fill .gem-tta-panel-body {
border-radius: 0
}
.gem-tta.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active+.gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active+.gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-top-left-radius: 2em;
border-top-right-radius: 2em
}
.gem-tta-shape-rounded:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-shape-rounded:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.vc_non_responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::after,
.vc_non_responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 5px;
height: 5px;
border-radius: 5px;
border-style: inherit;
border-width: inherit
}
@media (min-width:768px) {
.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::after,
.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 5px;
height: 5px;
border-radius: 5px;
border-style: inherit;
border-width: inherit
}
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-body {
border-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-body,
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body,
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-body,
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading {
border-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child).gem-tta-active .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-body,
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body,
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-shape-round:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-shape-round:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.vc_non_responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after,
.vc_non_responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 2em;
height: 2em;
border-radius: 2em;
border-style: inherit;
border-width: inherit
}
@media (min-width:768px) {
.gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after,
.gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 2em;
height: 2em;
border-radius: 2em;
border-style: inherit;
border-width: inherit
}
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-body {
border-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-body,
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body,
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-body,
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading {
border-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child).gem-tta-active .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-body,
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body,
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta.gem-tta-style-classic .gem-tta-panel-body,
.gem-tta.gem-tta-style-classic .gem-tta-panel-heading {
border-width: 1px
}
.gem-tta.gem-tta-style-classic .gem-tta-panel.gem-tta-active+.gem-tta-panel .gem-tta-panel-heading,
.gem-tta.gem-tta-style-classic .gem-tta-panel:not(:first-child) .gem-tta-panel-heading {
margin-top: -1px
}
.gem-tta.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-heading,
.gem-tta.gem-tta-style-classic .gem-tta-panel:not(:last-child) .gem-tta-panel-heading {
margin-bottom: -1px
}
.gem-tta.gem-tta-style-classic .gem-tta-tabs-list {
padding-left: 1px;
padding-top: 1px
}
.gem-tta.gem-tta-style-classic .gem-tta-tab {
margin-left: -1px;
margin-top: -1px
}
.gem-tta.gem-tta-style-classic .gem-tta-tab>a {
border-width: 1px
}
.vc_non_responsive .gem-tta.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels {
border: 1px solid transparent
}
.vc_non_responsive .gem-tta.gem-tta-style-classic.gem-tta-tabs .gem-tta-panel,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-classic.gem-tta-tabs .gem-tta-panel {
margin: -1px
}
@media (min-width:768px) {
.gem-tta.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels {
border: 1px solid transparent
}
.gem-tta.gem-tta-style-classic.gem-tta-tabs .gem-tta-panel {
margin: -1px
}
}
.gem-tta.gem-tta-style-modern .gem-tta-panel-body,
.gem-tta.gem-tta-style-modern .gem-tta-panel-heading {
border-width: 1px;
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .01)));
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
background-repeat: repeat-x
}
.gem-tta.gem-tta-style-modern .gem-tta-panel.gem-tta-active+.gem-tta-panel .gem-tta-panel-heading,
.gem-tta.gem-tta-style-modern .gem-tta-panel:not(:first-child) .gem-tta-panel-heading {
margin-top: -1px
}
.gem-tta.gem-tta-style-modern .gem-tta-panel.gem-tta-active .gem-tta-panel-heading,
.gem-tta.gem-tta-style-modern .gem-tta-panel:not(:last-child) .gem-tta-panel-heading {
margin-bottom: -1px
}
.gem-tta.gem-tta-style-modern .gem-tta-tabs-list {
padding-left: 1px;
padding-top: 1px
}
.gem-tta.gem-tta-style-modern .gem-tta-tab {
margin-left: -1px;
margin-top: -1px
}
.gem-tta.gem-tta-style-modern .gem-tta-tab>a {
border-width: 1px;
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .01)));
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
background-repeat: repeat-x
}
.gem-tta.gem-tta-style-modern .gem-tta-tab.gem-tta-active>a {
background-clip: border-box
}
.vc_non_responsive .gem-tta.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels {
border: 1px solid transparent
}
.vc_non_responsive .gem-tta.gem-tta-style-modern.gem-tta-tabs .gem-tta-panel,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-modern.gem-tta-tabs .gem-tta-panel {
margin: -1px
}
@media (min-width:768px) {
.gem-tta.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels {
border: 1px solid transparent
}
.gem-tta.gem-tta-style-modern.gem-tta-tabs .gem-tta-panel {
margin: -1px
}
}
.gem-tta.gem-tta-style-outline .gem-tta-panel-body,
.gem-tta.gem-tta-style-outline .gem-tta-panel-heading {
border-width: 2px
}
.gem-tta.gem-tta-style-outline .gem-tta-panel.gem-tta-active+.gem-tta-panel .gem-tta-panel-heading,
.gem-tta.gem-tta-style-outline .gem-tta-panel:not(:first-child) .gem-tta-panel-heading {
margin-top: -2px
}
.gem-tta.gem-tta-style-outline .gem-tta-panel.gem-tta-active .gem-tta-panel-heading,
.gem-tta.gem-tta-style-outline .gem-tta-panel:not(:last-child) .gem-tta-panel-heading {
margin-bottom: -2px
}
.gem-tta.gem-tta-style-outline .gem-tta-tabs-list {
padding-left: 2px;
padding-top: 2px
}
.gem-tta.gem-tta-style-outline .gem-tta-tab {
margin-left: -2px;
margin-top: -2px
}
.gem-tta.gem-tta-style-outline .gem-tta-tab>a {
border-width: 2px
}
.vc_non_responsive .gem-tta.gem-tta-style-outline .gem-tta-panel-body::after,
.vc_non_responsive .gem-tta.gem-tta-style-outline .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-outline .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-outline .gem-tta-panel-body::before,
.gem-tta.gem-tta-style-outline .gem-tta-panel-body::after,
.gem-tta.gem-tta-style-outline .gem-tta-panel-body::before {
display: block;
top: -2px;
right: -2px;
bottom: -2px;
left: -2px
}
.vc_non_responsive .gem-tta.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels {
border: 2px solid transparent
}
.vc_non_responsive .gem-tta.gem-tta-style-outline.gem-tta-tabs .gem-tta-panel,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-outline.gem-tta-tabs .gem-tta-panel {
margin: -2px
}
@media (min-width:768px) {
.gem-tta.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels {
border: 2px solid transparent
}
.gem-tta.gem-tta-style-outline.gem-tta-tabs .gem-tta-panel {
margin: -2px
}
}
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-outline.gem-tta-pageable .gem-tta-panel {
margin: 0
}
@media (min-width:768px) {
.gem-tta.gem-tta-style-outline.gem-tta-pageable .gem-tta-panel {
margin: 0
}
}
.gem-tta.gem-tta-style-flat .gem-tta-panel-body,
.gem-tta.gem-tta-style-flat .gem-tta-panel-heading {
border-width: 0
}
.gem-tta-pageable .gem-tta-panel-title {
display: none
}
.gem-tta.gem-tta-o-no-fill .gem-tta-panels .gem-tta-panel-body {
border-color: transparent;
background-color: transparent
}
.vc_non_responsive .gem-tta.gem-tta-o-no-fill.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-o-no-fill.gem-tta-tabs .gem-tta-panels {
border-color: transparent;
background-color: transparent
}
@media (min-width:768px) {
.gem-tta.gem-tta-o-no-fill.gem-tta-tabs .gem-tta-panels {
border-color: transparent;
background-color: transparent
}
}
.gem-tta.gem-tta-o-no-fill.gem-tta-tabs .gem-tta-tabs-container {
margin: 0
}
.gem-tta.gem-tta-o-no-fill.gem-tta-tabs-position-bottom .gem-tta-panel-body,
.gem-tta.gem-tta-o-no-fill.gem-tta-tabs-position-top .gem-tta-panel-body {
padding-left: 0;
padding-right: 0
}
.gem-tta.gem-tta-o-no-fill.gem-tta-tabs-position-left .gem-tta-panel-body,
.gem-tta.gem-tta-o-no-fill.gem-tta-tabs-position-right .gem-tta-panel-body {
padding-top: 0;
padding-bottom: 0
}
.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-tabs-container {
overflow: hidden
}
.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-tabs-list {
overflow: hidden
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before,
.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before {
right: auto;
bottom: auto;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-bottom-width: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after,
.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after {
left: auto;
bottom: auto;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-bottom-width: 0
}
.gem-tta-tabs.gem-tta-tabs-position-top.gem-tta-o-shape-group .gem-tta-tab:not(:first-child):not(:last-child)>a {
border-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-top.gem-tta-o-shape-group .gem-tta-tab:first-child:not(:last-child)>a {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-top.gem-tta-o-shape-group .gem-tta-tab:last-child:not(:first-child)>a {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-tabs-container {
overflow: hidden
}
.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-tabs-list {
overflow: hidden
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before,
.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before {
right: auto;
top: auto;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-right-width: 0;
border-top-width: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after,
.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after {
left: auto;
top: auto;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-left-width: 0;
border-top-width: 0
}
.gem-tta-tabs.gem-tta-tabs-position-bottom.gem-tta-o-shape-group .gem-tta-tab:not(:first-child):not(:last-child)>a {
border-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-bottom.gem-tta-o-shape-group .gem-tta-tab:first-child:not(:last-child)>a {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-bottom.gem-tta-o-shape-group .gem-tta-tab:last-child:not(:first-child)>a {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-container {
overflow: hidden;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-top: 0;
margin-left: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-container,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
@media (min-width:768px) {
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
}
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-list {
overflow: hidden
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-list,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-list {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
@media (min-width:768px) {
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-list {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
}
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tab {
display: block
}
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panels-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0
}
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panels {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::before,
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::before {
right: auto;
bottom: auto;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-bottom-width: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::after,
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::after {
right: auto;
top: auto;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right-width: 0;
border-top-width: 0
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-o-shape-group .gem-tta-tab:not(:first-child):not(:last-child)>a {
border-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-o-shape-group .gem-tta-tab:first-child:not(:last-child)>a {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-o-shape-group .gem-tta-tab:last-child:not(:first-child)>a {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-container {
overflow: hidden;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-top: 0;
margin-right: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-container,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
@media (min-width:768px) {
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
}
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-list {
overflow: hidden
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-list,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-list {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
@media (min-width:768px) {
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-list {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
}
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tab {
display: block
}
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panels-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0
}
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panels {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::before,
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::before {
left: auto;
bottom: auto;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-bottom-width: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::after,
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::after {
left: auto;
top: auto;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-width: 0;
border-top-width: 0
}
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-o-shape-group .gem-tta-tab:not(:first-child):not(:last-child)>a {
border-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-o-shape-group .gem-tta-tab:first-child:not(:last-child)>a {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-o-shape-group .gem-tta-tab:last-child:not(:first-child)>a {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-o-no-fill .gem-tta-panel-body::after,
.vc_non_responsive .gem-tta-tabs.gem-tta-o-no-fill .gem-tta-panel-body::before,
.vc_non_responsive .gem-tta-tabs[class*=gem-tta-gap] .gem-tta-panel-body::after,
.vc_non_responsive .gem-tta-tabs[class*=gem-tta-gap] .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-o-no-fill .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-o-no-fill .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs[class*=gem-tta-gap] .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-tabs[class*=gem-tta-gap] .gem-tta-panel-body::before,
.gem-tta-tabs.gem-tta-o-no-fill .gem-tta-panel-body::after,
.gem-tta-tabs.gem-tta-o-no-fill .gem-tta-panel-body::before,
.gem-tta-tabs[class*=gem-tta-gap] .gem-tta-panel-body::after,
.gem-tta-tabs[class*=gem-tta-gap] .gem-tta-panel-body::before {
display: none
}
.gem-tta-tabs.gem-tta-o-no-fill .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-o-no-fill .gem-tta-tabs-list,
.gem-tta-tabs[class*=gem-tta-gap] .gem-tta-tabs-container,
.gem-tta-tabs[class*=gem-tta-gap] .gem-tta-tabs-list {
overflow: initial
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top .gem-tta-tab>a {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top .gem-tta-tab.gem-tta-active>a {
border-bottom-color: transparent
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top .gem-tta-tab.gem-tta-active>a::before {
display: block;
height: auto;
top: 100%;
right: 100%;
border-bottom: 0;
border-left: 0;
border-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top .gem-tta-tab.gem-tta-active>a::after {
display: block;
height: auto;
top: 100%;
left: 100%;
border-bottom: 0;
border-left: 0;
border-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top .gem-tta-tabs-container {
margin-top: 0;
margin-bottom: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top.gem-tta-style-classic .gem-tta-tabs-container,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top.gem-tta-style-modern .gem-tta-tabs-container {
margin-bottom: -1px
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top.gem-tta-style-outline .gem-tta-tabs-container {
margin-bottom: -2px
} .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom .gem-tta-tab>a {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom .gem-tta-tab.gem-tta-active>a {
border-top-color: transparent
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom .gem-tta-tab.gem-tta-active>a::before {
display: block;
height: auto;
bottom: 100%;
right: 100%;
border-top: 0;
border-left: 0;
border-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom .gem-tta-tab.gem-tta-active>a::after {
display: block;
height: auto;
bottom: 100%;
left: 100%;
border-top: 0;
border-left: 0;
border-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom .gem-tta-tabs-container {
margin-top: 0;
margin-bottom: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom.gem-tta-style-classic .gem-tta-tabs-container,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom.gem-tta-style-modern .gem-tta-tabs-container {
margin-top: -1px
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom.gem-tta-style-outline .gem-tta-tabs-container {
margin-top: -2px
} .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left .gem-tta-tab>a {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left .gem-tta-tab.gem-tta-active>a {
border-right-color: transparent
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left .gem-tta-tab.gem-tta-active>a::before {
display: block;
width: auto;
left: 100%;
bottom: 100%;
border-bottom: 0;
border-top: 0;
border-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left .gem-tta-tab.gem-tta-active>a::after {
display: block;
width: auto;
left: 100%;
top: 100%;
border-bottom: 0;
border-top: 0;
border-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left .gem-tta-tabs-container {
margin-left: 0;
margin-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-style-classic .gem-tta-tabs-container,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-style-modern .gem-tta-tabs-container {
margin-right: -1px
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-style-outline .gem-tta-tabs-container {
margin-right: -2px
} .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-round .gem-tta-panels,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-rounded .gem-tta-panels {
margin-top: 0;
border-top-left-radius: 0
}
.vc_non_responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-round .gem-tta-panel-body::before,
.vc_non_responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-rounded .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-round .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-rounded .gem-tta-panel-body::before,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-round .gem-tta-panel-body::before,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-rounded .gem-tta-panel-body::before {
display: none
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right .gem-tta-tab>a {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right .gem-tta-tab.gem-tta-active>a {
border-left-color: transparent
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right .gem-tta-tab.gem-tta-active>a::before {
display: block;
width: auto;
right: 100%;
bottom: 100%;
border-bottom: 0;
border-top: 0;
border-left: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right .gem-tta-tab.gem-tta-active>a::after {
display: block;
width: auto;
right: 100%;
top: 100%;
border-bottom: 0;
border-top: 0;
border-left: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right .gem-tta-tabs-container {
margin-left: 0;
margin-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-style-classic .gem-tta-tabs-container,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-style-modern .gem-tta-tabs-container {
margin-left: -1px
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-style-outline .gem-tta-tabs-container {
margin-left: -2px
} .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-round .gem-tta-panels,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-rounded .gem-tta-panels {
margin-top: 0;
border-top-right-radius: 0
}
.vc_non_responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-round .gem-tta-panel-body::before,
.vc_non_responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-rounded .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-round .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-rounded .gem-tta-panel-body::before,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-round .gem-tta-panel-body::before,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-rounded .gem-tta-panel-body::before {
display: none
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-size-xs .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-size-xs .gem-tta-tabs-container {
-ms-flex-preferred-size: 10%;
flex-basis: 10%
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-size-sm .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-size-sm .gem-tta-tabs-container {
-ms-flex-preferred-size: 20%;
flex-basis: 20%
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-size-md .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-size-md .gem-tta-tabs-container {
-ms-flex-preferred-size: 30%;
flex-basis: 30%
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-size-lg .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-size-lg .gem-tta-tabs-container {
-ms-flex-preferred-size: 40%;
flex-basis: 40%
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-size-xl .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-size-xl .gem-tta-tabs-container {
-ms-flex-preferred-size: 50%;
flex-basis: 50%
}
.gem-tta.gem-tta-controls-align-left .gem-tta-panel-heading,
.gem-tta.gem-tta-controls-align-left .gem-tta-tabs-container {
text-align: left
}
.gem-tta.gem-tta-controls-align-right .gem-tta-panel-heading,
.gem-tta.gem-tta-controls-align-right .gem-tta-tabs-container {
text-align: right
}
.gem-tta.gem-tta-controls-align-center .gem-tta-panel-heading,
.gem-tta.gem-tta-controls-align-center .gem-tta-tabs-container {
text-align: center
}
.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-tabs-container {
margin-left: 0
}
.vc_non_responsive .gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before,
.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before {
display: none
}
.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-top:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill) .gem-tta-panels {
border-top-left-radius: 0
}
.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-tabs-container {
margin-left: 0
}
.vc_non_responsive .gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before,
.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before {
display: none
}
.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-bottom:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill) .gem-tta-panels {
border-bottom-left-radius: 0
}
.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-tabs-container {
margin-right: 0
}
.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after {
display: none
}
.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-top:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill) .gem-tta-panels {
border-top-right-radius: 0
}
.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-tabs-container {
margin-right: 0
}
.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after {
display: none
}
.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-bottom:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill) .gem-tta-panels {
border-bottom-right-radius: 0
}
.gem-tta-tabs.gem-tta-has-pagination:not(.gem-tta-tabs-position-bottom) {
padding-bottom: 60px
}
.gem-tta-tabs.gem-tta-has-pagination .vc_pagination {
position: absolute;
top: 100%;
left: 0;
right: 0;
margin-top: 30px;
margin-bottom: 30px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.gem-tta-tabs.gem-tta-has-pagination.gem-tta-tabs-position-bottom {
padding-top: 60px
}
.gem-tta-tabs.gem-tta-has-pagination.gem-tta-tabs-position-bottom .vc_pagination {
top: auto;
bottom: 100%;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%)
}
.gem-tta .gem-tta-controls-icon i,
.gem-tta .gem-tta-controls-icon svg {
display: inline-block;
vertical-align: middle;
position: relative;
font-size: inherit;
margin: 0
}
.gem-tta .gem-tta-controls-icon svg {
width: 1em;
height: 1em;
}
.gem-tta .gem-tta-controls-icon:after,
.gem-tta .gem-tta-controls-icon:before,
.gem-tta-panel-heading .gem-tta-panel-title > a,
.gem-tta-panel:not(.gem-tta-active) .gem-tta-panel-title > a .gem-tta-icon i,
.gem-tta-panel:not(.gem-tta-active) .gem-tta-panel-title > a .gem-tta-icon svg,
.gem-tta-panel:not(.gem-tta-active) .gem-tta-panel-title > a .gem-tta-controls-icon i,
.gem-tta-panel:not(.gem-tta-active) .gem-tta-panel-title > a .gem-tta-controls-icon svg {
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.gem-tta .gem-tta-title-text:not(:empty)~.gem-tta-controls-icon i,
.gem-tta .gem-tta-title-text:not(:empty)~.gem-tta-controls-icon svg {
margin-left: 0
}
.gem-tta .gem-tta-controls-icon.gem-tta-controls-icon-plus::before {
content: '';
display: block;
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-style: solid;
border-width: 2px 0 0 0
}
.gem-tta .gem-tta-controls-icon.gem-tta-controls-icon-plus::after {
content: '';
display: block;
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
left: 50%;
bottom: 0;
top: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-style: solid;
border-width: 0 0 0 2px
}
.gem-tta .gem-tta-controls-icon.gem-tta-controls-icon-chevron::before {
content: '';
display: block;
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
left: 2px;
right: 2px;
top: 2px;
bottom: 2px;
border-style: solid;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg) translate(-25%, -25%);
-ms-transform: rotate(45deg) translate(-25%, -25%);
transform: rotate(45deg) translate(-25%, -25%)
}
.gem-tta .gem-tta-controls-icon.gem-tta-controls-icon-triangle::before {
content: '';
display: block;
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-style: solid;
border-width: 6px;
border-bottom-color: transparent!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
-webkit-transform: translateY(25%);
-ms-transform: translateY(25%);
transform: translateY(25%)
}
.gem-tta .gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-plus::after {
display: none
}
.gem-tta .gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-chevron::before {
-webkit-transform: rotate(225deg) translate(-25%, -25%);
-ms-transform: rotate(225deg) translate(-25%, -25%);
transform: rotate(225deg) translate(-25%, -25%)
}
.gem-tta .gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-triangle::before {
-webkit-transform: rotate(180deg) translateY(25%);
-ms-transform: rotate(180deg) translateY(25%);
transform: rotate(180deg) translateY(25%)
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left.gem-tta-panel-title>a {
padding-left: 50px;
padding-right: 20px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left .gem-tta-controls-icon svg {
position: absolute;
top: calc(50% - 1px);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 20px
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right.gem-tta-panel-title>a {
padding-left: 20px;
padding-right: 50px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right .gem-tta-controls-icon svg {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 20px
}
@media (max-width:768px) {
.gem-tta-container .gem-tta:not([class*=gem-tta-pageable]) .vc_pagination {
display: none
}
} .gem-tta-accordion .gem-text-output{
overflow: hidden;
}
.gem-tta.gem-tta-color-thegem .gem-tta-panel .gem-tta-panel-title .gem-tta-icon svg {
width: 16px;
height: 25px;
display: inline;
vertical-align: middle;
align-self: center;
}
.gem-tta.gem-tta-color-thegem .gem-tta-panel .gem-tta-panel-title > a {
display: flex!important;
}
.gem-tta-accordion .gem-tta-controls-icon-opened i,
.gem-tta-accordion .gem-tta-controls-icon-opened svg{
display: none!important;
}
.gem-tta-accordion .gem-tta-controls-icon-closed i,
.gem-tta-accordion .gem-tta-controls-icon-closed svg{
display: inline-block!important;
}
.gem-tta-accordion .gem-tta-active .gem-tta-controls-icon-opened i,
.gem-tta-accordion .gem-tta-active .gem-tta-controls-icon-opened svg{
display: inline-block!important;
}
.gem-tta-accordion .gem-tta-active .gem-tta-controls-icon-closed i,
.gem-tta-accordion .gem-tta-active .gem-tta-controls-icon-closed svg{
display: none!important;
}
.gem-tta.gem-tta-general.gem-tta-accordion .gem-tta-icon{
display: flex;
}
.gem-tta.gem-tta-general.gem-tta-accordion .gem-tta-icon-left{
margin-right: 10px;
}
.gem-tta.gem-tta-general.gem-tta-accordion .gem-tta-icon-right{
margin-left: 10px;
}
.gem-tta-template-edit{
position: absolute;
right: 5px;
top: 5px;
z-index: 99;
cursor: pointer;
}.gem-tta-tabs.gem-tta-tabs-position-left,
.gem-tta-tabs.gem-tta-tabs-position-right,
.gem-tta-tabs.gem-tta-tabs-position-top,
.gem-tta-tabs.gem-tta-tabs-position-bottom{
display: flex;
}
.gem-tta-tabs.gem-tta-tabs-position-left,
.gem-tta-tabs.gem-tta-tabs-position-right{
flex-direction: row;
}
.gem-tta-tabs.gem-tta-tabs-position-top,
.gem-tta-tabs.gem-tta-tabs-position-bottom{
flex-direction: column;
}
.gem-tta-panels-container{
order: 2;
}
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-tabs-container{
order: 1;
}
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-tabs-container{
order: 3;
}
.gem-tta-general.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-container,
.gem-tta-general.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-container {
margin-top: 0;
margin-bottom: 0;
} .gem-tta-tabs.gem-tta-tabs-position-top.gem-tta-controls-align-left .gem-tta-tab.gem-tta-active>a::after,
.gem-tta-tabs.gem-tta-tabs-position-top.gem-tta-controls-align-right .gem-tta-tab.gem-tta-active>a::before,
.gem-tta-tabs.gem-tta-tabs-position-top.gem-tta-controls-align-center .gem-tta-tab.gem-tta-active>a::after,
.gem-tta-tabs.gem-tta-tabs-position-top.gem-tta-controls-align-center .gem-tta-tab.gem-tta-active>a::before,
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-align-left .gem-tta-tab.gem-tta-active>a::after,
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-align-right .gem-tta-tab.gem-tta-active>a::before,
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-align-center .gem-tta-tab.gem-tta-active>a::after,
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-align-center .gem-tta-tab.gem-tta-active>a::before,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-align-left .gem-tta-tab.gem-tta-active>a::after,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-align-right .gem-tta-tab.gem-tta-active>a::before,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-align-center .gem-tta-tab.gem-tta-active>a::after,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-align-center .gem-tta-tab.gem-tta-active>a::before,
.gem-tta-tabs.gem-tta-tabs-position-bottom.gem-tta-controls-align-left .gem-tta-tab.gem-tta-active>a::after,
.gem-tta-tabs.gem-tta-tabs-position-bottom.gem-tta-controls-align-right .gem-tta-tab.gem-tta-active>a::before,
.gem-tta-tabs.gem-tta-tabs-position-bottom.gem-tta-controls-align-center .gem-tta-tab.gem-tta-active>a::after,
.gem-tta-tabs.gem-tta-tabs-position-bottom.gem-tta-controls-align-center .gem-tta-tab.gem-tta-active>a::before{
opacity: 0;
}
.vc_non_responsive .gem-tta.gem-tta-style-outline .gem-tta-panel-body::after,
.vc_non_responsive .gem-tta.gem-tta-style-outline .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-outline .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-outline .gem-tta-panel-body::before,
.gem-tta.gem-tta-style-outline .gem-tta-panel-body::after,
.gem-tta.gem-tta-style-outline .gem-tta-panel-body::before {
display: none;
}
.gem-tta-tabs.gem-tta-controls-align-stretch.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-tabs-list,
.gem-tta-tabs.gem-tta-controls-align-stretch.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-tabs-list {
display: flex;
justify-content: space-between;
flex-direction: row;
}
.gem-tta-tabs.gem-tta-controls-align-stretch.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-list,
.gem-tta-tabs.gem-tta-controls-align-stretch.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-list {
display: flex;
justify-content: space-between;
flex-direction: column;
}
.gem-tta-tabs.gem-tta-controls-align-center.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-list,
.gem-tta-tabs.gem-tta-controls-align-center.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-list {
display: flex;
justify-content: center;
flex-direction: column;
}
.gem-tta-tabs.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-list,
.gem-tta-tabs.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-list {
display: flex;
justify-content: flex-start;
flex-direction: column;
}
.gem-tta-tabs.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-list,
.gem-tta-tabs.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-list {
display: flex;
justify-content: flex-end;
flex-direction: column;
}
.gem-tta.gem-tta-general .gem-tta-tab>a{
display: flex;
}
.gem-tta.gem-tta-general .gem-tta-tab>a .gem-tta-title-text{
order: 2;
}
.gem-tta-tabs-icon-position-left a,
.gem-tta-tabs-icon-position-right a {
flex-direction: row;
}
.gem-tta-tabs-icon-position-top a,
.gem-tta-tabs-icon-position-bottom a {
flex-direction: column;
}
.gem-tta-tabs-icon-position-top a .gem-tta-icon,
.gem-tta-tabs-icon-position-bottom a .gem-tta-icon {
align-self: center;
}
.gem-tta-tabs-icon-position-top a .gem-tta-icon,
.gem-tta-tabs-icon-position-left a .gem-tta-icon {
order: 1;
}
.gem-tta-tabs-icon-position-bottom a .gem-tta-icon,
.gem-tta-tabs-icon-position-right a .gem-tta-icon {
order: 3;
}
.gem-tta.gem-tta-general.gem-tta-tabs .gem-tta-tabs-icon-position-left .gem-tta-icon i,
.gem-tta.gem-tta-general.gem-tta-tabs .gem-tta-tabs-icon-position-left .gem-tta-icon svg{
margin-right: 10px;
}
.gem-tta.gem-tta-general.gem-tta-tabs .gem-tta-tabs-icon-position-right .gem-tta-icon i,
.gem-tta.gem-tta-general.gem-tta-tabs .gem-tta-tabs-icon-position-right .gem-tta-icon svg{
margin-left: 10px;
}
.gem-tta-tabs .gem-tta-panel .gem-tta-panel-heading a i,
.gem-tta-tabs .gem-tta-panel .gem-tta-panel-heading a svg{
margin-right: 10px;
}
.gem-tta-tabs .gem-tta-panel .gem-tta-panel-heading a i{
display: flex;
align-self: center;
}
.gem-tta-tabs .gem-tta-panel .gem-tta-panel-heading a svg{
width: 16px;
height: 16px;
display: flex;
align-self: center;
}
@media (max-width: 767px) {
.gem-tta-nogap.gem-tta-tabs .gem-tta-panels {
border-radius: inherit!important;
}
.gem-tta-tabs .gem-tta-panels {
border-style: unset!important;
border-width: unset!important;
}
.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panels {
margin-top: unset!important;
}
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panels {
margin-left: unset!important;
}
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panels {
margin-right: unset!important;
}
.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panels {
margin-bottom: unset!important;
}
.gem-tta-tabs .gem-tta-panels {
box-shadow: none!important;
}
}
@media (min-width: 768px){
.gem-tta.gem-tta-tabs .gem-tta-panels .gem-tta-panel-respbody {
border: none;
border-style: unset!important;
margin: 1px!important;
}
}
.gem-tta.gem-tta-general .gem-tta-tab .gem-tta-icon,
.gem-tta.gem-tta-general .gem-tta-tab .gem-tta-title-text {
display: flex;
align-self: center;
}
.gem-tta-tab svg {
width: 18px;
height: 18px;
display: inline;
vertical-align: middle;
}
.gem-tta.gem-tta-general .gem-text-output{
overflow: hidden;
}
.gem-tta-tabs.gem-tta-style-flat .gem-tta-panels-container{
margin-top: -1px;
} .gem-tta.gem-tta-general .gem-tta-tab.gem-tta-tab-with-subtitle > a{
flex-direction: column;
flex-wrap: wrap;
}
.gem-tta.gem-tta-general .gem-tta-tab.gem-tta-tab-with-subtitle > a .gem-tta-icon{
order: 0;
}
.gem-tta.gem-tta-general .gem-tta-tab.gem-tta-tab-with-subtitle .gem-tta-title-text {
order: 0;
}
.gem-tta.gem-tta-general .gem-tta-tab.gem-tta-tab-with-subtitle .gem-tta-subtitle-text{
opacity: 0;
visibility: hidden;
height: 0;
transition: all 0.3s;
position: relative;
max-width: 280px;
font-family: var(--thegem-to-body-font-family);
font-style: var(--thegem-to-body-font-style);
font-weight: var(--thegem-to-body-font-weight);
font-size: var(--thegem-to-body-font-size);
line-height: var(--thegem-to-body-line-height);
letter-spacing: var(--thegem-to-body-letter-spacing);
text-transform: var(--thegem-to-body-text-transform, none);
text-align: center;
}
.gem-tta.gem-tta-general .gem-tta-tab.gem-tta-tab-with-subtitle.gem-tta-active .gem-tta-subtitle-text{
opacity: 1;
visibility: visible;
height: auto;
}
.gem-tta.gem-tta-general.gem-tta-tabs-position-left .gem-tta-tab.gem-tta-tab-with-subtitle .gem-tta-title-text,
.gem-tta.gem-tta-general.gem-tta-tabs-position-left .gem-tta-tab.gem-tta-tab-with-subtitle .gem-tta-subtitle-text,
.gem-tta.gem-tta-general.gem-tta-tabs-position-right .gem-tta-tab.gem-tta-tab-with-subtitle .gem-tta-title-text,
.gem-tta.gem-tta-general.gem-tta-tabs-position-right .gem-tta-tab.gem-tta-tab-with-subtitle .gem-tta-subtitle-text {
text-align: left;
align-self: flex-start;
}
.gem-tta.gem-tta-general .gem-tta-tabs-icon-position-top .gem-tta-tab.gem-tta-tab-with-subtitle .gem-tta-title-text,
.gem-tta.gem-tta-general .gem-tta-tabs-icon-position-top .gem-tta-tab.gem-tta-tab-with-subtitle .gem-tta-subtitle-text,
.gem-tta.gem-tta-general .gem-tta-tabs-icon-position-bottom .gem-tta-tab.gem-tta-tab-with-subtitle .gem-tta-title-text,
.gem-tta.gem-tta-general .gem-tta-tabs-icon-position-bottom .gem-tta-tab.gem-tta-tab-with-subtitle .gem-tta-subtitle-text{
flex-direction: column;
text-align: center;
align-self: center;
}
.gem-tta.gem-tta-general .gem-tta-tabs-icon-position-bottom .gem-tta-tab.gem-tta-tab-with-subtitle > a .gem-tta-icon,
.gem-tta.gem-tta-general .gem-tta-tabs-icon-position-right .gem-tta-tab.gem-tta-tab-with-subtitle > a .gem-tta-icon{
order: 2;
}.widget-testimonials {
position: relative;
}
.gem-testimonials-navigation a {
overflow: visible;
}
.gem-testimonials,
.gem-testimonials:hover {
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.testimonials-style-1-item {
position: relative;
display: inline-block;
}
.testimonials-style-1-image {
padding-top: 60px;
height: 190px;
}
.testimonials-style-1-item {
text-align: center;
}
.testimonials-style-1-text {
font-style: inherit;
padding-left: 15px;
padding-right: 15px;
padding-top: 35px;
padding-bottom: 10px;
clear: both;
}
.testimonials-style-1-item .gem-dummy {
margin-left: 62px;
}
.testimonials-style-1-item {
border-top-left-radius: 67px;
border-top-right-radius: 67px;
overflow: hidden;
}
.testimonials-style-1-teg {
border-bottom-left-radius: 67px;
border-bottom-right-radius: 67px;
}
.testimonials-style-1-item .gem-testimonial-position {
padding-top: 4px;
}
.testimonials-style-2-bg {
position: relative;
}
.testimonials-style-2-item .wrap-style {
transform: rotate(270deg);
transform-origin: 0 100%;
-webkit-transform: rotate(270deg);
-webkit-transform-origin: 0 100%;
overflow: visible;
position: absolute;
top: -4px;
left: 50%;
margin-left: 49px;
width: 49px;
height: 100px;
}
.testimonials-style-1-item .wrap-style {
transform: rotate(270deg);
transform-origin: 0 100%;
-webkit-transform: rotate(270deg);
-webkit-transform-origin: 0 100%;
overflow: visible;
position: absolute;
bottom: -2px;
left: 50%;
margin-left: 49px;
width: 49px;
height: 100px;
}
.testimonials-style-1-item .empy_space {
height: 48px;
}
.widget .gem-testimonial-text>.testimonials-style-1-teg,
.widget .gem-testimonial-text>.testimonials-style-2-teg {
margin-bottom: 0;
}
.testimonials-style-2-text.gem-testimonial-text {
padding-left: 20px;
padding-right: 20px;
border-radius: 59px;
}
.testimonials-style-1-text.gem-testimonial-text {
padding: 33px 20px;
}
.gem-widget-testimonials-prev-style-1.gem-prev:after,
.gem-widget-testimonials-next-style-1.gem-next:after,
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-next-style-2.gem-next:after {
font-family: thegem-icons;
height: 40px;
width: 40px;
line-height: 1.7;
margin: 0;
left: 0;
}
.widget .testimonials-style-1-name.gem-testimonial-name,
.widget .testimonials-style-2-name.gem-testimonial-name {}
.gem-widget-testimonials-prev-style-1.gem-prev:after,
.gem-widget-testimonials-next-style-1.gem-next:after {
top: 106px;
}
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-prev-style-1.gem-prev:after {
content: '\e637';
padding-left: 5px;
}
.gem-widget-testimonials-next-style-2.gem-next:after,
.gem-widget-testimonials-next-style-1.gem-next:after {
content: '\e638';
padding-right: 5px;
}
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-next-style-2.gem-next:after {
top: 42px;
}
.testimonials-style-2-item {
border-radius: 60px;
overflow: hidden;
}
.testimonials-style-2-item .gem-testimonial-text {
padding-top: 63px;
border-bottom-left-radius: 60px;
border-bottom-right-radius: 60px;
overflow: hidden;
}
.testimonials.testimonials-style-2,
.testimonials-carousel-style-2,
.testimonials-style-2-text.gem-testimonial-text .testimonials-style-2 {
border-radius: 60px !important;
overflow: hidden !important;
}
.testimonials-style-1-teg {
font-style: normal;
padding-bottom: 50px;
padding-top: 40px;
}
.testimonials-style-1-post.gem-testimonial-company {
margin-top: -3px;
}
.testimonials-style-1-item,
.testimonials-style-2-item {
vertical-align: top;
}
.testimonials-style-1-prev {
left: 17px;
top: 93px;
font-family: thegem-icons;
content: '\e601';
font-size: 20px;
position: absolute;
outline: none;
}
.testimonials-style-1-next {
right: 17px;
top: 93px;
font-family: thegem-icons;
content: '\e601';
font-size: 18px;
position: absolute;
outline: none;
}
.testimonials-style-1-teg {
font-size: 30px;
font-family: thegem-icons;
}
.testimonials-style-1-image img {
height: 128px;
width: 128px;
}
.testimonials-style-2-teg {
padding-top: 38px;
padding-bottom: 38px;
}
.testimonials-style-2-text {
font-style: inherit;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
text-align: center;
padding-bottom: 20px;
}
.testimonials-style-2-name {
padding-top: 14px;
}
.testimonials-style-2 {
text-align: center;
position: relative;
}
.testimonials-style-2-bg {
padding-bottom: 47px;
text-align: center;
margin-top: -47px;
}
.triangle-with-shadow.trangle-style-2 {
margin-top: -1px;
}
.testimonials-style-2-image {
margin-top: 114px;
position: relative;
height: 128px;
}
.testimonials-style-2-item .gem-dummy {
margin-left: 64px;
}
.testimonials-style-2-item {
display: inline-block;
text-align: center;
}
.testimonials-style-2-prev {
left: 17px;
bottom: 180px;
font-family: thegem-icons;
content: '\e601';
font-size: 20px;
position: absolute;
outline: none;
}
.testimonials-style-2-next {
right: 17px;
bottom: 180px;
font-family: thegem-icons;
content: '\e601';
font-size: 18px;
position: absolute;
outline: none;
}
.testimonials-style-2-teg {
font-size: 60px;
font-family: thegem-icons;
font-style: normal;
}
.testimonials-style-2-text>p {
margin-bottom: 0px;
}
.testimonials-style-2-image img {
height: 128px;
width: 128px;
}
.gem-widget-testimonials-prev-style-1.gem-prev:after {
top: 106px;
font-size: 24px;
font-family: thegem-icons;
}
.gem-widget-testimonials-next-style-1.gem-next:after {
top: 106px;
font-size: 24px;
font-family: thegem-icons;
}
.gem-widget-testimonials-prev-style-2.gem-prev:after {
position: absolute;
font-size: 24px;
font-family: thegem-icons;
}
.gem-widget-testimonials-next-style-2.gem-next:after {
position: absolute;
font-size: 24px;
font-family: thegem-icons;
}
.triangle-with-shadow {
width: 100px;
height: 40px;
display: inline-block;
position: relative;
overflow: hidden;
}
.triangle-with-shadow:after {
content: "";
position: absolute;
width: 50px;
height: 50px;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
top: -25px;
left: 25px;
}
.testimonials-style-1-block {
margin-bottom: 10px;
text-align: center;
}
.testimonials-style-1-post {
padding-top: 3px;
}
.testimonials-style-2-post {
padding-top: 3px;
}
.gem-testimonials-carousel-wrap .testimonials-style-2-bg .testimonials-style-2-post a {
padding-top: 3px;
}
.testimonials-style-2-text {
position: relative;
}
.testimonials-style-1-block .gem-testimonials-carousel-wrap {
margin-bottom: -1px;
text-align: center;
}
.testimonials-style-2-bg {
padding-top: 3px;
}
.testimonials-style-2-item .gem-dummy {
height: 128px;
width: 128px;
}
.testimonials-style-1-item .gem-dummy {
height: 128px;
width: 128px;
}
.gem-testimonials.style1 svg {
display: none;
}
.testimonials-style-1-name.gem-testimonial-name,
.testimonials-style-2-name.gem-testimonial-name {
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 14px;
}
.testimonials-style-1-teg {
font-size: 58px;
}
body .thegem-widget-testimonial .testimonials-style-1-teg {
color: #a3e7f0;
}
.thegem-widget-testimonial .testimonials-style-2-teg {
color: #a3e7f0;
}
.gem-testimonial-item {
float: left;
width: 100%;
}
.gem-testimonials .gem-testimonials-carousel-wrap .quote-color-added.gem-testimonial-wrapper p:after,
.gem-testimonials .gem-testimonials-carousel-wrap .quote-color-added.gem-testimonial-wrapper:after {
display: none;
}
.gem-testimonials .gem-testimonials-carousel-wrap .quote-color-added.gem-testimonial-wrapper p {
display: inline;
}
.gem-testimonials.style1 .custom-color-blockqute-mark,
.gem-testimonials.style1 .gem-testimonial-wrapper:after {
content: '\e60c';
display: block;
font-family: 'thegem-icons';
text-align: center;
font-size: 60px;
height: 40px;
line-height: 35px;
padding-top: 40px;
vertical-align: top;
font-style: normal;
font-weight: normal;
box-sizing: content-box;
}
.gem-testimonial-text {
font-size: 32px;
text-align: center;
padding: 14px 80px 0;
line-height: 1.2;
font-style: normal;
}
.gem-testimonial-text p {
margin: 0;
}
.gem-testimonial-image {
margin: 0 auto;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.gem-testimonial-image img {
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 100%;
}
.gem-testimonial-image span {
display: inline-block;
vertical-align: top;
overflow: hidden;
width: 100%;
position: relative;
}
.gem-testimonial-image span::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
opacity: 0;
}
.gem-testimonial-image a:hover::before,
.gem-testimonial-image:hover span::before {
opacity: 1;
}
.gem-testimonial-name {
text-align: center;
text-transform: uppercase;
}
.gem-testimonial-position {
line-height: 1.421;
text-align: center;
}
.gem-testimonials-carousel-wrap {
position: relative;
overflow: hidden;
}
.gem-testimonial-wrapper {
padding-bottom: 35px;
}
.gem-testimonials.size-small .gem-testimonial-image {
width: 80px;
height: 80px;
}
.gem-testimonials.size-medium .gem-testimonial-image {
width: 128px;
height: 128px;
}
.gem-testimonials.size-large .gem-testimonial-image {
width: 160px;
height: 160px;
}
.gem-testimonials.size-xlarge .gem-testimonial-image {
width: 240px;
height: 240px;
}
.gem-testimonials.style1 .gem-testimonial-content div {
text-align: center;
}
.gem-testimonials.style1 .gem-testimonial-name {
padding-top: 35px;
}
.gem-testimonials.style2 .gem-testimonial-image {
float: left;
display: table-cell;
}
.gem-testimonials.style2 .gem-testimonial-content {
display: table-cell;
padding-left: 38px;
}
.gem-testimonials.style2 .gem-testimonial-content div {
text-align: left;
}
.gem-testimonials.style2 .gem-testimonial-text {
padding: 0;
margin-top: 14px;
}
.gem-testimonial-company,
.gem-testimonial-position {
font-size: 14px;
}
.gem-testimonial-content .gem-testimonial-name {
font-size: 14px;
margin: 0;
}
.style2.gem-testimonials {
border-radius: 55px;
}
.style2 .gem-testimonial-wrapper {
padding: 0px 90px;
}
.gem-testimonials.style2 .gem-testimonial-wrapper .custom-color-blockqute-mark,
.gem-testimonials.style2 .gem-testimonial-wrapper p:after {
content: '\e60c';
font-family: 'thegem-icons';
font-size: 60px;
height: 33px;
display: inline-block;
line-height: 33px;
padding-top: 30px;
vertical-align: top;
margin-left: 20px;
font-style: normal;
font-weight: normal;
}
@media (max-width: 768px) {
.style2 .gem-testimonial-wrapper {
padding: 0px 50px;
}
.gem-testimonials.style2 .gem-testimonial-wrapper .custom-color-blockqute-mark,
.gem-testimonials.style2 .gem-testimonial-wrapper p:after {
display: block;
}
}
.style1 .gem-testimonial-wrapper:after,
.style2 .gem-testimonial-wrapper p:after {
color: #a3e7f0;
}
.testimonials_svg {
bottom: -56px;
margin-left: 105px;
}
.gem-testimonials.fullwidth-block.style2 .testimonials_svg {
margin-left: 23%;
position: absolute;
bottom: -56px;
}
@media (min-width: 1900px) {
.gem-testimonials.fullwidth-block.style2 .testimonials_svg {
left: 50%;
margin-left: -450px;
}
}
.gem-testimonials.style2 {
position: relative;
}
.gem-testimonials.style2 .testimonials_svg {
margin-left: 105px;
position: absolute;
}
.style2.gem-testimonials {
margin-bottom: 60px;
}
.gem-testimonials.style2 .gem-testimonial-item {
float: left;
padding: 73px 0;
}
.gem-testimonials .gem-prev:after,
.gem-testimonials .gem-next:after {
position: absolute;
font-family: 'thegem-icons';
top: 50%;
margin-top: 0px;
left: 50%;
width: 40px;
transform: translate(-50%, -50%);
font-size: 24px;
height: 40px;
line-height: 40px;
text-align: center;
text-indent: 0;
font-weight: normal;
margin: 0;
}
.gem-testimonials .gem-prev:after,
.gem-testimonials .gem-next:after {
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.gem-testimonials .gem-prev:hover:after,
.gem-testimonials .gem-next:hover:after {
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.gem-testimonials .gem-prev,
.gem-testimonials .gem-next {
width: 40px;
}
.gem-testimonials-carousel {
overflow: hidden !important;
}
.style2.gem-testimonials.fullwidth-block {
background-color: transparent;
}
.style2.gem-testimonials.fullwidth-block .container {
border-radius: 55px;
}
.gem-testimonials.fullwidth-block .gem-prev,
.gem-testimonials.fullwidth-block .gem-next {
width: 80px;
}
.gem-testimonials.fullwidth-block .gem-prev:after,
.gem-testimonials.fullwidth-block .gem-next:after {
position: absolute;
font-family: 'thegem-icons';
top: 50%;
left: 50%;
width: 80px;
font-size: 48px;
height: 80px;
line-height: 80px;
text-align: center;
text-indent: 0;
font-weight: normal;
background-color: transparent;
transform: translate(-50%, -50%);
margin: 0;
}
.widget .testimonials-style-2 .gem-dummy,
.widget .testimonials-style-1 .gem-dummy {
background-image: url(//projectkrysiak.pl/wp-content/plugins/thegem-elements-elementor/inc/elementor/widgets/testimonials/assets/images/default-avatar.png);
background-size: 100%;
}
.widget .testimonials-style-2 .gem-dummy:after,
.widget .testimonials-style-1 .gem-dummy:after {
display: none;
}
@media (max-width: 768px) {
.gem-testimonial-text {
font-size: 23px;
padding: 30px 40px;
}
.gem-testimonial-wrapper {
padding: 20px;
padding-bottom: 50px;
}
.gem-testimonial-text {
padding: 14px 45px 0;
}
.gem-testimonials.style2 .gem-testimonial-image {
display: block;
float: none;
}
.gem-testimonials.style2 .gem-testimonial-content {
display: block;
padding-left: 0;
}
.gem-testimonial-name,
.gem-testimonial-company,
.gem-testimonial-text {
text-align: center;
}
.gem-testimonials.style2 .gem-testimonial-content div {
text-align: center;
}
.gem-testimonials.style2 .gem-testimonial-content {
padding-top: 40px;
}
.gem-testimonials.style2 .gem-testimonial-wrapper p:after {
width: 100%;
display: inline-block;
margin-left: 0px;
padding-bottom: 40px;
}
.gem-testimonials.fullwidth-block .gem-prev,
.gem-testimonials.fullwidth-block .gem-next {
width: 40px;
}
.style2.gem-testimonials.fullwidth-block {
padding: 0 20px;
}
.testimonials_svg {
text-align: center;
margin-left: 0;
}
.gem-testimonials.fullwidth-block .gem-prev:after,
.gem-testimonials.fullwidth-block .gem-next:after {
position: absolute;
font-family: 'thegem-icons';
top: 50%;
margin-top: 0px;
left: 50%;
width: 40px;
font-size: 24px;
height: 40px;
line-height: 40px;
text-align: center;
text-indent: 0;
font-weight: normal;
margin-top: -20px;
}
} #colophon.testimonials-style-2-text.gem-testimonial-text,
#colophon.testimonials-style-1-image,
#colophon.testimonials-style-1-text.gem-testimonial-text,
#colophon.testimonials-style-1-name,
#colophon.testimonials-style-1-post,
#colophon.testimonials-style-1-teg {
background-color: #2c2e3d;
}
.gem-widget-testimonials-prev-style-1.gem-prev:after,
.gem-widget-testimonials-next-style-1.gem-next:after,
.gem-widget-testimonials-prev-style-1.gem-prev:hover:after,
.gem-widget-testimonials-next-style-1.gem-next:hover:after,
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-next-style-2.gem-next:after,
.gem-widget-testimonials-prev-style-2.gem-prev:hover:after,
.gem-widget-testimonials-next-style-2.gem-next:hover:after {
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#colophon .testimonials-style-2-item .wrap-style {
fill: #2c2e3d;
}
#colophon .testimonials-style-2-text.gem-testimonial-text {
background-color: #2c2e3d;
}
#colophon .gem-testimonial-text p {
color: #99A9B6;
}
#colophon .testimonials-style-2-item {
background-color: #181828;
}
#colophon .testimonials-style-1-image,
#colophon .testimonials-style-1-text.gem-testimonial-text,
#colophon .testimonials-style-1-name,
#colophon .testimonials-style-1-post,
#colophon .testimonials-style-1-teg {
background-color: #2c2e3d !important;
}
#colophon .testimonials-style-1-item .wrap-style {
fill: #2c2e3d;
}
#colophon .testimonials-style-1 .gem-prev:after,
#colophon .testimonials-style-1 .gem-next:after {
background-color: #181828;
color: #fff
}
#colophon .testimonials-style-1 a:hover:after,
#colophon .testimonials-style-1 a:hover:after {
color: #00bcd4
}
#colophon .testimonials-style-2 .gem-prev:after,
#colophon .testimonials-style-2 .gem-next:after {
background-color: #2c2e3d;
color: #fff
}
#colophon .testimonials-style-2 a:hover:after,
#colophon .testimonials-style-2 a:hover:after {
color: #00bcd4
}.gem-clients {
margin: 0;
}
.gem-clients-type-carousel-grid .gem-clients-slide {
float: left;
width: 100%;
}
.disable-grayscale.gem-clients-type-carousel-grid .gem-client-item a {
background-color: transparent;
}
.gem-clients-type-carousel-grid .gem-client-item {
padding: 0;
display: flex;
justify-content: center;
}
.gem-clients-slide-inner.clearfix {
margin-left: -5px;
margin-right: -5px;
}
.gem-clients-type-carousel-grid .gem-client-item a,
.gem-clients-type-carousel-grid .gem-client-item span {
display: block;
width: 100%;
text-align: center;
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
.gem-clients-type-carousel-grid .gem-client-item a img,
.gem-clients-type-carousel-grid .gem-client-item span img {
display: inline-block;
opacity: 0.5;
}
.gem-clients-type-carousel-grid .gem-client-item a:hover img,
.gem-clients-type-carousel-grid .gem-client-item span:hover img {
opacity: 1;
} .gem-clients .gem-client-item a,
.gem-clients .gem-client-item span {
background: none;
position: relative;
}
.gem-clients .gem-client-item a img.gem-grayscale-normal,
.gem-clients .gem-client-item span img.gem-grayscale-normal {
filter: grayscale(1);
}
.gem-clients .gem-client-item a:hover img.gem-grayscale-hover,
.gem-clients .gem-client-item span:hover img.gem-grayscale-hover {
filter: grayscale(1);
}
.gem-clients .gem-client-item a img,
.gem-clients .gem-client-item a:hover img,
.gem-clients .gem-client-item span img,
.gem-clients .gem-client-item span:hover img {
filter: grayscale(0);
}
.gem-client-item a img,
.gem-client-item span img {
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
} .clients-grid .gem-clients.show-arrows {
padding: 0 10%;
}
.clients-grid .gem-clients-slide-inner {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
}
.clients-grid .gem-clients-type-carousel-grid .gem-client-item a,
.clients-grid .gem-clients-type-carousel-grid .gem-client-item span:not(.caption, .text) {
overflow: hidden;
align-items: center;
justify-content: center;
display: flex;
margin: 0 5px 10px 5px;
max-height: 200px;
}
.clients-grid .gem-clients-slide .col-xs-1-5 {
width: 20%;
}
@media (min-width: 768px) {
.clients-grid .gem-clients-slide .col-sm-1-5 {
width: 20%;
}
}
@media (min-width: 992px) {
.clients-grid .gem-clients-slide .col-md-1-5 {
width: 20%;
}
}
.clients-grid .caroufredsel_wrapper {
height: auto !important;
}
.clients-grid .gem-clients-grid-carousel {
height: auto !important;
position: inherit !important;
} .clients-carousel .gem_client-carousel {
margin-left: auto;
margin-right: auto;
max-width: 2000px;
}
.clients-carousel  .gem-client-item a,
.clients-carousel  .gem-client-item span {
display: block;
}
.clients-carousel .gem_client-carousel.fullwidth-block {
width: 100%;
}
body.elementor-editor-active .clients-carousel .gem_client-carousel {
width: 100%;
}
.clients-carousel .gem-clients-slide-inner {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
}
.clients-carousel .gem-client-item span,
.clients-carousel .gem-client-item span {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.clients-carousel .gem-client-item span:hover,
.clients-carousel .gem-client-item span:hover {
background: none;
}
.clients-carousel .gem-client-carousel-navigation span,
.clients-carousel .gem-client-carousel-navigation span {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
}
.clients-carousel .gem-client-carousel-navigation span:after,
.clients-carousel .gem-client-carousel-navigation span:after {
top: auto;
margin-top: auto;
width: 100px;
left: 0;
position: relative;
margin-left: 0;
margin-right: 0;
} .gem-clients .gem-client-item .caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
max-width: 100%;
width: auto;
}
.clients-caption-horizontal-left .gem-clients .gem-client-item .caption {
left: 0;
right: auto;
}
.clients-caption-horizontal-right .gem-clients .gem-client-item .caption {
left: auto;
right: 0;
}
.clients-caption-horizontal-stretch .gem-clients .gem-client-item .caption {
left: 0;
right: 0;
}
.clients-caption-horizontal-center .gem-clients .gem-client-item .caption {
left: 50%;
right: auto;
transform: translateX(-50%);
}
.clients-caption-vertical-top .gem-clients .gem-client-item .caption {
top: 0;
bottom: auto;
}
.clients-caption-vertical-middle .gem-clients .gem-client-item .caption {
top: 50%;
transform: translateY(-50%);
bottom: auto;
}
.clients-caption-horizontal-center.clients-caption-vertical-middle .gem-clients .gem-client-item .caption {
transform: translateX(-50%) translateY(-50%);
}
.clients-caption-vertical-bottom .gem-clients .gem-client-item .caption {
top: auto;
bottom: 0;
}
.gem-clients .gem-client-item .caption .text {
display: block;
padding: 10px;
background-color: #FFFFFFA1;
color: var(--thegem-to-body-color);
margin: 0;
}
.gem-clients .gem-client-item .caption.show-on-hover {
opacity: 0;
visibility: hidden;
transition: opacity 0.3s linear;
}
.gem-clients .gem-client-item > a:hover .caption.show-on-hover,
.gem-clients .gem-client-item > span:hover .caption.show-on-hover {
opacity: 1;
visibility: visible;
}