/*
 Theme Name:   Carz Child Theme
 Theme URI:    https://carz.ancorathemes.com/
 Description:  Carz Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     carz
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  carz
*/


.single-automobil .content_wrap {
	    width: 100%;
}

.automobili-section-detalji.detalji-automobili-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.automobili-detalji-label,
.automobili-detalji-data {
  display: inline;
}

.automobili-detalji-label {
	color: #8f95a0;
}

.automobili-detalji-data {
	color: #1b2333;
	font-weight: 500;
}

.automobil-template-default.single-automobil {
	
}
/*
.automobili-fenoliga-kratke-specifikacije li.elementor-icon-list-item + li.elementor-icon-list-item:before {
	font-family: "fontello";
    content: '\e83c';
    display: inline-block !important;
    vertical-align: baseline;
    font-size: 14px;
    line-height: inherit;
    font-weight: 400;
    margin: 0 8px;
}*/


.automobili-single-cijena-glavna {
	font-size: 2.765em;
    font-weight: var(--theme-font-h2_font-weight);
    color: var(--theme-color-text);
}


.galerija-prosireno-container .galerija-prosireno-acco summary.e-n-accordion-item-title {
	border: none;
   /* border-bottom: 1px solid #d5d8dc;*/
   font-weight: 600;
}
	


/* breadcrumbsi */

.fenoliga-breadcrumbs.automobili-single-fenoliga-container {
	text-align: center;
}

.fenoliga-breadcrumbs span a {
	color: #1b2333;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;	
}

.fenoliga-breadcrumbs .breadcrumb_last {
	color: #1b2333;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.fenoliga-breadcrumbs .breadcrumb_last:hover {
	color: #0e326d;
}

.automobili-single-separator {
		margin: 0 0.45em;
}


/* heading */

.heading-fenoliga-main h1:hover {
	opacity: 0.85;
	transition: all 0.3s ease;
}

.heading-fenoliga-main h1 {
	transition: all 0.3s ease;
	opacity: 1;
}

/* mobile menu */

.fenoliga-mobile-menu .sc_layouts_menu_nav li.menu-item a,
.fenoliga-mobile-menu .sc_layouts_menu_dir_vertical.sc_layouts_submenu_dropdown .sc_layouts_menu_nav > li li > a {
	    font-weight: 600;
		color: #fffefe!important;
		font-size: 30px;
		line-height: 45px;		
}


/* search */
.search_wrap .search_header_wrap img {
	max-width: 241px;
}

.post_item_single.post_item_404 {
	padding-left: 25px;
	padding-right: 25px;
}

.post_item_404 .search_field {
	min-width:280px;
}

.dialog-lightbox-widget {
	z-index: 999999;
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	
	/* search */
	.search_wrap .search_header_wrap img {
		max-width: 170px;
	}
	
	.automobili-single-cijena-glavna {
		font-size: 2em;
		font-weight: var(--theme-font-h2_font-weight);
		color: var(--theme-color-text);
	}

}



@media screen and (max-width: 767px) {
	.mobile-delete {
		display: none!important;
	}
	
	.new-row {
		display: block;
		margin-top:8px;
	}	
	
	.fenoliga-mobile-menu .sc_layouts_menu_nav li.menu-item a,
	.fenoliga-mobile-menu .sc_layouts_menu_dir_vertical.sc_layouts_submenu_dropdown .sc_layouts_menu_nav > li li > a {
		font-size: 22px;
		line-height: 33px;
	}
	
	/* search */
	.search_wrap .search_header_wrap img {
		max-width: 85px;
	}
	
	
	.automobili-single-cijena-glavna {
		font-size: 1.6em;
	}
	
	h2 {
		word-break: auto-phrase!important;
	}

	
}




/* debug */




.post_content>.elementor, [class*="type-cpt_"]>[class*="_page_content"]>.elementor {
    margin-left: 0;
    margin-right: 0;
}