/*!
Theme Name: MH AUTO
Theme URI: https://farukdevelopment.com
Author: Faruk Delic
Author URI: https://farukdevelopment.com
Description: Professional WordPress theme for MH AUTO
Version: 3.5.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: mhauto
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

/* From http://codex.wordpress.org/CSS */

html {
	opacity: 0;
	transition: all .3s ease-in-out;
}

body {
	background: #000 !important;
}

div#post-0 {
    padding-top: 5%;
    padding-bottom: 5%;
}
@font-face {
font-family: 'Open Sans';
src: url('https://mhauto.biz/wp-content/themes/mhauto/assets/fonts/OpenSans-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'Open Sans';
src: url('https://mhauto.biz/wp-content/themes/mhauto/assets/fonts/OpenSans-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Open Sans';
src: url('https://mhauto.biz/wp-content/themes/mhauto/assets/fonts/OpenSans-Bold.woff') format('woff');
font-weight: 600;
font-style: normal;
}


.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* custom css */

:root {
	--red: #BF2F30;
}

body, p {
	font-family: 'Open Sans' !important;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	font-weight: 300 !important;
}

body strong, p strong {
	font-weight: 600 !important;
}

a {
	color: #fff;
	font-family: 'Open Sans' !important;
	font-weight: 300 !important;
	font-size: 18px;
	transition: all .3s ease-in-out !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans' !important;
	font-weight: 400;
	color: #fff !important;
}

input, textarea, label {
	font-family: 'Open Sans' !important;
	font-weight: 300 !important;
}

/* CONTAINER */

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 90% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media screen and (max-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 100% !important;
	padding-left: 50px !important;
	padding-right: 50px !important;
}
}

/* HEADER */

nav#header {
	background: linear-gradient(0deg, rgb(0 0 0 / 40%) 0%, rgb(0 0 0) 100%) !important;
}

#header ul li a {
	color: #fff ;
	padding: 0 !important;
	font-size: 16px !important;
}


#header ul li a:hover {
	opacity: .7;
}

#header ul li {
	margin-left: 40px;
}


main#main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.navbar-brand img {
    height: 85px !important;
    margin-bottom: -10px;
    margin-top: -10px;
}

#header ul#menu-main-menu > li:last-child a {
    background: var(--red) !important;
    padding: 10px 35px 10px 35px !important;
    border-radius: 50px !important;
}

#header ul {
	align-items: center !important;
}

#header ul.dropdown-menu li a {
    color: #000 !important;
    background: transparent !important;
    padding: 0 !important;
}

#header ul.dropdown-menu li {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 5px;
}

#header ul.dropdown-menu {
	padding-top: 25px;
	padding-bottom: 25px;
}



/* SLIDER */

#slider h1{
	font-size: 72px;
	line-height: 82px;
	margin-bottom: 25px;
}

#slider p {
	font-size: 22px;
	max-width: 500px;
	line-height: 30px;
	margin-bottom: 50px;
}

#slider {
	min-height: 700px !important;
	height: 100vh;
}

div#slider > div > div {
    max-width: 50%;
}

#slider > div::before {
	content: '';
	background: url(https://mhauto.biz/wp-content/uploads/2023/12/wrench.png);
	position: absolute;
	left: -50px;
	top: -70px;
	width: 250px;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
	animation: customFadeLeft 1.5s alternate forwards;
	animation-delay: 400ms;
}

@keyframes customFadeLeft {
	0% {
		transform: translateX(-100%);
	}
	
	100% {
		transform: translateX(0);
	}
}

/* BUTTON */

.vc_btn3,
button.quform-submit{
    font-size: 18px !important;
    background: var(--red) !important;
    color: #fff !important;
    font-family: 'Open Sans' !important;
    border: 0 !important;
    border-radius: 50px !important;
    padding: 10px 35px 10px 35px !important;
	transition: all .3s ease-in-out !important;
	white-space: nowrap;
}

.vc_btn3:hover,
button.quform-submit:hover{
	transform: translateY(-5px);
	opacity: .7;
}

i.vc_btn3-icon.fas.fa-angle-right {
    font-size: 24px !important;
    position: relative;
    display: inline;
    right: 0 !important;
    line-height: 25px;
    top: 3px;
    padding-left: 10px;
	transition: all .3s ease-in-out;
}

.vc_btn3:hover i {
	margin-right: -5px !important;
	padding-left: 15px !important;
}


.btn__transparent a {
    background: transparent !important;
    color: var(--red) !important;
}


