/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

img.custom-logo {
    display: block;
    height: 40px;
}
.kantuni{

  background:
    linear-gradient(to right, black 2px, transparent 2px) 0 0,
    linear-gradient(to right, black 2px, transparent 2px) 0 100%,
    linear-gradient(to left, black 2px, transparent 2px) 100% 0,
    linear-gradient(to left, black 2px, transparent 2px) 100% 100%,
    linear-gradient(to bottom, black 2px, transparent 2px) 0 0,
    linear-gradient(to bottom, black 2px, transparent 2px) 100% 0,
    linear-gradient(to top, black 2px, transparent 2px) 0 100%,
    linear-gradient(to top, black 2px, transparent 2px) 100% 100%;

  background-repeat: no-repeat;
  background-size: 20px 20px;
}


.swiper-wrapper {
  transition-timing-function: linear !important; 
}

.plavo {
    color: #008ed6;
}
.malo {
	font-size: 1em;
}
.mala-slova {
	text-transform: initial;
}

.leaflet-popup-content {
    font-size: 1.8em;
}

.sidr-class-crveno a{
	color: #D60000 !important;
}


/*----------------------------------------- MEDIA -----------------------------------------*/

@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) {

}


@media (max-width: 599px) {

}

@media (min-width: 600px) and (max-width: 899px) {

}
@media (min-width: 600px) {

}

@media (min-width: 768px)and (max-width: 900px){

}

/* ----------- iPad ----------- */

@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px)  {

}	

/* ----------- iPad Pro ----------- */

@media only screen 
	and (min-width: 1024px) 
	and (max-height: 1366px) 
	and (-webkit-min-device-pixel-ratio: 1.5) {
}
	
@media only screen 
	and (min-width: 1024px) 
	and (max-height: 1366px) 
	and (orientation: portrait) 
	and (-webkit-min-device-pixel-ratio: 1.5) {
}
	
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px)
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  
 }	  
@media (min-width: 1200px) and (max-width: 1799px) {

}
@media (min-width: 1200px) {
	img.custom-logo {
		min-height: 60px;
	}	
}
@media (max-width: 1600px) {
	
}

@media (min-width: 1800px) {
	
}

