/*
Theme Name: Kurs1
Theme URI: https://wpadmin.pro
Author: WPAdmin.pro
Author URI: https://wpadmin.pro
Description:
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, three-columns,responsive-layout, fluid-layout, custom-header, custom-menu, editor-style, featured-images,threaded-comments, flexible-header, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: wpadminpro
*/

/********************* default wordpress styles *****************/
body.logged-in.down .animateIt {
    top: 0;
    margin-top: 32px;
}
body.down .animateIt {
    z-index: 21;
}
/************************** WP Classes ****************************************/
.text_content em, .text_wrap em {font-style: italic}
.text_content ol, .text_wrap ul {display: table}
.text_content  img.alignright, .text_wrap img.alignright { float: right; margin: 0 0 1em 1em; }
.text_content  img.alignleft, .text_wrap img.alignleft { float: left; margin: 0 1em 1em 0; }
.text_content  img.aligncenter, .text_wrap img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.text_content  .alignright, .text_wrap .alignright { float: right; }
.text_content  .alignleft, .text_wrap .alignleft { float: left; }
.text_content  .aligncenter, .text_wrap .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.text_content em .alignnone, .text_wrap  .alignnone, .single_page .section_content .single_page_content .alignnone {
    max-width: 100%;
    width: inherit;
}
.page_wrap {
    width: 100%;
    max-width: 896px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.page_wrap p {
    color: hsl(222 20% 40%);
    line-height: 1.625;
    font-size: 1.25rem;
    margin-bottom: 3rem;
}
.Google_Analytics_course_wrap p {
    text-align: justify;
	margin-bottom: 0.5rem;
}
#Google_Analytics_course {
    border-bottom: 0px solid hsl(220 13% 91%);
}
.Google_Analytics_course_wrap {
    padding: 3rem 1rem 1rem;
}

@media screen and (max-width: 767px){
	.page_wrap h1 {
		font-size: 2.5rem;
		margin-bottom: 1.5rem;
	}
}