/*
	Theme Name: The Marmalade Child Theme
	Theme URI: http://themeforest.net/user/Pryanikov?WT.ac=item_profile_text&WT.z_author=Pryanikov
	Description: A child theme for The Marmalade
	Author: Dmitry Pryanik, Viktoriia Belous
	Author URI: http://themeforest.net/user/Pryanikov?WT.ac=item_profile_text&WT.z_author=Pryanikov
	Version: 1.0
	Tags:  light, dark, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
	Template:the-marmalade
*/

/*=========================================================================================================

	NOTE: This child themes parent creates inline styles in the <head> tag after this file is called.
	This means inline styles created by the theme customizer will supercede your below styles. To
	override the inline styles target your elements from further back OR use the !important rule.
	However try to avoid the !important rule where possible. Feel free to delete this.

	example 1
	div.parent div.element {
		padding: 100px;
	}

	example 2
	div.element {
		padding: 100px !important;
	}

========================================================================================================*/

@import url('../the-marmalade/style.css');