/*!
Theme Name: wtajlandii
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wtajlandii
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wtajlandii is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 *, *::before, *::after {
	 box-sizing: border-box;
	 margin: 0;
	 padding: 0;
 }

 html{
	scroll-behavior: smooth;
	scroll-padding-top: 30px;
 }

 body.locked{
	overflow: hidden;
 }

 main.info-page{
	padding: 64px 0;
	
 }

 main.info-page hr {
	margin: 40px 0;
}

 main.info-page h1{
	font-family: "BeVietnam-semibold";
	font-size: 48px;
	line-height: 1.5;
	margin-bottom: 40px;
 }

 main.info-page h2{
	font-family: "BeVietnam-semibold";
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 30px;
 }


 main.info-page p{
	font-family: "BeVietnam-reg";
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 12px;
 }

 main.info-page ul:not(ol li ul){
	margin-bottom: 40px;
 }

main.info-page ul{
	margin-bottom: 12px;

}

 main.info-page ul li{
	list-style-position: inside;
	font-size: 16px;
	line-height: 1.5;
	font-family: "BeVietnam-reg";

 }

 .main.info-page ol{
	margin-bottom: 40px;
 }

 main.info-page ol {
	list-style-position: inside;
    font-size: 16px;
    line-height: 1.5;
    font-family: "BeVietnam-reg";
	margin-bottom: 40px;
	display: flex;
    flex-direction: column;
    gap: 8px;
	
}

main.info-page ol li ul{
	margin-top: 8px;
	padding-left: 16px;
}

main.info-page ul li::marker{
	color: #FF6721;
}

main.info-page ol li::marker{
	color: #FF6721;
}

main.info-page a{
	color: black;
	text-decoration: underline;
}



@media(max-width: 768px){
	main.info-page h1{
	font-family: "BeVietnam-semibold";
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 40px;
 }

 main.info-page h2{
	font-family: "BeVietnam-semibold";
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
 }


 main.info-page p{
	font-family: "BeVietnam-reg";
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 12px;
 }

 main.info-page ul{
	margin-bottom: 12px;
 }

 main.info-page ul li{
	list-style-position: inside;
	font-size: 14px;
	line-height: 1.5;
	font-family: "BeVietnam-reg";

 }

main.info-page ul li::marker{
	color: #FF6721;
}


}

.cky-title{
		font-family: "BeVietnam-semibold";
}

.cky-notice-des p{
	font-family: "BeVietnam-reg";
}

.cky-btn{
	font-family: "BeVietnam-reg" !important;
	font-size: 13px !important;
}

.cky-modal p {
	font-family: "BeVietnam-reg";
}

.cky-modal .cky-preference-title, .cky-modal button{
	font-family: "BeVietnam-reg" !important;
}