.btn__white a {
    background: #fff !important;
    color: #000 !important;
}


.dark * {
	color: #000 !important;
}


h2 {
	font-size: 62px !important;
	line-height: 60px !important;
	margin-bottom: 20px !important;
}

#usluge-slider p {
    color: #000 !important;
    font-size: 22px;
    line-height: 30px;
    height: 70px !important;
    margin-bottom: 0 !important;
}

#usluge-slider .slick-slide {
	margin-left: 15px;
	padding-bottom: 35px;
}

#usluge-slider .slick-track {
    padding-left: 150px !important;
}

#usluge-slider img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 200px;
	width: 100%;
    object-fit: cover;
}

#usluge-slider .vc_btn3 {
	padding-left: 0 !important;
}

#usluge-slider .vc_btn3 a {
	position: absolute;
	bottom: 0;
	left: 0;
}


#usluge-slider .slick-slide > div > div > div {
	background: #fff;
	border-radius: 25px;
	box-shadow: 0 1px 14px #0000002b;
	margin-left: 10px;
}

#usluge-slider .wpb_single_image.wpb_content_element.vc_align_left {
    margin-bottom: 0;
}

.usluge-content {
    padding: 25px 35px 0 25px;
    margin-bottom: 0;
}

#usluge-slider .btn__transparent {
	padding-left: 25px;
	padding-top: 0;
}

#usluge-slider .slick-list.draggable {
	margin-right: -50px;
}

.o-nama-banner {
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 47%);
	background-repeat: no-repeat;
	background-size: cover;
}

button.slick-arrow {
	border: 0;
	background: transparent;
	outline: 0 !important;
	padding: 0;
}


button.slick-arrow.slick-next {
	rotate: 180deg;
}

#nasi-partneri-slider .slick-slider {
	display: flex;
	align-items: center;
	gap: 35px;
}


#nasi-partneri-slider .slick-slide {
	margin-bottom: 0;
}


#location svg {
	margin-bottom: 25px;
}

#location {
	max-width: 90% !important;
}

#location .vc_col-sm-3 {
    width: 22.22222%;
}

#location p,
#location a {
	line-height: 30px;
}

.icon-box a {
	color: #fff !important;
	position: relative;
	display: inline-block;
}

.icon-box a::before {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 2px;
	transition: all .3s ease-in-out;
	background: #fff;
}

.icon-box a:hover::before {
	width: 100%;
}

.ti-widget.ti-goog .ti-controls .ti-prev {
    left: -5px !important;
}

.ti-widget.ti-goog .ti-controls .ti-next {
    right: -5px !important;
}

#reviews .vc_col-sm-4::after {
    content: '';
    width: 3px;
    height: 250px;
    position: absolute;
    right: 0;
    background: var(--red);
    top: 45px;
}

br.responsive {
	display: none;
}

/* FOOTER */

footer#footer {
	background: #000;
	padding-top: 100px;
}

h3.widget-title {
    font-family: 'Open Sans' !important;
    font-size: 18px;
    color: var(--red) !important;
    margin-bottom: 15px;
}

footer h2.wp-block-heading {
    font-size: 24px !important;
}

img.wp-image-18 {
    height: 100px !important;
    width: auto;
}

footer#footer figure::before {
    content: '';
    width: 80px;
    height: 3px;
    background: var(--red);
    position: absolute;
    bottom: -35px;
    left: 0;
}

footer#footer figure {
	position: relative;
	margin-bottom: 60px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li a {
    color: #fff;
}

footer p,
footer a {
	line-height: 30px !important;
}

footer .vc_btn3-inline {
    margin-top: 20px;
}

div#footer-bottom {
    padding-top: 70px;
}

.copyright {
	font-size: 16px !important;
}

.wp-block-social-links li {
    background: transparent !important;
    padding: 0 !important;
}

.wp-block-social-links li a {
    font-size: 30px;
}

footer#footer a::before {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0px;
	transition: all .3s ease-in-out;
	background: #fff;
}

footer#footer a {
	position: relative;
	color: #fff !important;
}


footer#footer a:hover::before {
	width: 100%;
}

.wp-block-social-links li a::before {
	display: none !important;
}

footer#footer .vc_btn3::before {
	display: none !important;
}

/* TITLE SECTION */ 

div#title-section {
    height: 350px;
    background-size: cover;
    background-position: bottom;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 47%);
	display: flex;
	align-items: center;
	justify-content: center;
}

div#title-section h1,
html body div#title-section p.h1-class{
    font-size: 62px !important;
    text-align: center !important;
	margin-bottom: 0 !important;
	font-weight: 400 !important;
}

