/*
------------------------------------------
  ------------------------------------------
  Template Name: "Vojon Restaurant Template"
  Template URI: http://sobuj4u.com
  Author: Al Amin Sobuj
  Author URI: http://sobuj4u.com
  Version: 1.0
  ------------------------------------------
------------------------------------------

  *** This file contains the styling for the actual theme, this
  is the file you need to edit to change the look of the
  theme.
  This files contents are outlined below.

------------------------------------------
  ------------------------------------------
  *** Header
  *** Navigation Area
  *** Home Slider
  *** About Section
  *** Offer Section
  *** Restaurant Menu
  *** -Mixitup
  *** Special Food
  *** Our Mobile App
  *** Reservations
  *** Testimonial
  *** Our Blog
  *** Contact Form
  *** Google Map
  *** Single Blog Page Start
  *** Scroll To Top
  *** Preloder CSS
  *** Footer CSS
  ------------------------------------------
------------------------------------------
*/

*{
  padding:0;
  margin:0;
}
a, a:active, a:focus, a:hover{
  outline:none;
  text-decoration:none;
}
h1, h2, h3, h4, h5, p, ul{
  padding:0;
  margin:0;
  list-style: none;
}
body{
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-size: 16px;
  color: #252525;
}
html, body{
  height: 100%;
  width: 100%;
}
.social-top a,
.navigation-area,
.brand-logo,
.brand-logo a img,
.navigation-area .navbar-toggle,
.navigation-area .navbar-nav li a,
.navigation-area .navbar-nav li a::before,
.navigation-area .navbar-nav li a::after,
.dropdown_menu,
.is-sticky .navigation-area,
.is-sticky .brand-logo,
.is-sticky .brand-logo a img,
.restaurant_button,
.restaurant_button:after,
.pogoSlider-dir-btn,
.mixitup-control ul li,
.mix-single-item img,
.overlay,
.spi_btn,
.reservation-form .form-control,
.slide-caption,
.slick-dots > li,
.blog-content, .blog-content > h4,
.blog-content > a,
#single_blog .blog-content h2 span,
.contact-form .form-control:focus,
.categoris_list a,
.categoris_list a::after,
.blog-tag a,
.recent_post li a,
.twitter-feed_content > a,
.twitter-feed_content > a i.fa,
.ScrollToTop,
.social-Link ul li a,
.spi_btn::before {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/*
  Header CSS
=================================== */
header {
  height: 100%;
  overflow: hidden;
}
.header-top-area {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*header-top-bar*/
.header-top-bar {
  background: rgba(0, 0, 0, .6) none repeat scroll 0 0;
  left: 0;
  position: relative;
  border-bottom: 1px solid #252525;
  z-index: 22;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}
.social-top {
  padding-right: 25px;
}
.social-top li {
  display: inline-block;
}
.social-top > ul {
  text-align: right;
}
.social-top a {
  color: #898989;
  padding: 0 15px;
}
/*
  Navigation Area
====================================== */
.navigation-area {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: auto;
  padding: 10px 0;
  position: relative;
  width: 100%;
  z-index: 22;
}
/*
  Navbar Header
====================================== */
.navigation-area .navbar-collapse{
  max-height: 340px;
}
.brand-logo {
  color: #f1c40f;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
}
.brand-logo a{
  display: block;
}
.brand-logo a img{
  width: auto;
  height: 60px;
}
.navigation-area .navbar-toggle {
  border-radius: 3px;
  margin: 0;
  padding: 6px;
  position: relative;
  right: 15px;
  top: 20px;
}
/*
  Navbar-nav
====================================== */
.navigation-area .navbar-nav li {
  display: inline-block;
  float: none;
}
.navigation-area .nav.navbar-nav {
  float: none;
  padding-top: 11px;
  text-align: right;
}
.navigation-area .navbar-nav li a {
  font-family: "Lobster",cursive;
  font-size: 18px;
  padding: 10px 35px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}
.navigation-area .navbar-nav li.active {
  position: relative;
}
.navigation-area .navbar-nav li.active a{
  background: transparent;
  color: #ffffff;
}
.navigation-area .navbar-nav li.active::after, .navigation-area .navbar-nav li.active::before{
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 75%;
}
.navigation-area .navbar-nav li.active::after {
  left: 0;
  top: 0;
}
.navigation-area .navbar-nav li.active::before {
  bottom: 0;
  right: 0;
}

.nav li a:focus, .nav li a:hover {
  background-color: transparent;
  text-decoration: none;
}
.navigation-area .navbar-nav li:hover a{
  background: transparent;
  color: #ffffff;
}
.navigation-area .navbar-nav li a::before, .navigation-area .navbar-nav li a::after{
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  visibility: hidden;
}
.navigation-area .navbar-nav li a::before {
  left: 100%;
  bottom: 0;
}
.navigation-area .navbar-nav li:hover a:before {
  left: 25%;
  right: 0;
  visibility: visible;
}
.navigation-area .navbar-nav li a::after {
  right: 100%;
  top: 0;
}
/*Dropdown Menu*/
.dropdown_menu {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  bottom: -180px;
  left: -50px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: -1;
  border-radius: 3px;
  padding: 5px 0;
}
.navigation-area .navbar-nav li .dropdown_menu li {
  display: block;
  text-align: left;
  width: 200px;
}
.navigation-area .navbar-nav li .dropdown_menu a {
  display: block;
  padding: 5px 20px;
  text-align: left;
}
.navigation-area .navbar-nav li .dropdown_menu a:hover{
  background: rgba(255, 162, 0, 0.8);
  padding-left: 30px;
}
.navigation-area .navbar-nav >li:hover .dropdown_menu {
  opacity: 1;
  bottom: -137px;
  visibility: visible;
  z-index: 1;
}
.navigation-area .navbar-nav li .dropdown_menu li a::before, .navigation-area .navbar-nav li .dropdown_menu li a::after{
  display: none;
}
.navigation-area .navbar-nav li:hover a::after {
  left: 0;
  right: 25%;
  visibility: visible;
}
@media (max-device-width: 600px) and (orientation: landscape) {
  .navigation-area .navbar-collapse{
    max-height: 200px;
  }
}
/*
  Stiky Nav
====================================== */
#sticky-wrapper {
  height: auto !important;
}
.is-sticky .navigation-area {
  background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
  box-shadow: 0 -2px 4px #FFA200;
}
.is-sticky .navigation-area .nav.navbar-nav {
  padding-top: 5px;
}
.is-sticky .navigation-area .navbar-nav > li > a {
  padding: 8px 35px;
}
.is-sticky .brand-logo a img{
  width: auto;
  height: 50px;
}

/*
  Home Slider
==================================*/
#home-slider {
  height: 100%;
  padding-bottom: 0 !important;
  position: relative;
}
.pogoSlider {
  height: 100%;
  padding-bottom: 0 !important;
}
.pogoSlider-slide {
  background-size: cover !important;
  height: 100%;
}
.pogoSlider-slide:after{
  
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slide-2 h4{
  margin: auto;
}
.slide-2 .s-button{
  margin: 0 5px;
}
.slide-table, .bb-table {
  display: table;
  height: 100%;
  width: 100%;
}
.slide-table-cell, .bb-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.slider-content.pogoSlider-slide-element {
  color: #fff;
}
.slider-content h2 {
  font-family: "Lobster Two",cursive;
  font-size: 80px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 5%;
  padding: 10px 0;
  position: relative;
  text-transform: capitalize;
}
.slider-content h2::after {
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -85px;
  position: absolute;
  width: 170px;
}
.slider-content h2 span {
  color: #fff;
  display: inline-block;
  font-size: 35px;
  font-weight: normal;
  letter-spacing: 15px;
  padding: 5px;
}
.slider-content p {
  color: #e5e5e5;
  margin: auto;
  padding-bottom: 60px;
  padding-top: 30px;
  width: 80%;
}
/*Theme Button*/
.restaurant_button {
  border-radius: 5px;
  color: #252525;
  display: inline-block;
  font-family: "Lobster",cursive;
  font-size: 18px;
  min-width: 200px;
  padding: 15px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.restaurant_button::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  border-radius: 5px;
}
.restaurant_button:after{
  content: "";
  position: absolute;
  height: 100%;
  border-radius: 5px;
  left: 50%;
  right: 50%;
  top: 0;
  z-index: -1;
  opacity: .9
}
.restaurant_button:hover:after{
  left: 0;
  right: 0;
}
.restaurant_button:hover{
  color: #252525;
}
.pogoSlider-dir-btn {
  border-color: rgba(255, 162, 0, .5);
  width: 50px;
  height: 50px;
  background: #111111 none repeat scroll 0 0;
  border: medium none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.pogoSlider-dir-btn:hover::after{
  color: #111111;
}
.pogoSlider-dir-btn::after {
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  height: 100%;
  left: 0;
  line-height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
}
.pogoSlider-dir-btn.pogoSlider-dir-btn--prev::after {
  content: "";
}
.pogoSlider-dir-btn.pogoSlider-dir-btn--next:after {
  content: "\f105";
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
  margin-top: -25px;
  top: 50%;
}
.pogoSlider-dir-btn.pogoSlider-dir-btn--next, .pogoSlider-dir-btn.pogoSlider-dir-btn--prev {
  right: 0;
}
.pogoSlider-dir-btn.pogoSlider-dir-btn--prev {
  margin-top: 25px !important;
}

.pogoSlider-dir-btn:hover {
  border-color: rgba(255, 162, 0, 1);
}
.pogoSlider-nav-btn {
  border-radius: 0;
  height: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.pogoSlider-nav-btn--selected {
  box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.pogoSlider--navBottom .pogoSlider-nav {
  bottom: 40px;
}

.padding-120{
  padding: 100px 0;
}

/*
About Section
=================================*/
#about{
  position: relative;
}
.box-shadow {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  width: 60%;
}
.about-bg {
  background: rgba(0, 0, 0, 0) url("../img/about-bg.jpg") no-repeat scroll right center / auto 100%;
  min-height: 700px;
}
.about-content {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.title-left h4, .title-left h3{
  text-transform: capitalize;
  font-family: "Lobster Two",cursive;
  font-weight: bold;
}
.title-left h4 {
  font-size: 36px;
}
.title-left h3 {
  color: #252525;
  font-size: 48px;
}
span.divider {
  display: inline-block;
  height: 3px;
  margin: 25px 0;
  width: 170px;
}
.about-content > p {
  color: #252525;
  padding-bottom: 25px;
}

.about-content .restaurant_button {
  margin-top: 45px;
}

/*
  Offer section
=================================*/
#offer{
  padding: 100px 0;
  background: #ebebeb;
}
.offer-item > img {
  background: #252525 none repeat scroll 0 0;
  width: 100%;
  height: auto;
}
.offer-content .title-left h4, .offer-content .title-left h3{
  font-family: 'Lobster', cursive;
  font-weight: normal;
}
.offer-content .title-left h4 {
  padding: 30px 0 5px;
}
.offer-content > p {
  font-style: italic;
  padding-bottom: 30px;
}

/*
  Restaurant Menu
==================================*/
#restaurant_menu {
  background: #ffffff url("../img/portfolio/portfolio-img.png") no-repeat scroll left top;
}
.title {
  text-align: center;
}
.title > h2 {
  font-family: lobster two;
  font-size: 48px;
}
.title span.divider {
  display: inline-block;
  height: 3px;
  margin: 20px 0;
  width: 170px;
}
.title > p {
  color: #252525;
  padding: 0 125px 10px;
}
.main-area{
  width:100%;
  margin:auto;
}

/*
  Mixitup
==================================*/
.mixitup-control{
  overflow: hidden;
  text-align: center;
  margin: 10px 0;
}
.mixitup-control ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display:inline-block;
}
.mixitup-control ul li {
  color: #252525;
  cursor: pointer;
  float: left;
  font-family: lobster two;
  font-size: 20px;
  margin-right: 5px;
  padding: 20px 10px;
  text-align: center;
  font-size: 24px;
}
#Mixitup .mix{
  display: none;
}
.mixItUp-img {
  margin-top: 20px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: 33%;
}
.mix-single-item {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.mixItUp-img .restaurant_button{
  background: #52352D none repeat scroll 0 0;
  border-radius: 50px;
  color: #ffffff;
  margin-top: 35px;
}
.mixItUp-img .restaurant_button::before,
.mixItUp-img .restaurant_button::after {
    display: none;
}
.mix-single-item img{
  width: 100%;
  height: auto;
}
.overlay {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  bottom: -50%;
  color: #252525;
  height: 83%;
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.overlay > h4 {
  font-size: 36px;
  font-weight: 800;
}
.overlay > h3 {
  font-family: lobster;
  padding: 30px 0;
}
.overlay > p {
  line-height: 1.5em;
}
.mixItUp-img:hover .overlay{
  bottom: 0;
}
.mixItUp-img:hover .mix-single-item img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.mfp-arrow-left::after {
  border-right: 17px solid #ffa200;
}
.mfp-arrow-right::after {
  border-left: 17px solid #ffa200;
}
.mfp-close, .mfp-counter {
  color: #ffa200;
}

/*
  Special Food
=================================*/
#special-food{
  background: url(../img/specialFood/sfi-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
#special-food:after, #reservations:after, #blog:after, #footer:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .7;
  z-index: -1;
}
#special-food .title {
  padding-bottom: 50px;
}
#special-food .title p, #reservations .title p, #blog .title p{
  color: #ffffff;
}
.special-food-single-item {
  background: #fff none repeat scroll 0 0;
  padding: 25px 0;
  overflow: hidden;
}
.special-food-single-item:first-child {
  padding-top: 60px;
  border-radius: 5px 5px 0 0;
}
.special-food-single-item:last-child {
  border: medium none;
  padding-bottom: 60px;
  border-radius:  0 0 5px 5px;
}
.spi_photo {
  float: left;
  width: 300px;
  text-align: center;
  position: relative;
}
.spi_photo img {
  background: #252525 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 235px;
  width: 235px;
  margin: auto;
}
.spi_photo span {
  background: url(../img/specialFood/price-bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 50%;
  color: #252525;
  display: block;
  font-size: 40px;
  font-weight: 700;
  height: 100px;
  line-height: 100px;
  position: absolute;
  right: 40px;
  top: 0;
  width: 100px;
}
.sfi_content {
  width: 370px;
  float: left;
}
.sfi_content > h3 {
  color: #252525;
  font-family: lobster;
  font-size: 24px;
  padding-top: 10px;
}
.sfi_content > span {
  display: inline-block;
  padding-top: 5px;
}
.sfi_content > p {
  color: #252525;
  font-style: italic;
  padding: 25px 0;
}
.spi_btn {
  background: rgba(255, 162, 0, .9);
  display: inline-block;
  min-width: 170px;
  position: relative;
  z-index: 1;
}
.spi_btn::before {
  background: rgba(255, 162, 0, 1) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  right: 50%;
  z-index: -1;
}
.spi_btn:hover::before {
  left: 0;
  right: 0;
}
.spi_btn > a {
  color: #252525;
  display: block;
  font-weight: 700;
  padding: 10px 20px;
}
.spi_btn::after {
  border-bottom: 23px solid transparent;
  border-right: 35px solid #fff;
  border-top: 23px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.weater {
  bottom: 0;
  position: absolute;
  right: 20px;
  z-index: 2;
}

/*
  Our Mobile App
================================= */
#app {
  background: #ebebeb url("../img/app/bg.png") no-repeat scroll right top;
  margin-bottom: 180px;
  padding-bottom: 130px;
}
.fg {
  left: 18px;
  position: absolute;
  top: 177px;
}
.app-bottom {
  position: relative;
}
.bg {
  left: -110px;
  position: absolute;
}
.app-top {
  left: 170px;
  top: 33px;
}
.app-content {
  padding-top: 150px;
}
.app-content .title-left > h3 {
  font-size: 24px;
}
.app-content .restaurant_button{
  display: inline-block;
  margin-right: 10px;
  margin-top: 30px;
}

/*
  Reservations CSS
=================================*/
#reservations {
  background: #ebebeb url("../img/reservations-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.reservation-form-top {
  padding: 20px;
}
.reservation-form-top > h4 {
  font-family: lobster two;
  font-size: 24px;
}
.reservation-form-top span {
  display: inline-block;
  margin: 0 10px;
}
.reservation-form-top > p {
  color: #fff;
  padding-top: 10px;
}
.reservation-form .form-control {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 0;
  color: #252525;
  margin-top: 20px;
  min-height: 50px;
  padding: 6px 30px;
}
.reservation-form .restaurant_button {
  border: medium none;
  margin-top: 60px;
  min-height: 50px;
  padding: 6px 30px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../img/jqueryui/ui-icons_444444_256x240.png");
}
/*
  Testimonial CSS
=================================*/
#testimonial{
  background: #fff url("../img/testimonial/bg.png") no-repeat scroll left bottom;
}
#testimonial .title > p {
  padding-bottom: 50px;
}
.testimonial-single-item {
  display: inline-block;
  height: 170px;
  margin: 0 10px;
  position: relative;
}
.testimonial-single-item img{
  width: 100%;
  height: 100%;
}
.testimonial-content.text-center > p {
  color: #fff;
}
.slide-caption {
  left: 0;
  padding: 5px;
  position: absolute;
  text-transform: capitalize;
  bottom: -50%;
  width: 100%;
}
.testimonial-single-item:hover .slide-caption{
  bottom: 0;
}
.testimonial-single-item.slick-center .slide-caption{
  bottom: 0;
}
.testimonial-content{
  margin: 20px 0 0;
  padding: 30px 20px 0;
  position: relative;
}
.testimonial-content::after {
  color: #ebebeb;
  content: "\f10d";
  font-family: fontawesome;
  font-size: 40px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 0;
}
.testimonial-content p {
  color: #252525;
  font-style: italic;
  padding: 20px;
  padding-bottom: 40px;
  line-height: 26px;
}
.slick-dots li button::before {
  display: none;
}
#slick-slide13 > button {
  display: none;
}
.slick-dots {
  bottom: 0;
}
.slick-dots > li {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 50%;
  height: 25px;
  margin: 0 5px;
  width: 25px;
  position: relative;
  left: -10px;
}
.slick-dots li button{
  display: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*
  Our Blog
=================================*/
#blog{
  background: url(../img/blog/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
#blog:after{
  opacity: .8;
}
#blog .title {
  padding-bottom: 50px;
}
.blog-content-area {
  position: relative;
}
.blog-content {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  border-radius: 3px;
  color: #252525;
  margin: auto;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  top: -50px;
  width: 85%;
}
.blog-content-area > img {
  border-radius: 3px;
  height: auto;
  width: 100%;
}
.blog-content > h4 {
  font-family: lobster two;
  font-size: 24px;
}
.blog-content span {
  color: #252525;;
  display: block;
  font-size: 16px;
  padding-top: 5px;
}
.blog-content > p {
  padding: 15px 0;
}
.blog-content > a {
  color: #252525;;
  text-transform: capitalize;
  font-family: lobster two;
}
.blog-content-area:hover .blog-content{
  background: rgba(255,255,255,1);
}

