/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/

body{
	background-color:#fff;
}

header {
	background-image:url(images/bg-03.jpg);
}
.mylogo{
	max-width: 312px;
}

.mylogo-foot{
	margin-bottom: 30px;
}

.main-navigation{
	background-color:#7b5544;
}

.main-navigation a{
	color:#e73562;
}

#main{
	background-color:#fff;
	padding: 1em;
	border-radius: 8px;
}

.page-title{
	background-color:#fff;
	padding:1em  !important;
}

.topix{
	width:32%;
	float:left !important;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-right:3px;
	padding:2%;
}
.myblog{
	width:49%;
	float:left !important;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-right:3px;
	padding:2%;
	margin-bottom: 20px;
	min-height: 180px;
}


@media screen and (max-width: 760px) {
	.myblog{
	width:98%;
	float:left !important;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-right:3px;
	padding:2%;
	margin-bottom: 20px;
	min-height: 180px;
	}
}
@media screen and (max-width: 480px) {
	.myblog{
	width:98%;
	float:left !important;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-right:3px;
	padding:2%;
	margin-bottom: 20px;
	min-height: 180px;
	}
}
@media screen and (max-width: 320px) {
	.myblog{
	width:98%;
	float:left !important;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-right:3px;
	padding:2%;
	margin-bottom: 20px;
	min-height: 180px;
	}
}





.blogh2,
.entry-title,
.item_page_title{
	padding: .5em .75em;
	background-color: #fbdac8;
	border-radius: 6px;
	margin: 20px 0;
}

footer{
	background-color: #7b5544;
}

.sub-menu{
	color:#7b5544;
}

.bnr1{
  width:300px;
}

.btn-my{
  border:1px solid #999;
  padding:10px 20px;
  float:left;
  margin:10px;

}





}