body:not(.home) nav#header {
    background: transparent !important;
	transition: all .5s ease-in-out;
}

body:not(.home) nav#header.sticky {
    background: #000 !important;
}

body:not(.home) div#usluge-slider > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
}

body:not(.home) #usluge-slider .vc_col-sm-12 > div > div {
	background: #fff;
	border-radius: 25px;
	box-shadow: 0 1px 14px #0000002b;
	margin-bottom: 35px;
}

#usluge-slider figure,
#usluge-slider figure * {
	width: 100% !important;
}


.partneri-grid > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.partneri-grid a:hover img {
    scale: 1.1;
}

.partneri-grid a img {
    transition: all .3s ease-in-out;
}

.partneri-grid > div > div > div {
	margin-bottom: 70px;
}

#contact-form {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}


#contact-form input,
#contact-form textarea {
	background: transparent !important;
	border: 0 !important;
	border-bottom: 2px solid #fff !important;
	color: #fff !important;
	font-size: 18px !important;
	font-family: 'Open Sans' !important;
}

#contact-form label {
	color: #fff !important;
	font-size: 18px !important;
	font-family: 'Open Sans' !important;
}

.quform-edit-form {
    display: none;
}

/* PRODAJA */ 

.car-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 50px;
}

.car-thumbnail, .car-thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.car-thumbnail img {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.car-content {
    background: #fff;
    padding: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

h3.car-heading a {
    color: #000 !important;
    font-size: 22px;
	transition: all .3s ease-in-out;
}


a.car-link:hover, 
h3.car-heading a:hover {
	opacity: .7;	
}

a.car-link {
    color: var(--red) !important;
	transition: all .3s ease-in-out;
}

.car-grid-card:hover {
    transform: translateY(5px);
}
.car-grid-card {
    border-radius: 35px;
    box-shadow: 15px 15px 6px #ffffff59;
    transform: translateX(0);
    transition: all .5s ease-in-out;
}

.page-id-134 div#title-section,
.single-automobili div#title-section{
	background-image: url(https://mhauto.biz/wp-content/uploads/2023/12/mhauto-prodaja-automobila-bg.jpg) !important;
}

ul.dropdown-menu
{
	display: block !important;
    left: -25px;
    margin-top: var(--bs-dropdown-spacer);
    top: 100%;
	transition: all .5s ease-in-out;
	opacity: 0;
	border-radius: 25px !important;
	  top: 36px;
	visibility: hidden;
}


.dropdown-item.active, .dropdown-item:active {
	background-color: #fff !important;
}


div#wrapper {
	overflow-x: hidden !important;
}

div#navbar ul li:hover ul.dropdown-menu {
    left: -100px !important;
    opacity: 1;
    top: 36px;
		visibility: visible;
}

div#navbar ul ul li a:hover {
	color: var(--red) !important;
}


/* SINGLE AUTOMOBILI */ 

.single-automobili div#title-section {
    margin-bottom: 5% !important;
}

.post-thumbnail {
    margin-bottom: 35px !important;
}
.single-automobili h1 {
	margin-bottom: 25px !important;
}

h2.widget-heading {
    text-transform: uppercase !important;
    font-size: 24px !important;
}

h3.automobili-headings-sidebar {
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 15px;
	line-height: 30px;
}

.widget-container {
    display: flex;
    align-items: center;
    gap: 25px;
	margin-bottom: 35px;
}


.widget-container span.car-date {
    color: #fff !important;
    display: block;
    margin-bottom: 10px;
    opacity: .7;
    font-size: 16px;
}


.widget-container  figure {
	margin-bottom: 0;
}

.widget-container  figure a {
	transition: all .3s ease-in-out;
}

.widget-container  figure a:hover {
	opacity: .7;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

.single-automobili article {
    padding-right: 75px;
}

.single-automobili h2 {
    font-size: 32px !important;
    margin-bottom: 15px !important;
    line-height: 40px !important;
}

.single-automobili div#contact-form {
	margin-left: 0;
	margin-top: 50px;
}


.single-automobili div#contact-form a{
	color: var(--red) !important;
}

.single-automobili div#contact-form a:hover {
	opacity: .7;
}

.automobil-galerija {
    display: flex !important;
    align-items: center;
	padding-top: 50px;
}

h2.widget-heading {
    margin-bottom: 35px !important;
}


.automobil-galerija button.slick-prev.slick-arrow {
	position: absolute;
	left: 25px;
	z-index: 9;
}