/*
  Contact Form
=================================*/
.contact-form .form-control {
  background: #ebebeb none repeat scroll 0 0;
  border-color: #ebebeb;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  margin-top: 20px;
  min-height: 60px;
}
.contact-form .restaurant_button {
  border: medium none;
  border-radius: 5px;
  margin-top: 30px;
  min-height: 60px;
  width: 100%;
}
.contact-form textarea.form-control {
  min-height: 180px;
}
#contact_form .alert.alert-success {
  background: #ffbd29 none repeat scroll 0 0;
  margin: 20px 0 0;
  padding: 20px;
  text-align: center;
  color: #252525;
  text-transform: capitalize;
  border-color: #252525;
  border-radius: 3px;
}
/*
  Google Map
======================== */
/*API Key Change Korte Hobe*/
#google-container {
  background-color: #1d1a16;
  height: 430px;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
#cd-google-map {
  position: relative;
}
#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #52352D;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #010100;
}
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
#cd-zoom-out {
  background-position: 50% -32px;
}

/*
  Extra Blog Page Start
=================================*/
.single_blog{
  height: auto;
}
.single_blog_page {
  background: rgba(0, 0, 0, 0) url("../img/singlePage/bg.jpg") no-repeat fixed center center / cover ;
  display: table;
  height: 750px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.single_blog_page::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.sbp-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.sbp-titel h1 {
  font-family: lobster two;
  font-size: 72px;
  font-weight: 700;
}
.bp-breadcurmbs {
  padding-top: 15px;
}
.bp-breadcurmbs .breadcrumb {
  background: transparent none repeat scroll 0 0;
  margin: 0;
  padding: 0;
}
.bp-breadcurmbs .breadcrumb > li {
  font-family: lobster two;
  font-size: 36px;
}
.bp-breadcurmbs .breadcrumb a {
  color: #fff;
}
.bp-breadcurmbs .breadcrumb > li + li::before {
  color: #fff;
  content: "/ ";
  padding: 0;
}
.single_blog_photo {
  height: 490px;
}
.single_blog_photo > img {
  border-radius: 3px;
  height: 100%;
  width: 100%;
}
#single_blog .blog-content, #left_blog .blog-content {
  box-shadow: 0 0 5px #ddd;
  padding: 30px 40px;
  text-align: left;
  top: -100px;
  width: 85%;
}
#single_blog .blog-content > h2, #left_blog .blog-content > h2 {
  font-family: lobster two;
  font-size: 36px;
  padding-bottom: 5px;
  position: relative;

}

