/*
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 */



.naglasak{
	color:#500cb9;
}

.oceanwp-mobile-menu-icon.clr.mobile-right .oceanwp-text {
	display: none;
}
.text-linkovi a:link {
	text-decoration: underline #13aff0;
	text-underline-offset: 6px;
}

/* Stick menu on the features */
#features-box #second-menu ul {
    margin: 0;
    list-style: none;
    padding: 5px 5px;
	overflow: hidden;
}

#features-box #second-menu ul:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(178, 165, 255, 1);
	border-radius: 24px;
	backdrop-filter: blur(24px);
}

#features-box #second-menu ul li {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 1.2em;
    min-width: 100px;
    text-align: center;
    border-radius: 24px;
    transition: all 0.3s ease;
    margin: 15px 6px;
}

#features-box #second-menu ul li a {
	color: #fff;
    padding: 3px 12px;
}
#features-box #second-menu ul li a:hover {
	color: #000; 
}

#features-box #second-menu ul li:hover {
	background: #fff;
	
}

#section3 ol {
   list-style: none;
   counter-reset: item;
   padding: 0;
}

#section3 ol li {
    counter-increment: item;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

#section3 ol li:before {
    content: counter(item);
    background: #0606c1;
    border-radius: 50%;
    color: white;
    width: 1.9em;
    height: 1.9em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
}
#section3 ol li p {
    margin: 0; /* Removes default paragraph margins */
}

/* Icon Box Shadow */
.iconbox-shadow .oew-info-box-icon {
    box-shadow: 0 0 65px -20px rgb(110 75 240 / 40%);
}

body.single-post .site-main{
    padding-top: 120px;
}

.oew-google-map-wrap {
    border-radius: 24px;
    overflow: hidden;
}

.oew-pricing-table.oew-pricing-table-style-1 {
    box-shadow: none !important;
}

.oew-pricing-table.oew-pricing-table-style-1 .oew-pricing-table-list li {
    padding-left: 0;
}

.oew-pricing-table.oew-pricing-table-style-1 .oew-pricing-table-prices {
    box-shadow: none !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
	#site-header #site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
		max-height: 60px !important;
		min-width: 160px;
	}
	#features-box #second-menu ul li a {
		line-height: 1.2em;
	}
	#section3 ol li {
		line-height: 1.6em;
		padding: 10px 0 10px 0;
	}
	#section3 ol {
		padding: 0;
		margin:0; 
	}
	
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}


/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
	img.custom-logo {
		min-width: 200px;
		min-height: 80px;
	}
	#features-box #second-menu ul li a {
		line-height: 2em;
	}
	#section3 ol li {
		line-height: 3em;
	}
  
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}

