/*
Theme Name: BitCoin Theme
Theme URI: http://www.flytonic.com/product/bitcoin-theme/
Description: Bitcoin Theme for WordPress from Flytonic.
Author: Flytonic
Author URI: http://www.flytonic.com/
Version: 1.08
Tags: flytonic, bitcoin, bitcoin theme, bitcoin wordpress

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* Table of Contents

	1. HTML Reset
	
	2. Defaults
		- Typography
		- Headings
		- Other Objects
	3. Site Layout and Structure
	4. Common Classes
		-Excerpts
		-Comments
	5. Header
		-Site Header
		-Navigation
	6. Content Area
	7. Sidebar
		-Widgets
	8. Footer
	9. Media Queries
	
*/

/* 1. HTML Reset
 
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* 2. Defaults
   ----------------------------------------------------------------------------*/

a
{ 
text-decoration:none; 
color:#454444;
}
a:hover
{
color: #f7931a;
text-decoration:none !important;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

p {
	margin: 0 0 20px 0;
	padding:0;
}

body
{ 
padding:0; 
margin:0; 
font-size:12px;
color:#555;
font-family: 'Lato', sans-serif;
}

.entry-content p a {
	color: #f7931a;
}

.entry-content p a:hover {
	color: #f7931a;
	color:#888;
}

/* Headings
   -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	color:#333;
   font-family: 'Oswald', sans-serif;
}

h1 {
	text-transform:uppercase;
	color:#111;
	font-size:30px;
	margin-bottom:30px;
}


h2 {
	font-size:24px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:16px;
	font-weight:normal;
}

h6 {
	font-size:14px;
	font-weight:normal;
}

h1.entry-title,  h2.entry-title{
	margin-bottom:5px;
}

h2.underline {
	padding:0 0 8px 0;
	border-bottom:1px solid #ddd;
	text-transform:uppercase;
	color:#222;
}

/************************* entry-content *************************/

.page_content{
	padding: 5px 2%;
	background: #fff;
	width: 98%;
}

.entry-content {
	font-size:15px;
	color:#676767;
	line-height:1.6em;
}

.entry-content ul{
	padding: 0 0 0 15px;
	margin: 0 0 20px 15px;
	list-style-type: square;
}
.entry-content ol{
	padding: 0 0 0 15px;
	margin: 0 0 20px 15px;
	list-style-type: decimal;
}

blockquote{
	position: relative;
	margin: 15px;
}

blockquote p::before{
	content: "''";
	font-size: 40px;
	position: absolute;
	top: 0;
	left:0;
}
blockquote p::after{
	content: "''";
	font-size: 40px;
	position: absolute;
	bottom: 0;
	right:0;
}
 blockquote p{	
	font-size: 20px;
	line-height: 30px;
	color: #999;
	padding: 0 20px 15px;
}

.entry-content table{
	width: 100%;
	border: 1px solid #ccc;
	margin: 15px 0;
}
.entry-content table tr{
	border-bottom: 1px solid #ccc;
}
.entry-content table tr:last-child{
	border: none;
}
.entry-content table td,.entry-content table th{
	border-right: 1px solid #ccc;
	padding: 5px;
}
.entry-content table tr td:last-child,.entry-content table tr th:last-child{
	border: none;
}


/* 3. Site Layout and Structure
   ----------------------------------------------------------------------------*/

.wrapper
{ 
max-width:1124px; 
margin:0 auto;
}

.outside {
	width:100%;
	margin:0 auto;
}


/* 4. Common Classes
   ----------------------------------------------------------------------------*/

.clear
{ 
clear:both;
}

.home_content.blog_bottom_contant{padding: 20px 0;}

.blogsection {padding-bottom:20px; margin-bottom:30px; border-bottom:2px solid #ccc;}

/* Breadcrumbs */

.breadcrumb{
	margin: 0 0 15px;
	background: #fff;
	width: 100%;
	padding: 10px;
}
.breadcrumb a{
	color: #f7931a;
}
.breadcrumb .current_crumb{
	color: #777;
}

/* Pagination */

.pagination{
	width: 100%;
	margin: 15px 0;
	position: relative;
	float: left;
}

.pagination a,.pagination span{
	margin: 0 3px;
	padding: 7px 10px;
	font-size: 16px;
}
.pagination a{
	background: #f7931a;
	color:#fff;
}

.pagination a:hover{
	background: #666;
	color:#fff;
}

.shareblock {
border-top: 1px dashed #ddd;
	padding-top:20px;
	overflow: hidden;
}

.shareblock ul.shareitnow {
	margin: 2px auto;
	padding:0;
}

ul.shareitnow li {
        display: block;
       float:left;
		list-style:none;
}

ul.shareitnow li.share_fb {
	padding:0 10px 0 0;
}

ul.shareitnow li.share_tw {
	margin:4px 0 0 0;
	width:90px;
}

ul.shareitnow li.share_gp {
	padding:2px 0 0 0;
	width:75px;
}

/**************************WordPress General**********************/


/* Images */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

img.alignleft {
	margin: 10px 20px 10px 0;
}

img.alignright {
	margin: 10px 0 10px 20px;
}

img.aligncenter {
	margin: 10px auto;
}

img.alignnone {
	margin: 5px 0;
}

.contentarea img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	 max-width: 100%;
}

.contentarea img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption img {
	margin: 0;
	padding: 5px;
	border: 0 none;
	vertical-align:top;
}

/* Captions */

.wp-caption {
	margin-bottom:20px;
	border:1px solid #ccc;
	max-width: 96%;
	
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}


.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}


