/* 
 Theme Name:   Art Petrol
 Theme URI:    
 Description:  
 Author:       MINEWEB STUDIO
 Author URI:   https://mineweb.rs
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/


/* :focus-visible, */
/* [type=button]:focus, */
/* [type=submit]:focus, */
/* button:focus { */
	/* outline: none; */
/* } */

blockquote {
	position: relative;
	margin: 30px 0;
	padding: 0 40px 0 60px;
	font-size: 1.25em;
	line-height: 1.2;
}
blockquote:before {
	content: url("data:image/svg+xml,%3Csvg width='45' height='37' viewBox='0 0 45 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.9727 0H44.9996V17.6825C44.9996 20.2851 44.502 22.6581 43.5069 24.8014C42.5884 27.0213 41.3253 28.935 39.7178 30.5425C38.1103 32.15 36.1966 33.4513 33.9768 34.4464C31.8334 35.5181 29.537 36.2453 27.0875 36.628V28.3609C28.2357 28.1312 29.3074 27.672 30.3025 26.983C31.3741 26.2941 32.2927 25.4521 33.0582 24.457C33.8237 23.5384 34.3978 22.4667 34.7805 21.242C35.1632 20.0937 35.3163 18.9072 35.2398 17.6825H26.9727V0Z' fill='%23ED1C24'/%3E%3Cpath d='M0 0H18.027V17.6825C18.027 20.2851 17.5294 22.6581 16.5343 24.8014C15.6157 27.0213 14.3527 28.935 12.7452 30.5425C11.1377 32.15 9.22398 33.4513 7.0041 34.4464C4.86077 35.5181 2.56434 36.2453 0.114821 36.628V28.3609C1.26304 28.1312 2.3347 27.672 3.32982 26.983C4.40149 26.2941 5.32006 25.4521 6.08553 24.457C6.85101 23.5384 7.42512 22.4667 7.80785 21.242C8.19059 20.0937 8.34369 18.9072 8.26714 17.6825H0V0Z' fill='%23ED1C24'/%3E%3C/svg%3E");
	position: absolute;
	top: 0;
	left: 0;
}

ul {
	padding-left: 1.5em;
}
ul li {
	margin-bottom: 1em;
}

.ap-gradient-text .elementor-heading-title {
	display: inline-block;
	background: linear-gradient(90deg, #ED1C24 0%, #FFC549 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ap-primary-menu .elementor-nav-menu--main .menu-item > a:after {
	/* opacity: 1 !important; */
	position: relative !important;
	content: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.49853 1.03835C8.51971 0.763019 8.31368 0.522652 8.03835 0.501473L3.5516 0.156339C3.27627 0.13516 3.03591 0.341189 3.01473 0.616518C2.99355 0.891847 3.19958 1.13221 3.47491 1.15339L7.46312 1.46018L7.15634 5.4484C7.13516 5.72373 7.34119 5.96409 7.61652 5.98527C7.89185 6.00645 8.13221 5.80042 8.15339 5.52509L8.49853 1.03835ZM1.3254 7.37963L8.3254 1.37963L7.6746 0.620372L0.674604 6.62037L1.3254 7.37963Z' fill='%23ED1C24'/%3E%3C/svg%3E");
	margin: 0 0 15px 3px;
	background-color: transparent !important;
}
.ap-primary-menu .elementor-nav-menu--main .menu-item > a.elementor-item-active:after {
	opacity: 0;
}
.ap-primary-menu .elementor-nav-menu--main .menu-item > a.elementor-item-active:hover:after {
	opacity: 1;
}

.ap-primary-menu .elementor-nav-menu--main .menu-item.ap-menu-marked > a {
	padding: 10px 12px 8px 12px !important;
	background-color: var(--e-global-color-primary);
	border-radius: 6px;
	color: #fff !important;
}
.ap-primary-menu .elementor-nav-menu--main .menu-item.ap-menu-marked > a:hover {
	color: #fff !important;
	background-color: #000;
}
.ap-primary-menu .elementor-nav-menu--main .menu-item.ap-menu-marked > a:after {
	display: none !important;
}
.ap-primary-menu .elementor-nav-menu--main .menu-item.ap-menu-marked > a svg,
.ap-primary-menu .elementor-nav-menu--dropdown .menu-item.ap-menu-marked > a svg {
	margin: -3px 6px 0 0;
}

.ap-hover-box > .elementor-element {
	transition: min-height 1s ease-out;
}
.ap-hover-box:hover > .elementor-element {
	min-height: 0;
}


.ap-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
	/* opacity: 0; */
	/* height: 0; */
	/* padding-top: 0; */
	/* padding-bottom: 0; */
	
	/* transition-property: height, padding, opacity; */
	/* transition-duration: .4s; */
	/* transition-timing-function: ease; */
}
.ap-accordion .e-n-accordion-item .e-n-accordion-item-title-text {
	display: grid;
	grid-template-columns: 80px 1fr;
	grid-template-rows: repeat(2, 1fr);
	column-gap: 15px;
}
.ap-accordion .e-n-accordion-item .e-n-accordion-item-title-text span {
	grid-row: span 2;
	padding-top: 15px;
	border-top: 1px solid #fff;
	transform: rotate(90deg);
	font-size: 24px;
	text-align: center;
}
.ap-accordion .e-n-accordion-item .e-n-accordion-item-title-text div {
	font-size: 18px;
	font-weight: 400;
}


