/*
Theme Name: PTK THRIVE
Theme URI: https://www.ptkthrive.com
Author: PTK THRIVE
Author URI: https://www.ptkthrive.com
Version: 1.0
*/

@charset "utf-8";

*{
	margin:0; 
	padding:0;
}

body {
	font-family: din-2014, anuphan, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 125%;
	overflow-x: hidden;
	-ms-overflow-style: none;
  	scrollbar-width: none;
	touch-action: manipulation;
}
	
body::-webkit-scrollbar {
	display: none;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

p {
	line-height: 145%;
}

h2 { text-transform: uppercase; }

img {
	display: block; 
	width: 100%; 
	height: 100%; 
	object-fit: contain;
	pointer-events: none;
}

video {
	pointer-events: none;
}

::selection {
	background: #dec590;
	color: #101010;
}

.ptk-header {
	width: 100%;
	height: 350px;
	overflow: hidden;
	-ms-overflow-style: none;
  	scrollbar-width: none;
	touch-action: manipulation;
}

.ptk-policy-content {
	width: 720px;
	text-align: left;
	margin: 40px auto 40px auto;
}

.ptk-policy-content h2 {
	line-height: 125%;
	font-size: 18px;
}

.ptk-policy-content p {
	margin: 20px auto 20px auto;
}

.ptk-top-bar {
	background: #101010;
	width: 100%;
	padding: 30px 0 30px 0;
	height: auto;
	text-align: center;
}

.ptk-top-bar li {
	display: inline-block;
}

.ptk-top-bar a {
	color: #fff;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	margin: 0 10px 0 10px;
}


.ptk-top-bar a:hover {
	color: #dec590;
}

/* PTK PAGE */

.ptk-home-page-soon {
	background: #fff;
	width: auto;
	position: absolute;
	text-align: center;
	margin: 0px;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.ptk-page-business-wrapper {
	width: 1280px;
	margin: 20px;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 0px;
}

.ptk-page-item {
	margin: 20px;
	width: 400px;
	height: auto;
	text-align: center;
}

.ptk-page-item h2 {
	margin: 15px 0 10px 0;
}

.ptk-page-item p {
	font-size: 14px;
	line-height: 145%;
}

.ptk-page-contact-wrapper {
	width: 720px;
	text-align: left;
	padding: 0 0 20px 0;
}

.ptk-footer {
	width: 100%;
	padding: 40px 0px 40px 0px;
	border-top: 1px dotted #101010;
	display: grid;
 	grid-template-columns: auto auto auto;
	grid-gap: 0px;
	font-size: 12px;
	font-family: anuphan, sans-serif;
	line-height: 100%;
}

.ptk-footer .ptk-copyright {
	margin: 0 0 0 40px;
	text-align: left;
}

.ptk-footer .ptk-copyright-link {
	margin: 0 40px 0 0;
	text-align: right;
}

/* MOBILE */

@media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) { 
		
	.disable-dbl-tap-zoom {
    	touch-action: manipulation;
  	}
		
	body {
		background: #fff;
		color: #000;
		font-family: din-2014, anuphan, sans-serif;
		font-size: 14px;
		font-weight: 400;
		overflow-x: hidden;
		-ms-overflow-style: none;
  		scrollbar-width: none;
		touch-action: manipulation;
	}
	
	body::-webkit-scrollbar {
		display: none;
	}
		
	a {
		color: #000;
		text-decoration: underline;
	}

	a:hover {
		color: #000;
		text-decoration: none;
	}

	p {
		line-height: 145%;
	}

	img {
		display: block; 
		width: 100%; 
		height: 100%; 
		object-fit: contain;
		pointer-events: none;
	}

	.ptk-policy-content {
		width: auto;
		text-align: left;
		margin: 25px;
	}

	.ptk-policy-content p {
		margin: 20px auto 20px auto;
	}
		
	.ptk-policy-content h2 {
		line-height: 125%;
		font-size: 18px;
	}
		
	/* PTK PAGE */

	.ptk-page-business-wrapper {
		width: auto;
		margin: 25px 25px 0 25px;
		display: grid;
		grid-template-columns: auto;
		grid-gap: 0px;
	}

	.ptk-page-item {
		margin: 0 0 25px 0;
		width: auto;
		height: auto;
		text-align: left;
	}
		
	.ptk-page-item img {
		border-radius: 10px;
	}
		
	.ptk-page-item h2 {
		margin: 15px 0 10px 0;
	}

	.ptk-page-item p {
		font-size: 12px;
		line-height: 130%;
	}

	.ptk-page-contact-wrapper {
		width: auto;
		text-align: left;
		padding: 0px 25px 0px 25px;
	}
		
	.ptk-footer {
		width: 100%;
		padding: 25px 0px 25px 0px;
		border-top: 1px dotted #ddd;
		display: grid;
		grid-template-columns: auto auto auto;
		grid-gap: 0px;
		font-size: 10px;
		font-family: anuphan, sans-serif;
		line-height: 100%;
	}

	.ptk-footer .ptk-copyright {
		margin: 0 0 0 25px;
		text-align: left;
	}

	.ptk-footer .ptk-copyright-link {
		margin: 0 25px 0 0;
		text-align: right;
	}
		
}