/*
Theme Name: Addison Child
description: >-
  Addison Child Theme
Author: Studio Šmalc
Template: addison
Version: 1.0.0
Text Domain: addison-child
*/

.bt_bb_fe_wrap .bt_bb_icon_holder span {
    color: black;
}

section.gutter.btPrevNextNav{
	display:none;
}

.menuPort {
    font-size: 16px!important;
}

.topBar {
    background-color: #4b8bc8;
    color: white;
	font-size: 1em!important;
}

.topBar .btIconWidgetTitle {
    color: white;
}

.btPostSingleItemStandard .btArticleContent, .btPostSingleItemStandard .btArticleShareEtc {
    max-width: 1200px!important;
}

.btPageHeadline .bt_bb_port{
	padding-top: 2em!important;
	padding-bottom: 2em!important;
}

.wpcf7-form input,
.wpcf7-form textarea{
	background-color:white!important;
	color: black!important;
}

.bt_bb_size_large.bt_bb_headline h1{
	font-size: 2rem!important;
}

.bt_bb_grid_item_post_title_init{
	padding-top: 0!important;
	padding-bottom: 0!important;
    background: -moz-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,.75) 75%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,.75) 75%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,.75) 75%);
    background: -moz-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,.75) 75%);
    background: linear-gradient(to bottom,rgba(255,255,255,.5) 0%,rgba(255,255,255,.75) 75%)!important;
}

.katalog_download{
	position:relative;
	margin-right:1.5em!important;
}
.katalog_download:hover img{
	opacity: 0.6;
}
.katalog_download:hover::before{
	content: url('https://hegras.smalc.ml/wp-content/uploads/2020/12/download.png');
	position: absolute;
	top: 37%;
	left: 35%;
	z-index: 99;
}

.cta_front img{
	opacity: 0;
}

.cta_front:hover img{
	opacity: 1;
}

.btSiteFooter .bt_bb_icon.bt_bb_color_scheme_6 span{
	color: #4b8bc8;
    font-size: 1em!important;
}

@media (max-width: 767px) {
	h1{ font-size: 2.5em!important; }
	h2{ font-size: 2.1em!important; }
	h3{ font-size: 1.8em!important; }
	
}