.ap-horizontal-accordion .ap-column {
	transition: width 0.5s;
	overflow: hidden;
	height: 645px;
}

.ap-horizontal-accordion .ap-heading-element {
	transition: height 0.5s;
	overflow: hidden;
	cursor: pointer;
}
.ap-horizontal-accordion .ap-expanded .ap-heading-element {
	padding: 0;
	width: 0;
	height: 0;
}
.ap-horizontal-accordion .ap-heading-element .e-con .elementor-heading-title {
	writing-mode: vertical-rl;
}

.ap-expanded {
	width: 674% !important;
}

.ap-horizontal-accordion .ap-inner-element {
	opacity: 0;
	transition: opacity 0s;
	z-index: 2;
}

.ap-horizontal-accordion .ap-inner-element.ap-active {
	opacity: 1;
	transition: opacity 0.5s 0.4s;
}


/*** Pagination ***/
.elementor-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}
.elementor-pagination .page-numbers {
	display: inline-flex;
	
	height: 40px;
	justify-content: center;
    align-items: center;
}
.elementor-pagination .page-numbers.current {
	width: 40px;
	background-color: var(--e-global-color-primary);
	border-radius: 50%;
}
.elementor-pagination .prev,
.elementor-pagination .next {
	content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='16' cy='16' rx='15' ry='15' transform='rotate(-180 16 16)' stroke='%23ED1C24' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M18.1426 20.5459L13.5969 16.0002L18.1426 11.4545' stroke='%23ED1C24' stroke-width='2.4' stroke-linejoin='round'/%3E%3C/svg%3E");
	margin: 0 15px !important;
	width: 30px;
	height: 30px;
}
.elementor-pagination span.prev,
.elementor-pagination span.next {
	opacity: .3;
}
.elementor-pagination a.prev:hover,
.elementor-pagination a.next:hover {
	content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='16' cy='16' rx='15' ry='15' transform='rotate(-180 16 16)' stroke='%23000000' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M18.1426 20.5459L13.5969 16.0002L18.1426 11.4545' stroke='%23000000' stroke-width='2.4' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.elementor-pagination .next {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}


/*** Blog ***/
.blog.paged #ap-recent-post,
.archive.category #ap-recent-post {
	display: none;
}

.elementor-post-navigation {
	gap: 30px;
}
.elementor-post-navigation img {
	border-radius: 30px;
}
.elementor-post-navigation .ap-nav-img {
	position: relative;
}
.elementor-post-navigation .ap-nav-img:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(89, 127, 192, 0.3) 0%, rgba(255, 197, 73, 0.3) 100%);
	border-radius: 30px;
	transition: opacity .3s ease;
}
.elementor-post-navigation .ap-nav-img:hover:after {
	opacity: 0;
}


