/* 

Bené - Elegant Restaurant Template
Created by : mutationthemes  

*/

/* Table of Content ================================================== 

1.Preloader
2.Site wrapper
3.Hero
4.About
5.Gallery
6.Blog
7.Contact
8.Miscellaneous
9.Mediaqueries


/*Preloader*/

 .loader {
   background: #ffffff;
   bottom: 0;
   height: 100%;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   width: 100%;
   z-index: 10000;
}
.loader-inner {
   left: 50%;
   position: absolute;
   top: 50%;
   text-align: center;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
}

/*End preloader*/

/*Site wrapper*/

.wrapper {
    position: relative;
}

/*End site wrapper*/

/* Hero Section*/

.header {
    position: relative;
}
.inner-hero {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 10;
}
.hero-content {
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.navbar-logo  {
    width:6rem;
    display: inline-block;
}
.header-navbar {
    padding:0; 
}
.header-navbar .navbar-brand{
    padding-right: 1rem;
}
.hr-divider {
  display: block;
  width: 3.43rem;
  height: .0625rem;
  background-color: #1d1d1d;
}
.hr-divider-white{
  background-color: #ffffff;
}
.hr-divider-center {
  margin-right: auto;
  margin-left: auto;
}
.flickity-viewport-visible .flickity-viewport {
  overflow: visible;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #1d1d1d;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}
.circled-link {
  position: absolute;
  left: 50%;
  bottom: 7.125rem;
  z-index: 30;
  display: block;
  width: 2.56rem;
  height: 2.56rem;
  border: .125rem solid #fff;
  border-radius: 50%;
  text-align: center;
}
.circled-link-icon {
  left: 0;
  top: 6%;
  width: 45%;
  height: 45%;
  transform: rotate(90deg);
  position: relative;
  color: white;
}
.circled-link-icon, .scroll-to-top-icon{
  fill: currentColor;
}
.bg-img-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.card-body.special{
    padding-bottom: 0;
}
.image-half-end > *, .image-half-start > * {
  position: relative;
  z-index: 1;
}
.image-half-end:after {
  position: absolute;
  top: 7.5%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 15%);
  display: block;
  content: '';
  background: linear-gradient(to right,rgba(255,255,255,0) 53%,rgba(245,245,245,1) 53%);
}
.image-half-start:after {
  position: absolute;
  top: 7.5%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 15%);
  display: block;
  content: '';
  background: linear-gradient(to left,rgba(255,255,255,0) 53%,rgba(245,245,245,1) 53%);
}
a:active, a:hover {
  outline: 0;
}
.underline-link {
  display: inline-block;
  border-bottom: .0625rem solid #111;
  color: #111;
  text-decoration: none;
  letter-spacing: .0625rem;
  text-transform: uppercase;
}

/* End hero Section*/

/* About*/

.stamp{
  max-width: 12rem;
}
.n-top{
  top:-10rem;
}
.svg-icon > svg {
  width: 3rem;
  height: 3rem;
}
.svg-icon-sm > svg, .svg-icon-sm-dark > svg {
  width: 2rem;
  height: 2rem;
}
.svg-icon-xm-dark > svg{
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: -.125rem;
}
.btn:hover .svg-icon-sm > svg {
  fill: #ffffff;
}
.btn:hover .svg-icon-sm-dark > svg,  .btn:hover .svg-icon-xm-dark > svg {
  fill: #171717;
}
.svg-icon > svg path, .svg-icon-sm > svg{
  fill:#1d1d1d;
}
 .svg-icon-sm-dark > svg, .svg-icon-xm-dark > svg{
  fill:#ffffff;
}
.radius-15{
  border-radius: 20rem 20rem 0 0;
}
.vd-btn{
  right: 3.75rem;
  bottom: 3.125rem;
}

/* End about*/


/* Gallery*/

.hover-effect {
    position: relative;
    display: block;
    overflow: hidden;
}
.hover-effect-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hover-effect-icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hover-effect:hover .hover-effect-icon {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hover-effect-icon:hover, .media-lightbox-icon:focus {
    color: #fff;
}
.hover-effect-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #ffffff;
  width: 3.25rem;
  height: 3.25rem;
  opacity: 0;
  transition: 0.4s;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  line-height: 2.77;
}
.hover-effect-icon .svg-icon-sm svg{
  fill: #1d1d1d;
}

.mn-5{
  margin-bottom: -5rem;
}

/* End gallery*/


/* Blog*/

