/*
Theme Name: Poker Alternatif Theme V2
Theme URI: https://www.utopia-adv.com
Author: Ryano @ Utopia
Author URI: https://www.utopia-adv.com
Description: Customize theme for Webalter
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pkr
Tags: pkr
*/

html, body
{
	margin:0 auto;
	padding:10px 0px;
}

body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	/*background-color: #e2e2e2;*/
	letter-spacing:1.5px;
}

a {
	color:#E7DCB8;
}

a:hover {
	color:#E7DCB8;
}

#logom
{
	display:none;
}

#logo img
{
	max-width:220px;
	max-height:120px;
}

.empty_s
{
	height:20px;
	clear:both;
}

.empty_m
{
	height:30px;
	clear:both;
}

.empty_b
{
	height:40px;
	clear:both;
}

.content
{
	text-align:center;
	max-width:1100px;
	margin:0 auto;
	padding:0px;
}

.content_row
{
	display: flex;
}

.float_left
{
	flex: 1;
	float:left;
	text-align:center;
	width:35%;
	padding:10px 5px;
	position:relative;
}

.float_right
{
	flex: 1;
	float:right;
	text-align:center;
	width:62%;
	padding:10px 5px;
	position:relative;
}

.align_left
{
	text-align:left;
}

.align_right
{
	text-align:right;
}

.sampleimg
{
	max-width:100%;
	max-height:300px;
	border:0px solid #000000;
}

.unblock
{
	text-align:center;
}

.unblock input[type='text']
{
	width:200px;
	margin-bottom:5px;
	padding: 10px;
	border:2px solid #000000;
}

.unblock input[type='submit']
{
	border:0px;
	margin-top:5px;
	background:#ffffff;
	font-weight:bold;
	cursor:pointer;
	padding:5px 15px;
	border-radius:10px;
}


.text_content .top 
{
	font-size: 15px;
}

.text_content .top a, .float_left .bottom a
{
	font-weight:bold;
	text-decoration:none;
	color:red;
	cursor:pointer;
}

.text_content .mid
{
	font-size: 20px;
	line-height:28px;
	font-weight:bold;

}

.text_content a
{
	text-decoration:none;
	margin:10px;
}

.float_right .social
{
	position:absolute;
	bottom:10px;
	width:100%;
}

.btm_btn
{
	text-align:center;
}

.btm_btn .btn button
{
	background:#000;
	color:#fff;
	border-radius:25px;
	padding: 10px 20px;
	border:0px;
	cursor:pointer;
	margin: 0px 20px;
}

.social
{
	font-size:9px;
}
.social a
{
	text-decoration:none;
	/*color:#fff;*/
	cursor:pointer;
	letter-spacing:0.5px;
}

.social .align_left
{
	float:left;
}
.social .align_right
{
	float:right;
}


.fb, .google, .twitter, .youtube {
    width: 25px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
	/*background-color:red;*/
	padding:2px 0;
}

.fb:hover
{
    background-color: #3b5998;
    color: #fff;
}
.google:hover
{
    background-color: #dd4b39;
    color: #fff;
}
.twitter:hover
{
    background-color: #4099ff;
    color: #fff;
}
.youtube:hover
{
    background-color: #bb0000;
    color: #fff;
}

.bantuan button
{
	padding: 1px 10px;
	color:#fff;
	/*background-color:red;*/
	border:0;
	border-radius:25px;
	cursor:pointer;
}

@media(max-width:900px)
{
	#logom
	{
		display:inline;
	}
	
	#logom
	{
		max-width:220px;
		max-height:120px;
	}
	
	#logo
	{
		display:none;
	}
	
	.content
	{
		width:100%;
		max-width:100%;
		text-align:center;
	}
	
	.content_row
	{
		display: inline;
		text-align:center;
	}
	
	.float_left
	{
		width:100%;
		text-align:center;
		padding:5px 0;
		order: 1;
	}
	
	.float_right
	{
		width:100%;
		text-align:center;
		padding:5px 0;
		order: 2;
	}
	
	.float_right .social
	{
		position:static;
		margin-top:10px;
		order: 3;
	}
	
	#footer
	{
		position:static;
	}
	
	.sampleimg
	{
		max-width:100%;
	}
	
	.empty_s
	{
		height:10px;
	}
	
	.empty_m
	{
		height:10px;
	}
	
	.empty_b
	{
		height:10px;
	}
	
	.social .align_left
	{
		float:none;
		text-align:center;
	}
	.social .align_right
	{
		float:none;
		text-align:center;
	}
}