/*** Locations ***/
.ap-filters {
	display: none;
	position: absolute;
	z-index: 2;
}

.ap-filters input[type="checkbox"]:checked + .jet-checkboxes-list__button .jet-checkboxes-list__decorator::before {
	content: url('/wp-content/uploads/2024/08/checkmark.svg'); 
	position: absolute;
	bottom: 0;
	left: 0;
}

.jet-map-close {
	content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18Z' fill='%23ED1C24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18Z' fill='%23ED1C24'/%3E%3Cpath d='M12.8473 5.21354C12.4959 4.86207 11.926 4.86207 11.5745 5.21354L9.02963 7.75846L6.48536 5.21419C6.13389 4.86272 5.56404 4.86272 5.21257 5.21419C4.8611 5.56566 4.8611 6.13551 5.21257 6.48698L7.75684 9.03125L5.21058 11.5775C4.85911 11.929 4.85911 12.4988 5.21058 12.8503C5.56205 13.2018 6.1319 13.2018 6.48337 12.8503L9.02963 10.304L11.5765 12.8509C11.928 13.2024 12.4978 13.2024 12.8493 12.8509C13.2008 12.4995 13.2008 11.9296 12.8493 11.5781L10.3024 9.03125L12.8473 6.48634C13.1988 6.13486 13.1988 5.56502 12.8473 5.21354Z' fill='white'/%3E%3C/svg%3E");
	margin: 10px !important;
}


/*** Forms ***/
.elementor-field-group {
	align-items: flex-start;
}
.elementor-field-group .elementor-select-wrapper .select-caret-down-wrapper {
	content: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7216 1.83692L7.67216 8.68483C7.30094 9.10506 6.69906 9.10506 6.32784 8.68483L0.278418 1.83692C-0.0928059 1.4167 -0.0928059 0.735388 0.278418 0.315166C0.64964 -0.105056 1.25151 -0.105056 1.62273 0.315166L6.44317 5.77186L7.55683 5.77186L12.3773 0.315166C12.7485 -0.105056 13.3504 -0.105056 13.7216 0.315166C14.0928 0.735388 14.0928 1.4167 13.7216 1.83692Z' fill='%23989898'/%3E%3C/svg%3E");
}
.elementor-field-group .elementor-select-wrapper select {
	padding-right: 30px;
	font-size: 14px;
	line-height: 2;
	color: #989898;
}

