/*

Theme Name: BabyCare

Theme URI: https://www.bkns.vn/

Author: the BKNS team

Author URI: http://www.bkweb.vn/

Description:

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: bkns

Text Domain: bkns



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/

/* Header */

/* Site header */

/* Line head */

.line-head {
	background: #e44b8e;
	color: #fff;
	padding: 6px 0;
	min-height: 25px;
}

.line-head-area {
	width: 100%;
	text-align: right;
}

.line-head-area a {
	color: #fff;
}

.menu-top {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.menu-top li {
	display: inline-block;
	list-style: none;
	padding: 0 10px;
}

/* Header */
.site-header {
	padding: 0;
	background: url(images/bg-menu.png) no-repeat bottom center #effdfe;
}

.site-header-area {
	width: 100%;
	margin-bottom: 15px;
}

.site-banner {
	width: 100%;
	text-align: center;
}

.site-banner .banner-img {
	margin-top: -20px;
	display: inline-block;
}

.logo {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}

.logo img {
	max-width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 10px 0;
}

.site-description {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.main-navigation .quick-search {
	float: right;
}

.quick-search .screen-reader-text {
	display: none;
}

.quick-search .input-text {
	border: 1px solid #fccfe1;
	padding: 5px;
	display: inline-block;
	border-radius: 4px 0 0 4px;
	line-height: 20px;
	vertical-align: middle;
	float: left;
	border-right: none;
	background: #fde8f2;
}

.quick-search .button {
	border: none;
	background: #e44b8e;
	color: #fff;
	display: inline-block;
	height: 32px;
	width: 30px;
	text-align: center;
	line-height: 32px;
	vertical-align: middle;
	font-size: 16px;
	float: left;
	border-radius: 0 5px 5px 0;
}

#show_quicksearch {
	position: relative;
	float: right;
	padding: 2px 8px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	background-color: #FBD626;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 20px;
	color: #fff;
	display: none;
}

@media (max-width:999px) {
}

@media (max-width:767px) {
	.site-banner .banner-img {
		margin-top: 5px;
	}

	.main-navigation .quick-search {
		padding-top: 10px;
	}

}

/* Home */
.home-header {
	margin-bottom: 15px;
}

.product-nav-wrap {
	width: 100%;
	border: 1px solid #ccc;
}

.product-nav-wrap h3 {
	background: #fbd626;
	color: #098b45;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0;
	padding: 10px 0 10px 15px;
	font-weight: bold;
}

.product-nav-container {
	padding: 0;
}

.product-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

.product-nav > li {
	border-bottom: 1px dotted #ccc;
	padding: 0 10px;
	position: relative;
}

.product-nav > li > a {
	color: #333;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}

.product-nav > li .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 180px;
	background: #FFF;
	border: 1px solid #e3e3e3;
	list-style: none;
	margin: 0;
	padding: 0;
	clip: rect(1px, 1px, 1px, 1px);
	z-index: 9999;
}

.product-nav li:hover > ul,
.product-nav ul li:hover > ul,
.product-nav .focus > ul,
.product-nav .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.product-nav .sub-menu li {
	position: relative;
}

.product-nav .sub-menu li a {
	color: #333;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	padding: 12px 30px 12px 30px;
	white-space: nowrap;
	text-align: left;
}

.product-nav .sub-menu li a:hover {
	background: #098B45;
	color: #fff;
}

.customer-item {
	background-color: #fde8f2;
	border-radius: 5px;
	padding: 10px;
}

.customer-item .c-thumnail {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.customer-item .c-title {
	color: #f762a3;
	font-weight: bold;
	font-size: 22px;
	margin-top: 30px;
}

.customer-item .c-title a {
	color: #f762a3;
}

.customer-item .c-detail {
	margin-bottom: 0;
}

.customer-item .c-detail a {
	display: inline-block;
	background: #aac72b;
	color: #fff;
	padding: 3px 10px;
	border-radius: 5px;
}

@media (max-width:767px) {
	.product-nav-wrap {
		margin-bottom: 15px;
	}

	.customer-item .c-title {
		margin-top: 0;
		text-align: center;
	}

	.customer-item .c-detail {
		margin: 10px 0;
		text-align: center;
	}

}

/* Content */
.site-content-wrap {
	background: url(images/bg-repeat.png) repeat-x top;
}

.site-content {
	width: 100%;
	padding: 30px 0 15px 0;
}

.content-area {
	padding: 0;
}

.site-main {
	width: 100%;
	margin-bottom: 15px;
}

/* Footer */
.site-footer {
	width: 100%;
	padding: 0;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.4);
}

.site-info {
	text-align: center;
	color: #ffcc00;
	font-weight: bold;
}

.site-info p {
	margin-bottom: 5px;
	font-size: 14px;
}

.face-link {
	display: inline-block;
	width: 100%;
	text-align: center;
}

p.hotline {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.widget-footer-fullwidth {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.widget-footer-area {
	padding: 40px 40px 25px 40px;
}

.widget-footer {
	width: 100%;
	margin-bottom: 15px;
}

.widget-footer-title {
	font-size: 18px;
	margin: 0 0 15px 0;
	color: #e44b8e;
	font-weight: normal;
	text-transform: uppercase;
}

.widget-footer-title img {
	margin-right: 10px;
}

.widget-footer-content {
	padding-left: 35px;
}

.widget-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-footer ul li {
	line-height: 2em;
}

.widget-footer ul li a {
	color: #333333;
}

.footer-line {
	padding: 8px 0;
	color: #333;
	border-top: 1px solid #ffffff;
	font-weight: bold;
}

.footer-line p {
	margin: 0;
}

.footer-line p a {
	color: #333;
	font-weight: bold;
}

/* home */

/* home widgets */

.widget-home {
	width: 100%;
	margin-bottom: 15px;
}

.content-area .widget-home:last-child {
	margin-bottom: 0;
}

.widget-home h3.widget-home-title {
	position: relative;
	margin: 0 0 5px 0;
	padding: 20px 0 0 30px;
	height: 47px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/bg-title.png) no-repeat left center;
	border-bottom: 1px solid #f762a3;
}

.widget-home h3.widget-home-title a,
.widget-home h3.widget-home-title a:hover {
	color: #ffffff;
}

.widget-home-content {
	background-color: #f2f2f2;
	padding: 10px;
	border-radius: 5px;
}

/* home news */
.home-news {
	background-image: url(images/bg-area.png);
	background-color: #f2f2f2;
	padding: 40px 0 30px 0;
	border-top: 1px solid #e6e6e6;
}

.home-news header h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.home-news header h3 a {
	color: #333;
	text-decoration: none;
}

.home-news article {
	width: 100%;
}

.home-news article ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-news article ul li {
	padding: 5px 0;
}

.home-news article ul li a {
	color: #454545;
}

/* gallery widget */
.gallery-widget {
	padding: 0 4px 4px 4px;
}

.gallery-widget a {
	display: inline-block;
	float: left;
	width: 50%;
	padding: 4px;
	overflow: hidden;
}

.gallery-widget a span {
	background: #fff;
	height: 80px;
	width: 100%;
	display: inline-block;
}

.gallery-widget a img {
	max-width: 100%;
}

/* list supporter */
.list-supporter {
	padding: 15px;
}

.list-supporter .supporter {
	padding: 10px 0;
	border-bottom: 1px dotted #848893;
}

.list-supporter .supporter label.name {
	color: #bb8d73;
}

/* -------------------------------------------------------------

--- Libs -------------------------------------------------------

---------------------------------------------------------------- */
.search-field {
	background: #f8f8f8;
	border: #e3e3e3 1px solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	margin: 0;
	padding: 5px;
}

::-webkit-input-placeholder {
	font-weight: normal;
}

:-moz-placeholder {

	/* Firefox 18- */

	font-weight: normal;
}

::-moz-placeholder {

	/* Firefox 19+ */

	font-weight: normal;
}

:-ms-input-placeholder {
	font-weight: normal;
}

.search-submit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7e7e7e;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
}

/* footer social */
.social-link {
	padding: 5px 0;
	position: fixed;
	top: 20%;
	left: 5px;
	width: 35px;
}

.social-link a {
	margin-bottom: 2px;
	background: #ffffff;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	padding: 0;
}

.social-link a:hover {
	color: #454545;
	background: #ddd;
}

.social-link a i {
	font-size: 20px;
}

.social-link .btn-facebook {
	background: #3a589b;
}

.social-link .btn-rss {
	background: #fd9f13;
}

.social-link .btn-twitter {
	background: #28aae0;
}

.social-link .btn-youtube {
	background: #cf3427;
}

.social-link .btn-google-plus {
	background: #da6245;
}

.social-link .btn-flickr {
	background: #025FE0;
}

.social-link .btn-linkedin {
	background: #0085AF;
}
