/*
Theme Name: GSB
Author: SeedThemes
Description: Starter Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seed
Tags: featured-images, custom-menu
*/

/*
===========================================

This theme use SCSS, please check

1. css/scss/_variables.scss - for some colors & styles.
2. css/scss/mobile.scss - will be compiled to css/mobile.css and included in header.php
2. css/scss/desktop.scss - will be compiled to css/desktop.css and used for desktop version.
3. After all, you can add CSS to this style.css file to override all CSS.

=========================================== 
*/

/*
.main-header {
background-color: #111;
}
.main-title,
.main-title a {
color: #fff;
}
*/

.reservation-btn
{
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 2px;
	user-select: none;
	font-size: 24px!important;
	font-weight: 700!important;
	background-color: #ec008c !important;
	color: #fff!important;
}

/* Edit by Phranakornsoft */ 

/* Single Blog */

.single-area .container{
	padding: 15px !important;
}


/*  Footer  */

.font-bold.text-white.mr-2.mb-3 {
	font-weight: 600;
}

/*  Accessibility    */

p.pojo-a11y-toolbar-title {
	font-size: 17px !important;
}

a.pojo-a11y-toolbar-link {
	font-size: 18px !important;
}

a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
	font-size: 32px !important;
}


/* Search Page */

.menu-item-gb-pink:hover {
	/*background: #ec008c;*/
}

@media only screen and (max-width: 992px){
	header#masthead {
		display: none;
	}

	.site-header-space {
		display: none;
	}
}

.content-area.-rightbar {
	width: 100%;
	padding-right: 0px;
}

.content-area.-rightbar article {
	transition: transform .2s;
	border-left: 2px solid #eb008c;
}

.content-area.-rightbar article:hover {
	transform: scale(1.02);
}


.content-area.-rightbar article h2.entry-title a{
	color: #333;
	font-size: 24px;
}

.content-area.-rightbar article:hover h2.entry-title a{
	color: #eb008c !important;
}

.entry-meta span a {
	font-size: 18px;
}



/* Share btn */

ul.seed-social.-shortcode li {
	transition: transform .2s;
}

ul.seed-social.-shortcode li:hover {
	transform: scale(1.05);
}

/* article box */

.content-item.-card {
	transition: transform .2s;
}

.content-item.-card:hover {
	transform: scale(1.02);
}

.content-item.-card:hover a {
	color: #eb008c !important;
}

/* section ที่มี icon */
h3.h3-a-new > a {
	color: #333333 !important;
}

.c-list:hover h3.h3-a-new > a {
	color: #ec008c !important;
}

.c-list {
	transition: transform .2s;
}

.c-list:hover {
	transform: scale(1.02);
}

/*  ปุ่มดูทั้งหมด */
a.more-text-a-new {
	color: white !important;
}

.more-text {
	transition: transform .2s;
}

.more-text:hover {
	transform: scale(1.05);
}

/* แก้ Space Tablet - Mobile */

.site-header-space {
	/*min-height: 70px !important;*/
}

/* แก้ a หน้าเนื้อหาบทความ */

h2.main-title > a {
	color: #ec008c !important;
}

.entry-file > h2 a {
	color: #333;
}

.entry-file > h2 a:hover {
	color: #ec008c;
}

/* css เก่า */

i.si-office-file-pdf {
	color: #ec008c;
}

.c-list h3 {
	color: #eb008c;
}

.widget-area .widget_nav_menu .sub-menu {
	display: none;
} 

.widget-area .widget_nav_menu .visible {
	display: block;
}

/* 
*archive barcramp 
*/

.banner-info.archive a{
	color: white;
	text-decoration: none;
}