/*
Theme Name: Pro Ratas Theme 11.18 - Oulun auto työ
Theme URI: https://www.proratas.fi/
Description: Pro Ratas Theme 11.18
Author: Pro Ratas Oy AF
Author URI: https://www.proratas.fi/
Template: oceanwp
Version: 1.0
*/

/* Kaikki koot */

#ratasvideo .elementor-hidden-phone {
	display: block !important;
}

.elementor-message-success {
	display: none;
}

/* 769px ja pienempi */

@media all and (max-width: 769px) {

	h1.elementor-heading-title {
		font-size: 24px !important;
	}

	h2.elementor-heading-title {
		font-size: 22px !important;
	}

	h3.elementor-heading-title {
		font-size: 20px !important;
	}

	.widget-title,
	.elementor-text-editor p {
		font-size: 16px !important;
	}
}

/* 480px ja pienempi */

@media all and (max-width: 480px) {

	h1.elementor-heading-title {
		font-size: 22px !important;
	}

	h2.elementor-heading-title {
		font-size: 20px !important;
	}

	.widget-title,
	h3.elementor-heading-title {
		font-size: 18px !important;
	}

	.elementor-text-editor p {
		font-size: 16px !important;
	}

	#site-header #site-logo {
		float: none;
		display: block;
		text-align: center;
		width: 100%;
		max-width: none;
	}

	#site-logo #site-logo-inner {
		display: block;
		margin-top: 20px;
		height: auto !important;
	}

	.oceanwp-mobile-menu-icon {
		float: none !important;
		right: auto !important;
		text-align: center;
	}

	.oceanwp-mobile-menu-icon a {
		line-height: 80px !important;
	}

	.elementor embed,
	.elementor object,
	.elementor video {
		height: 140% !important;
	}

}