/*
Theme Name: SURF THERAPY
Author: KARATEDAISY
Author URI: https://www.surftherapythailand.com
*/

@charset "utf-8";

*{
	margin:0; 
	padding:0;
}

body {
	background: #fbf8f3;
	font-family: "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: none;
}

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;
}

/* ST HEADER */

.st-nav-bar {
	text-align: right;
	background: #fff;
	width: 100%;
	height: auto;
	padding: 40px 0 40px 0;
	z-index: 10;
	/* box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 8px; */
	box-shadow: rgb(0, 0, 0, 0.08) 0px 3px 8px;
	border-top: 0px solid #0065b4;
	display: grid;
	grid-template-columns: auto auto;
	position: fixed;
}

.st-nav-bar li {
	font-weight: bold;
	display: inline;
	list-style: none;
	padding: 0 10px 0 10px;
	font-size: 16px;
	text-decoration: none;
}

.st-nav-bar a:hover {
	text-decoration: underline #2b9fa2;
  	text-decoration-thickness: 2px;
  	text-underline-offset: 4px;
}

.st-nav-bar-right {
	margin: 0 20px 0 0;
}

.st-nav-logo {
	width: auto;
	height: 36px;
	margin: 32px 0 0 30px;
	position: fixed;
	z-index: 11;
}

/* ST MAIN */

.st-content-wrapper {
	width: 960px;
	margin: auto;
}

.st-cat-title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
	color: #4c5a70;
	padding: 50px 0 60px 0;
	text-decoration: underline wavy #2b9fa2;
  	text-decoration-thickness: 3px;
  	text-underline-offset: 8px;
}

/* ST INFO */

.st-info-wrapper {
	background: transparent;
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	width: 960px;
	margin: auto;
}

.st-title-info {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	line-height: 100%;
	color: #4c5a70;
	padding: 0 0 35px 0;
	text-decoration: underline wavy #2b9fa2;
  	text-decoration-thickness: 3px;
  	text-underline-offset: 8px;
}

.st-quote {
	margin: 30px auto auto auto;
	background: #fdfcf9;
	border: 1px dotted #2b9fa2;
	padding: 20px;
	color: #2b9fa2;
	text-align: center;
	border-radius: 10px;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 130%;
}

.st-quote::before {
	content: "\201C";
	font-family: poster-cut-neue, sans-serif;
	font-size: 20px;
	color: #4c5a70;
	padding: 0 10px 0 0;
}

.st-quote::after {
	content: "\201D";
	font-family: poster-cut-neue, sans-serif;
	font-size: 20px;
	color: #4c5a70;
	padding: 0 0 0 10px;
}

.st-info-img {
	background: #eee url(https://www.surftherapythailand.com/assets/web/wp-content/uploads/2026/05/SURF-THERAPY-WEB_PHOTO-01.jpg) no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	width: auto;
	height: 100%;
	border-radius: 10px;
}

/* ST VIDEO */

.st-video-bg {
	background: #2b9fa2 url(https://www.surftherapythailand.com/assets/web/wp-content/uploads/2026/05/sf_trans_bg.png) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 50px 0 50px ;
	width: auto;
	margin: 50px 0 0 0;
}

.st-video-wrapper {
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	width: 960px;
	margin: auto;
	color: #fff;
}

.st-video-img,
.st-video-img img {
	border-radius: 8px;
	transition: .3s;
}

.st-video-img:hover {
	opacity: 0.85;
	border-radius: 8px;
	transition: .3s;
}

.st-video-cat {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	line-height: 100%;
	text-decoration: underline wavy #fff;
  	text-decoration-thickness: 2px;
  	text-underline-offset: 24px;
}

.st-video-title {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	line-height: 100%;
	padding: 50px 0 20px 0;
}

/* ST HIGHLIGHT */