.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #666;
	font-size: 12px;
	font-weight: 300;
	background:#f5f5f5;
	padding:10px 20px;
	margin:0;
	border-top:1px solid #ddd;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}



.gallery {
   margin:0 0 20px 0;
	overflow:hidden;
}

.gallery-item {
   float: left;
   padding:0 12px 5px 12px;
   text-align: center;

}

.gallery-columns-4 .gallery-icon img {
 	width:120px;
	height:120px;
}

.gallery-columns-1 .gallery-icon img, .gallery-columns-2 .gallery-icon img  {
 	width:260px;
	height:195px;
}

 
.gallery .gallery-caption {
	border:0;
	padding:2px;
	background:#f1f1f1;
	font-style:italic;
	font-size:11px;
	margin:0;
}
 
.gallery .gallery-icon img {
	border: 1px solid #ccc;
	padding:4px;
}


/******************* Comments ****************************************/

#comments { padding-top:20px; }
#respond{padding:15px 15px 15px 15px; background:#f8f8f8; }	 
#respond:after { content: ".";  display: block; height: 0; clear: both; visibility: hidden;	}
#respond p { margin-bottom:10px;}
ol.commentlist {border-top:solid 1px #ddd; margin:0 0 15px 0 !important; padding:0 !important;}


ol.commentlist li span.avatar img{margin:5px;}
ol.commentlist ul.children{margin:10px 0 0 0 !important;border-top:solid 1px #ddd; padding:0;}
ol.commentlist .thread-odd{background:#f8f8f8;}
ol.commentlist .thread-even .even{background:#fff;}
ol.commentlist .thread-even .odd{background:#f8f8f8}
ol.commentlist .thread-odd .odd{background:#fff;}
ol.commentlist .thread-odd .even{background:#f8f8f8}
.bypostauthor { border-top:2px solid #3baeff; }
ol.commentlist .bypostauthor  span.avatar { border:solid 2px #3baeff;}
.nocomments {text-align: center; margin: 0; padding: 0;	}
b.fn {font-weight:normal;}
span.says { display:none;}
div.comment-metadata{ 
	position: absolute; 
	bottom: 0px; 
	right: 20px; 
	font-size:.8em; 
	margin-bottom: 10px;
	color:#888;
	width: 100%;
    text-align: right;
    color: #787878;
    font-size: 14px;
    font-weight: 300;
}
div.comment-metadata a, div.comment-metadata a:visited {color:#888;}
div.comment-metadata a:hover {color:#000;}


.reply {text-align:right;
	position: absolute;
	right: 20px;
	top: 15px;
	background: url(https://becausestudio.co.uk/wp-content/themes/bitcoin/images/reple_icon.png) 0 0 no-repeat;
	padding: 0 0 0 20px;
}

.comment-content p{
	padding: 0 15px 15px 15px;
	color: #9d9d9d;
	font-size: 16px;
	line-height: 22px;
}
/** Comment Buttons **/

div.reply a.comment-reply-link, div.reply a.comment-reply-link:visited { 
	background: none !important;
	color: #646464;
	font-size: 16px;
	font-weight: 600;
}

div.reply a.comment-reply-link:hover { 
	color:#111; 
}

ol.commentlist li { 
	position:relative !important;
	min-height:90px !important; 
	padding: 10px 0 10px 150px;
	list-style: none !important; 	
}

.comment-body{
	position: relative;
	background: #fff;
	padding-bottom: 15px;
	display: block;
}
.comment-body::before {
    content: "";
	color: blue;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #fff;
	border-bottom: 20px solid transparent;
	position: absolute;
	left: -20px;
	top: 20px;
}

ol.commentlist li .comment-body{
	
}
ol.commentlist li .avatar{
	padding:4px;
	text-align:center;
	background:transparent;
	border:solid 1px #ccc;
	position:absolute;
	left:-150px;
	top:0;
}
ol.children{
	margin-top: 20px;
}
div.comment-author { 
	line-height:1em;  
	padding: 15px;
	color: #646464;
	font-size: 16px;
	font-weight: 600;
}

.comments_box
{ 
width:100%; 
float:left; 
padding:20px 0; 
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
}
.comments_box h2
{ 
color:#454444; 
font-size:26px;
font-weight:300;
margin:0 0 10px 0; 
background:url(https://becausestudio.co.uk/wp-content/themes/bitcoin/images/comment_icon.png) 0 0 no-repeat; 
padding: 0 0 0 45px; 
line-height:32px;
}
.comments_list
{ 
padding:0; 
margin:0; 
list-style:none;
}
.comments_list li
{ 
padding:0; 
margin:0;
}
.first_comment
{ 
width:100%; 
float:left; 
padding:0 0 24px 0;
}
.f_comment_img
{
float:left;
margin: 0 20px 0 0;
}
.f_comment_img img
{
border: 1px solid #e7e7e7;
padding: 5px;
}
.f_comment_img_dec
{ 
width:78%; 
float:right; 
padding:3% 2% 2% 2%; 
background:#fff; 
position:relative;
}
.arrow_left
{ 
position:absolute; 
top:24px; 
left:-21px;
}
.f_comment_img_dec_top
{ 
width:100%; 
float:left; 
padding:0 0 10px 0; 
margin:0;
}
.f_comment_img_dec_top h4
{ 
color:#646464; 
font-size:16px;
font-weight:600; float:left;
}
.reple
{
color:#646464; 
font-size:16px;
font-weight:600; 
float:right; 
background:url(https://becausestudio.co.uk/wp-content/themes/bitcoin/images/reple_icon.png) 0 0 no-repeat; 
padding:0 0 0 20px;
}
.f_comment_img_dec p
{ 
color:#9d9d9d; 
font-size:16px;
line-height:22px;
}
.comment_dty
{ 
width:100%; 	
float:right; 
text-align:right; 
color:#787878; 
font-size:14px; 
font-weight:300;
padding:10px 0 0 0;
}
.second_comment
{
float: right;	
padding: 0 0 24px;
width: 82%;
}
.f_comment_img_dec1
{
background: none repeat scroll 0 0 #fff;
float:right;
padding: 3% 2% 2%;
position: relative;
width: 74%;
}
.f_comment_img_dec1 p
{
color: #9d9d9d;
font-size: 16px;
line-height: 22px;
}
.live_comment
{ 
width:100%; 
float:left; 
padding:40px 0 10px 0;
}
.live_comment h4,.live_comment h3
{ 
color:#454444; 
font-size:26px;
font-family: 'Oswald', sans-serif;
font-weight:300;
padding:0 0 30px 0;
}
.comment_form
{ 
width:100%; 
float:left;
}
.comm_input
{ 
width:46%; 
float:left; 
border:1px solid #e6e6e6; 
background:#fff; 
height:50px; 
line-height:50px; 
padding:0 10px; 
color:#a4a4a4; 
font-size:16px;
outline:none; 
margin:0 0 10px 0;
}
.comm_input1
{ 
width:46%; 
float:right; 
border:1px solid #e6e6e6; 
background:#fff; 
height:50px; 
line-height:50px; 
padding:0 10px; 
color:#a4a4a4; 
font-size:16px;
outline:none; 
margin:0 0 10px 0;
}
.live_comment label{
	display: none;
}
.comment_text,.live_comment textarea
{
width:97%; 
float:left; 
border:1px solid #e6e6e6; 
background:#fff; 
padding:10px 10px; 
color:#a4a4a4; 
font-size:16px;
outline:none; 
margin:0 0 10px 0; 
resize:none;
}
.live_comment .submit,.comment_btn
{ 
color:#fff; 
font-size:26px; 
font-family: 'Oswald', sans-serif;
background:#f7931a; 
text-transform:uppercase; 
border:none; 
border-bottom:3px solid #956e3e; 
cursor:pointer; 
margin:5px 0; 
float:left; 
padding:10px 20px;
}


/* 5. Header
   ----------------------------------------------------------------------------*/

.main-header
{ 
width:100%; 

}
.header_top
{ 
width:100%; 

background:#fff; 
padding:10px 0;
}
.logo{ 
float:left; 
width:315px;
padding: 15px 0 15px 15px;
}

	.logo h1 { 
		line-height:1.1em; 
		font-size:30px; 
		margin:0; 
		padding:0;
	}
	

.hd_account
{ 
width:200px; 
float:left;
}

.arrow
{ 
float:right; 
position:relative; 
width:12px; 
height:7px; 
padding:0px 0 0 0;
}
.arrow_text
{ 
border-top:1px solid #e2e2e2; 
padding:5px 0; 
border-bottom:1px solid #e2e2e2; 
color:#454444; 
font-size:36px;
font-weight:600; 
float:left; 
width:100%; 
margin:5px 0;
line-height:34px;
}
.text1
{ 
font-size:20px !important;
}
.text1 span
{ 
font-size:14px !important;
}

.hd_account_right_top
{ 
width:100%; 
text-align: center;
}
.hd_account_right_top p
{ 
padding:0; 
margin:0; 
color:#454444; 
font-size:14px;
}
.hd_account_right_top p span
{ 
color:#f7931a; 
font-weight:600;
}
.hd_right
{ 
float:right; 
width:468px;
font-size:25px; 
padding-top:15px;
}

.header_bottom
{ 
width:100%; 
float:left; 
background:#f9f9f9;
}

/* Navigation
   ------------------------------*/


.nav_part
{ 
width:100%; 
background:#fff; 
border-top:1px solid #f7931a; 
border-bottom:2px solid #f7931a;
}
.navigation
{ 
width:70%; 
float:left;
}
.search_box
{ 
width:20%; 
float:right; 
padding:5px 0 0 0;
}
.search_input
{ 
width:70%; 
float:left; 
border:1px solid #f2f2f2; 
outline:none; 
padding:0 10px; 
height:38px; 
line-height:36px;
font-family: 'Oswald', sans-serif;
color:#000; 
font-size:16px;
}
.search_btn
{ 
background:url(https://becausestudio.co.uk/wp-content/themes/bitcoin/images/search_icon.png) center center no-repeat #f7931a; 
width:20%; 
float:left; 
height:38px; 
border:none; 
cursor:pointer;
color: #fff;
}
.search_btn:hover
{ 
background:url(https://becausestudio.co.uk/wp-content/themes/bitcoin/images/search_icon.png) 7px 4px no-repeat #333;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display:none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
font-family: 'Oswald', sans-serif;
  padding: 16px 20px;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #454444;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-weight:bold;
   letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.current-menu-item > a {
  color: #fff;
  background:#f7931a;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:999;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}


/* 6. Content Area
   ----------------------------------------------------------------------------*/
   
.main_container
{ 
width:100%; 
overflow:hidden;
background:#f9f9f9; 
padding:30px 0 40px 0;
}

.contentarea
{ 
width:68%; 
float:left;
}
.top_box1
{ 
background:#fff; 
padding:20px; 
width:95%; 
position:relative;
margin-bottom: 20px;
}
.top_box1 h1
{ 
color:#222; 
font-size:32px;
font-weight:600;
margin:0; 
padding:0 0 25px 0; 
text-transform:uppercase;
}
.news
{ 
position:absolute;
right:0; 
top:0;
}
.add_img
{ 
width:100%; 
float:left;
}
.add_img_left
{ 
width:56%; 
float:left; 
position:relative;
}
.add_img_left img
{ 
width:100%; 
position:relative;
min-height: 395px;
}
.add_img_title
{ 
color:#fff; 
font-size:22px;
font-family: 'Oswald', sans-serif;
font-weight:700;
text-align:center; 
position:absolute; 
bottom:0; 
z-index:999; 
width:100%; 
text-transform:uppercase; 
padding:21px 0; 
background:rgba(0, 0, 0,0.5);
margin: -64px 0 0;
}
.add_img_right
{ 
width:43%; 
float:right;
}
.add_img_right_img1
{ 
width:100%; 
float:left; 
position:relative; 
min-height: 194px;
}
.add_img_right_img1 img
{ 
width:100%;
position:relative; 
min-height: 194px;
}
.add_img_title1
{
color:#fff; 
font-size:22px;
font-family: 'Oswald', sans-serif;
font-weight:700;
text-align:center; 
position:absolute; 
border-bottom:0; 
width:98%; 
text-transform:uppercase; 
padding:18px 1%; 
background:rgba(0, 0, 0,0.7);
bottom: 2px;
line-height: 30px;
}

.space
{ 
height:6px; 
width:100%; 
float:left;
}

article.type-post h3, article.type-page h3
{ 
color:#242424; 
font-size:22px;
font-family: 'Oswald', sans-serif;
font-weight:700;
margin:0 0 2px 0; 
}
article.type-post , article.type-page 
{ 
padding:0 0 20px 0; 
border-bottom:1px dashed #ddd;
margin-bottom:20px;
color:#676767;
font-size:15px;
line-height:1.3em;
}

article.type-post p {
	margin-bottom:0;
}

.lft_new_img
{ 
width:26%; 
float:left; 
position:relative; 
overflow:hidden;
}
.lft_new_img img
{ 
width:100%; 
position:relative;
}
.news_icon
{ 
width:50px; 
height:50px; 
border:2px solid #fff; 
text-align:center; 
line-height:50px; 
background:rgba( 255, 255, 255, 0.5); 
color:#fff;
font-size:14px; 
font-weight:600; 
position:absolute; 
top:2px; 
left:2px; 
z-index:99; 
text-transform:uppercase;
}
.shadow
{ 
width:97%; 
min-height:143px; 
position:absolute; 
background:rgba(0, 0, 0, 0.3); 
border:1px solid #fff;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out; 
z-index:9; 
display:none; 
margin:2px;
}
.lft_new_img a:hover .shadow
{
display:block;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.lft_new_img_text
{ 
width:70%; 
float:right;
}
.search_post li{
	background: #fff;
	margin: 10px 0;
	padding:15px !important;
}
.lft_new_img_text_full{
	width:100%; 
}
.lft_new_img_text_full h1,.lft_new_img_text_full h2,.lft_new_img_text_full h3,.lft_new_img_text_full h4,.lft_new_img_text_full h5,.lft_new_img_text_full h6{
	margin: 6px 0;
}
.lft_new_img_text_full h3{
	font-size: 24px;
	line-height: 35px;
	border-bottom: 1px solid #e5e5e5;
}
.lft_new_img_text h3
{ 
color:#242424; 
font-size:22px;
font-weight:700;
padding:0 0 5px 0; 
margin:0; 
line-height:24px;
}
.lft_new_img_text h3 a
{
color:#242424;
}
.lft_new_img_text h3 a:hover
{ 
color:#f7931a;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.new_img_text_cont
{ 
width:100%; 
float:left; 
padding:0 0 5px 0; 
margin:0; 
font-size:13px; 
font-weight:300;
color:#454444;
}

.new_img_text_cont span {
	margin-right:6px;
}

.load_btn
{ 
float:right; 
color:#fff; 
font-size:16px;
text-transform:uppercase; 
background:#f7931a; 
padding:12px 12px; 
margin:20px 0 10px 0; 
}
.load_btn:hover
{ 
background:#333;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}

/* Blog Area */

.blog_top
{ 
width:100%; 
float:left; 
padding:
}
.blog_top_img
{ 
width:98%; 
float:left; 
background:#fff;
border:1px solid #e7e7e7; 
padding:5px;
}
.blog_top_img img
{ 
width:100%;
height: auto;
}
.blog_top_contant
{ 
width:100%; 
float:left;
}
.blog_top_contant_top
{ 
width:100%; 
float:left; 
padding:20px 0 30px 0;
}
.date_time
{ 
float:left; 
margin:0 16px 0 0;
}
.date
{
font-family: 'Oswald', sans-serif;
font-weight:700;
font-size:24px; 
padding:10px 5px; 
background:#eeeeee;
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
}
.year
{ 
background:#f7931a; 
color:#fff;
font-size:14px;
border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
-webkit-border-radius: 0px 0px 4px 4px;
border: 0px solid #000000; 
text-align:center; 
border-top:1px solid #fff;
padding:3px 4px
}
.btct_text
{ 
float:left;
}
.btct_text h2
{ 
color:#454444; 
font-size:30px;
font-weight:300;
text-transform:uppercase; 
font-weight:normal; 
line-height:30px;
}
.btct_text_bottom
{ 
padding:10px 0 0 0;
}
.btct_text_bottom_name
{ 
float:left;
font-size:14px; 
color:#454444; 
padding:0 10px 0 0; 
}
.btct_text_bottom_name span
{ 
color:#d47a0c;
}
.btct_text_bottom_address
{
float:left;
font-size:14px; 
color:#454444; 
padding:0 10px 0 0; 
}
.btct_text_bottom_comment
{
float:left;
font-size:14px; 
color:#454444; 
padding:0 10px 0 0; 
}
.blog_bottom_contant
{ 
	padding:0 0 0 7%;
}


.social_link1
{ 
	width:100%; 
	float:left; 
	padding:10px 0 0 0;
}
.social_link1 img
{ 
	margin:0 5px 0 0;
}
.coomment_part
{ 
	width:100%; 
	float:left; 
	padding:24px 0;
}


/* 7. Sidebar
   ----------------------------------------------------------------------------*/

.sidebar
{ 
width:28%; 
float:right;
min-width: 300px;
}

.widget
{ 
width:93%; 
padding:10px; 
margin:0 0 10px 0; 
background:#fff;
}
.widget_inner
{ 
border:double 3px #e6e6e6; 
margin:10px 0 0 0; 
padding:12px;

}

.widget h3
{ 
color:#454444; 
font-size:20px;
font-family: 'Oswald', sans-serif;
font-weight:700;
padding:0; 
margin:0; 
text-align:center; 
text-transform:uppercase; 
display: table;
text-align: center;
margin: -24px auto 15px auto;
background:#fff; 
padding:2px 10px;
}
.widget  li>a{
  border: 1px solid #dedede;
  padding: 12px 30px 12px 10px;
  background: #f5f5f5;
  color: #919191 !important;
  font-size: 16px;
  line-height: normal;
  position: relative;
  border-radius: 4px;
  display: block;
  text-align: left;
  margin: 10px 0;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.2);
  
}
.widget li>a::after{
	content:"+";
	position: absolute;
	right: 15px;
	top: 25%;
	font-weight: 900;
}
.widget  li>a:hover{
background:#f7931a !important; color:#fff !important;
}
.widget  li>a:focus{
  border: none;
}
.daily_img1
{ 
margin-top: 15px;
text-align:center; 
width:100%;
}

/* Newsletter Widget */

.newsletter
{ 
width:100%; 
float:left; 
padding:5px 0 0 0; 
margin:0; 
text-align:left;
}
.newsletter h2
{ 
color:#454444; 
font-size:14px;
font-weight:700;
padding:0; 
margin:0; 
line-height:24px;
}
.news_input
{ 
width:90%; 
outline:none; 
border:1px solid #efefef; 
padding:0 10px; 
height:40px; 
line-height:40px; 
margin:0 0 5px 0; 
float:left; 
color:#aeaeae; 
font-size:14px;
font-family: 'Oswald', sans-serif;
}
.newsletter_btn
{ 
width:99%; 
height:44px; 
line-height:40px; 
color:#fff; 
font-size:18px;
font-family: 'Oswald', sans-serif;
font-weight:700;
cursor:pointer; 
border:none; 
outline:none; 
border-bottom:3px solid #cb8c40; 
text-transform:uppercase;
background:#f7931a;
}

/*Features */

.features_list
{ 
width:100%; 
float:left; 
margin: 5px 0 0 0; 
padding:0; 
text-align:left;
display: block;
}
.features_list li
{ 
width:100%; 
float:left; 
background:#f7931a; 
margin:0 0 5px 0; 
border-bottom:4px solid #f7931a;
display: block;
}
.features_list_img
{ 
float:left; 
width:35%; 
margin:0 5px 0 0;
}
.right .features_list_img {
	float: right;
}
.features_list_img img
{ 
width:100%;
height: auto;
}
.features_list_img_text,.features_list_img_text a
{ 
color:#fff; 
font-size:16px;
line-height:20px;  
padding: 0 5px 0 0; 
margin:0;
}
.tab_btn
{ 
width:100%; 
float:left;  
margin: 0 0 20px; 
}
.tab_btn ul
{ 
width:100%; 
float:left;
}
.tab_btn ul li
{ 
background:#f8f8f8; 
color:#f7931a; 
height:48px; 
font-size:20px;
font-family: 'Oswald', sans-serif;
font-weight:700;
float:left; 
text-transform:uppercase; 
line-height:48px;
padding: 0 10px;
border-bottom:2px solid #f7931a; 
cursor:pointer;
}
.tab_btn ul li:hover
{ 
background:#f7931a; 
color:#fff;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.select1
{

background:#f7931a !important; 
color:#fff !important;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.show_box1
{ 
width:100%; 
float:left;
}
.features_list1
{
width:100%; 
float:left; 
margin:-10px 0 0 0; 
padding:0; 
text-align:left;
}
.features_list1 li
{ 
width:100%; 
float:left; 
margin: 0 0 15px;
}
.features_list1_img
{ 
float:left; 
width:30%; 
margin:0 5px 0 0;
}
.features_list1 img
{ 
width:100%;
}
.features_list_text
{ 
color:#575757; 
font-size:14px;
line-height:16px;  
padding: 0 5px 0 0; 
margin:0;
}
.show_box2
{ 
width:100%; 
float:left;
}
.site_list
{ 
width:100%; 
float:left; 
padding:0; 
margin:10px 0 0 0; 
text-align:left;
}
.site_list li
{ 
color:#5b5a5a; 
font-size:16px;
background:url(https://becausestudio.co.uk/wp-content/themes/bitcoin/images/bullete.png) 0 6px no-repeat; 
padding:0 0 0 30px; 
margin:0 0 10px 0;
}
.beginner_text
{ 
color:#454444; 
font-size:14px;
margin:-10px 0 0 0; 
padding:0; 
text-align:left;
}
.beginner_select
{ 
width:100%; 
float:left; 
margin:10px 0 0 0;
}
.widget_inner select
{ 
background:url(https://becausestudio.co.uk/wp-content/themes/bitcoin/images/select_bg.jpg) 0 0 no-repeat; 
width:100%; 
height:44px; 
border:none; 
overflow:hidden; 
margin:0 0 10px 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: medium none;
height:44px; 
color:#2f2f2f; 
font-size:16px;
padding:0 10px;
cursor: pointer;
}
.widget_inner .screen-reader-text{
	display: none;
}
.responsive-accordion-panel p
{
color:#575757; 
font-size:14px;
}
.fa-plus
{ 
color:#cccccc !important;
}

/* Social Media Widget */

ul.smedia {
	padding:10px;
	margin:0;
	overflow:hidden;
}

ul.smedia li {
	display:block; 
	float:left;
	padding:6px;
	list-style:0;
	background:0;
	margin:0;
	border:0;
}

ul.smedia li a {
	padding:0;
	background:none;
	margin:0;
	border:0;
	box-shadow:none;
	-moz-box-shadow:none;	
}

ul.smedia li a::after{
	content:"";
}

/* Calendar Widget */

#wp-calendar {
	margin:0 auto;
	width:100%;
}

#wp-calendar caption {
	font-size: 14px;
	margin: 0;
}

#wp-calendar th,
#wp-calendar td {
	padding: 5px;
	text-align: center;
}

/* Category Widget */


.fly_cat .thumb {
	float:left;
	margin:0 10px 2px 0;
	width:100px;
	height:100px;
}

.fly_cat.right  .thumb{
	float:right;
	margin:0 0 2px 10px;
}

.fly_cat  h4 {
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	margin: 0 0 4px 0;
}

.fly_cat span {
	display:block;
	color:#777;
	font-size:14px;
	font-weight:300;
	line-height:1.3em;
}

.fly_cat {
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}

/* Comments Widget */

#recentcomments li.recentcomments{
	background: #eee;
	margin: 2px 0;
	padding: 5px;
}
#recentcomments li.recentcomments a::after{
	content: "" !important;
}
#recentcomments li.recentcomments a{
	color: #f7931a !important;
	border: none;
    padding: 0;
    background: none;
    box-shadow: none;
}
#recentcomments li.recentcomments a:hover{
	background: none !important;
	color: #fff !important;
}
.tagcloud a{
  background: #eee;
  padding: 3px;
  margin: 2px;
  display: block;
  float: left;
}

/* 8. Footer
   ----------------------------------------------------------------------------*/

.main-footer
{ 
width:100%; 
background:#454444; 
padding:12px 0;
overflow:hidden;
}

.main-footer a {
	color:#fff;
}

.main-footer a:hover {
color:#fff;
text-decoration:underline;
}

.main-footer ul.smedia {
	padding:2px;
}

.ft_copy
{ 
float:left; 
color:#fff; 
font-size:14px;
padding:5px 0 0 0; 
font-weight:100;
}
.social_link
{ 
float:right;
}


/************************** error page ************************/
.error_page h1{
	font-size: 30px;
	text-align: center;
	padding: 30px;
}
.error_page p{
	font-size: 24px;
	text-align: center;
	line-height: 35px;
	color: #777;
}
.error_page .searchform{
	  margin: 30px auto;
	  width: 50%;
	  display: block;
	  min-width: 300px;
	  padding-left: 30px;
}
.error_page .searchform .search_btn{
	width: 40px;
}

/*	Responsive Accordion v1.3, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/
//	============================================================================================ */

	.responsive-accordion {
		margin: 0 0 20px 0;
		padding: 0;
		list-style-type: none;
		text-align:left;
	}

	.responsive-accordion li {
		margin: 0 0 10px 0;
		padding: 0;
	}

	.responsive-accordion li:last-child { margin-bottom: 0; }

	.responsive-accordion li .responsive-accordion-head { cursor: pointer; }

	.responsive-accordion li .responsive-accordion-head.active { background:#f7931a !important; color:#fff !important;}

	.responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
		border: 1px solid #dedede;
		padding: 12px 30px 12px 10px;
		background: #f5f5f5;
		color: #919191;
		font-size:16px;
		line-height: normal;
		position: relative;
		border-radius:4px;
		-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.2);
	}

	.responsive-accordion-default.responsive-accordion li .responsive-accordion-head i {
		position: absolute;
		top: 12px;
		right: 10px;
	}

	.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel {
		border: 1px solid #DDD;
		border-top: 0;
		padding: 20px;
		background: #FFF;
	}
	

/* 9. Media Queries
   ----------------------------------------------------------------------------*/
   
	
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

@media only screen and (min-width:320px) and (max-width:768px){

.hd_right .bannerwidget img {
	width:100%;
	height:auto;
}


.wrapper
{ 
padding:0 2%;
}
.logo
{ 
width:100%; 
text-align:center; 
padding:0 0 15px 0;
}
.hd_account
{ 
width:100%; 
display: inline-block;
text-align: center;
}
.hd_account_left
{ 
float:none;
display: inline-block; 
width:24%; 
margin:0 20px 0 0;
}
.hd_account_right
{ 
float:none; 
display:inline-block; 
width:28%;
}
.hd_right
{ 
width:100%;
}
.hd_right_inner
{ 
height:auto; 
padding:10px 0;
}
.navigation
{ 
width:100%;
}	
.search_box
{ 
width:100%;
}
.search_btn
{ 
width:auto; 
padding:0 20px;
}
.search_input
{ 
width:90%;
}
.contentarea
{ 
width:100%;
}
.sidebar
{ 
width:100%;
}
.sidebar .widget
{ 
width:96%;
}
#cssmenu
{ 
background:#f2f2f2 !important;
}
.auther_dec_img_dec
{ 
width:77%;
}
}
@media only screen and (min-width:320px) and (max-width:640px){



.latest_news ul li
{ 
width:91%; 
}
.hd_account_left
{ 
width:42%;
}
.hd_account_right
{ 
width:50%;
}
.top_box1
{ 
width:92%;
}
.search_input 
{
width: 86%;
}
.lft_new_img
{ 
width:100%;
}
.shadow
{
min-height: 358px; 
width:99%;
}
.lft_new_img_text
{ 
width:100%; 
padding:10px 0 0 0;
}
.top_box1 h1
{ 
font-size:24px;
}
.tab_btn ul li
{ 
width:50%; 
padding:0; 
font-size:16px;
}
.add_img_left
{ 
width:100%; 
margin:0 0 5px 0;
}
.add_img_left img
{ 
min-height:0;
}
.add_img_right
{ 
width:100%
}
.blog_bottom_contant
{  
padding: 0 0 0 2%; 
float:left;
}
.f_comment_img_dec 
{
width: 92%;
}
.second_comment
{ 
width:98%;
}
.comm_input
{ 
width:97%;
}
.comm_input1
{ 
width:97%; 
float:left;
}
.auther_dec_img_dec
{ 
width:100%; 
padding:10px 0 0 0;
}
.f_comment_img_dec1
{ 
width:90%;
}
.comm_input
{ 
width:94%;
}
.comm_input1
{ 
width:94%;
}
.comment_text,.live_comment textarea
{ 
width:94%;
}

ol.commentlist li{
	padding: 10px 0 10px 30px !important;
	margin-top: 130px;
}
ol.commentlist li .avatar{
	top: -115px !important;
	left: -20px !important;
}

}

@media only screen and (min-width:320px) and (max-width:480px){
.header_top
{ 
padding:10px 0;
}
.arrow_text
{ 

font-size: 24px;
}
.search_input
{ 
width:76%; 
margin:0 0 0 5%;
}
.top_box1 h1
{ 
font-size:20px;
}	
.shadow
{ 
border:none; 
width:100%;
}
.ft_copy
{ 
width:100%; 
text-align:center;
}
.social_link 
{
display: inline-block;
float: right;
text-align: center;
width: 100%; 
padding:10px 0 0 0;
}
.facebook
{ 
float:none; 
display:inline-block;
}
.twitter
{ 
float:none; 
display:inline-block;
}
.google
{ 
float:none; 
display:inline-block;
}
.top_box1
{ 
width:87%;
}
.top_box1 h1
{ 
font-size:13px;
}
.search_input 
{
margin: 0 0 0 5%;
width: 71%;
}
.widget
{ 
width:94%;
}
.add_img_title1
{ 
font-size:16px;
}
.add_img_title
{ 
font-size:16px;
}


}

@media only screen and (min-width:769px) and (max-width:1029px){

.hd_right .bannerwidget img {
	width:100%;
	height:auto;
}

.wrapper
{ 
padding:0 2%;
}
.contentarea
{ 
width:56%;
}
.sidebar
{ 
width:40%;
}
.tab_btn ul li
{
width: 48%; 
padding: 0 2px; 
font-size:16px;
}
.search_box
{ 
width:28%;
}
.search_input
{ 
width:64%;
}
#cssmenu > ul > li > a 
{
font-size: 13px !important; 
padding: 16px  20px 20px 14px !important;
}
.top_box1 h1
{ 
font-size:20px;
}
.logo
{ 
width:30%;
}
.arrow_text
{ 
font-size:28px;
}
.hd_right
{ 
width:30%;
}
.hd_right_inner
{ 
font-size:18px;
}
.add_img_left
{ 
width:100%; 
margin:0 0 5px 0;
}
.add_img_left img
{ 
min-height:0;
}
.add_img_right
{ 
width:100%;
}
.f_comment_img_dec 
{
width: 92%;
}
.second_comment
{ 
width:98%;
}
.comm_input
{ 
width:97%;
}
.comm_input1
{ 
width:97%; 
float:left;
}
.auther_dec_img_dec
{ 
width:100%; 
padding:10px 0 0 0;
}
.f_comment_img_dec1
{ 
width:90%;
}
.comm_input
{ 
width:94%;
}
.comm_input1
{ 
width:94%;
}
.comment_text,.live_comment textarea
{ 
width:94%;
}
	
}