/* Post 
--------------------------------------------- */
.snapBottom h2 {
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.snapBottom h2::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #BF953F;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.snapBottom p {
    margin-left: 30px;
    margin-bottom: 0;
}
.snapBottom .mainButton{
	max-width:240px;
	padding:13px 70px 13px 30px;
	font-size: 16px;
	border-radius: 32px;
	background: #C3A869;
	position: relative;
}
.snapBottom .mainButton {
	background: #DAAE48;
}
.snapBottom .mainButton::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	background: #BF953F;
	border-radius: 20px;
	position: absolute;
	right: 35px;
	margin-top: -6px;
	font-size: 12px;
	padding: 8px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 25px;
	height: 25px;
	text-align: center;
	transition: 0.3s all ease-in-out;
}
.snapBottom  .mainButton:hover::after {
	right: 25px;
}


/* Post Type: Game
--------------------------------------------- */
.type-game h1 {
    margin-top: 50px;
    margin-bottom: 30px;
}
.type-game .postWrap.gameQ {
    margin-bottom: 0;
}


/* Type: Payment/Developer/Casio
--------------------------------------------- */
.category-payment .entry-title,
.category-developer .entry-title,
.type-casino .entry-title {
    text-align: left;
}
.category-payment .entry-header,
.category-developer .entry-header,
.type-casino .entry-header {
    background-image: none !important;
    height: auto;
    padding: 50px 0 0;
}
.category-payment .entry-header .entry-title,
.category-developer .entry-header .entry-title,
.type-casino .entry-title {
    margin-bottom: 0;
    padding-top: 15px;
    position: relative;
}
.category-payment .entry-header .entry-title::before,
.category-developer .entry-header .entry-title::before,
.type-casino .entry-title::before {
    content: 'วิธีฝาก';
    color: #EAB600;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -15px;
}
.category-developer .entry-header .entry-title::before {
    content: 'นักพัฒนา';
}
.type-casino .entry-header .entry-title::before {
    content: 'ประเภทเกม';
}
.category-payment .entry-header::before, 
.category-payment .entry-meta,
.category-developer .entry-header::before, 
.category-developer .entry-meta,
.type-casino .entry-header::before, 
.type-casino .entry-meta {
    display: none;
}


/* Component in posts
--------------------------------------------- */
.compCanvas {
    margin-top: 0;
    margin-bottom: 60px;
}
.compCanvas .container {
    margin-top: 40px;
}
.compCanvas .pagePadding .col-12 {
    padding: 0;
}
.compCanvas .compHead {
    margin-top: 0;
    margin-bottom: -15px;
}
.compCanvas .compLink .col-5 {
    padding-top: 5px;
    margin-bottom: -5px;
}
.compCanvas .compLink h2 span {
    color: #DAAE48;
}
.compCanvas .compLink .link {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 3px;
    border-bottom: 2px solid #EAB600;
}
.compCanvas .compLink .link i {
    position: relative;
    margin-left: 3px;
    top: 3px;
}

.compCanvas .qPostWrap {
    margin: 30px 0 30px;
}
.compCanvas .qPostWrap .postItem {
    margin-bottom: 0;
}

.single .compCanvas .faqsWrapper {
    background: #323232;
    border-radius: 6px;
    padding: 40px;
    margin-bottom: 40px;
    gap: 14px;
    width: 100%;
    margin-left: 0;
}
.single .compCanvas .faqsWrapper.twoCol .faqToggle {
    max-width: none;
}


/* Writer
--------------------------------------------- */
.writerWrapper {
    width: 975px;
    margin: 50px auto;
    background: #0F0E0E;
    border-radius: 12px;
    display: flex;
}
.writerWrapper .info {
    width: 200px;
    height: auto;
    display: block;
    background: #000000;
    background-image: url(../images/logo.png);
    background-size: auto 20px;
    background-position: 12px 12px;
    background-repeat: no-repeat;
    border-radius: 12px 0px 0px 12px;
    padding-top: 25px;
}
.writerWrapper .info .image {
    width: 105px;
    height: 105px;
    margin: 5px auto 15px;
}
.writerWrapper .info .image img {
    border-radius: 50%;
}
.writerWrapper .info .user {
    background: #DAAE48;
    border-radius: 24px 0px 0px 24px;
    margin-bottom: 25px;
    width: 90%;
    float: right;
    text-align: center;
    padding: 9px 5px 7px;
}
.writerWrapper .info .user span {
    display: block;
    font-weight: 500;
    font-size: 12px;    
    line-height: 1;
    color: #000000;
}
.writerWrapper .info .user span.position {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
}
.writerWrapper .message {
    width: 775px;
    padding: 25px 70px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #DCDCDC;
    position: relative;
}
.writerWrapper .message:before,
.writerWrapper .message::after {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 30px;
    line-height: 34px;
    color: #DAAE48;
    position: absolute;
    top: 17px;
    left: 17px;
}
.writerWrapper .message::after {
    content: '\f10e';
    top: auto;
    left: auto;
    right: 17px;
    bottom: 17px;
}


/* Page Header
--------------------------------------------- */
.page-header,
.pageHeader {
    padding: 40px 0;
    text-align: center;
    position: relative;
    background-color: #10100E;
    background-repeat: repeat;
    background-size: auto 340px;
    background-position: center;
    background-image: url(../images/bg-default.png);
    min-height: 200px;
}
.page-header:before,
.pageHeader:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.page-header .container,
.pageHeader .container {
    z-index: 55;
    position: relative;
    text-align: center;
}
.page-header h1,
.page-header p,
.pageHeader h1, 
.pageHeader p {
    color: #E5E5E5;
    position: relative;
    margin-top: 0;
} 
.page-header h1::after,
.pageHeader h1::after {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    background: #EAB600;
    left: 50%;
    margin-left: -25px;
    bottom: -20px;
}
.page-header p,
.pageHeader p {
    max-width: 500px;
    margin: 40px auto 0;
}


/* Table Header
--------------------------------------------- */
.tableHeader {
    background: #272727;
    border: 3px solid #323232;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #B1B1B1;
}
.tableHeader i {
    margin-right: 5px;
}
.tableHeader span {
    font-size: 14px;
}
.tableHeader .bonus {
    margin-left: 170px;
    width: 280px;
    text-align: center;
}
.tableHeader .detail {
    width: 400px;
    text-align: center;
}
.tableHeader .link {
    width: 250px;
    text-align: center;
}


/* Form 7
--------------------------------------------- */
.wpcf7-form p {
    width: 375px;
    text-align: left;
    margin: 0 auto 15px;
}
.wpcf7-form label {
    color: #DAAE48;
    text-transform: uppercase;
}
.wpcf7-form .wpcf7-submit {
    max-width: 240px;
    padding: 15px 36px;
    margin: 0 auto 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 32px;
    background: #DAAE48;
    position: relative;
    text-align: center;
    color: #fff;
    border: none;
    text-transform: uppercase;
}
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], textarea {
    border: 1px solid #202020 !important;
    border-radius: 12px;
    padding: 12px 20px;
    background: #202020;
    max-width: 375px;
    margin-top: 5px;    
    color: #eee !important;
    outline: none;
}