/*
Theme Name: Bisko Child Theme
Theme URI: http://www.bisko.hr
Author: Endem
Author URI: http://www.endem.hr
Description: #
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bisko
Tags:
Template: bisko

*/

@import url("../bisko/style.css");

/* Footer Endem potpis */
#endemContainer {bottom: 0; line-height:46px;padding-bottom:10px;float:right;}
#endemGlue {display: block;bottom:0;float:right;width:100%;}
.logoEndem {display: block;width: 99px;height: 46px;background:url(https://www.bisko.hr/system/wp-content/themes/bisko-child/img/logo-endem-footer-black.png) bottom;text-indent:-9999px!important;float: right;margin-right:0px;background-position: 0 0;  text-align: left!important; color:rgba(255, 255, 255, 0.9); }
.logoEndem:link,.logoEndem:visited  {   rgba(51, 51, 51, 0.85);}
.logoEndem:hover {background-position: 0 -46px;}
@media only screen and (max-width: 1000px) {
#endemContainer {line-height:normal;padding-bottom:10px;float:none;}
#endemGlue {width:100%;text-align: center;vertical-align: middle; line-height:40px;}
.logoEndem {display: inline;width: 99px;height: 46px;background:none;text-indent: 0px;float: none;margin-right:0px;background-position: 0 0;color:#343434; font-weight:bold;}
}
/* END Footer Endem potpis */

/* lightbox */

#imagelightbox-overlay {
    background: rgba(48, 49, 51, 0.9)!important;
/*    background: rgba(0, 0, 0, 0.9)!important;*/
}

#imagelightbox-info {display:none; }

select {
    border: 1px solid #E7E7E7;
    width: 100%;
	padding: 0.615rem 0.7rem;
}

.button.is-blue, input[type="button"].is-blue, input[type="submit"].is-blue {
    background: #2b464d;
    border-color: transparent;
    color: white;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .main-navigation {
    color: #2b464d;
}

.site-header a {
    color: #2b464d;
}

div.block-figure.guestbook {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grecaptcha-badge {
	display: none!important;
}

@media screen and (min-width: 1020px) {
div.block-figure.guestbook {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #F5F5F5;
    z-index: 8;
	}
	

}
@media screen and (max-width: 1019px) {
	div.block-figure.guestbook {
		  min-height: 50vh; }
}
 @media screen and (max-width: 768px) {
    div.block-figure.guestbook {
      min-height: 50vh; }
 }
 

 .hb-search-button-wrapper input, .button, input[type="button"], input[type="submit"] {
    background: #2b464d;
    border-color: transparent;
    color: white;
}

.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background: #357bd8;
    border-color: transparent;
    color: white;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: checkbox!important;
	width: auto;
}