.st-highlight-wrapper {
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.st-highlight-wrapper img {
	background: #f0f0f0;
	border-radius: 8px;
	border: 1px solid #efe8d0;
}

.st-highlight-wrapper .wp-block-latest-posts__featured-image {
	transform: scale(1.0);
	transition: .3s;
}

.st-highlight-wrapper .wp-block-latest-posts__featured-image:hover {
	transform: scale(1.03);
	transition: .3s;
}

.st-highlight-wrapper .wp-block-latest-posts__post-title {
	display: none;
}

/* ST PROMOTION */

.st-promo-wrapper {
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

#metaslider_57 { border-radius: 8px; }

.slide-58 img {
	transform: scale(1.0);
	border-radius: 8px;
	border: 1px solid #efe8d0;
}

.slide-58 img:hover {
	transform: scale(1.03);
	border-radius: 8px;
	border: 1px solid #efe8d0;
}

.slide-58 .caption-wrap,
.slide-58 .caption {
	display: none;
}

#metaslider_57 .slides {
	border: 0px;
}

/* ST PARTNER */

.st-partner-wrapper {
	margin: auto auto 50px auto;
	width: 580px;
	display: grid;
  	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px;
	text-align: center;
}

.st-partner-icon {
	background: #ccc;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

/* ST PAGE */

.st-page-wrapper {
	width: 960px;
	margin: auto auto auto auto;
	padding: 100px 0 50px 0;
}

.st-post-all-wrapper {
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.st-post-all-wrapper img {
	background: #f0f0f0;
	border-radius: 8px;
	border: 1px solid #efe8d0;
}

.st-post-all-wrapper .wp-block-latest-posts__featured-image {
	transform: scale(1.0);
	transition: .3s;
}

.st-post-all-wrapper .wp-block-latest-posts__featured-image:hover {
	transform: scale(1.03);
	transition: .3s;
}

.st-post-all-wrapper .wp-block-latest-posts__post-title {
	display: none;
}

/* ST POST */

.st-post-wrapper {
	background: #fff;
	width: 900px;
	text-align: left;
	padding: 50px 30px 20px 30px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 8px;
}

.st-post-bg {
	background: #f0f0f0 url() top center no-repeat;
	background-size: cover;
	width: auto;
	padding: 150px 0 50px 0;
}

.st-post-title {
	font-weight: 700;
	font-size: 24px;
	color: #222;
	text-align: center;
	line-height: 135%;
	padding: 0px 0 45px 0;
	border-bottom: 1px solid #eee;
	margin: 0 0 30px 0;
}

.st-post-wrapper img {
	margin: 0 auto 30px auto;
	max-width: 720px;
}

.st-post-img {
	margin: 0 auto 30px auto;
	max-width: 720px;
	border-radius: 8px;
}

.st-post-wrapper ul {
	margin: 0 0 20px 30px;
	line-height: 175%;
}

.st-post-wrapper ol {
	margin: 0 0 20px 30px;
	line-height: 175%;
}

.st-post-wrapper h2 {
	margin: 0 0 20px 0;
	line-height: 100%;
}

.st-post-wrapper p {
	margin: 0 0 20px 0;
	line-height: 175%;
}

.st-post-wrapper a {
	color: #2b9fa2;
	text-decoration: underline;
}

.st-post-wrapper a:hover {
	color: #2b9fa2;
	text-decoration: none;
}

.st-post-wrapper iframe {
	width: 100%;
	margin: auto auto 30px auto;
	text-align: center;
}

.addtoany_content {
	display: flex;
	padding: 30px 0 0 0;
	border-top: 1px solid #eee;
}

.addtoany_header {
	padding: 0 10px 0 0;
	line-height: 32px;
}

/* ST FOOTER */

.st-footer-bg {
	background: #2b9fa2 url(https://www.surftherapythailand.com/assets/web/wp-content/uploads/2026/05/sf_trans_bg.png) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 40px 0 30px ;
	width: auto;
	margin: 0 0 0 0;
	color: #fff;
	text-align: center;
}

.st-footer-wrapper {
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	width: 960px;
	margin: auto auto 30px auto;
	padding: 0 0 30px 0;
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-align: left;
	font-weight: 500;
	font-size: 12px;
}

.st-footer-wrapper a { 
	font-size: 12px;
	font-family: "Poppins", sans-serif;
	color: #fff; 
}

.st-footer-logo {
	width: 65px;
	height: auto;
}

.st-footer-leftt {
	line-height: 125%;
}

.st-footer-right {
	text-align: right;
}

.st-footer-copyright {
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	font-weight: 500;
}

video {
		pointer-events: none;
}

::selection {
	background: #2b9fa2;
	color: #fff;
}

.st-m { display: none; }
.st-pc { display: block; }

@media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) { 
		
	.disable-dbl-tap-zoom {
    	touch-action: manipulation;
  	}
		
	body {
		background: #fbf8f3;
		font-family: "Anuphan", sans-serif;
		font-weight: 400;
		font-style: normal;
		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: none;
	}

	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;
	}

	/* ST HEADER */

	.st-nav-bar {
		text-align: right;
		background: #fff;
		width: 100%;
		height: auto;
		padding: 40px 0 40px 0;
		z-index: 10;
		/* box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 8px; */
		box-shadow: rgb(0, 0, 0, 0.08) 0px 3px 8px;
		border-top: 0px solid #0065b4;
		display: grid;
		grid-template-columns: auto auto;
		position: fixed;
	}

	.st-nav-bar li {
		font-weight: bold;
		display: inline;
		list-style: none;
		padding: 0 10px 0 10px;
		font-size: 16px;
		text-decoration: none;
	}

	.st-nav-bar a:hover {
		text-decoration: underline #2b9fa2;
		text-decoration-thickness: 2px;
		text-underline-offset: 4px;
	}

	.st-nav-bar-right {
		margin: 0 0 0 0;
	}

	.st-nav-logo {
		width: auto;
		height: 30px;
		margin: 25px 0 0 25px;
		position: fixed;
		z-index: 11;
	}
		
	.st-top-bar {
		width: 100%;
		height: 80px;
	}

	/* ST MAIN */

	.st-content-wrapper {
		width: auto;
		margin: auto 25px auto 25px;
	}

	.st-cat-title {
		font-size: 26px;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
		line-height: 100%;
		color: #4c5a70;
		padding: 30px 0 40px 0;
		text-decoration: underline wavy #2b9fa2;
		text-decoration-thickness: 3px;
		text-underline-offset: 8px;
	}

	/* ST INFO */

	.st-info-wrapper {
		background: transparent;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
		width: auto;
		margin: 35px 25px 0px 25px;
	}

	.st-title-info {
		font-size: 26px;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
		line-height: 100%;
		color: #4c5a70;
		padding: 0 0 35px 0;
		text-decoration: underline wavy #2b9fa2;
		text-decoration-thickness: 3px;
		text-underline-offset: 8px;
	}

	.st-quote {
		margin: 30px auto auto auto;
		background: #fdfcf9;
		border: 1px dotted #2b9fa2;
		padding: 20px;
		color: #2b9fa2;
		text-align: center;
		border-radius: 10px;
		font-weight: 600;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 130%;
	}

	.st-quote::before {
		content: "\201C";
		font-family: poster-cut-neue, sans-serif;
		font-size: 14px;
		color: #4c5a70;
		padding: 0 10px 0 0;
	}

	.st-quote::after {
		content: "\201D";
		font-family: poster-cut-neue, sans-serif;
		font-size: 14px;
		color: #4c5a70;
		padding: 0 0 0 10px;
	}

	.st-info-img {
		background: #eee url(https://www.surftherapythailand.com/assets/web/wp-content/uploads/2026/05/SURF-THERAPY-WEB_PHOTO-01.jpg) no-repeat;
		background-position: 50% 100%;
		background-size: cover;
		width: auto;
		height: 100%;
		border-radius: 10px;
	}

	/* ST VIDEO */

	.st-video-bg {
		background: #2b9fa2 url(https://www.surftherapythailand.com/assets/web/wp-content/uploads/2026/05/sf_trans_bg.png) no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		padding: 30px 0 30px ;
		width: auto;
		margin: 0px 0 0 0;
	}

	.st-video-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
		width: auto;
		margin: auto;
		color: #fff;
		margin: auto 25px 0 25px;
	}

	.st-video-img,
	.st-video-img img {
		border-radius: 8px;
		transition: .3s;
	}

	.st-video-img:hover {
		opacity: 0.85;
		border-radius: 8px;
		transition: .3s;
	}

	.st-video-cat {
		font-family: "Poppins", sans-serif;
		font-size: 14px;
		font-weight: 500;
		text-align: left;
		text-decoration: none;
		line-height: 100%;
		text-decoration: underline wavy #fff;
		text-decoration-thickness: 2px;
		text-underline-offset: 24px;
	}

	.st-video-title {
		font-family: "Poppins", sans-serif;
		font-size: 22px;
		font-weight: 700;
		text-align: left;
		text-decoration: none;
		line-height: 100%;
		padding: 50px 0 20px 0;
	}

	/* ST HIGHLIGHT */

	.st-highlight-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	.st-highlight-wrapper img {
		background: #f0f0f0;
		border-radius: 8px;
		border: 1px solid #efe8d0;
	}

	.st-highlight-wrapper .wp-block-latest-posts__featured-image {
		transform: scale(1.0);
		transition: .3s;
	}

	.st-highlight-wrapper .wp-block-latest-posts__featured-image:hover {
		transform: scale(1.03);
		transition: .3s;
	}

	.st-highlight-wrapper .wp-block-latest-posts__post-title {
		display: none;
	}

	/* ST PROMOTION */

	.st-promo-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	#metaslider_57 { border-radius: 8px; }

	.slide-58 img {
		transform: scale(1.0);
		border-radius: 8px;
		border: 1px solid #efe8d0;
	}

	.slide-58 img:hover {
		transform: scale(1.03);
		border-radius: 8px;
		border: 1px solid #efe8d0;
	}

	.slide-58 .caption-wrap,
	.slide-58 .caption {
		display: none;
	}

	#metaslider_57 .slides {
		border: 0px;
	}

	/* ST PARTNER */

	.st-partner-wrapper {
		margin: auto auto 30px auto;
		width: auto;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-gap: 10px;
		text-align: left;
	}

	.st-partner-icon {
		background: #ccc;
		width: 55px;
		height: 55px;
		border-radius: 50%;
	}

	/* ST PAGE */

	.st-page-wrapper {
		width: auto;
		margin: auto 25px auto 25px;
		padding: 100px 0 50px 0;
	}

	.st-post-all-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	.st-post-all-wrapper img {
		background: #f0f0f0;
		border-radius: 8px;
		border: 1px solid #efe8d0;
	}

	.st-post-all-wrapper .wp-block-latest-posts__featured-image {
		transform: scale(1.0);
		transition: .3s;
	}

	.st-post-all-wrapper .wp-block-latest-posts__featured-image:hover {
		transform: scale(1.03);
		transition: .3s;
	}

	.st-post-all-wrapper .wp-block-latest-posts__post-title {
		display: none;
	}

	/* ST POST */

	.st-post-wrapper {
		background: #fff;
		width: auto;
		text-align: left;
		padding: 50px 25px 20px 25px;
		margin:  auto 25px auto 25px;
		border-radius: 10px;
		box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 8px;
	}

	.st-post-bg {
		background: #f0f0f0 url() top center no-repeat;
		background-size: cover;
		width: auto;
		padding: 110px 0 30px 0;
	}

	.st-post-title {
		font-weight: 700;
		font-size: 24px;
		color: #222;
		text-align: center;
		line-height: 135%;
		padding: 0px 0 45px 0;
		border-bottom: 1px solid #eee;
		margin: 0 0 30px 0;
	}

	.st-post-wrapper img {
		margin: 0 auto 30px auto;
		max-width: 720px;
	}

	.st-post-img {
		margin: 0 auto 30px auto;
		max-width: 720px;
		border-radius: 8px;
	}

	.st-post-wrapper ul {
		margin: 0 0 20px 30px;
		line-height: 175%;
	}

	.st-post-wrapper ol {
		margin: 0 0 20px 30px;
		line-height: 175%;
	}

	.st-post-wrapper h2 {
		margin: 0 0 20px 0;
		line-height: 100%;
	}

	.st-post-wrapper p {
		margin: 0 0 20px 0;
		line-height: 175%;
	}

	.st-post-wrapper a {
		color: #2b9fa2;
		text-decoration: underline;
	}

	.st-post-wrapper a:hover {
		color: #2b9fa2;
		text-decoration: none;
	}

	.st-post-wrapper iframe {
		width: 100%;
		margin: auto auto 30px auto;
		text-align: center;
	}

	.addtoany_content {
		display: flex;
		padding: 30px 0 0 0;
		border-top: 1px solid #eee;
	}

	.addtoany_header {
		padding: 0 10px 0 0;
		line-height: 32px;
	}

	/* ST FOOTER */

	.st-footer-bg {
		background: #2b9fa2 url(https://www.surftherapythailand.com/assets/web/wp-content/uploads/2026/05/sf_trans_bg.png) no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		padding: 30px 25px 25px 25px;
		width: auto;
		margin: 0 0 0 0;
		color: #fff;
		text-align: left;
		line-height: 125%;
	}

	.st-footer-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		width: auto;
		margin: auto;
		padding: 0 0 25px 0;
		color: #fff;
		border-bottom: 1px dotted #fff;
		text-align: left;
		font-weight: 500;
		font-size: 12px;
	}

	.st-footer-wrapper a { 
		font-size: 12px;
		font-family: "Poppins", sans-serif;
		color: #fff; 
	}

	.st-footer-logo {
		width: 80px;
		height: auto;
	}

	.st-footer-leftt {
		line-height: 135%;
	}

	.st-footer-right {
		text-align: left;
	}

	.st-footer-copyright {
		font-family: "Poppins", sans-serif;
		font-size: 10px;
		font-weight: 500;
		line-height: 110%;
		padding: 20px 0 0 0;
	}

	video {
			pointer-events: none;
	}

	::selection {
		background: #2b9fa2;
		color: #fff;
	}

	.st-m { display: block; }
	.st-pc { display: none; }

}