.elementor-field-type-upload {
	flex-direction: column;
	justify-content: center;
}
input[type="file"] {
	padding: 0 !important;
	border: none !important;
}
input[type="file"]:invalid {
	display: none;
}
input[type="file"]::file-selector-button {
	opacity: 0;
	z-index: -1;
	position: absolute;
	top: -1px;
	left: 0;
	width: 0.1px;
	height: 0.1px;
}
.elementor-field-type-upload label {
	display: flex;
	align-items: center;
	gap: 10px;
	position: initial;
	width: initial;
	height: initial;
}
.elementor-field-type-upload label:before {
	content: url("data:image/svg+xml,%3Csvg width='23' height='26' viewBox='0 0 23 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7617 8.55581C22.7617 7.60762 22.3845 6.69845 21.7147 6.0273C20.4621 4.77606 17.9857 2.29958 16.7344 1.04704C16.0633 0.377194 15.1541 0 14.2059 0C12.5085 0 9.10729 0 6.17818 0C4.53934 0 2.96813 0.650335 1.80923 1.80923C0.650335 2.96813 0 4.53934 0 6.17818V19.1849C0 22.5965 2.76652 25.3631 6.17818 25.3631H16.5835C19.9952 25.3631 22.7617 22.5965 22.7617 19.1849C22.7617 15.4272 22.7617 10.6577 22.7617 8.55581ZM14.3074 1.95361C14.2735 1.95231 14.2397 1.951 14.2059 1.951C12.5085 1.951 9.10729 1.951 6.17818 1.951C5.057 1.951 3.98135 2.39583 3.18924 3.18924C2.39583 3.98135 1.951 5.057 1.951 6.17818V19.1849C1.951 21.5196 3.84348 23.4121 6.17818 23.4121H16.5835C18.9182 23.4121 20.8107 21.5196 20.8107 19.1849C20.8107 15.4272 20.8107 10.6577 20.8107 8.55581C20.8107 8.52199 20.8094 8.48817 20.8081 8.45435H17.8842C16.936 8.45435 16.0256 8.07716 15.3544 7.40731C14.6846 6.73617 14.3074 5.8257 14.3074 4.87751V1.95361ZM19.4307 6.50335L16.2584 3.33101V4.87751C16.2584 5.30933 16.4301 5.72165 16.7344 6.0273C17.0401 6.33166 17.4524 6.50335 17.8842 6.50335H19.4307Z' fill='%23ED1C24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4196 1.76822L4.90845 1.46338L1.86 3.14002L0.640625 6.64573L0.884501 16.3703L1.37225 21.5526L5.24378 23.8694L17.1327 24.2962L19.541 23.0159L21.4005 20.3942L22.0407 9.75515L21.4005 7.56027L17.1327 7.04203C16.6246 6.89977 15.5902 6.57257 15.517 6.40186C15.4256 6.18847 15.1817 4.7557 15.1512 4.51182C15.1268 4.31672 15.1411 2.39824 15.1512 1.46338L14.4196 1.76822ZM11.4049 9.10488H11.3815H11.358C11.2683 9.10748 11.1812 9.12179 11.0992 9.1465L11.0966 9.1478C10.9483 9.19203 10.8092 9.27397 10.6921 9.39103L8.09077 11.9924C7.70967 12.3722 7.70967 12.9913 8.09077 13.3711C8.47056 13.7522 9.08968 13.7522 9.46948 13.3711L10.406 12.4359V16.5837C10.406 17.1222 10.843 17.5592 11.3815 17.5592C11.9199 17.5592 12.357 17.1222 12.357 16.5837V12.4359L13.2934 13.3711C13.6732 13.7522 14.2924 13.7522 14.6722 13.3711C15.0533 12.9913 15.0533 12.3722 14.6722 11.9924L12.0708 9.39103C11.9538 9.27397 11.8146 9.19203 11.6663 9.1478L11.6637 9.1465C11.5818 9.12179 11.4946 9.10748 11.4049 9.10488Z' fill='%23ED1C24'/%3E%3C/svg%3E");
}
.elementor-field-type-upload label:hover {
	color: #000 !important;
}
.elementor-field-type-upload label:hover:before {
	content: url("data:image/svg+xml,%3Csvg width='23' height='26' viewBox='0 0 23 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7617 8.55581C22.7617 7.60762 22.3845 6.69845 21.7147 6.0273C20.4621 4.77606 17.9857 2.29958 16.7344 1.04704C16.0633 0.377194 15.1541 0 14.2059 0C12.5085 0 9.10729 0 6.17818 0C4.53934 0 2.96813 0.650335 1.80923 1.80923C0.650335 2.96813 0 4.53934 0 6.17818V19.1849C0 22.5965 2.76652 25.3631 6.17818 25.3631H16.5835C19.9952 25.3631 22.7617 22.5965 22.7617 19.1849C22.7617 15.4272 22.7617 10.6577 22.7617 8.55581ZM14.3074 1.95361C14.2735 1.95231 14.2397 1.951 14.2059 1.951C12.5085 1.951 9.10729 1.951 6.17818 1.951C5.057 1.951 3.98135 2.39583 3.18924 3.18924C2.39583 3.98135 1.951 5.057 1.951 6.17818V19.1849C1.951 21.5196 3.84348 23.4121 6.17818 23.4121H16.5835C18.9182 23.4121 20.8107 21.5196 20.8107 19.1849C20.8107 15.4272 20.8107 10.6577 20.8107 8.55581C20.8107 8.52199 20.8094 8.48817 20.8081 8.45435H17.8842C16.936 8.45435 16.0256 8.07716 15.3544 7.40731C14.6846 6.73617 14.3074 5.8257 14.3074 4.87751V1.95361ZM19.4307 6.50335L16.2584 3.33101V4.87751C16.2584 5.30933 16.4301 5.72165 16.7344 6.0273C17.0401 6.33166 17.4524 6.50335 17.8842 6.50335H19.4307Z' fill='%23000000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4196 1.76822L4.90845 1.46338L1.86 3.14002L0.640625 6.64573L0.884501 16.3703L1.37225 21.5526L5.24378 23.8694L17.1327 24.2962L19.541 23.0159L21.4005 20.3942L22.0407 9.75515L21.4005 7.56027L17.1327 7.04203C16.6246 6.89977 15.5902 6.57257 15.517 6.40186C15.4256 6.18847 15.1817 4.7557 15.1512 4.51182C15.1268 4.31672 15.1411 2.39824 15.1512 1.46338L14.4196 1.76822ZM11.4049 9.10488H11.3815H11.358C11.2683 9.10748 11.1812 9.12179 11.0992 9.1465L11.0966 9.1478C10.9483 9.19203 10.8092 9.27397 10.6921 9.39103L8.09077 11.9924C7.70967 12.3722 7.70967 12.9913 8.09077 13.3711C8.47056 13.7522 9.08968 13.7522 9.46948 13.3711L10.406 12.4359V16.5837C10.406 17.1222 10.843 17.5592 11.3815 17.5592C11.9199 17.5592 12.357 17.1222 12.357 16.5837V12.4359L13.2934 13.3711C13.6732 13.7522 14.2924 13.7522 14.6722 13.3711C15.0533 12.9913 15.0533 12.3722 14.6722 11.9924L12.0708 9.39103C11.9538 9.27397 11.8146 9.19203 11.6663 9.1478L11.6637 9.1465C11.5818 9.12179 11.4946 9.10748 11.4049 9.10488Z' fill='%23000000'/%3E%3C/svg%3E");
}