.automobil-galerija button.slick-next.slick-arrow {
	position: absolute;
	right: 25px;
	z-index: 9;
}




/* RESPONSIVE */

@media screen and (min-width: 1600px) {
	#reviews .vc_col-sm-4::after {
    content: '';
    width: 3px;
    height: 250px;
    position: absolute;
    right: 50px;
    background: var(--red);
    top: 45px;
}
}

/* MOBILE MENU */ 
@media screen and (max-width: 990px) {
	button.navbar-toggler {
    border: 0;
  }
  button.navbar-toggler {
    border: 0;
    box-shadow: none !important;
  }

  .navbar-icon-container {
    display: inline-block;
    cursor: pointer;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 32px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
    display: block;
  }
  button.navbar-toggler > span {
    background-image: none;
  }
  button.navbar-toggler .bar1 {
    transform: translate(0, 6px) rotate(-45deg);
  }

  button.navbar-toggler .bar2 {
    opacity: 0;
  }

  button.navbar-toggler .bar3 {
    transform: translate(0, -12px) rotate(45deg);
  }
  button.navbar-toggler.collapsed > span > span {
    transform: translate(0) rotate(0) !important;
    opacity: 1 !important;
  }

  ul#menu-second-menu {
    width: 350px;
    justify-content: center;
    margin: 15px auto 30px auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
	
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	#header ul li a {
    color: #fff;
    padding: 0 !important;
    font-size: 22px !important;
	text-align: center;
}
	
	#header ul#menu-main-menu > li:last-child a {
    margin-top: 35px;
    margin-bottom: 20px;
}
	
	#header ul li {
    margin-left: 0 !important;
    margin-bottom: 15px;
}
	
	#header ul li a {
		position: unset !important;
	}
	
html body #header ul.dropdown-menu {
    position: absolute !important;
    height: auto !important;
    background: transparent !important;
    border-radius: 0 !important;
	display: none !important;
}
	
	#header ul li:hover > ul.dropdown-menu  {
		 position: absolute !important;
    height: auto !important;
    background: transparent !important;
    border-radius: 0 !important;
		opacity: 0;
		visibility: hidden;
		 left: 0px !important;
    top:0;
	transition: none !important;
		display: none !important;
	}
	
	
	
	div#navbar {
    max-height: 100vh !important;
    overflow-y: auto;
}
	
	html body #header ul.dropdown-menu li a {
    white-space: normal;
    line-height: 30px;
    margin-bottom: 15px;
		color: #fff !important;
		text-align: center;
}
	
	#header ul.dropdown-menu li {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	html body header nav#header ul#menu-main-menu li ul.dropdown-menu.show {
    position: unset !important;
    height: auto !important;
    background: transparent !important;
    border-radius: 0 !important;
		visibility: visible;
		opacity: 1;
		box-shadow: none !important;
		border: 0 !important;
		padding-bottom: 0 !important;
		display: block !important;
}
	
	ul#menu-main-menu {
    padding-top: 20px;
}
	
	body:not(.home) nav#header {
    background: #000 !important;
}
	
}

/* END MOBILE MENU */



@media screen and (max-width: 1600px) {
	.car-grid {
    grid-template-columns: 1fr 1fr 1fr;
}
}


@media screen and (max-width: 1200px) {
	.car-grid {
    grid-template-columns: 1fr 1fr;
}
	
	#slider h1 {
    font-size: 52px;
    line-height: 62px;
}
	
	#slider p {
    font-size: 18px;
	max-width: 70%;
}
	
	#usluge-slider .slick-track {
    padding-left: 200px !important;
}
	
	h2 {
    font-size: 42px !important;
    line-height: 45px !important;
}
	
	div#location .vc_col-sm-4 {
    width: 100% !important;
    margin-bottom: 20px;
}
	
	div#location .vc_col-sm-3 {
    width: 33.333%;
    margin-bottom: 40px;
}
	
	p.copyright {
    white-space: nowrap;
}
	
	div#footer-top > div > div:first-child {
    width: 100%;
    margin-bottom: 35px;
}
	
	div#footer-top .col-md-2 {
    width: 25%;
}
	
	div#reviews > div:first-child {
    width: 40%;
}
	
	div#reviews > div:last-child {
    width: 60%;
}
	
	#reviews .vc_col-sm-4::after {
		right: 26px;
	}
	
	body:not(.home) footer#footer {
    padding-top: 0;
}
	.partneri-grid > div > div {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
	.single-automobili main#main > div > div {
    width: 100% !important;
}
	.single-automobili article {
    padding-right: 0px;
}
	
	div#sidebar {
    padding-top: 50px;
	padding-bottom: 50px;
}
	
	body:not(.home) div#usluge-slider > div > div {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.page-id-92 footer#footer,
	.page-id-110 footer#footer{
    padding-top: 50px !important;
}
}

