/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* General */
#ast-fixed-header .main-header-bar {
	box-shadow: rgba(12, 52, 91, .1) 0px 10px 50px;
}

button.wpforms-submit {
    border-radius: 4px;
    background-color: #329adf;
	font-size: 14px;
}

button.wpforms-submit:hover {
    background-color: #00345b;
}

a:focus {
  outline: none;
}

.main-navigation .lang-item > .menu-link {
	text-transform: uppercase;
    font-weight: 500;
	color: #0c345b;
}

html[lang="sr-RS"] .lang-item a[lang="sr-RS"] {
	color: #009ADF;
	font-weight: 600;
}

html[lang="en-US"] .lang-item a[lang="en-US"] {
	color: #009ADF;
	font-weight: 600;
}

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a), .woocommerce-js .woocommerce-product-details__short-description a {
	text-decoration: none;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	border-top-width: 0px;
}

.elementor-image-carousel + .swiper-pagination {
	transform: translateY(15px);
}

.elementor-pagination .page-numbers {
	padding: 8px;
    border-radius: 4px;
}

.elementor-pagination .page-numbers:hover {
	background-color: #0573f01a;
}

.elementor-pagination .page-numbers.current {
	background-color: var(--ast-global-color-0);
}

.elementor-pagination .page-numbers.current:hover {
	background-color: var(--ast-global-color-0);
}

/* Header */
#ast-desktop-header {
	box-shadow: rgba(12, 52, 91, .1) 0px 10px 80px;
}

.sub-menu .menu-item {
	padding: 10px;
}

/* Naslovna */
#home-klijenti .swiper-wrapper {
    align-items: center;
}

#homeTitle .elementor-heading-title {
	position: relative;
}

#homeTitle .elementor-heading-title:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 60px;
    height: 3px;
    background-color: #fff;
}

#smartServiceCenter .smart-h-higliht {
	color: #009ADF;
	font-size: 64px;
	font-weight: 600;
}

#smart-slider .e-n-carousel {
	padding-bottom: 0;
}


/* Looop grid fix */
.elementor-loop-container.elementor-grid .elementor.ast-grid-common-col {
    padding-left: 0;
    padding-right: 0;
}

/* Reference */
#reference .elementor-post__card {
	box-shadow: rgba(12, 52, 91, .1) 0px 10px 50px;
}

#reference .elementor-post__card:hover {
	box-shadow: rgba(12, 52, 91, .1) 0px 10px 80px;
}
.reference-card-title .elementor-heading-title {
	position: relative;
}

.reference-card-title .elementor-heading-title:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 60px;
    height: 3px;
    background-color: #329adf;
}

/* .references-list .e-loop-item {
	padding: 0;
} */

.references-list .reference-card {
	transform: translateY(0px);
	transition: transform .15s ease-in-out;
}

.references-list .reference-card:hover {
	transform: translateY(-10px);
}

/* Klijenti */
.clients-loop  {
	transform: translateY(0px);
	transition: transform .15s ease-in-out;
	cursor: pointer;
}

.clients-loop:hover  {
	transform: translateY(-10px);
}

.clients-loop > div > div {
    background-size: contain;
    background-position: center;
}

.clients-title {
	margin-top: auto;
}

/* Klijenti detaljno */

.client-details-title .elementor-heading-title {
	position: relative;
}

.client-details-title .elementor-heading-title:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 60px;
    height: 3px;
    background-color: #329adf;
}

.heading-style .uael-heading {
	position: relative;
}

.heading-style .uael-heading:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 60px;
    height: 3px;
    background-color: #fff;
}

.project-details-sildes .reference-card {
	box-shadow: none!important;
}

.project-details-sildes .swiper:not(.swiper-initialized) .swiper-slide {
	width: 33%!important;
}

/* News List */

#newsList .uael-post__content-wrap {
	border-radius: 6px;
	display: flex;
	flex-direction: column;
}

