/*
Theme Name: LookUp Child
Theme URI: http://themes.framework-y.com/alpins/
Description: LookUp Child Theme
Author: WeBeAble
Author URI: http://webeable.it/
Template: lookup
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lookup
*/

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300 !important;
}


/*cards*/

.cnt-box-info .caption, .cnt-box-info.boxed .caption {
    position: relative;
    padding: 0px;
    padding-bottom: 30px;
}

.cnt-box-info.boxed .cnt-info {
   display: none;
}

.cnt-box .caption h2 {
    padding: 30px;
}

.cnt-box-info .caption > p {
    padding: 15px 30px;
}

.cnt-box-info .bottom-info {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-left: 30px;
}


/*tabella*/

.text-list-base li > h3, .text-list-image .content > h3, .text-list-side h3 {
    margin: 0;
    font-size: 16px !important;
}

.text-list-base li, .text-list-image li, .text-list-side li {
    margin-bottom: 6px;
}

.text-list-base li > p, .text-list-image .content > p {
    margin: 0px 0 0 0;
	line-height: 21px;
}


.text-list-base li > h3, .text-list-image .content > h3, .text-list-side h3 {
    margin: 0;
    font-size: 14px !important;
}

.hc-cmp-code-block{
	height: 550px;
}

 .menu-fixed.scroll-menu .menu-cnt > ul > li > a{
    height: 60px!important;
    line-height: unset!important;
}

@media (max-width: 991.98px){
	.footer-bar > .container > span:last-child {
   	 display: block!important;
	 float: none;
	}
	nav.active .menu-cnt {
		padding-top: 25px;
		border-top: none;
	}
    body > nav.scroll-menu {
        height: 96px;
    }
}