@media screen and (max-width: 990px) {
	body:not(.home) div#usluge-slider > div > div {
		grid-template-columns: 1fr 1fr;
	}
	
	div#slider > div > div {
    max-width: 60%;
}
	
	#usluge-slider .slick-track {
    padding-left: 0 !important;
}
	
	#usluge-slider .slick-list.draggable {
    margin-right: 0px;
}
	
	#usluge-slider .slick-slide > div > div > div {
		margin-left: 0 !important;
		margin-right: 20px;
	}
	
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	
		div#title-section {
    margin-top: 91px;
			height: 250px;
			margin-bottom: 25px;
}
	
	div#footer-top .col-md-2 {
    width: 50%;
    margin-bottom: 35px;
}
	
	div#footer-bottom {
    padding-top: 0 !important;
}

	.partneri-grid > div > div {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.page-id-110 div#title-section,
	.page-id-92 div#title-section{
    margin-bottom: 0 !important;
}
}

@media screen and (max-width: 767px) {
	h2 {
    font-size: 36px !important;
    line-height: 42px !important;
}
	
	div#slider > div > div {
    max-width: 100%;
}
	
	body:not(.home) div#usluge-slider > div > div {
		grid-template-columns: 1fr;
	}
	.car-grid {
    grid-template-columns: 1fr;
}
	
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	
	div#title-section h1, html body div#title-section p.h1-class {
    font-size: 42px !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    line-height: 50px !important;
}

	.partneri-grid > div > div {
		grid-template-columns: 1fr 1fr;
	}
	
div#slider {
    background-size: auto 361px !important;
    background-position: right bottom !important;
    padding-bottom: 380px;
    padding-top: 100px;
    height: auto;
}
	#slider > div::before {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
}
	
	nav#header {
		background: #000 !important;
	}
	
	p.copyright {
    white-space: normal;
		text-align: center;
}
	
	br.responsive {
    display: block;
}
	
	.wp-container-core-social-links-layout-1.wp-container-core-social-links-layout-1 {
    justify-content: center !important;
    gap: 0;
}
	
	div#footer-top .col-md-2 {
    width: 100%;
    margin-bottom: 35px;
}
	
	.usluge-home > div {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
	
	#usluge-slider .slick-slide >div > div,
	div#usluge-slider >div{
		padding: 0 !important;
	}
	
	div#usluge-slider >div {
		padding-right: 10px !important;
	}

	#usluge-slider .slick-slide > div > div > div {
		box-shadow: none !important;
	}
	
	#usluge-slider .slick-slide.slick-active > div > div > div {
		box-shadow: 0 1px 14px #0000002b !important;
	}
	
	div#usluge-slider {
    margin-top: -25px;
}
	
html body .o-nama-banner {
    background-position: center;
    padding-bottom: 40px !important;
}
	
	html body .nasi-partneri-home {
		padding-top: 40px !important;
		padding-bottom: 80px !important;
	}
	
	.vc_btn3, button.quform-submit {
		padding-bottom: 12px !important;
	}
	
	div#reviews > div {
		width: 100% !important;
	}
	
	#reviews .vc_col-sm-4::after {
		display: none;
	}
	
	div#reviews > div:last-child > div {
    padding-top: 0 !important;
}
	
	div#location .vc_col-sm-3 {
    width: 100% !important;
    margin-bottom: 20px;
}
	
	div#location .vc_col-sm-4 {
    padding-top: 35px;
}
	
	#map-section {
		margin-top: -100px !important;
	}
	
	html body .partneri-grid > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	.partneri-grid a img {
    width: 135px;
    height: auto;
}
	
	.partneri-grid > div > div > div {
    margin-bottom: 50px;
}
	div#contact-form > div > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	
	div#post-92 div#usluge-slider {
    padding-top: 80px !important;
		 padding-left: 20px;
    padding-right: 12px;
}

div#post-134 >div >div {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	
	div#post-0 {
    padding-top: 50px;
    padding-bottom: 50px;
}
	div#title-section {
		height: 150px !important;
	}
	
	div#sidebar {
		padding-top: 0 !important;
	}
	
	div#post-103 {
    padding-top: 35px;
    padding-bottom: 35px;
}
}