#newsList .uael-post__meta-data {
	margin-top: auto;
}

#newsList .uael-post__thumbnail {
	border-radius: 10px;
}

#newsList .uael-post__title {
	position: relative;
}

#newsList .uael-post__title:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 60px;
    height: 3px;
    background-color: #329adf;
}

/* News Details */

.related-news .uael-post__bg-wrap {
	border-radius: 6px;
}

.related-news .uael-post__thumbnail  {
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.related-news .uael-post-wrapper  {
	transform: translateY(0px);
	transition: transform .15s ease-in-out;
	cursor: pointer;
}

.related-news .uael-post-wrapper:hover  {
	transform: translateY(-10px);
}

/* Products */

#productList .ast-grid-common-col {
	border-radius: 6px;
	transform: translateY(0px);
	transition: transform .15s ease-in-out;
	cursor: pointer;
}

#productList .ast-grid-common-col:hover {
	transform: translateY(-10px);
}

.wc-block-product-categories-list li {
    padding-left: 15px;
    font-size: 15px;
}

.woocommerce-pagination {
	display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers {
	font-size: 14px;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
	border-radius: 4px;
}

/* Products Details */

#productTableDesign * {
	color: var( --e-global-color-9a2ff19 );
	font-family: "Poppins", Sans-serif;
}

#productTableDesign table {
  border-collapse: collapse;
  width: 100%;
  border: none;
}

#productTableDesign table td, table th {
  border: none;
  padding: 8px;
  text-align: left;
}

#productTableDesign table tr:nth-child(even) {
  background-color: #fff;
}

#productTableDesign table tr:nth-child(odd) {
  background-color: #00345b14;
}

#relatedProducts .ast-article-single {
	border-radius: 6px;
	transform: translateY(0px);
	transition: transform .15s ease-in-out;
	cursor: pointer;
}

.woocommerce-product-attributes-item__label {
	padding-left: 0;
}

.woocommerce-product-attributes-item__value {
	padding-left: 15px!important;
}


#relatedProducts .ast-article-single:hover {
	transform: translateY(-10px);
}

/* Distribucija */

.distribucijaItem .elementor-heading-title {
	position: relative;
}

.distribucijaItem .elementor-heading-title:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 60px;
    height: 3px;
    background-color: #329adf;
}

/* Woo */
.woocommerce-js div.product .product_meta> .posted_in.detail-container .detail-label {
	font-weight: 500;
}

.woocommerce-js div.product .product_meta {
	margin-bottom: 5px;
}

.woocommerce-product-attributes-item {
	display: flex;
	border-bottom: 1px solid #dddddd;
}

.woocommerce-js table.shop_attributes th {
	border: none;
	color: #000;
	font-weight: 500;
	width: auto;
    padding-right: 0;
}

.woocommerce-js table.shop_attributes th:after {
	content: ':';
}

.woocommerce-js table.shop_attributes td {
	border: none;
	padding-left: 5px !important;
}

.ast-on-card-button.ast-select-options-trigger.product_type_simple {
	display: none;
}

/* Footer */
.footer-info {
	list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: auto;
}

footer a {
	color: #fff;
}

@media screen and (max-width: 1024px) {
	.project-details-sildes .swiper:not(.swiper-initialized) .swiper-slide {
		width: 50%!important;
	}
	#smartServiceCenter .smart-h-higliht {
		font-size: 36px;
	}
	#productTableDesign .elementor-widget-container:has(table) {
		overflow-y: auto;
	}
}


@media screen and (max-width: 768px) {
	
	 #relatedList.e-con.e-flex>.e-con-inner {
		flex-wrap: initial!important;
	}

	.project-details-sildes .swiper:not(.swiper-initialized) .swiper-slide {
		width: 100%!important;
	}
	#smartServiceCenter .smart-h-higliht {
		font-size: 36px;
	}
	#productTableDesign .elementor-widget-container:has(table) {
		overflow-y: auto;
	}
}



