/* Ja mega Filter */
.item-field-label {
	font-size:18px;
	font-weight:600;
}
.ja-megafilter-wrap.product-item-details .item-field.thumb .item-field-label, #sp-component > div > div.jarow.content.ja-megafilter-wrap.clearfix.ja-position > div.main-content > div > div.ja-products-wrapper.products.wrapper.cols-3.list.products-list > div > div:nth-child(1) > div > div.product-item-details > div.item-field.thumb > div, #sp-component > div > div.jarow.content.ja-megafilter-wrap.clearfix.ja-position > div.main-content > div > div.ja-products-wrapper.products.wrapper.cols-3.list.products-list > div > div:nth-child(1) > div > div.product-item-details > div.item-field.name > div  {
	display:none;
}
.product-item-name a {
	font-size:24px;
}
/**Page heading for Info pages */
.info-menu .article-details-intro {
	padding:30px 0 30px 0!important;
}
.info-menu .article-body {
	padding-top:300px;
}
/* Head login */
#login-form-158 {
	display:flex;
}
#login-form-158 > ul {
	padding-bottom:0px;
	padding-right:10px;
	margin-top:10px;
	color:#fff;
}
#login-form-158 > ul a {
	color:#fff;
	text-decoration:underline;
}

/* Company fields */
.container.intro-details > ul {
  text-align: left;
  list-style-position: outside;
  padding-left: 1.5em; /* Adjust as needed */
  margin-left: 0;
  color:#fff;
}
.fields-container {
  column-count: 2;
  column-gap: 2rem; /* adjust as needed */
  list-style-position: inside;
}
#sppb-addon-wrapper-nqCx2krjQ7hVqXjarxNZz {
	background-color:#12554e!important;
}
#sppb-addon-wrapper-b21d7360-2a48-4899-a8c7-56556ba8c66a {
	background-color:#000000;
}
#sppb-addon-wrapper-1689157513834, #sppb-addon-wrapper-yIpfVKuCKhno_iKUKcTxA {
	background-color:#ffffff!important;
}
#sppb-addon-wrapper-O3_aewUatKVA8MKfCbU0q {
	background-color:#ff7477!important;
}
#sppb-addon-wrapper-220e23e5-4668-4724-bc76-321cdc75bc28 {
	background-color:#2D0F43;
}

/** Home Page **/
.clients-wrapper>div:hover {
	background:transparent;
}
#sppb-addon-1689143417748 .sp-slider-content-align-right {
    padding: 0px 0px 0px 50%;
}
/** Login/Register*/
.modal-backdrop.show{
	z-index:0;
}
#jtl button.modal-toggle, #jtl button.login-toggle, #jtl button.register-toggle{
    background: #358c75;
    color: #fff;
    border-radius: 56px;
}
/* rating **/
.rating {
	padding-left:53px;
}
/** Companies pages **/
.result__item {
	display:flex;
}
.result__description, .result__title-url, .result__taxonomy {
	display:none;
}
.jreview-quick-star .reviewStars ._star {
	*height:32px;
	*width:32px;
}
.jreview-quick-star .reviewStars ._starBox {
	height:36px;
	width:36px;
}
.jreview-quick-star .starContainer {
	height:50px;
}
.com-content.view-article #sp-main-body .article-details-intro {
	padding:250px 0 150px 0;
}
.com-content.view-article #sp-main-body .article-media-wrapper {
    padding-top: 50px;
}
.com-content.view-article #sp-main-body .article-media-wrapper img {
	width:350px;
}
.companies .article-intro-image img {
  width:220px!important;
}
.com-content.view-article #sp-main-body .article-body {
	padding-top:50px;
}
.article-media-wrapper {
	display:flex;
	flex-wrap:wrap;
	*align-items: center;
    justify-content: center;
}
.article-media-wrapper .logo-img {
	flex: 0 0 30%; /*grow | shrink | basis */
}
.article-media-wrapper .intro-details {
	flex: 0 0 60%; /*grow | shrink | basis */	
}
.company-name h1, .article-media-wrapper h1 {
	color:#fff;
}
/** Comapnies **/
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	font-size:20px;
	font-weight:500;
}
.jfilters-filter-header {
	font-size:16px;
}
.jfilters-filter-header__toggle {
	font-size:16px;
	font-weight:400;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	margin: 0;
	padding:0;
}
.result__item .result__title-text{
	font-size:2.4rem;
	margin-bottom:10px;
}
.result__item .col-6 {
	width:75%;
}
/** Custom Fields **/
.fields-container {
	list-style-type: none!important;
}
/*.fields-container {
	display:flex;
	flex-wrap:wrap;
	background-color:#fff;
	height:100%;
	border-radius:5px;
}*/
.fields-container .field-label {
	font-weight:600;
	padding-right:10px;
	text-decoration:underline;
}
.fields-container li {
	*flex: 1 1 30%; /*grow | shrink | basis */
	padding:0px 20px!important;
}

@media (max-width: 575px) {
    .clients-wrapper>div {
        flex: 1 0 100%;
        max-width: 100%;
        height: auto;
    }
}