.ap-breadcrumb-separator {
	margin: 0 5px;
}


/*** Oglasi ***/
.ap-oglasi .jet-toggle__content .jet-listing-dynamic-repeater__items {
	gap: 25px;
}
.ap-oglasi .jet-toggle__content .elementor-widget-jet-listing-dynamic-repeater h6 {
	margin-bottom: 0 0 25px 0;
	color: var(--e-global-color-primary);
	font-size: 20px !important;
	font-weight: 700 !important;
}
.ap-oglasi .jet-toggle__content .elementor-widget-jet-listing-dynamic-repeater ul {
	padding: 0;
	list-style-type: none;
}
.ap-oglasi .jet-toggle__content .elementor-widget-jet-listing-dynamic-repeater ul li {
	display: flex;
	gap: 12px;
	margin-bottom: 6px;
}
.ap-oglasi .jet-toggle__content .elementor-widget-jet-listing-dynamic-repeater ul li:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='23' viewBox='0 0 19 23' fill='none'%3E%3Cpath d='M2.01694 14.6944C2.27505 10.35 6.91937 3.45 9.37059 0C11.9508 3.53519 16.7242 10.7333 16.9823 14.6944C17.2814 19.2871 13.7569 23 9.37059 23C4.46135 23 1.75883 19.0389 2.01694 14.6944Z' fill='%23FFC549' fill-opacity='0.5'%3E%3C/path%3E%3Cpath d='M18.7262 4.34462C13.394 8.80004 10.0547 15.1682 8.29822 19.2004C7.86611 20.1924 6.47472 20.2816 5.9135 19.3544C4.30888 16.7044 2.6909 14.9437 0.38184 13.0182C-0.106923 12.6106 -0.129695 11.8759 0.332155 11.439C0.66678 11.1227 1.16891 11.0516 1.57994 11.2631C2.73908 11.8594 5.10799 13.2371 6.96725 15.3526C6.96725 15.3526 9.5334 9.15092 17.7641 3.15C18.0665 2.92942 18.4864 2.95445 18.7591 3.20968C19.0932 3.5222 19.0775 4.05083 18.7262 4.34444V4.34462Z' fill='%23ED1C24'%3E%3C/path%3E%3Cpath d='M18.7262 4.34462C13.394 8.80004 10.0547 15.1682 8.29822 19.2004C7.86611 20.1924 6.47472 20.2816 5.9135 19.3544C4.30888 16.7044 2.6909 14.9437 0.38184 13.0182C-0.106923 12.6106 -0.129695 11.8759 0.332155 11.439C0.66678 11.1227 1.16891 11.0516 1.57994 11.2631C2.73908 11.8594 5.10799 13.2371 6.96725 15.3526C6.96725 15.3526 9.5334 9.15092 17.7641 3.15C18.0665 2.92942 18.4864 2.95445 18.7591 3.20968C19.0932 3.5222 19.0775 4.05083 18.7262 4.34444V4.34462Z' fill='url(%23paint0_linear_393_3537)'%3E%3C/path%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_393_3537' x1='0' y1='11.5' x2='19' y2='11.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ED1C24'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23FFC549'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}





