/*
Theme Name: Induzy Child
Description: Child Theme for Induzy Theme
Author: Zozothemes
Version: 1.0
Template: induzy
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozotheme
*/

/*Custom Style Code Right Here */

#block-8 figure {
    margin-top: -10px;
}

.footer-middle-sidebar h2 {
    font-size: 24px;
	line-height: 32px;
}

.footer-middle-wrap .col-lg-3 {
    border-left: 1px solid #1f1f1f;
}

.footer-middle-wrap .col-lg-3:first-child {
    border-left: none;
}

.info i {
    color: #fc8902;
}

.jaci-bold strong {
	font-weight:900;
}

.jaci-bold p {
	color:#000;
}

.hidden {
	display:none;
}

.pumpa-box .vc_column-inner {
    background: #f7f7f7;
    padding: 20px !important;
    margin: 10px !important;
    border: 10px solid #fff;
    margin-top: 0 !important;
    border-top: 0;
	min-height: 445px;
}

.info ul {
    margin-left: 1.5em;
}

.info ul li a, .info ul li {
	color:#000;
}

.wpcf7 label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

span.wpcf7-list-item.first {
    margin-left: 0;
}

input[type="radio"], input[type="checkbox"] {
    width: auto;
	margin-right:5px;
	margin-bottom:0;
}
/*
.fa-star::before {
font-family: "Font Awesome 5 Free";
    font-size: 12px !important;
    top: -2px;
    position: relative;
} 

.fa-star.menu-item {
    display: flex;
    align-items: center;
}

.induzy-main-menu .fa-star.menu-item .nav-link {
	font-family: Hind;
   padding-left:5px !important;
} */

div.post-author { display:none; }


/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
    /* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
    /* your css goes here */
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
    /* your css goes here */
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    /* your css goes here */
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    /* your css goes here */
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    /* your css goes here */
	#block-8 p {float:left;margin-top:10px;}
	.podnaslov{font-size:40px !important;}


.mobile-header .mobile-header-inner ul > li img {
    max-height: 30px;
    margin-top: 5px;
}
.header-sticky .mobile-header-items > li .mobile-logo img, .show-menu .mobile-header-items > li .mobile-logo img {
    max-height: 30px;
    margin-top: 5px;
}}
