@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,500,600&display=swap');

* {
    font-family: 'Prompt', sans-serif;
	box-sizing: border-box;
}

/* Nat Design System */

.js-ajax-loading img { max-height: 80px; }
#to-top:before { content: "↑"; }



/* Header */
.navigation .navbar-header > .logo { order: 1; margin-right: 30px; }
.navigation .navbar-header > .menu { order: 2; }
.navigation .navbar-header > .toggle { order: 4; }
.navigation .navbar-header > .member-nav { order: 3; flex: unset; margin-left: auto; }

.navigation .navbar-header { justify-content: space-between; }

@media (max-width: 700px) { 
	.member-nav li.btn-member { display: block !important; }
}


.navbar-header .member-nav > li { padding: 0px 0px !important; }
.navbar-header .member-nav > li a { padding: 0px 0px; }

.member-nav, .sticky .member-nav { padding: 0px 0 0px 0; }
.navigation .navbar-header .logo img { height: 99px; padding: 0px; transition: .5s; }
.navigation.sticky .navbar-header .logo img { height: 50px; }

.btn-member a.dropdown-toggle { display: block; }
.btn-member .nav-icon { 
	width: 32px; height: 32px;
    margin: 0px 0px !important;
    padding: 0px 0px !important;
    display: flex;
    border: 0px !important;;
    border-radius: 100px !important;;
}
.btn-member .nav-icon svg { max-height: 100%; max-width: 100%; height: 100%; width: auto; }

