/*
Theme Name: Hoff Child
Template: hoff
*/

/* Add your custom CSS below */

.sh-header-builder-logo img[src*="svg"]{
	height: 110px !important;
}

footer.sh-footer-template a img[src*="svg"] {
    height: 110px;
}

.svg-icon {
margin-bottom: 0 !important
}

.svg-icon img{
	height: 45px;
	width: 45px;
}
@media screen and (min-width: 768px){
	.hide_on_notebook {
		display: none !important;
	}
}
@media screen and (max-width: 500px){
	.mobile-text-center-align .wpb_column .wpb_wrapper * {
	    text-align: center !important;
	}

	.sh-page-switcher-button{
		width: 25px !important;
		height: 25px !important;
	}

	.sh-page-switcher-button i{
		line-height: 25px !important;
	}

	.sh-portfolio-single-buttons {
	    margin-top: 20px;
	}
}

.sh-testimonials-item.slick-slide .sh-testimonials-table.sh-table{
	position: absolute;
	top: 50px;
}

ul.sh-nav#menu-main-menu ul.sub-menu{
	width: 230px !important;
	top: 70% !important;
}