/*------------------------------------------------------------------
[Master Stylesheet]

Project       : Food Truck - Food Truck And Restaurant Responsive HTML Template
Version       : 1.1
Last change   : 23/10/2016
Assigned to   : Galliasoft
Primary use   : Food Truck and Restaurant
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

Background      : #ffffff
Content         : #4a4a4a
Header h1 to h6 : #4a4a4a
Footer          : #8d8d8d

a (standard)  : #8d8d8d
a (hover)     : #dd6031
a (active)    : #dd6031
a (focus)     : #dd6031
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body copy   : 14px/48px JosefinSans, Open sans;
Headers     : 14px/48px JosefinSans, Open sans;
Input, textarea : 14px JosefinSans, Open sans;
Sidebar heading : 18px JosefinSans, Open sans;
-------------------------------------------------------------------*/

/* Fonts Style Start Here... */

@font-face {
    font-family: 'droid_sansbold';
    src: url('../fonts/droidsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/droidsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Typography
3. Header
  3.1. Menu
4. Slider
5. Our Schedule
6. Gallery
7. Our Menu
8. Our Client
9. Find Us
10. Map Location
11. Footer
  11.1. Social Media
  11.2. Address
  11.3. Contact Form
12. Menu Isotop
13. Breadcrumb
14. Event
  14.1. Event Detail
15. News
16. Pre Loader
17. Contact Form
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Body ]
------------------------------------------------------------------*/

/* Reset Style Start Here... */
body{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Serif', serif;
	color: #4a4a4a;
  overflow-x: hidden;
  line-height: 26px;
}

/*------------------------------------------------------------------
[2. Typography ]
------------------------------------------------------------------*/
h1 , h2 , h3 , h4 , h5 , h6 , p{
	margin: 10px 0;
}

h1{
  font-size: 55px;
  line-height: 47px;
  font-family: 'Montserrat';
  font-weight: 700;
}

h2{
  font-size: 48px;
  line-height: 47px;
  font-family: 'Montserrat';
  font-weight: 700;
}

h3{
  font-size: 30px;
  line-height: 47px;
  font-family: 'Montserrat';
  font-weight: 700;
}

h4{
  font-size: 26px;
  line-height: 30px;
  font-family: 'Montserrat';
  font-weight: 700;
}

h5{
  font-size: 22px;
  line-height: 30px;
  font-family: 'Montserrat';
  font-weight: 700;
}

h6{
  font-size: 18px;
  line-height: 28px;
  font-family: 'Droid Serif', serif;
  font-weight: 700;
}

ul , ol{
	margin: 0 0 0 5px;
	padding: 0px;
}

ul li , ol li{
	margin: 0 0 0 10px;
	padding: 0px;
}

img{
	max-width: 100%;
}

a , a:visited , a:focus , a:hover{
	outline: none;
	text-decoration: none;
	color: inherit;
}

a{
	color: #dd6031;
}

.btn-black {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #dd6031;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 3.5px 10px 0px;
  text-align: center;
  min-width: 142px;
  font-size: 16px;
  color: #ffffff !important;
  line-height: 34px;
  height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border:none;
}

.btn-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #181a1e;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
   border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.btn-black:hover, .btn-black:focus, .btn-black:active {
  color: #ffffff;
  background: #dd6031;
}
.btn-black:hover:before, .btn-black:focus:before, .btn-black:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

input[type="text"] , input[type="email"], input[type="password"], input[type="url"] , textarea{
  border:1px solid #e3e2e2;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

textarea{
  height: 135px;
  resize:none;
}

::-webkit-input-placeholder {
   color: #4a4a4a;
}

:-moz-placeholder {
   color: #4a4a4a;  
}

::-moz-placeholder {
   color: #4a4a4a;  
}

:-ms-input-placeholder {  
   color: #4a4a4a;  
}

.top-arrow{
  position: fixed;
  bottom: 50px;
  width: 30px;
  height: 30px;
  right: 30px;
  display: none;
  z-index: 9999999;
}

/* Main Part Style Start Here... */

/*------------------------------------------------------------------
[3. Header ]
------------------------------------------------------------------*/

/* Header menu part */

.header-part{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9998;
	/*height: 90px;*/
}

/*------------------------------------------------------------------
[3.1. Menu ]
------------------------------------------------------------------*/

.menu-part-outer{
	float: left;
	width: 100%;
	font-size: 14px;
}

.menu-part{
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
}

.menu-part ul , .menu-part ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu-part ul li{
	float: left;
	width: auto;
	margin: 0 74px 0 0;
	position: relative;
}

#page{
  display: none;
}

.logo-header{
  display: none;
}

.menu-part ul li:last-child{
  margin: 0px;
}

.menu-part ul li a{
	float: left;
	width: 100%;
	padding: 20px 19px 24px 0;
	color: #494949;
	text-transform: uppercase;
	position: relative;
}

.menu-part > ul > li > a:after {
    color: transparent;
    content: attr(title);
    display: block;
    font-weight: bold;
    height: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    visibility: hidden;
}

.menu-part ul li:hover a , .menu-part ul li.current_page_item a{
	color: #dd6031;
	/*font-weight: 700;*/
}

.menu-part ul .logo a{
	width: 171px;
	height: 151px;
	margin-top: -20px;
}

.special-menu-inner {
    /*display: inline-block !important;*/
    /*float: none !important;*/
    margin: 0 !important;
    width: auto !important;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    position: relative;
    left: 50%;
    top: 0px;
    /*display: inline-table !important;*/
}

.menu-part ul li.menu-item-has-children:before,
.menu-part ul li.page_item_has_children:before {
  border-top-color: #000000; 
  border-left-color: #000000; 
  margin-top: -5px
}

/* arrow hover styling */
.menu-part ul li.menu-item-has-children > a:before,
.menu-part ul li.page_item_has_children > a:before { 
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0px;
  text-rendering: auto;
  top: 25px;
}

.menu-part ul li.menu-item-has-children ul.sub-menu li > a:before,
.menu-part ul li.page_item_has_children ul.children li > a:before {
  right: 10px;
  top: 10px;
} 

/*------------------------------------------------------------------
[4. Slider ]
------------------------------------------------------------------*/

/* Swiper slider css */

.slider-container{
  float: left;
  width: 100%;
}

 .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-part{
	float: left;
	width: 100%;
  margin: 120px 0 0 0;
}
.vc-main-part {
  margin: 0;
}

/* Revolution slider Change Here... */

.slider-outer{
	float: left;
	width: 100%;
	position: relative;
}

.slider-outer ul , .slider-outer ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.slider-outer .tp-leftarrow ,.slider-outer .tp-rightarrow{
	display: none !important;
}

/*------------------------------------------------------------------
[5. Our Schedule ]
------------------------------------------------------------------*/
.tp-caption.very_large_text{
	font-size: 72px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #ffffff;
	line-height: 82px;
	text-shadow:none;
}

.tp-bgimg:before{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: "";
}

.tp-caption.large_text{
	color: #ffffff;
	text-shadow:none;
	font-size: 30px;
	line-height: 34px;
}

/* Shedule Part for dinner and food items */

.shedule-container{
  float: left;
  width: 100%;
  margin: 0 0 110px 0;
}

.shedule-part{
  float: left;
  width: 100%;
}

.shedule-left{
  float: left;
  width: 43%;
}

.shedule-right{
  float: left;
  width: 100%;
  position: relative;
  height: auto;
  padding: 110px 0px;
  color: #ffffff;
}

.shedule-right img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.shedule-right h2{
  margin-top: 0px;
}

.shedule-right h3{
  margin: 22px 0 6px 0;
}

.shedule-inside{
  display: inline-block;
  width: 100%;
  padding: 0 0 0 30px;
}

.shedule-inside h6{
  margin: 0px;
  line-height: 38px;
}

.free-juice{
  margin: 50px 0 0 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.glass{
  position: absolute;
  bottom: 75px;
  right: -20px;
  width: 68px;
  height: 173px;
}

.shedule-content{
  margin: 0 auto;
  width:400px;
  position: relative;
}

/*------------------------------------------------------------------
[6. Gallery ]
------------------------------------------------------------------*/

/* Gallery Part for Home page with lightbox */

.gallery-container{
  float: left;
  width: 100%;
  margin: 0 0 110px 0;
}

.gallery-outer{
  float: left;
  width: 100%;
}

.gallery-outer img{
  width: 100%;
}

.heading{
  margin: 0 0 55px 0;
}

.pp_social{
  display: none !important;
}

.left-gallery , .gallery-item , .right-gallery{
  padding: 0px;
}

.gallery-item a{
  position: relative;
  display: block;
}

.gallery-item a:before , .gallery-block-right a:before{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 100%;
  content: "";
  background: rgba(0,0,0,0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.gallery-item .fa-plus , .gallery-block-right .fa-plus{
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}

.gallery-item:hover a:before , .gallery-block-right:hover a:before{
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.gallery-item:hover .fa-plus , .gallery-block-right:hover .fa-plus{
  left: 50%;
  font-size: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.gallery-block-right{
  float: left;
  width: 100%;
}

/*------------------------------------------------------------------
[7. Our Menu ]
------------------------------------------------------------------*/

/* Dishes (Product) list Blog */

.product-container{
  float: left;
  width: 100%;
  margin: 0 0 55px 0;
  position: relative;
  background: url('../images/veg-bg.jpg') no-repeat center center;
  background-size: cover;
}

.tomato{
  position: absolute;
  top: -2%;
  left: 20px;
}

.mashroom{
  position: absolute;
  bottom: 0px;
  left: -150px; 
}

.pie-larg{
  position: absolute;
  top: 37%;
  right: -150px;  
}

.dishes-container{
  float: left;
  width: 100%;
}

.dishes-list{
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}

.dishes-img{
  float: left;
  width: 100%;
  position: relative;
}

.dishes-list .dishes-img img{
  width: 100%;
}

.dishes_price{
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #4a4a4a;
  font-family: 'Droid Serif', serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 20px;
  color: #ffffff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 80px;
  height: 80px;
  text-align: center;
}

.dishes-price-content{
  height: 80px;
  margin: 0 auto;
  width: 57px;
  clear: both;
}

.dishes_price del, .dishes_price .del{
  font-size: 60%;
  display: block;
  margin-bottom: 10px;
}

.deshies-doll{
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}

.dishes-content{
  float: left;
  width: 100%;
}

.dishes-content h3 a{
  color: #4a4a4a;
}

.dishes-list:hover h3 a{
  color: #dd6031;
}

.dishes-list:hover .dishes_price{
  background: #dd6031;
}

.dishes-list .btn-black{
  margin-top: 20px;
}

.dishes-list:hover .btn-black{
  color: #ffffff;
  background: #dd6031;
}
.dishes-list:hover .btn-black:before{
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* Our client say blog */

.our-client-container{
  float: left;
  width: 100%;
}

/*------------------------------------------------------------------
[8. Our Client ]
------------------------------------------------------------------*/

.our-client{
  float: left;
  width: 100%;
}

.client-content{
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}

.client-content p{
  position: relative;
}

span.quort{
  position: absolute;
  font-size: 100px;
  top: 0px;
  opacity: 0.15;
  left: -50px;
  font-weight: 700;
  top: 15px;
}

.client-content b , .client-content strong{
  font-size: 18px;
}

/*------------------------------------------------------------------
[9. Find Us ]
------------------------------------------------------------------*/

/* Find where you are */

.find-container{
  float: left;
  width: 100%;
  background: #181a1e;
  padding: 50px 0;
  color: #ffffff;
}

.find-location-right{
  color: #dd6031;
}

.find-location-right .fa{
  font-size: 72px;
}

.map-container{
  float: left;
  width: 100%;
}

/*------------------------------------------------------------------
[10. Map Location ]
------------------------------------------------------------------*/

.map-outer #truck-locator {
  width: 100%;
}

.location{
  float: left;
  padding-top: 25px;
}

.location-content{
  margin-left: 70px;
}

.location-content h6{
  margin: 0px;
  font-size: 36px;
  line-height: 46px;
}

.find-where-you{
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
}

/*------------------------------------------------------------------
[11. Footer ]
------------------------------------------------------------------*/

.food1{
  position: absolute;
  top: 15px;
  max-width: 120px;
}

.food2{
  bottom: -80px;
  max-width: 300px;
  position: absolute;
  right: -50px;
}

.footer-part{
  float: left;
  width: 100%;
  background: #181a1e;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 24px;
}

.footer-part .row{
  margin-left: -20px;
  margin-right: -20px;
}

.footer-part{
  padding: 50px 20px;
}

.footer-part a{
  color: #8d8d8d;
}

.footer-column{
  float: left;
  width: 100%;
  padding: 50px 0;
}

.footer-part textarea {
  height: 70px;
}

.footer-logo{
  display: inline-block;
  width: 100%;
}

.footer-logo a{
  float: left;
  width: auto;
}

.social{
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
}

/*------------------------------------------------------------------
[11.1. Social Media ]
------------------------------------------------------------------*/

.social ul , .social ul li{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.social ul li {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 10px 10px 0;
}

.social ul li a{
  float: left;
  width: 100%;
  color: #8d8d8d;
  font-size: 16.30px;
  line-height: 27px;
  border:2px solid #8d8d8d;
  background: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.social ul li:hover a{
  color: #dd6031;
  border:2px solid #dd6031;
}

.footer-column h3 {
  color: #ffffff;
  line-height: 24px;
}

.footer-part h3.footer-title {
  color: #ffffff;
  line-height: 72px;
}

/*------------------------------------------------------------------
[11.2. Address ]
------------------------------------------------------------------*/

.address-outer{
  display: inline-block;
  width: 100%;
}

.address-blog{
  display: inline-block;
  width: 100%;
}

.address-outer h6{
  color: #ffffff;
  margin:0px;
  line-height: 24px;
  font-size: 14px;
}

.address-outer p{
  margin: 0px;
}

.address-outer a{
  width: 100%;
  display: inline-block;
}

.address-outer a:hover{
  color: #dd6031;
}

/*------------------------------------------------------------------
[11.3. Contact Form ]
------------------------------------------------------------------*/

.footer-column-form{
  background: #ffffff;
  padding: 25px 30px;
}

.footer-column-form h3{
  color: #4a4a4a;
  margin-bottom: 28px;
}

.form-field{
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

.form-field:last-child{
  margin: 0px;
}

.footer-column-form .btn-black{
  width: 100%;
}

.footer-bottom{
  color: #181a1e;
  float: left;
  width: 100%;
  background: #dd6031;
  padding: 15px 0 15px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.footer-bottom p{
  margin: 0px;
  color: #181a1e;
}

.footer-navi a:after {
    bottom: 1px;
    color: #181a1e;
    content: "|";
    font-size: 15px;
    margin: 0 10px;
    position: relative;
}

.footer-navi a {
  color: #181a1e;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-navi.pull-right > img {
    width: 25px;
}

/* Menu Page Style Start Here... */

/*------------------------------------------------------------------
[12. Menu Isotop ]
------------------------------------------------------------------*/

/* Isotop Style Start Here.. */

.portfolioFilter-main{
  width: 100%;
  text-align: center;
  clear: both;
  margin-top: 40px;
}

.portfolioFilter{
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  display: inline-block;
  padding-bottom: 13px;
  padding-top: 15px;
  width: auto;
  padding-left: 75px;
  padding-right: 75px;
}

.portfolioFilter a { 
  margin-right: 40px; 
  color:#4a4a4a;
  text-decoration:none;
  font-size: 18px;
  position: relative;
}

.portfolioFilter a.current { 
    color: #dd6031;
}

.portfolioFilter a:last-child{
  margin: 0px;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/*------------------------------------------------------------------
[13. Breadcrumb ]
------------------------------------------------------------------*/

/* Bread Crumb Style Start Here... */

.bread-crumb-container{
  float: left;
  width: 100%;
  background: #181a1f;
  padding-bottom: 30px;
  margin-top: 30px;
}

.bread-crumb-img{
  float: left;
  width: 80%;
  margin-top: -30px;
  position: relative;
}

.bread-crumb-img:after{
  
}

.bread-crumb-img img{
  width: 100%;
}

.bread-crumb-content{
  float: right;
  width: 20%;
  color: #ffffff;
  font-size: 24px;
  /*text-align: center;*/
}

.bread-crumb-content a{
  color: #ffffff;
}

.bread-crumb-content a:hover{
  color: #dd6031;
}

.bread-crumb-inner{
  float: left;
  width: auto;
  text-transform: capitalize;
}

.bread-crumb-content h2{
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

/* Truck locator Style css here... */

.maring-remove{
  margin: 0px !important;
}

.address-main{
  float: left;
  width: 100%;
  margin: 30px 0 10px 0;
}

.address-main h3 a{
  color: #4a4a4a;
}

.address-main .col-xs-12:hover a{
  color: #dd6031;
}

.address-main .col-xs-12{
  margin: 0 0 70px 0;
}

.address-main .col-xs-12:hover{
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


/*------------------------------------------------------------------
[14. Event ]
------------------------------------------------------------------*/

/* Event Page Style Start Here... */

.event-container{
  float: left;
  width: 100%;
  margin: 0 0 129px 0;
}

.vc-event-container{
  margin: 0px;
}

.event-wrap{
  float: left;
  width: 100%;
}

.event-list{
  float: right;
  width: 84%;
  border: 10px solid #e8e8e8;
  padding: 40px 40px 60px 260px;
  position: relative;
  margin: 0 0 120px 0;
}

.event-list:hover{
  border-color: #f8dfd6;
}

.event-list:hover .btn-black:before{
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}

.event-list p{
  margin: 20px 0;
}

.event-pic {
  position: absolute;
  left: -200px;
}

.load-more{
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
}

/*------------------------------------------------------------------
[14.1. Event Detail ]
------------------------------------------------------------------*/

/* Event Detail Wrap Style here... */

.event-detail-wrap{
  float: right;
  width: 84%;
}

.event-detail-wrap .event-list{
  width: 100%;
  margin-bottom: 60px;
}

.pn-link{
  float: left;
  width: 100%;
}

.prev-link{
  float: left;
  width: auto;
}

.next-link{
  float: right;
  width: auto;
}

.contact-add-left{
  font-size: 14px;
}

.contact-container .shedule-left{
  margin: 0px !important;
  padding-right: 25px;
}

.contact-container button{
  width: 100%;
}

.contact-bottom{
  margin-top: 25px;
}

.contact-add-inner{
  margin-bottom: 30px;
}

.contact-add-left p , .contact-add-left a{
  color: #8d8d8d;
}

.contact-add-left span{
  width: 100%;
  display: inline-block;
}

.contact-add-left a{
  display: block;
}

.contact-add-left a:hover{
  color: #dd6031;
}

/*------------------------------------------------------------------
[15. News ]
------------------------------------------------------------------*/

/* Post Detail Page Style Start Here... */

.tags{
  display: inline-block;
  width: 100%;
  color: #8d8d8d;
  margin-top: 30px;
}

.tags span{
  color: #4a4a4a;
}

.post-link{
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  padding: 0 10px;
}

.post-link a{
  color: #4a4a4a;
}

.post-link a:hover{
  color: #dd6031;
}

.post-left-link{
  float: left;
  width: auto;
}

.post-right-link{
  float: right;
  width: auto;
}

.post-comment-container{
  display: inline-block;
  width: 100%;
}

.post-comment-list{
  display: inline-block;
  width: 100%;
  margin: 0 0 55px 0;
}

.post-prof{
  float: left;
  width: auto;
}

.post-comment-content{
  margin-left: 130px;
}

.post-comment-content h6{
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #494949;
  letter-spacing: normal;
  font-family: 'Droid Serif', serif;
  font-weight: 700;
}

.post-comment-content span{
  color: #8d8d8d;
  font-size: 14px;
}

.post-comment-content p{
  margin-top: 0px;
  margin-bottom: 20px;
}

.post-comment-content .btn-black{
  min-width: 103px;
}

.post-form{
  display: inline-block;
  width: 100%;
}

.post-form .btn-black{
  width: 100%;
}

.post-form textarea{
  height: 160px;
}

.post-detail-right{
  float: left;
  width: 100%;
}

.post-right-search{
  float: left;
  width: 100%;
  margin: 0 0 37px 0;
}

.post-categories{
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}

.post-categories ul , .post-categories ul li{
  list-style: none;
  margin: 0px;
}

.post-categories ul li{
  margin: 0 0 15px 0;
}

.post-categories ul li a{
  color: #4a4a4a;
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0 35px 0 0;
}

.post-categories ul li:last-child{
  margin: 0px;
}

.post-categories ul li:hover a , .post-categories ul li.active a{
  color: #dd6031;
}

.post-categories ul li:hover a:before , .post-categories ul li.active a:before{
  width: 100%;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0px;
  height: 10px;
  background: #f8dfd6;
}

.post-button-btn{
  margin-top: -42px !important;
}

.post-gallery{
  float: left;
  width: 100%;
}

.post-gallery-item{
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}

.post-gallery-item:last-child{
  margin: 0px;
}

/* News Page Style Start Here... */

.news-detail .event-list{
  padding-left: 215px;
}

.news-detail .event-pic{
  left: -149px;
  width: 300px;
}

.event-detail-noimg{
  width: 100% !important;
}

.event-detail-noimg .event-list{
  padding-left: 90px;
}

.overlay-video{
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-news-video{
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  background: rgba(0,0,0,0.8);
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  padding: 13px 0;
}

.news-pagination{
  float: left;
  width: 100%;
}

.news-pagination ul , .news-pagination ul li{
  margin: 0px;
  list-style: none;
}

.news-pagination ul li{
  float: left;
  width: auto;
  margin: 0 10px 0 0;
}

.news-pagination ul li a{
  float: left;
  width: 100%;
  font-size: 16.30px;
  font-weight: 700;
  padding: 5px;
  border: 2px solid #e8e8e8;
  color: #8d8d8d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  line-height: 35px;
  padding: 0 13px;
}

.news-pagination ul li.active a , .news-pagination ul li:hover a{
  color: #dd6031;
  border-color: #dd6031;
}

/*------------------------------------------------------------------
[16. Preloader ]
------------------------------------------------------------------*/
#pre-loader {
  background: #e2d6ba none repeat scroll 0 0;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999;
}
#pre-loader .loader-holder:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin: 0 0 0 -5px;
  overflow: hidden;
  vertical-align: middle;
  width: 1px;
}
#pre-loader .loader-holder {
  height: 400px;
  left: 50%;
  margin: -200px 0 0 -200px;
  position: absolute;
  top: 50%;
  white-space: nowrap;
  width: 400px;
}
#pre-loader .loader-holder .frame {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
#pre-loader img {
  display: inline-block;
  margin: 0 0 45px;
}
.alert-dismissible label {
  display: block;
}
nav:not(.mm-menu)
{
  display: none;
}

.header,
.content,
.footer
{
  text-align: center;
}
.header,
.footer
{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  width: auto;
  height: 40px;
  padding: 0 25px;
  float: right;
}
.header.fixed
{
  position: fixed;
  top: 0;
  left: 0;
}
.footer.fixed
{
  position: fixed;
  bottom: 0;
  left: 0;
}
.header a
{
  background: rgba(0, 0, 0, 0) url("../images/menu.png") no-repeat scroll 0 0;
    display: block;
    height: 25px;
    right: 0px;
    position: absolute;
    top: 12px;
    width: 26px;
}
.menu-part div, .menu-part a.menu-special {
  width: auto;
  float: left;
}
.menu-part div {
  margin: 0px 50px;
}

/*------------------------------------------------------------------
[17. Contact Form ]
------------------------------------------------------------------*/
.wpcf7-response-output {
  float: left;
}
.wpcf7-form.invalid span.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 14px;
}
.wpcf7-form.invalid div.wpcf7-response-output {
  padding: 20px 20px 20px 60px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.wpcf7-form.invalid div.wpcf7-response-output.wpcf7-validation-errors {
  border-color: #8d8d8d;
  color: #8d8d8d;
}
.wpcf7-form.invalid div.wpcf7-response-output.wpcf7-validation-errors:after {
  position: absolute;
  font-family: 'FontAwesome';
  left: 20px;
  top: 50%;
  margin-top: -24px;
  font-size: 28px;
  content: "\f071";
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #8d8d8d;
  color: #8d8d8d;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok:after {
  position: absolute;
  font-family: 'FontAwesome';
  left: 20px;
  top: 50%;
  margin-top: -14px;
  font-size: 28px;
  content: "\f058";
}
div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px 20px 60px;
  position: relative;
}
.audio_image {
  margin-top: -28px;
}
.event-pic.video iframe {
  width: 300px;
  height: 300px;
}
.video .video-wrap video {
  width: 100%;
}
.post-quote {
  float: left;
  padding: 0 0 0 60px;
  position: relative;
  width: 100%;
}
.post-quote span.quotation {
  color: #e8e8e8;
  font-family: "Lora",serif;
  font-size: 150px !important;
  font-weight: bold;
  left: -35px;
  opacity: 1;
  position: absolute;
  top: 65px;
}
.event-list:hover .post-quote span.quotation,
.event-list:hover .post-links span.link {
  color: #f8dfd6;
}
.post-links {
  float: left;
  padding: 0 60px 0 0;
  position: relative;
  width: 100%;
}
.post-links span.link {
  color: #e8e8e8;
  font-family: "Lora",serif;
  font-size: 75px !important;
  font-weight: bold;
  opacity: 1;
  position: absolute;
  right: -15px;
  top: 0;
}

/* City Estate Title Style*/
.max-title.max-title1 h1,
.max-title.max-title1 h2,
.max-title.max-title1 h3,
.max-title.max-title1 h4,
.max-title.max-title1 h5,
.max-title.max-title1 h6  {
  font-size: 55px;
  line-height: 0px;
  margin-bottom: 35px;
  font-family: 'Montserrat';
  font-weight: 700;
}
.max-title.max-title2 h1,
.max-title.max-title2 h2,
.max-title.max-title2 h3,
.max-title.max-title2 h4,
.max-title.max-title2 h5,
.max-title.max-title2 h6  {
  font-size: 48px;
  line-height: 0px;
  margin-bottom: 35px;
  font-family: 'Montserrat';
  font-weight: 700;
}
.max-title.max-title3 h1,
.max-title.max-title3 h2,
.max-title.max-title3 h3,
.max-title.max-title3 h4,
.max-title.max-title3 h5,
.max-title.max-title3 h6  {
  font-size: 30px;
  line-height: 0px;
  margin-bottom: 35px;
  font-family: 'Montserrat';
  font-weight: 700;
}
.max-title.max-title4 h1,
.max-title.max-title4 h2,
.max-title.max-title4 h3,
.max-title.max-title4 h4,
.max-title.max-title4 h5,
.max-title.max-title4 h6  {
  font-size: 26px;
  line-height: 0px;
  margin-bottom: 30px;
  font-family: 'Montserrat';
  font-weight: 700;
}
.max-title.max-title5 h1,
.max-title.max-title5 h2,
.max-title.max-title5 h3,
.max-title.max-title5 h4,
.max-title.max-title5 h5,
.max-title.max-title5 h6  {
  font-size: 22px;
  line-height: 0px;
  margin-bottom: 30px;
  font-family: 'Montserrat';
  font-weight: 700;
}
.max-title.max-title6 h1,
.max-title.max-title6 h2,
.max-title.max-title6 h3,
.max-title.max-title6 h4,
.max-title.max-title6 h5,
.max-title.max-title6 h6  {
  font-size: 18px;
  line-height: 0px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', serif;
  font-weight: 700;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin: 0px !important;
}
.contact-us .btn-black {
  width: 100% !important;
}

#foodtruck-gmap-main {
  position: relative;
}
#foodtruck_listing_map {
  height: 550px;
  position: relative;
}
#foodtruck-gmap-main .map-arrows-actions, #foodtruck-gmap-main .map-next-prev-actions, #foodtruck-gmap-main .map-zoom-actions {
  font-size: 0;
  left: 20px;
  position: absolute;
  top: 20px;
}
#foodtruck-gmap-main .map-btn {
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  line-height: 29px;
  padding: 0 10px;
  vertical-align: middle;
}
#foodtruck-gmap-main .map-btn + .map-btn {
  margin-left: 3px;
}
#foodtruck-gmap-main .map-btn {
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  line-height: 29px;
  padding: 0 10px;
  vertical-align: middle;
}
#foodtruck-gmap-main .map-arrows-actions, #foodtruck-gmap-main .map-next-prev-actions, #foodtruck-gmap-main .map-zoom-actions {
  font-size: 0;
  left: 20px;
  position: absolute;
  top: 20px;
}
#foodtruck-gmap-main .map-next-prev-actions {
  left: inherit;
  right: 20px !important;
}
#foodtruck-gmap-main .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.75);
  border: medium none;
  min-width: 74px;
  width: 74px;
}
#foodtruck-gmap-main .dropdown-menu a {
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
}
#foodtruck-gmap-main .map-btn {
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  line-height: 29px;
  padding: 0 10px;
  vertical-align: middle;
}
#foodtruck-gmap-main .map-btn + .map-btn {
  margin-left: 3px;
}
#foodtruck-gmap-main .map-btn {
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  line-height: 29px;
  padding: 0 10px;
  vertical-align: middle;
}
#foodtruck-gmap-main .map-btn + .map-btn {
  margin-left: 3px;
}
#foodtruck-gmap-main .map-btn {
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  line-height: 29px;
  padding: 0 10px;
  vertical-align: middle;
}
.map-info-box::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #fff transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 20px;
  bottom: -40px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  right: inherit;
  top: inherit;
  transform: translate(-50%, 0px);
  width: 0;
  z-index: 2;
}
.grid-map-header {
    margin-bottom: 0;
}
.recent-property-box1 .recent-proeprty-box1-img-box {
    position: relative;
    width: 100%;
}
.gm-style img {
    height: auto;
    width: 100%;
}
.w-map img, .gm-style img {
    max-width: none !important;
}
.gm-style img {
    max-width: none;
}
.recent-property-box1 .recent-proeprty-box1-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: -moz-use-text-color #e5eaed #e5eaed;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 2px 1px;
    padding: 20px;
    position: relative;
    width: 100%;
}
.infoBox > img {
    height: 20px;
    right: 0;
    top: 4px;
    width: 20px;
    z-index: 9;
    margin: -4px 0px -16px -16px !important;
}
.recent-property-box1 .property-box1-title {
    color: #323a45;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    width: 230px;
    line-height: 1;
}
.recent-property-box1 .property-box1-address {
    color: #8696ab;
    font-size: 12px;
    line-height: 1.5;
    width: 230px;
}
.map-next-prev-actions li {
  margin: 0px;
}
.foodtruck-header-media {
  font-family: 'Roboto';
}
.map-next-prev-actions li a:hover {
  background: none;
}
.recent-proeprty-box1-img-box img {
  width: 270px;
  height: 200px;
}
.recent-proeprty-box1-inner ul {
  display: inline-block;
  list-style: outside none none;
  margin: 0px;
  padding: 0;
  width: 230px;
}
.recent-proeprty-box1-inner ul li {
    color: #5f6e82;
    display: inline;
    font-size: 14px;
    margin: 0 0 5px 0;
    float: left;
}
.recent-proeprty-box1-inner ul li span {
    color: #323a45;
    font-weight: 600;
    margin-right: 5px;
}
.vc_row.wpb_row.vc_row-fluid.vc_row-no-padding .wpb_column.vc_column_container {
    padding: 0px;
}
.event-pagination .news-pagination {
    float:  none;
}
.event-pagination .news-pagination > ul {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
}
.event-pagination .news-pagination ul li {
  float: none;
  display: inline-block;
}
ul.timetable {
  list-style: outside none none;
  margin: 0px;
}
ul.timetable li {
  border-color: #52535e;
  margin-bottom: 8px;
  padding-bottom: 8px;
  line-height: 1.3;
  border-bottom: 1px dotted #52535e;
  margin: 0px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
ul.timetable .date-day-pro {
  display: inline-block;
  font-style: italic;
  font-weight: 400;
}
ul.timetable .hours-date-pro {
  display: inline-block;
  float: right;
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0px !important;
}
.audio_image {
  width: 100% !important;
}
audio.blog_audio {
  width: 100% !important;
}
.content-none-search {
  width: 50%;
}
#foodtruck-gmap-main .recent-proeprty-box1-inner {
  border: none !important;
}