/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2019 | 11:00:29 */
/*----遊戲頁面用---*/
/*  表格設計  */

table {
    border-collapse: collapse;
    line-height: 32px;
}

table, th, td {
    border: 1px solid black;
}

/* 分隔線顏色漸變 */

.hrcolor {
    border: 0;
    height: 4.5px;
    background: #333;
    background-image: linear-gradient(to right, #d10cfc, #50cefe);
}

/* Blog CTA Button */

.button5 {
	background-image: linear-gradient(to right, #708dfa, #a578e4);
	border: none; 
	border-radius: 10px;
	font-weight: 600;
	color:  #ffffff;
	text-align: center;
	font-size: 16px;
	width: 180px;
	cursor: pointer;
	padding: 14px 19px 14px 19px;
	letter-spacing: 4px;
    margin: 0 auto;
}

/* Letter Spacing */

body p{
    letter-spacing: 1.2px !important;
}

/*分類頁*/

.container_inner.default_template_holder.clearfix {
	padding-top: 100px;
}

.column2 h5{
	font-size:18px;
	border-left: 3px solid #3d6ef9;
	padding: 0px 0px 5px 15px;
}

body li{
   line-height: 36px;
}

/*Article Bar*/

.casino_bar {
  border: 1px solid #979797; 
  margin: 60px 0px; 
  padding: 40px 10px; 
  background: #fff;
}

/* Back to top */

#back_to_top span i {
color: #b51545 !important;
}

#back_to_top:hover span {
background-color: #b51545 !important;
}

#back_to_top:hover span i {
color: #fff !important;
}

#back_to_top span {
border: 2px solid #b51545 !important;
background: transparent;
}

/*Blog 陰影*/

.blog_holder.blog_pinterest.masonry_pagination>article {
    box-shadow: 5px 5px 25px;
}

.blog_holder.blog_pinterest.masonry_pagination>article:hover {
  transition: .4s all ease-in-out;
  box-shadow: 0 1px 1px 1px rgba(0,0,0,.06);
}

.post_image>img {
  box-shadow: 5px 6px 10px;
}


 @media only screen and (min-width: 769px) {
   
.blog_holder.blog_pinterest.masonry_pagination>article {
    width: 44%;
    padding: 10px 6px;
   }
}
  
  