.list-dott-separator .list-inline-item:not(:last-child) {
  padding-right: 1rem;
}
.list-dott-separator .list-inline-item {
  position: relative;
  margin-left: 0;
  margin-right: -.25rem;
}
.list-inline-item {
  display: inline-block;
}
.list-dott-separator .list-inline-item:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: .4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "•";
}
.comments-list li:not(:last-child) .comment {
  margin-bottom: 3rem;
  overflow: hidden;
}
.comment + .comment {
  padding-left: 5%;
  margin-left: 5%;
  border-left: .3125rem solid #f5f5f5;
}

/* End blog*/


/* Contact*/

.info{
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.space-between{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

/* End contact*/

/* Footer*/

 .newsletter-form .form-control{
  height: 60px;
  background-color: transparent;
  transition: border-color 300ms ease;
  font-size: 18px;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  border-style: none none solid;
  border-width: 1px;
  border-radius: 0;
  padding: 0;
  max-width: 100%;
}
.newsletter-form .form-control:focus{
  box-shadow: none;
  border-bottom-color: rgba(255, 255, 255, 1);
}
.newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* End footer*/

/*To the top*/

.scroll-to-top:hover {
     transform: translate3d(0, -5px, 0);
     -webkit-transform: translate3d(0, -5px, 0);
     -moz-transform: translate3d(0, -5px, 0);
}
.scroll-to-top {
    position: absolute;
    width: 3rem;
    height: 3rem;
    background-color: #333333;
    text-align: center;
    right: 2.875rem;
    bottom: 3.6875rem;
    padding-top: .65rem;
    z-index: 100;
    color: #ffffff;
    border-radius: 5rem;
}
.scroll-to-top-icon {
  left: 0;
  top: 0;
  width: 35%;
  height: 35%;
  transform: rotate(-90deg);
  position: relative;
  color: white;
}

/*End to the top*/

/*Miscellaneous*/

.background-img img {
     display: none;
}
 .background-img {
     width: 100%;
     height: 100%;
}
.background-img {
     background-attachment: scroll;
     background-clip: border-box;
     background-color: #ffffff;
     background-image: none;
     background-origin: padding-box;
     background-position: 50% 50% !important;
     background-repeat: repeat;
     background-size: cover !important;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
}
.background-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
a,::before
{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.font-size-11-5 {
    font-size: .71875rem;
}
.font-size-12 {
    font-size: .75rem;
}
.font-size-13 {
    font-size:.8125rem;
}
.font-size-14 {
    font-size: .875rem;
}
.font-size-15 {
    font-size: .9375rem;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-17 {
    font-size: 17px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-32 {
    font-size: 32px;
}
.font-size-34 {
    font-size: 32px;
}
.font-size-38 {
    font-size: 32px;
}
.font-size-30 {
    font-size: 30px;
}
.font-size-75 {
    font-size: 75%;
}
.font-weight-100 {
    font-weight: 100;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.ff-frl{
    font-family: 'Frank Ruhl Libre', serif;
}
.m-w90{
  max-width: 100%;
}
.lh-1-4{
	line-height: 1.4;
}
section,
.section {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.spacer-lg {
    padding-top: 9rem;
    padding-bottom: 9rem;
}
.spacer-xlg {
    padding-top: 16rem;
    padding-bottom: 16rem;
}
.spacer-one-bottom-xlg {
    padding-bottom: 16rem;
}
section.hero {
    padding-top: 8rem;
    padding-bottom:8rem;
}

div[class*="col-"].spacer-one-bottom-lg, .spacer-one-bottom-lg{
    padding-bottom: 8rem;
}
div[class*="col-"].spacer-one-top-lg, .spacer-one-top-lg{
    padding-top: 8rem;
}
div[class*="col-"].spacer-double-lg, .spacer-double-lg {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
div[class*="col-"].spacer-one-bottom-md, .spacer-one-bottom-md{
    padding-bottom: 6rem;
}
div[class*="col-"].spacer-one-top-md, .spacer-one-top-md{
    padding-top: 6rem;
}
div[class*="col-"].spacer-double-md, .spacer-double-md {
    padding-top: 6rem;
    padding-bottom:6rem;
}
div[class*="col-"].spacer-one-bottom-sm, .spacer-one-bottom-sm{
    padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-top-sm, .spacer-one-top-sm{
    padding-top: 4rem;
}
div[class*="col-"].spacer-double-sm, .spacer-double-sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-bottom-xs, .spacer-one-bottom-xs{
    padding-bottom: 2rem;
}
div[class*="col-"].spacer-one-top-xs, .spacer-one-top-xs{
    padding-top: 2rem;
}
div[class*="col-"].spacer-double-xs, .spacer-double-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
div[class*="col-"].spacer-one-bottom-xxs, .spacer-one-bottom-xxs{
    padding-bottom: 1.5rem;
}
div[class*="col-"].spacer-one-top-xxs, .spacer-one-top-xxs{
    padding-top: 1.5rem;
}
div[class*="col-"].spacer-double-xxs, .spacer-double-xxs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.list-group {
    list-style: none;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a {
    color: #171717;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover, .h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {

    color: #171717;
}
.textarea{
  resize: none;
}
.t-underline{
  text-decoration: underline;
}
.underline-text-link {
  display: inline-block;
  border-bottom: 1px solid #111;
  color: #111;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.underline-text-link-light {
  display: inline-block;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-round {
  width: 2.3rem;
  height: 2.3rem;
  position: relative;
  padding: 0;
  color: #181818;
  background-color: #ffffff;
  font-size: 1rem;
}
.btn-round.brd:hover {
  color: #333333;
}
.btn-icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-left{
  background-image: url(../assets/img/3.jpg);
}
.banner-right{
  background-image: url(../assets/img/4.jpg);
}
.mw-40{
  max-width: 40rem;
}
.image-half-end .img-right{background-image: url(../assets/img/5.jpg);}
.image-half-start .img-left{background-image: url(../assets/img/6.jpg);}
.image-half-end.mosaic .img-1{background-image: url(../assets/img/grid/1.jpg);height: 18.25rem;}
.image-half-end.mosaic .img-2{background-image: url(../assets/img/grid/2.jpg); height: 20.25rem;}
.image-half-end.mosaic .img-3{background-image: url(../assets/img/grid/3.jpg); height: 22rem;}
.image-half-end.mosaic .img-4{background-image: url(../assets/img/grid/4.jpg);height: 16rem;}

.vh-65{
  height: 65vh;
}
.opc-2{
  opacity: .2;
}
.text-link {
  display: inline-block;
  border-bottom: 1px solid #111;
  color: #171717;
  text-decoration: none;
}
.mr-13{
  margin-right: .8125rem
}
.btn-xs {
  font-size: 0.85rem;
  font-weight: 400;
  padding: 0.3125rem 0.9375rem;
  text-transform: none;
  letter-spacing: 0;
  height: auto;
}
.avatar-sm {
  width: 3rem;
  height: 3rem;
}
.avatar-xl {
  width: 4.625rem;
  height: 4.625rem;
}
.lh-2{
  line-height: 2;
}
.btn-soft-secondary {
  background-color: #f5f5f5;
  border-color: transparent;
}
.zi-1 {
  z-index: 1 !important;
}
.main-slider .slides li{
  height: 70vh;
}
.w-54 {
  width: 100%;
}

/*End Miscellaneous*/

/*Mediaqueries*/

.btn-navbar-toggler{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 10px;
    color: #1d1d1d;
    font-size: 1rem;

}
@media (max-width: 991px) {
  .navbar-expand-lg .btn-nav {
    padding-top: 1rem;
    padding-bottom: 1.375rem;
}
  .font-size-md{
  font-size: 3rem;
}
}
@media (min-width: 992px) {
  .newsletter-form .form-control{
    max-width: 95%;
  }
  .m-w90{
  max-width: 85%;
}
  .font-size-34 {
  font-size: 34px;
}
  .main-slider .slides li{
  height: 100vh;
}
  .font-size-38 {
  font-size: 38px;
}
.radius-15{
  border-radius: 15rem 15rem 0 0;
}
.nudge-r{
    margin-left:10rem; 
}
.w-lg-78 {
  width: 78% !important;
}
.w-63 {
  width: 58.333333% !important;
}
.w-54 {
  width: 54.333333% !important;
}
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1040;
    background-color: rgba(255,255,255,.9);
}
.top-78{
  margin-top: 78px;
}
.navbar-expand-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 78px;
  }
.navbar-expand-lg .header-navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
}
}
@media(min-width:768px){
  .flex-md-row {
    flex-direction: row !important;
}
  .card-article-large {
    min-height: 16rem;
}
  .card-article-large .card-img-top {
    border-radius: 0.25rem 0 0 0.25rem;
}
  .w-63{
  max-width: 75%;
}
  .w-54 {
    max-width: 80%;
}
}
@media (max-width: 575px) {

  .split-image .bg-image {
    position: relative;
}
  .comments-list li:last-child, .comments-list li{
    padding-right: 0;
    padding-left: 0;
}
}
@media (max-width: 767.98px) {
  .image-half-end:after, .image-half-start:after {
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(245,245,245,1) 0);
  }
  .image-half-end, .image-half-start {
    position: relative;
  }

  .navbar-expand-lg .header-navbar-nav .nav-link {
    line-height: 2;
}
h1, .h1{font-size: 2.5rem;}
div[class*="col-"].zi-1.spacer-double-lg{
  padding-top: 0;
}
div[class*="col-"].zi-2.spacer-double-lg{
  padding-top: 0;
  padding-bottom: 0;
}
}

/*End mediaqueries*/







