/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.4
*/

/****************************
 **** CUSTOM GENERAL CSS ****
 ****************************/

body {
	max-width: 2540px;
	margin: auto !important;
}

p, li, .wpcf7-response-output {
	font-family: Roboto !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: RedHat !important;
	font-weight: 700 !important;
}

.header-language-dropdown a {
	font-size: 90% !important;
}

.header-language-dropdown .image-icon,
.header-language-dropdown .icon-angle-down {
	margin-left: 5px;
}

.header-language-dropdown .image-icon {
	margin-bottom: 2px;
}

.button {
	border-radius: 8px;
}

.slobodna-mesta-text h1 {
	margin-top: 5px !important;
}

.oglas-row {
	background-color: white;
    padding: 20px 40px;
    border-radius: 15px;
}

.oglas-top-column,
.oglas-bottom-column {
	padding-bottom: 0px;
}

.oglas-objavljeno-text {
	margin-left: 5px;
	margin-top: -25px;
}

.accordion-title {
    border-top: 0px solid #ddd;
}

.accordion-title.active {
    background-color: transparent; 
    border-color: transparent; 
    color: transparent; 
}

.accordion-item {
	margin-top: -10px;
}

.home .oglas-accordition .accordion-title {
	display: none !important;
}

.home .oglas-accordition .accordion-title.active {
	display: block !important;
	visibility: none !important;
	margin-bottom: -20px;
}

.oglas-accordition .oglas-prijava-button {
	display: inline-block;
}

.oglas-show-more-button {
	border: 2px solid #000098; 
	padding: 9px 25px; 
	color: #000098;
	border-radius: 8px;	
}

.oglas-more-icon {
	height: 30px;
	margin-left: 10px;
	margin-bottom: 2px;
    -webkit-transition: -webkit-transform 0.5s ease-in-out; /* Chrome, Safari, Opera */
    transition: transform 0.5s ease-in-out;
}

.rotate {
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);

}

.wpcf7-form-control-wrap {
	margin-top: 5px;
}

/*****************************
 **** CUSTOM DESKTOPS CSS ****
 *****************************/

@media only screen and (min-width: 1500px) {
	.slobodna-mesta-text h1 {
		margin-top: 23px;
	}
}

@media only screen and (max-width: 1500px) {

}

@media (max-width: 1199px) {

}


/***************************
 **** CUSTOM TABLET CSS ****
 ***************************/
@media only screen and (max-device-width: 850px){
	.slobodna-mesta-text h1 {
		margin-top: 0;
	}
	
}

/***************************
 **** CUSTOM MOBILE CSS ****
 ***************************/
@media only screen and (max-width: 48em) {	
	#top-bar {
		display: none;
	}
	
	.iti-arrow {
		display: none;
	}
	
	.slobodna-mesta-text h1 {
		margin-top: 15px !important;
	}
	
	.oglas-section {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.oglas-row {
		padding: 10px 20px;
	}
	
	.accordion-inner {
		padding-left: 0em;
	}
	
	.oglas-show-more-button {
		border: 2px solid #000098; 
		padding: 8px 20px; 
		color: #000098;
		border-radius: 8px;	
	}
	
	.oglas-more-icon {
		height: 25px;
		margin-left: 10px;
		margin-bottom: 2px;
	}
}