/* selector input { */
	/* padding: 11px 29px; */
/* } */

/* selector textarea { */
	/* padding-top: 11px; */
	/* padding-left: 29px */
/* } */

/* selector a { */
    /* text-decoration: underline; */
/* } */

/* selector input[type=checkbox] { */
    /* padding: 0px; */
    /* width: 22px; */
    /* height: 22px; */
    /* border: 1px solid black; */
    /* border-radius: 4px; */
    /* appearance: none; */
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* position: relative; */
    /* cursor: pointer; */
/* } */

/* selector .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option { */
    /* display: flex; */
    /* gap: 13px; */
    /* align-items: center */
/* } */

/* input[type="checkbox"]:checked::before { */
    /* content: url('https://artpetrol.mineweb.dev/wp-content/uploads/2024/08/checkmark.svg');  */
    /* font-size: 19px; */
    /* position: absolute; */
    /* top: 40%; */
    /* left: 65%; */
    /* transform: translate(-50%, -50%); */
/* } */

/* @media (max-width:1024px){ */
    
    /* input[type="checkbox"]:checked::before { */
    /* font-size: 13px; */
    /* top: 50%; */
    /* left: 70%; */
/* } */
/* } */

/* selector input#form-field-dodaj_dokument { */
    /* backdrop-filter: none !important; */
    /* -webkit-backdrop-filter: none !important; */
    /* display: none; */
/* } */

/* selector label[for=form-field-dodaj_dokument] { */
    /* background-image: url("https://artpetrol.mineweb.dev/wp-content/uploads/2024/08/upload-doc.svg") !important; */
    /* background-position: left center !important; */
    /* background-color: transparent; */
    /* padding-left: 37px !important; */
    /* background-repeat: no-repeat; */
    /* width: 23px; */
    
/* } */

/* selector select { */
    /* color: #989898; */
    /* padding: 11px 29px; */
/* } */


@media (max-width: 1024px) {
	.ap-horizontal-accordion .ap-column {
		transition: height 0.5s;
		height: 110px;
	}

	.ap-horizontal-accordion .ap-column.ap-expanded {
		width: 100% !important;
		/* height: 600px !important; */
	}
	
	.ap-horizontal-accordion .ap-heading-element {
		height: 100%;
	}
	
	.ap-horizontal-accordion .ap-heading-element .e-con .elementor-heading-title {
		writing-mode: unset;
	}
}

@media (max-width: 767px) {
	.ap-horizontal-accordion .ap-column {
		height: 90px;
	}
}