/*
Theme Name:generatepress-child
Template:generatepress
Version:3.0.3
*/
/*****************************************
GENERAL
*****************************************/
/* header > logo */
@media (max-width: 768px) {
.site-branding-container {
	display: block;
	text-align: center;
	width: 100%;
}
.site-logo {
    display: block;
	margin-right: 0 !important;
}
.site-description {
    display: block;
}
.main-navigation .menu-toggle, .sidebar-nav-mobile:not(#sticky-placeholder) {
	position: absolute;
	right: 10px;
}
}
.site-header .header-image {
    width: 120px;
}
/* search */
.aws-wrapper::before{
	font-family: "Font Awesome 5 Free";
	content: "\f002";

	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: bold;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 16px;
	margin-right: 4px;
}
.aws-container .aws-search-field{
	border-radius: 5px !important;
	width: calc(100% - 20px);
    max-width: calc(100% - 20px);
	display: inline-block;
}
/*****************************************************
BASIC
*****************************************************/
.btn {
	display: inline-block;
	position: relative;
	padding: 0.3em 0.5em;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
	text-decoration: none;
	color: #fff;
	background: #fb9439;
	border-radius: 5px;
	text-decoration: none;
	vertical-align: middle;
}
.btn:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
 

  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  margin: -0.3em 0 0 0.3em;
  vertical-align: middle;
}
/*****************************************
PRODUCT CATEGORY
*****************************************/
#product-category #content ul {
	list-style: none;
}
#product-category #content ul li {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
}
/*****************************************
CONTACT
*****************************************/
#contact .hissu {
	color: #f00;
	font-size: 10px;
	padding-left: 0.5em;
}
#contact .your-email {
	width: 100%;
}
#contact .btn-1, #contact .btn-2, #contact .btn-3 {
	font-size: 14px;
	margin: 0 0.3em;
	border-radius: 5px;
	color: #fff;
}
#contact .btn-1 {
	background: #36F;
}
#contact .btn-2 {
	background: #FF6600;
}
#contact .btn-3 {
	background: #6B8E23;	
}