#single_blog .blog-content blockquote, #left_blog .blog-content blockquote {
  border: medium none;
  color: #252525;
  font-size: 16px;
  font-style: italic;
  margin: 0;
  padding: 10px 35px;
}
#single_blog .blog-content > h2::after, #left_blog .blog-content > h2::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 200px;
}
#single_blog .blog-content > h2 span,  #left_blog .blog-content > h2 span {
  font-size: 24px;
}
#single_blog .blog-content h3, #left_blog .blog-content h3 {
  color: #252525;
  font-size: 24px;
  font-style: italic;
  padding-bottom: 30px;
  padding-top: 25px;
}
.blog-content blockquote {
  border: medium none;
  color: #252525;
  font-size: 16px;
  font-style: italic;
  padding: 10px 35px;
}
#single_blog .blog-content > a, #left_blog .blog-content > a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  position: relative;
  text-align: right;
  width: 90%;
}
#single_blog .blog-content > a::after, #left_blog .blog-content > a::after {
  background: #747474 none repeat scroll 0 0;
  bottom: 5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 85%;
}
#single_blog .social-Link, #left_blog .social-Link {
  margin-top: 20px;
  text-align: center;
}
#single_blog .social-Link ul li a, #left_blog .social-Link ul li a {
  border-color: #e6e6e6;
  color: #252525;
}
#single_blog .social-Link ul li a:hover,  #left_blog .social-Link ul li a:hover {
  border-color: #fff;
  color: #fff;
}
#single_blog .title > h2,  #left_blog .title > h2 {
  font-family: 'Open Sans', sans-serif;
}
#single_blog .contact-form .form_button,  #left_blog .contact-form .form_button {
  text-align: center;
}
#single_blog .contact-form .form_button .restaurant_button, #left_blog .contact-form .form_button .restaurant_button {
  width: 370px;
  font-family: 'Open Sans', sans-serif;
}
#single_blog .contact-form .form-control, #left_blog .contact-form .form-control {
  background: #fff none repeat scroll 0 0;
}
.name_filed {
  overflow: hidden;
}
.name_filed input {
  float: left;
  width: 48%;
}
.name_filed input:last-child {
  float: right;
}
.single_blog{
  height: auto;
}

