body{
	font-size: 17px;
}

a {
	color:#5f5f5f;
}

.pe-7s-wine:before{content: "\e6c9";}

::selection {
    color: #fff;
    background-color: #444
}
.form-control::selection{
	color: #444;
	background-color: #999;
}

/* header */
.nk-header{
	position: relative;
	background-color: white;
}
.nk-header .nk-navbar{
	padding:0;
}

.nk-header .nk-navbar .nk-nav-logo img{
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}

.nk-header .nk-navbar.nk-navbar-fixed .nk-nav-logo,
.nk-header .nk-navbar.nk-navbar-fixed .nk-nav-logo img{
	opacity: 1;
	width: 300px;
}

@media screen and (max-width: 991px) {	/* hidden-md-up */
	.nk-header{
		position: absolute;
	}
}

.nk-header-title.nk-header-title-full{
	height:100%;
	min-height: 550px;
}
.nk-header-title.nk-header-title-full .nk-header-table{
	height:100%;
	min-height: 550px;
}
.nk-header-title .nk-header-table-cell{
	padding: 30px 0;
}
.nk-header-title .nk-header-title-scroll-down{
	background-color: #c20b58;
	opacity: 0.9;
}
.nk-box-feature{
	background-color: #ffffff;
	padding-top: 20px;
}
.nk-box-feature:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80%;
	margin: 7% -10% 0;
	background: #eeeeee;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -1;
}
.nk-box-selection .nk-blog-isotope{
	display: flex;
	flex-wrap:wrap;
}
.nk-box-selection .nk-blog-isotope .col-lg-4{
	display: flex;
	margin-bottom: 2rem;
}
.nk-box-selection .nk-blog-isotope .nk-blog-post .nk-post-category a{
	background-color: #c20b58;
	margin-top:20px;
}

.fb-embed-container {
  position: relative;
  margin: 0 auto;
  text-align: center;

}
.fb-embed-container .fb-page{
	max-width: 500px;
	min-height: 500px;
}

/* profile */

.profile-photo img{
	width: 300px;
}

/* layout */
.no-padding{
	padding:0;
}

/* service */
.service-head-read{
	border-left: solid 2px #ddd;
	padding-left: 20px;
}

.service-content-single{
	padding: 50px;
	min-height: 500px;
}

.service-image{
	min-height: 560px;
}

.service-image-r{
	text-align: right;
}

.post-trialset-text{
	width:54%;
	margin: 0 auto;
}


/* common part */

.button{
	-moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.125em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 1rem;
    /* max-width: 20rem; */
    height: 3.75em;
    line-height: 3.75em;
    border-radius: 3.75em;
    padding: 0 2.5em;
    text-overflow: ellipsis;
    overflow: hidden;

    box-shadow: inset 0 0 0 1px #c20b58;
    color: #c20b58 !important;
    text-decoration: none;
}
.button:hover{
	background-color: #c20b58;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
    text-decoration: none;
}

.separator-n{
	height: 2px;
	width: 60px;
	margin: 20px 0px;
	background: #000;
}

/* gift */

.gift-post{
	padding:2rem 4rem 0;
	background-color:#c20b58;
	color: white;
	min-height: 560px;
}
.gift-post h3{
	color: white;
	font-size:0.875rem
}
.gift-post h2{
	color: white;
	font-size: 1.314rem;
}
.gift-post .separator-n{
	background: #fff;
}
.gift-post-r:after{
	position: absolute;
    left:-30px;
    top: 45%;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #c20b58;
    border-bottom: 30px solid transparent;
}

.gift-post-l:after{
	position: absolute;
    right:-30px;
    top: 45%;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #c20b58;
    border-bottom: 30px solid transparent;
    z-index: 10;
}
.gift-post li{
	list-style: none;
}
.gift-order {
	margin-top:2rem;
}
.gift-post .button{
	box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff !important;
    text-decoration: none;
}

.gift-image{
	min-height: 560px;
}
.gift-image>div{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
}
.gift-info-table{
	width: 80%;
}
.gift-info-table th{
	text-align: center;
}
.gift-info-table td, .gift-info-table th{
	border:solid 1px #eee;
	padding: 3px;
	text-align: left;
}

/* mobile */

@media screen and (max-width: 767px) {
	.nk-box{
		z-index: 0;
	}

	.nk-header{
		background-color: transparent;
	}

	.nk-header .nk-navbar.nk-navbar-fixed .nk-nav-logo img{
		opacity: 0;
	}
	.nk-header .nk-navbar.nk-navbar-solid .nk-nav-logo img{
		opacity: 1;
	}
	.bs-blog .nk-header .nk-navbar.nk-navbar-fixed .nk-nav-logo img{
		opacity: 1;
	}

	.nk-box-feature {
		padding-bottom: 80px;
	}

	.profile-photo{
		display: none;
	}

	.nk-box-profile h2:after{
		content: '';
		position: relative;
		width: 200px;
    	height: 200px;
    	background: #eeeeee;
    	display: block;
    	margin: 30px auto;
    	border-radius: 100%;
    	background-image: url(/images/profile/profile_new.jpg);
    	background-size: cover;
    	background-position: 10px -10px;
	}

	.service-image{
		min-height: 300px;
	}

	.service-content-single{
		padding: 1rem;
	}
	.service-content-single h3{
		font-size: 1.3rem;
		text-align: center;
	}
	.service-content-single h2{
		font-size: 1.6rem;
		text-align: center;
		white-space: nowrap;
	}
	.service-content-single .separator-n{
		margin: 20px auto;
		width: 200px;
		height: 1px;
	}

	.post-trialset-text{
		width:100%;
		margin: 0 auto;
	}

	.gift-image{
		min-height: 160px;
	}

	.gift-post{
		margin-bottom: 4rem;
		padding:2rem 1rem 0;
	}

	.button {
		max-width: 90%;
	    white-space: pre-wrap;
	    height: auto;
	    line-height: 1rem;
	    padding: 10px;
	}

	.fb-embed-container .fb-page{
		max-width: 100%;
		min-height: 100%;
	}

	.nk-navbar-full .nk-nav>li>a{
		color: black !important;
	}
}

/* form */
.bs-form{
	font-size: 17px;
}
.bs-form fieldset{
	border:none;
}
.bs-form fieldset legend{
	font-family: Playfair Display,serif;
	font-size: 1.2em;
	border-bottom: solid 2px #d6d6d6;
	padding-bottom: 20px;
	padding-right: 5rem;
	margin-bottom: 20px;
}
.bs-form .form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.bs-form textarea.form-control{
	height: auto;
}

/* blog */
.bs-blog .nk-blog-isotope .nk-blog-post .nk-post-thumb{
	height: 200px;
	overflow: hidden;
}
.bs-blog .nk-blog-isotope .nk-blog-post .nk-post-thumb .bg-image{
	z-index: 1;
	filter: blur(10px);
}
.bs-blog .nk-pagination .container{
	width: 100%;
}
.bs-blog img {
	max-width	: 100%;
}

.recent-wine-selection-list li {
	list-style:none;	
	margin-bottom: 8px;
}
.recent-wine-selection-list li a {
	color:#5f5f5f;
	text-decoration: underline;
}