/* 
Theme Name: Hello Rooster
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Rooster is a child theme of Hello Elementor, created by Elementor team, modified by Anssi Valkama (BM&M)
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* – G E N E R A L – – – – – – – – */

	header.page-header { display: none; }

/* – T Y P O G R A P H Y – – – – – – – – */

	/* Jakoviivan muokkaus */
	hr, .elementor hr { height: 2px; margin: 1.5em 0; background-color: rgba(0,0,0,0.1); border: none; }

	/* Listauksen muokkaus */
	.elementor-tab-content ul,
	.elementor-tab-content ol,
	.elementor-widget-text-editor ol, 
	.elementor-widget-text-editor ul  { padding-left: 1.25em; margin-bottom: 1.25em;} 

	.elementor-tab-content ul li,
	.elementor-tab-content ol li,
	.elementor-widget-text-editor ol li,
	.elementor-widget-text-editor ul li { margin-bottom: 0.5em; padding-left: 0.3em; }

	.elementor-tab-content ul li::marker, 
	.elementor-tab-content ol li::marker, 
	.elementor-widget-text-editor ol li::marker,
	.elementor-widget-text-editor ul li::marker { color: var( --e-global-color-primary ); font-weight: 600; }

	/* Viimeisen kappaleen margin */
	.elementor-widget-container p:last-child { margin-bottom: 0; }
	

/* – M O D I F I C A T I O N S – – – – – – – – */



/* – R E S P O N S I V E  S T Y L I N G – – – – – – – – */
	
	/* – D E S K T O P – – – */

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

	}

	/* – S M A L L  D E S K T O P – – – */

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

	}

	/* – T A B L E T – – – */

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

	}


	/* – M O B I L E / 600 – – – */

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

	}


	/* – M O B I L E / 480 – – – */

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

	}
