/*

Theme Name: Bangmeshi3
Theme URI: 
Description: Bangmeshi
Author: eN fete Co., Ltd.
Version: 3.0

*/

/* WP-PageNavi用css */
.wp-pagenavi{
	text-align: left;
	margin: 30px 0 0px 0;
}

.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	margin: 5px 10px 0 0;
	padding: 0;
}

.wp-pagenavi a,
.wp-pagenavi span{
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #ccc;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	border-radius: 50%;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current{
	background: #522f15;
	background: #342011;
	color: #fff;
	text-decoration: none;
}

/* contact form7 */
div.wpcf7 img.ajax-loader {
	display: none;
}

span.wpcf7-not-valid-tip{
	display: none !important;
}

/* index.php */
#container .inner #main a.more{
	font-size: 12px;
	text-align: right;
	display: block;
	font-weight: bold;
	color: #ce2103;
}
#container .inner #main a.more:after{
  content: "\f101";
  font-family: 'FontAwesome';
  margin: 0 0px 0 5px;
}

.captcha{
	border: 1px solid #ddd;	
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	height: 25px;
	padding: 0;
	margin: 0 0 10px;
	position: relative;
}

.captcha.large{
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.captcha img{
	right: 0%;
	position: absolute;
}

.captcha span{
	border: 0px;
	border: none !important; 
}

.captcha span input{
	display: block;
	width: 100%; 
	height: 25px;
	line-height: 25px;
	margin: 0 0 10px;
	color: #aaa;
	font-size: 14px;
	border: none !important; 
	float: right;
	box-shadow: none;
}


.form .wpcf7 form p.caution{
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	margin: -5px 0 5px 5px;
}

.form .wpcf7 form p .wpcf7-form-control-wrap input{
	margin: 0 0 -5px 0;
}

footer .form .wpcf7 .selection,
#main .form .wpcf7 .selection{
	margin: 10px 0;
}

footer .form .wpcf7 .selection span label,
#main .form .wpcf7 .selection span label{
	margin: 5px 0;
}

footer .form .wpcf7 .selection span label input,
#main .form .wpcf7 .selection span label input{
	display: inline-block;
	margin: 0 0;
	padding: 10px 0 0;
	width: auto;
	height: 12px;
	line-height: 20px;
}

footer .form .wpcf7 .selection span label .wpcf7-list-item-label,
#main .form .wpcf7 .selection span label .wpcf7-list-item-label{
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: 30px;
}

.wpcf7-recaptcha{
    margin-bottom: 10px;
}
.g-recaptcha {
  transform-origin: 0% 0%;
  transform: scale(0.7);
}