/*
Left Sidebar Blog Page
=================================*/
.left_blog_page {
  background: rgba(0, 0, 0, 0) url("../img/leftBlogPage/bg.jpg") no-repeat scroll center center / cover ;
}
.sidebar_titile {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sidebar_titile > h2 {
  font-size: 24px;
  text-transform: uppercase;
}
.categoris .sidebar_titile {
  margin: 0 0 10px;
}
.categoris_list a {
  border-bottom: 1px solid #e1e1e1;
  color: #252525;
  display: block;
  padding: 10px 0 10px 20px;
  position: relative;
  text-transform: capitalize;
}
.categoris_list a::after {
  background: #252525 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 3px;
  position: absolute;
  top: 50%;
  width: 10px;
}
.categoris_list li:hover a{
  padding-left: 30px;
}
.categoris_list li:hover a::after{
  left: 15px;
}
/*Recent Blog Post*/
.recent_post li {
  overflow: hidden;
}
.recent_post img {
  float: left;
  height: 70px;
  margin-right: 20px;
  width: 70px;
}
.recent_post li a {
  color: #252525;
  display: block;
  padding-top: 15px;
}
.recent_post li a p {
  position: relative;
  top: -5px;
}
.recent_post li a p span{
  display: block;
}
/*Blog Tag*/
.blog-tag > ul {
  padding: 5px 10px;
  text-align: center;
}
.blog-tag li {
  display: inline-block;
}
.blog-tag a {
  border: 1px solid #ebebeb;
  color: #252525;
  display: block;
  margin: 1px 0;
  padding: 1px 5px;
  text-transform: uppercase;
}
/*Gallery Item*/
.gallery-item {
  overflow: hidden;
}
.gallery-item > a {
  float: left;
  height: 85px;
  width: 33.33%;
}
.gallery-item img {
  height: 100%;
  padding: 2px;
  width: 100%;
}
/*Twitter Feed*/
.twitter-feed_content > a {
  color: #252525;
  display: block;
  padding-top: 10px;
}
.twitter-feed_content > a i.fa {
  font-size: 20px;
}
.left-blog-content-area .blog-content span {
  padding-bottom: 5px;
}
#left_blog .blog-content {
  box-shadow: 0 0 0;
  left: 0;
  padding: 20px 40px 20px 0;
  top: 0;
  width: 100%;
}
#left_blog .blog-content > p{
  padding: 5px 0;
}
.divider {
  background: #ccc none repeat scroll 0 0;
  height: 1px;
  margin: 55px 0;
}
.comment-area > h2 {
  font-size: 36px;
  font-weight: 700;
}
.comment-box .media {
  display: block;
  padding: 42px 0;
}
.comment-area .media-object {
  border-radius: 50%;
  height: 70px;
  padding: 0;
  width: 70px;
}
.comment-area .media {
  padding: 60px 0 0;
}
.comment-area .media-left {
  padding-right: 25px;
}
.comment-box {
  margin-top: 50px;
}
.comment-box .title h2 {
  font-size: 36px;
  padding-bottom: 20px;
  text-align: left;
}
/*
  Scroll To Top
==================================*/
.ScrollToTop {
  bottom: 20px;
  display: none;
  height: 30px;
  line-height: 17px;
  opacity: 1;
  padding: 2px;
  position: fixed;
  right: 25px;
  text-align: center;
  width: 30px;
  z-index: 11;
}
.ScrollToTop a {
  color: #000;
  display: block;
  font-size: 20px;
  height: 100%;
  width: 100%;
}
.ScrollToTop:hover{
  opacity: 1;
}

