/**
Theme Name: msolowski
Theme URI: http://www.msolowski.pl/
Author: msolowski Marcin Sołowski
Author URI: http://www.msolowski.pl/
Description: Szablon msolowski.
Version: 2.0
License:
License URI:
Tags:
Text Domain: msolowski
*/

/**********************************************************************************/

*,
::before,
::after
{
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#all_page
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#main_page
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: var(--global_header_height);
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#main_page_center
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#all_template
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-height: 1px;
}

#all_template::after, /* musi wystapic poniewaz zawiera elementy float */
.clearfix::after,
.global_text::after
{
	content: '';
	display: block;
	clear: both;
}

/**********************************************************************************/

.typed_source
{
	display: block !important;
	opacity: 0;
}

.typed_wrapper
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
}

.typed_source > span.typed
{
	display: inline-block;
	width: 100% !important;
}

/**********************************************************************************/

@media screen and (max-width: 1680px)
{
}

@media screen and (max-width: 1600px)
{
}

@media screen and (max-width: 1440px)
{
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1300px)
{
}

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

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

@media screen and (max-width: 360px)
{
}