/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.hidden-block {
	display: none !important;
}

.download-last-catalogue {
	margin-bottom: 25px;
	font-size: 20px;
	color: #383838;
	text-align: center;
}

.download-last-catalogue a {
	font-size: 20px;
	font-family: Myriad-Pro-Semibold;
	color: #383838;
	font-weight: bolder;
}

.download-last-catalogue a:hover {
	color: #000 !important;
}

.download-last-catalogue img {
	transform: scale(3) rotate(-5deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
}

.download-last-catalogue img.move-down-twenty-pixels {
	top: 170px;
}

@media only screen and (max-width: 768px) {

	.height-on-mobile {
		height: 350px;
	}

	.height-on-mobile .fusion-column-wrapper {
		height: 100%;
	}

}