.header-inverse .mobile-search button { background: #007bff; }


.member-nav > .dropdown > .dropdown-menu { margin-top: 12px; min-width: 20rem; }
.member-nav > .dropdown > .dropdown-menu a { padding: 8px 12px; }

.dropdown-menu li.username { padding: 12px; font-size: 1.25rem; }

.dropdown-menu.shopping-cart { top: 0px; }
.member-nav li.btn-cart a { display: block; color: #202020; position: relative; }
.member-nav li.btn-cart #shopping-cart-quantity { border-radius: 100px !important; font-size: 11px;
	width: 18px; height: 18px; line-height: 0;
    display: flex; align-items: center; justify-content: center;
	position: absolute; right: 4px; top: 4px;
	background: #666666;
}

.dropdown-menu { border-width: 0px; }
.dropdown::after { opacity: 0; background-color: transparent; transition: all .5s; }
.dropdown.show::after {
    position: absolute;
    bottom: -24px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    transform: rotate(45deg);
    content: '';
    left: 10px;
    z-index: 1001;
	transition: all .5s;
	opacity: 1;
}

.member-nav .dropdown-menu:before { display: none; }

	/* Nav Cart in Menu Icon */
	.mw-cart-small-icon-shopping-cart { background: none; }


/* Footer */

footer ul.socials li a { display: flex; justify-content: center; align-items: center; }
footer ul.socials li:last-child { margin-right: 0px; }

/* List */
.blog-inner-page .description ul li { list-style: square; margin-left: 20px; margin: 10px 20px; }
.blog-inner-page .description img { margin-top: 15px; margin-bottom: 15px; }


/* Blog */

.blog-posts .poster .image-holder {
  height: 240px;
  width: 100%;
  overflow: hidden;
  display: block;
}

.blog-posts .poster .image {
  height: 240px;
  width: 100%;
  background-position: center center;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  transition: all .3s ease-in-out;
  overflow: hidden;
  padding-top: 100%; /* 16:9 Aspect Ratio */

}




/* MW Login Page */
.page-login #content {
	height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-login .module-users-login { margin-left: 24px; margin-right: 24px; }
.page-login #content { width: 100%; }
.page-login .module-users-login{ 
	position: relative;
	max-width: 400px;
    margin: auto;
    padding: 24px;
    margin-bottom: 44px;
    background-color: #ffffff; }
.page-login .box-head { padding: 36px 0; margin-bottom: 24px; }
.page-login .box-head h2 { font-weight: 200; font-size: 1.75rem; padding-left: 1.5rem; }
.page-login .box-head h2 a { font-weight: 600; }
.page-login footer { display: none !important; }
.page-login .reset-password-link {
	padding: 8px 24px;
    line-height: 1.5;
    font-size: 14px;
    position: absolute;
    bottom: 24px;
}
.page-login .module-users-login input.btn {
	background: #202124; color: #fff;
    font-size: 16px; letter-spacing: 1.4px;
    padding: .75rem 1.5rem; margin-top: 12px; }

	/* Login Success */
	.mw-user-welcome { padding: .75rem 1.5rem; font-weight: 600; }
	.mw-user-logged-holder a {
		color: var(--dark);
		display: block;
		background-color: var(--light);
		border-radius: 4px;
		font-size: 1rem;
		padding: .75rem 1.5rem;
		margin: .75rem 0rem;
		font-weight: 600;
	}
	.mw-user-logged-holder a:last-child { background-color: var(--dark); color: var(--light); margin-bottom: 0px; }

.page-login .form-control { 
    color: #1D2D3D;
    min-height: 2em;
    display: initial;
    padding: .75rem 1.5rem;
    height: auto;
    border-width: 1px;
    border-color: rgba(235, 236, 238, 0.4);
    background: rgba(235, 236, 238, 0.6);
	text-transform: inherit;
}

.page-login form p { font-size: 14px; }

@media (max-width: 767px) { 

	
} 



.member-nav span.fab { font-size: 36px; margin-right: 8px; }

a:hover { text-decoration: none !important; }

.navigation { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; }


.sec-intro { position: relative; }


.box-tran { 
	position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.box-tran-1 {
	font-size: 12vw;
    color: #fff;
    font-weight: 600;
	margin-top: 0;
	text-shadow: 8px 20px 25px #00000066;
}

section.section-6 .container .col-12 {
	height: calc(100vh - 120px);
    justify-content: center;
    align-items: center;
    display: flex;
	flex-direction: column;
}

.section-6 .info-holder { border-left: 0px; background-color: transparent; text-align: center; }
.section-6 h1, .section-6 h2, .section-6 h3 { color: #ffffff; }

.section-6 .info-holder h2 { padding: 2.2vw 3vw; background: rgba(21, 31, 43, 0.70); 
	font-size: 6vw; 
}
.section-6 .info-holder p { 
	font-size: 4.5vw;
    font-weight: 500;
    display: inline-block;
    margin: auto; padding: 1vw 1.8vw; 
	background-color: #007bff;
    color: #fff;
	margin-top: -2vw;
}

body .bxSlider-heading .bx-wrapper .bx-controls-direction a { border: 1px solid rgba(255, 255, 255, .5); }

.module { overflow: hidden; max-width: 100vw; }

.section-11 .right-side { padding-top: 30px; padding-bottom: 30px; }


/* Price */

.section-8 .menu .item .title { font-size: 1.25rem; }
.section-8 .menu .item p { font-size: 1rem; margin-top: 0px; margin-bottom: 0px; padding-top: 15px; }
.section-8 .menu .item .title span { border-bottom: 2px solid #77869e; }


/* Story */
.sec-story .card .card-img-top {
	padding-top: 66.66%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec-story .card h4 { color: #4c607e; }
.sec-story .card p { color: #666666; 
	line-height: 3ex;
    height: 24ex;
    overflow: hidden;
	position: relative;
	transition: all .5s ease;
}
.sec-story .card:hover p {
	height: auto;
	transition: all .5s ease;
}
.sec-story .card:hover .see-more {
	opacity: 0;
	transition: all .5s ease;
}

.sec-story .see-more {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 75%);
	display: block;
    text-align: center;
    font-size: 85%;
    letter-spacing: 2px;    
    width: 100%;
    padding-top: 100px;
    margin-bottom: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
	transition: all .5s ease;
}



/* Footer */

footer h3, footer h4, footer h5, footer h6, footer .small-title { font-size: 1vw; }
footer .footer_icon i { font-size: 4vw; margin-bottom: 1vw; }

@media screen and (min-width: 768px) {
	
	.section-6 h4, .section-6 h5, .section-6 h6, .section-3 h4, .section-3 h5, .section-3 h6 { font-size: 1.25rem; font-weight: 300; }
	.section-6 b, .section-3 b { font-weight: 600; font-size: 120%; }
	
	.sec-story h2 { font-size: 2.5rem; }
	.sec-story .col-md-4:first-child { margin-top: -100px; }
	.sec-story .col-md-4:last-child { margin-top: 100px; }
	
	.section-11 .right-side { padding-right: 25px !important; }

}

@media screen and (min-width: 992px) {

  .main .navigation .menu .list > li > a {
    padding: 5px 20px 10px 20px;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 500;
	}
  
  .main .navigation .menu .list {
    padding: 0px 0;
    text-align: center;
	}
  
}

@media (min-width: 1366px) and (max-width: 1599px) {

}

@media (max-width: 1365px) {

}

@media (min-width: 1600px) {

}


@media (max-width: 991px) {

	.navigation-holder .container {
		width: 100%;
		max-width: 100%;
	}
	.navigation .menu .list a, .dropdown-menu > li > a,	.header-inverse .navigation .menu { background-color: #ffffff; }
	

}

@media (max-width: 767px) {
	
	html, body {
		font-size: 14px;
	}
	
	.section-3 h1, .section-3 h2, .section-3 h3 { font-size: 24px; letter-spacing: 1px; }
	
	.sec-intro .section-6, .bxSlider-heading .bx-wrapper, .bx-viewport  { max-height: 360px !important; min-height: 360px; }
	section.section-6 .container .col-12 { height: 100%; }
	
	.bxSlider-heading .bx-wrapper .bx-pager { display: none; }
	
	.box-tran-1 { font-size: 15vw; }

	
	
}

@media (max-width: 550px) {
	
	.box-tran-1 { margin-top: 35%; margin-bottom: 2%; }
	
	.section-6 .info-holder { padding: 15px 15px; margin-bottom: 32px; }
	
	.navigation .navbar-header .logo img { padding: 0px 0px !important; }
	
	footer .footer_icon i { font-size: 8vw; margin-bottom: 2vw; }
	footer h3, footer h4, footer h5, footer h6, footer .small-title { font-size: 12px; }
	
	.sec-intro:after, .pb_slant-white:after { top: 330px !important; }
	.sec-about .btn-lg { font-size: .9rem !important; padding: 16px 20px !important; white-space: nowrap !important; }
	
	.bxSlider-heading .bx-wrapper .bx-controls-direction a { width: 30px !important; height: 30px !important; }
	
	

}