/*
  Preloder CSS
==================================*/
.Preloder {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 22222;
  background: rgba(0, 0, 0,.90);
}
.Preloder .spinner {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 11111;
  margin-top: -20px;
  margin-left: -20px;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  height: 100%;
  width: 3px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    }  20% {
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }

/*
  Footer CSS
=================================*/
#footer{
  background: url(../img/footer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0;
  z-index: 1;
  color: #ffffff;
}
.footer-widget {
  padding: 100px 0;
}
#footer .title-left > h4 {
  color: #fff;
  font-family: lobster;
  font-size: 24px;
}
#footer span.divider {
  margin: 15px 0;
  width: 70px;
}
address {
  line-height: 30px;
}
address b {
  margin-right: 5px;
  text-transform: uppercase;
}
.social-Link {
  margin-top: 40px;
  text-align: left;
}
.social-Link ul li {
  display: inline-block;
}
.social-Link ul li a {
  border-radius: 50%;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  text-align: center;
  width: 40px;
}
.social-Link ul li a:hover {
  color: #252525;
}
.openHours{
  line-height: 30px;
}
.instagram {
  overflow: hidden;
}
.instagram a img {
  float: left;
  padding: 5px;
  width: 33.33%;
}
#footer:after{
  opacity: .8;
}
.copyRight {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  padding: 30px 0;
}
.copyRight p{
  color: #fffffe;
}
