


.tablePartner{
  /*  border:solid 1px #e9e9e9;*/
  border:none;
  margin:20px -8px 0 -12px;
}

.tablePartner td{
  border:solid 1px #e9e9e9;
  padding:10px;
}
.tablePartner tr{
  vertical-align:top;

}

.Rtable-cell .logoPartner {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.Rtable-cell .logoPartner:hover  {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.Rtable--2cols .Rtable-cell .logoPartner {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.RtableNoBorder {
border: none;
}

.Rtable-cell {
   /*margin: -3px 2px 2px -3px;*/
   margin:10px;
   border-bottom-color:lightgrey;
}


@media all and (max-width: 320px) {
  .Rtable--collapse { display: block; }
  .Rtable--collapse > .Rtable-cell { width: 100% !important; }
  .Rtable--collapse > .Rtable-cell--foot { margin-bottom: 1em; }
}


/* Smartphones (portrait) ----------- */
@media only screen and (min-width : 321px) {
  .Rtable--6cols .Rtable-cell {  width:100% ; }
  .Rtable--collapse { display: block; }
  .Rtable--collapse > .Rtable-cell { width: 100% !important; }
  .Rtable--collapse > .Rtable-cell--foot { margin-bottom: 1em; }
/* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 500px) {
  .Rtable--6cols .Rtable-cell {  width:50% ; }
   .Rtable--collapse { display: block; }
  .Rtable--collapse > .Rtable-cell { width: 50% !important; }
  .Rtable--collapse > .Rtable-cell--foot { margin-bottom: 1em; }
/* Styles */
}
@media only screen and (min-width : 768px) {
  .Rtable--6cols .Rtable-cell {  width:30% ; }
   .Rtable--collapse { display: block; }
  .Rtable--collapse > .Rtable-cell { width: 30% !important; }
  .Rtable--collapse > .Rtable-cell--foot { margin-bottom: 1em; }
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
.Rtable--6cols .Rtable-cell {  width:15% ; }
 .Rtable--collapse { display: block; }
  .Rtable--collapse > .Rtable-cell { width: 15% !important; }
  .Rtable--collapse > .Rtable-cell--foot { margin-bottom: 1em; }
}




.Rtable--6cols .Rtable-cell h3 {
   font-size:11px;
}

.Rtable--5cols .Rtable-cell {
   width:15% ;
}
.Rtable--4cols .Rtable-cell {
   width:20% ;
}
.Rtable--3cols .Rtable-cell {
   width:25% ;
}
.Rtable--2cols .Rtable-cell {
   width:40% ;
}

.emptyCell{
      opacity:0;
}

.premium-tabs-style-iconbox .premium-tabs-nav .premium-tabs-nav-list.premium-tabs-horizontal li.tab-current .premium-tab-link::after {
      border-top-color:var( --e-global-color-primary );
}

.elementor-widget-theme-post-content {
    min-height: calc(100vh - 385px);
}


/*
.premium-tabs-content-section{
  transition: all .5s ease-in-out;
  transform-origin: left top;
  transform: scaleY(0);
}

 .premium-tabs-content-section:target {
  transform: scaleY(1);
}
*/