@import "import/carousel.css";
@import "import/buttons.css";
@import "import/forms.css";
@import "import/pagination.css";
@import "import/breadcrumb.css";

/**
 * Common
 * =========================================== */
body {
	font-family: 'Poppins', sans-serif;
	color: #222;
	font-size: 16px;
}
a,
a:hover {
	color: #bea795;
}

/**
 * Typography
 * =========================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Prata', serif;
}

/**
 * Header
 * =========================================== */
.header {
	background-color: #fff;
	position: relative;
	z-index: 16;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.header-jumbotron {
	padding: 150px 0;
}
.entry-heading h1,
.entry-heading h2 {
	font-size: 35px;
}
@media (max-width: 991px) {
	.header-jumbotron {
		padding: 70px 0;
	}
}
@media (max-width: 575px) {
	.entry-heading h1,
	.entry-heading h2 {
		font-size: 26px;
	}
}

/**
 * Navbar
 * =========================================== */
.navbar {
	border-bottom: 1px solid #222;
}
.navbar > .container {
	display: block;
}
.navbar-logo {
	display: inline-block;
	vertical-align: top;
	padding: 30px 15px;
}
.navbar-collapse {
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.navbar-nav > li {
	padding: 70px 15px;
}
.navbar-nav-right > li {
	padding-left: 8px;
	padding-right: 8px;
}
.navbar-nav li a {
	position: relative;
}
.navbar-nav > li > a {
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.navbar-nav > li > a:focus {
	outline: none;
}
.navbar-nav li a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: transparent;
	transition: background-color .3s;
}
.navbar-nav .active a:after,
.navbar-nav li a:hover:after {
	background-color: #000;
}
.navbar-nav li .dropdown-toggle:after {
	width: auto;
	border: 0;
	margin-left: auto;
}
.navbar-nav-right > li > .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-nav-right > .dropdown-language > .dropdown-menu,
.navbar-nav-right > .dropdown-valute > .dropdown-menu {
	width: auto;
	min-width: inherit;
}
.navbar-nav .dropdown-menu {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: #f5f5f5;
}
.navbar-nav .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
}
.navbar-nav .dropdown-menu > li {
	padding: 5px 25px;
	position: relative;
}
.navbar-nav .dropdown-menu > li > a {
	color: #212122;
	font-size: 14px;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.navbar .show .dropdown-menu > li > a:hover {
	background-color: transparent;
}
.dropdown-cart .dropdown-menu {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
}
.dropdown-cart > a > .count {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding: 0 5px;
	margin-left: 4px;
	position: relative;
	top: -1px;
	height: 18px;
	min-width: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 9px;
	background-color: #000;
	color: #fff;
	font-weight: normal;
}
.dropdown-cart .dropdown-menu > p {
	margin-bottom: 0;
}
.navbar-nav .nav-item-search {
	padding-right: 15px;
}
.navbar-nav .nav-item-search .fa-search {
	font-size: 16px;
	position: relative;
	bottom: -1px;
}
.navbar-nav.justify-content-end li:last-child .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-nav.justify-content-end li:last-child .dropdown-menu .dropdown-menu {
	right: 100%;
}
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler-icon {
	position: relative;
	padding: 5px 0;
}
.navbar-toggler-icon > span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
	position: relative;
	top: 0;
	-webkit-transition: transform .3s ease 0s, top .3s ease .3s;
			transition: transform .3s ease 0s, top .3s ease .3s;
}
.navbar-toggler-icon > span + span {
	margin-top: 7px;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon > span:nth-child(1) {
	top: 9px;
	transform: rotate(45deg);
	transition: top .3s ease 0s, transform .3s ease .3s;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon > span:nth-child(2) {
	opacity: 0;
	transform: scale(0);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon > span:nth-child(3) {
	top: -9px;
	transform: rotate(-45deg);
	transition: top .3s ease 0s, transform .3s ease .3s;
}
@media (min-width: 1200px) {
	.navbar > .container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 991px) {
	.navbar {
		padding-left: 30px;
		padding-right: 30px;
		background-color: rgba( 255, 255, 255, .8);
	}
	.navbar .container {
		max-width: initial;
	}
	.navbar .container > .row {
		position: relative;
	}
	.navbar .navbar-collapse {
		position: absolute;
		top: 8px;
		left: -15px;
		right: -15px;
		background-color: #fff;
		padding: 0;
		border-top: 1px solid #dcdcdc;
	}
	.navbar .navbar-collapse > div:first-child {
		padding-top: 20px;
	}
	.navbar .navbar-collapse > div:last-child {
		padding-bottom: 20px;
	}
	.navbar-logo {
		display: none;
	}
	.navbar-nav > li {
		padding: 10px 0;
		text-align: center;
	}
	.navbar-nav > li > a {
		font-size: 18px;
		display: inline-block;
	}
	.navbar-nav .dropdown-menu {
		padding: 0;
		margin: 0;
		display: block;
		max-height: 0;
		overflow: hidden;
		transition: all .3s;
	}
	.navbar-nav .dropdown-menu > li:first-child {
		margin-top: 10px;
	}
	.navbar-nav .dropdown-menu.show {
		max-height: 300px;
	}
	.navbar-nav .dropdown-menu > li {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav .dropdown-menu > li > a {
		font-size: 16px;
	}
	.navbar-nav .nav-item-search {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
				 order: 13;
	}
	.navbar-nav .dropdown-menu {
		text-align: center;
	}
	.navbar-toggler {
		padding: .25rem .25rem;
	}
	.navbar-nav .nav-item-search .fa-search {
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.navbar {
		padding: 0;
	}
	.navbar-brand {
		display: none;
	}
	.navbar .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-nav .dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		margin-top: 30px;
		transition: all .3s;
	}
	.navbar-nav .dropdown.show > .dropdown-menu,
	.navbar-nav .dropdown-menu > li.show > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}
	.navbar-nav > li > .dropdown-menu {
		padding-top: 20px;
		padding-bottom: 20px;
		width: 250px;
	}
}
@media (max-width: 575px) {
	.navbar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar .navbar-collapse {
		left: 0;
		right: 0;
	}
}

/**
 * Sections
 * =========================================== */
section[class^="section-"] {
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-heading {
	text-align: center;
	padding-bottom: 70px;
}
.section-heading > h2 {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 36px;
	color: #222;
	letter-spacing: 0.1rem;
	position: relative;
	padding: 0 125px;
}
.section-heading > h2:before,
.section-heading > h2:after {
	content: '';
	width: 95px;
	height: 1px;
	top: 45%;
	position: absolute;
	background-color: #c2c1c1;
}
.section-heading > h2:before {
	left: 0;
}
.section-heading > h2:after {
	right: 0;
}
@media(max-width: 991px) {
	.section-heading > h2 {
		font-size: 30px;
		padding: 0 70px;
	}
	.section-heading > h2:before,
	.section-heading > h2:after {
		width: 50px;
	}
}
@media(max-width: 575px) {
	.section-heading > h2 {
		font-size: 24px;
	}
}
@media(max-width: 400px) {
	.section-heading > h2 {
		font-size: 20px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.section-heading > h2:before,
	.section-heading > h2:after {
		width: 15px;
	}
}

/**
 * Icons
 * =========================================== */
.main-carousel + .section-icons {
	padding-top: 100px;
}
.icons-item {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin: 0 auto;
	max-width: 300px;
	letter-spacing: 1px;
}
.icons-item > i {
	font-size: 38px;
	color: #bea795;
}
.icons-heading {
	padding: 25px 0 17px;
}
.icons-heading > h5 {
	font-size: 18px;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 10px;
	color: #222;
}
.icons-heading h5:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: #bea795;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
.icons-heading > span {
	font-weight: 300;
}
.icons-item > p {
	line-height: 1.8;
}
@media (max-width: 767px) {
	.icons-item {
		margin-bottom: 40px;
	}
}

/**
 * Products
 * =========================================== */
.product-item {
	margin-bottom: 30px;
	padding-bottom: 20px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	transition: all .3s;
}
.product-image {
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}
.product-link {
	display: block;
}
.product-link:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s;
	background-color: rgba(33, 33, 33, 0);
}
.product-image:hover .product-link:after {
	background-color: rgba(33, 33, 33, .25);
}
.product-actions {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 20px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.product-image:hover .product-actions {
	opacity: 1;
	visibility: visible;
	margin-top: -20px;
}
.product-actions > a {
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #222;
	background-color: #fff;
	font-size: 17px;
	transition: all 0.3s;
	position: relative;
}
.product-actions > a + a {
	margin-left: 6px;
}
.product-actions > a:hover {
	color: #fff;
	background-color: #bea795;
}
.product-actions > a > i {
	line-height: 40px;
}
.product-info {
	font-size: 14px;
}
.product-name {
	color: #222;
}
.product-price {
	font-weight: bold;
}
.ajax-load.loading > [class^="col-"] {
	position: relative;
}
.ajax-load.loading > [class^="col-"]:before {
	content: '\f1ce';
	font-family: 'Font Awesome';
	font-weight: normal;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -45px;
	left: 0;
	width: 100%;
	font-size: 60px;
	text-align: center;
	color: rgba(34, 34, 34, .5);
	-webkit-animation: fa-spin 1s infinite linear;
			animation: fa-spin 1s infinite linear;
}
.ajax-load .product-item {
	opacity: 1;
}
.ajax-load.loading .product-item {
	opacity: 0.2;
	pointer-events: none;
	user-select: none;
}
@media (max-width: 991px) {
	.product-actions {
		opacity: 1;
		visibility: visible;
		margin-top: -20px;
	}
}
@media (max-width: 767px) {
	.product-actions > a {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}
}

/**
 * Filter Menu
 * =========================================== */
.nav-filter {
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}
.nav-filter > li {
	padding: 10px 22px;
}
.nav-filter > li > a {
	color: #222;
	padding: 0;
}
.nav-filter > li > a:hover,
.nav-filter > li > .active {
	text-decoration: none;
	color: #bea795;
}

/**
 * Banner
 * =========================================== */
.section-banner {
	background-color: #d0cfd1;
	background-position: center center;
	background-size: cover;
}
.section-banner > .container > .row {
	min-height: 300px;
}
.banner-content {
	color: #fff;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
}
.banner-content > h2 {
	font-size: 36px;
	letter-spacing: 1.5px;
	margin-bottom: 20px
}
.banner-content > p {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.8;
}
.banner-actions {
	margin-top: 40px;
}
@media (max-width: 575px) {
	.banner-content > h2 {
		font-size: 24px;
	}
	.section-banner > .container > .row {
		min-height: auto;
	}
	.banner-content {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.banner-actions {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	.banner-actions .btn {
		min-width: 150px;
	}
	.banner-actions .btn + .btn {
		margin-left: auto;
		margin-top: 15px;
	}
}

/**
 * Collection
 * =========================================== */
.section-collection {
	margin-top: 100px;
}
.collection-masonry {
	margin-left: -15px;
	margin-right: -15px;
}
.collection-masonry:before,
.collection-masonry:after {
	content: '';
	display: table;
	clear: both;
}
.collection-col {
	float: left;
	width: 50%;
	position: relative;
	min-height: 100px;
}
.collection-col:nth-child(4n+3) {
	float: right;
}
.collection-col:after {
	content: '';
	display: block;
}
.collection-col:nth-child(2n+1):after {
	padding-top: 70%;
}
.collection-col:nth-child(2n+2):after {
	padding-top: 50%;
}
.collection-item {
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 30px;
	overflow: hidden;
}
.collection-item:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(33, 33, 33, 0);
	transition: all .3s;
	z-index: 1;
}
.collection-item:hover:after {
	background-color: rgba(33, 33, 33, .25);
}
.collection-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 5s;
	transform: scale(1);
}
.collection-item:hover .collection-image {
	transform: scale(1.2);
}
.collection-info {
	position: absolute;
	z-index: 2;
	top: 20%;
	left: 0;
	font-size: 14px;
	color: #999;
}
.collection-name {
	display: inline-block;
	vertical-align: top;
	background-color: #222;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	padding: 3px 15px 2px;
	transition: all .3s;
}
.collection-item:hover .collection-name {
	padding-left: 50px;
}
.collection-count {
	display: block;
	letter-spacing: 2px;
	padding: 7px 15px;
	transition: all .3s;
}
.collection-item:hover .collection-count {
	color: #fff;
}
@media (max-width: 767px) {
	.section-collection {
		margin-top:  40px;
	}
	.collection-col {
		width: 100%;
		float: none;
	}
	.collection-col:nth-child(4n+3) {
		float: none;
	}
}

/**
 * Articles
 * =========================================== */
.article-link {
	display: block;
	position: relative;
	overflow: hidden;
}
.article-link:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(33, 33, 33, 0);
	transition: all .3s;
	z-index: 1;
}
.article-link:hover:after {
	background-color: rgba(33, 33, 33, .25);
}
.article-image {
	display: block;
	max-width: 100%;
	height: auto;
	transition: all 5s;
	transform: scale(1);
}
.article-link:hover .article-image {
	transform: scale(1.2);
}
.article-categories {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 20px 0 10px;
}
.article-categories > a {
	color: #999;
}
.article-categories > a + a {
	margin-left: 10px;
}
.article-item h4 {
	font-size: 18px;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}
.article-item h4 > a {
	color: #222;
}
.article-tags {
	font-size: 12px;
	margin-bottom: 25px;
}
.article-tags > span {
	color: #999;
}
.article-tags a {
	color: #222;
}
.article-tags a:hover {
	color: #bea795;
	text-decoration: none;
}
.article-excerpt {
	color: #999;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
}
.article-more {
	font-size: 14px;
	color: #222;
}
.article-more:hover {
	text-decoration: none;
	color: #bea795;
}
.article-more:after {
	content: "\F178";
	font-family: 'Font Awesome';
	font-weight: 300;
	font-size: 17px;
	padding-left: 6px;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.article-item {
		margin-bottom: 50px;
	}
	.article-image {
		width: 100%;
	}
}

/**
 * Modal Search
 * =========================================== */
.modal-search {
	min-height: 320px;
	background-color: rgba(0, 0, 0, .8);
}
.modal-search.fade {
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
}
.modal-search.fade.show {
	visibility: visible;
	opacity: 1;
}
.modal-search.fade .modal-dialog {
	transform: inherit;
}
.modal-search.fade .modal-content {
	transition: all .3s;
	transform: scale(1.2);
}
.modal-search.show .modal-content {
	transform: scale(1);
}
.modal-search .modal-content {
	background-color: transparent;
	border: 0 solid transparent;
}
.modal-search .modal-title {
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 30px;
	font-size: 2rem;
}
.modal-search .form-control {
	border-color: #fff;
	color: #fff;
}
.modal-search-close {
	display: block;
	margin: 15px auto;
	width: 50px;
	height: 50px;
	margin-bottom: -80px;
	font-weight: 300;
	font-size: 46px;
	font-family: 'Font Awesome';
	cursor: pointer;
	color: #fff;
	line-height: 1;
	text-align: center;
	transition: color .3s;
}
.modal-search-close:before {
	content: '\f00d';
}
.modal-search-close:hover {
	color: #bea795;
}
.modal-image-item {
	display: block;
	max-width: 100%;
	height: auto;
}
.modal-image .modal-dialog {
	height: 100%;
	max-height: 100%;
	width: 100%;
	max-width: inherit;
	margin: 0;
}
.modal-image .modal-content {
	height: 100%;
	background-color: transparent;
	border: 0;
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
.modal-image .modal-body {
	height: 100%;
}
.modal-image .modal-image-item {
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.modal-image.fade {
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
}
.modal-image.fade.show {
	visibility: visible;
	opacity: 1;
}
.modal-image.fade .modal-dialog {
	transform: inherit;
}
.modal-image.fade .modal-content {
	transition: all .3s;
	transform: scale(.8);
}
.modal-image.show .modal-content {
	transform: scale(1);
}
.modal-image-close {
	display: block;
	width: 50px;
	height: 50px;
	font-weight: 300;
	font-size: 46px;
	font-family: 'Font Awesome';
	cursor: pointer;
	color: #fff;
	line-height: 1;
	text-align: center;
	transition: color .3s;
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
}
.modal-image-close:before {
	content: '\f00d';
}
.modal-image-close:hover {
	color: #bea795;
}

/**
 * Instragram
 * =========================================== */
.section-instagram {
	padding-bottom: 0;
}
.instagram-item {
	overflow: hidden;
	position: relative;
}
.instagram-item > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.instagram-item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(33, 33, 33, 0);
	transition: all .3s;
	z-index: 1;
}
.instagram-item:hover:before {
	background-color: rgba(33, 33, 33, .25);
}
.instagram-item:after {
	content: '\f06e';
	font-family: 'Font Awesome';
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
	z-index: 2;
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
}
.instagram-item:hover:after {
	opacity: 1;
}
.instragram-footer {
	text-align: center;
	background-color: #222;
	padding: 35px 15px;
}
.instragram-footer h2 {
	font-family: 'Poppins';
	font-size: 18px;
	color: #fff;
	letter-spacing: 4px;
	font-weight: normal;
	text-transform: uppercase;

}
.instragram-footer p {
	margin: 0;
}
.instragram-footer a {
	color: #fff;
}
.instragram-footer a:hover {
	text-decoration: none;
	color: #bea795;
}
@media (max-width: 575px) {
	section.section-instagram {
		padding-top: 0;
		padding-bottom: 0;
	}
	.instagram-images {
		flex-wrap: wrap;
	}
	.instagram-item {
		width: 33.33333333%;
	}
}

/**
 * Main
 * =========================================== */
.main {
	padding-top: 150px;
}
@media (max-width: 991px) {
	.main {
		padding-top: 70px;
	}
}

/**
 * Footer
 * =========================================== */
.footer {
	background-color: #fff;
	padding: 35px 0;
}

/**
 * Social Menu
 * =========================================== */
.social-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.social-menu > li {
	padding: 10px;
}
.social-menu > li + li {
	margin-left: 5px;
}
.social-menu > li > a {
	color: #222;
	transition: all .3s;
}
.social-menu > li > a:hover {
	color: #bea795;
}
@media (max-width: 767px) {
	.social-menu {
		font-size: 24px;
	}
}

/**
 * Widgets
 * =========================================== */
.widget-title {
	font-family: 'Poppins';
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 25px;
	color: #222;
}
.footer-widget {
	color: #999;
	font-size: 14px;
}
.footer-widget {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-widget .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}
.footer-widget .menu:before,
.footer-widget .menu:after {
	content: '';
	display: table;
	clear: both;
}
.footer-widget .menu > li {
	float: left;
	width: 50%;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding-bottom: 12px;
}
.footer-widget .menu > li > a {
	color: #000;
}
.footer-widget .menu > li > a:hover {
	text-decoration: none;
	color: #bea795;
}
.widget_nav_menu:first-child > div:first-child {
	margin-top: 48px;
}
@media (max-width: 767px) {
	.widget_nav_menu:first-child > div:first-child {
		margin-top: 0;
	}
	.footer-widget .subscribe-form .form-control,
	.footer-widget .subscribe-form .input-group-append,
	.footer-widget .subscribe-form .input-group-append .btn {
		width: 100%;
		display: block;
		margin-left: 0;
	}
	.footer-widget .subscribe-form .input-group-append .btn {
		padding-top: 9px;
		padding-bottom: 9px;
	}
}
@media (max-width: 360px) {
	.footer-widget .menu > li {
		float: none;
		width: auto;
	}
}