/*!
Theme Name: Burwood One Theme
Theme URI: http://underscores.me/
Author: web-step-up
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: burwood_one_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Burwood One Theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/* Core */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body {
  margin: 0;
 /*  font-family: 'Montserrat', sans-serif; */
  /* font-family: 'Open Sans', sans-serif; */
  /* font-family: Arial, sans-serif; */
  font-family: 'Roboto', sans-serif!important; 
}
.store-img img{ 
	   width: 100%;
} 


.home-container a{
	
     text-decoration: none !important;

}


div[data-name="KM Pho Kitchen"] #span-phone{
	display: none;
}
 

#sponsorship-title{
	
}

div[data-name="KM Pho Kitchen"] a{
	pointer-events: none;
  cursor: default;
}
  


#img4{
	margin-top: -26px!important;
}
 
#img3{
	margin-top: 0px !important;
}


#img2{
	margin-top: -29px !important;
}

#img1{
	margin-top: -77px !important;
}



.store-content a:hover{
	text-decoration: underline !important; 
    text-decoration-color: transparent !important;
}  

div[data-name="Colourful Yunnan"] img{ 
	display: none !important; 
}

div[data-name="Colourful Yunnan"] .store-img{   
                     
 background: url(https://webstep.com.au/burwoodonecomau/wp-content/uploads/2017/10/homepage-promo-colourfulyunnan.jpg) !important;  
    background-size: 94% 116% !important;
    background-repeat: no-repeat;
    background-position: center;  
}
 
img {
  display: block;
    height: auto;
    max-width: 100%;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
button,
select,
textarea,
select:focus,
input[type="text"],
input[type="text"]:focus,
input[type="submit"],
input[type="email"],
input[type="reset"] {
    outline: none !important;
}
input[type="text"],
input[type="email"],
input[type="search"] {
    font-family: 'Montserrat', sans-serif;
    /* font-weight: 600; */
    font-size: 12px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 12px;
    line-height: 1.42857143;
    color: #555;
  /* border-radius: 20px; */
    border: 1px solid #e8e8e8;
}
textarea {
    font-family: 'Montserrat', sans-serif;
    /* font-weight: 600; */
    font-size: 12px;
    display: block;
    width: 100%;
    height: 210px;
    padding: 15px 12px 25px 12px;
    line-height: 1.42857143;
    color: #555;
    /* border-radius: 20px; */
    border: 1px solid #e8e8e8;
	    margin-bottom: 50px;
}
input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #ffffff;
    /* border-radius: 30px; */
    font-size: 18px;
    padding: 15px 60px;
    background: #00aeef;
    border: 0;
    cursor: pointer;
}
.wpcf7-form input,
.wpcf7-form textarea {
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
}

.myfade-in {
  opacity: 0;
}

/* Mine */
.container {
    max-width: 1194px;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.clear {
  clear: both;
}
.nomar {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Static Test */
.kflattenr,
.kflattenr .wpb_text_column.wpb_content_element,
.kflattenr .vc_column-inner  {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.img-slider-1 {
  float: left;
  width: 19.2%;
  padding-right: 1%;
}
.img-slider-1:last-child {
  padding-right: 0%;
}
.ksep.vc_sep_width_10 {
  width: 5%;
}

/* VC Overwrite */
.vc_row.wpb_row.vc_inner.vc_row-fluid,
.vc_row.wpb_row.vc_row-fluid.vc_firstrow_cotainer {
    max-width: 1194px;
    margin-left: auto;
    margin-right: auto;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid .vc_col-sm-12 .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

/* Header */
.site-header {
  padding-top: 10px;
    padding-bottom: 10px;
  background-color: #fff;/*#363636*/
  transition: all 0.4s ease;
    box-shadow: 1px 1px 12px 1px #cccccc;
	border-bottom: 1px solid #cccccc;
}
.site-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 2;
  transition: all 0.4s ease;
    z-index: 99;
}
.nav-cont {
    display: table;
    width: 100%;
}
.logo-cont {
  display: table-cell;
  vertical-align: middle;
    /*width: 6.5%;*/
	width: 6.5%;
    margin-right: 18.5%;
  transition: all 0.4s ease;
}
.logo-cont a{
	display:inline-block;
	
}
.home-container{
	width:6.5%;
}
.home-container ul{
	list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.home-container li{
	display: inline-block;
    padding: 30px 20px;
}

.home-container li:hover {
    border-bottom: 2px solid #00bff3;
}

.home-container a{
	color:#000;/*#fff*/
	font-weight:bold;
	font-size: 16.67px;
    text-align: center;
    text-transform: uppercase;
}

.sticky .logo-cont {
  width: 3.5%;
    margin-right: 21.5%;
}
#site-navigation {
  display: table-cell;
  vertical-align: middle;
    width: 75%;
}
.search-btn-cont {
  display: table-cell;
  vertical-align: middle;
    width: 2%;
}
.menu-menu-1-container {
    float: right;
}
#primary-menu {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    float: right;
}
#primary-menu > li {
    display: inline-block;
    padding: 30px 35px;
}
#primary-menu li a {
    color: #636262;
    font-size: 16.67px;
    text-align: center;
    text-transform: uppercase;
}

ul#primary-menu>.menu-item>a{
  color:#000 !important;/*#fff*/ 
}

.sub-menu {
    list-style: none;
    padding-left: 0;
}
#primary-menu .sub-menu a {
    display: block;
}
.menu-item-has-children > a::after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-left: 3px;
}
button.search-button {
    background-color: transparent;
    color: #00aeef;
    border: 1px solid #00aeef;
    border-radius: 100%;
    padding: 10px 11px;
    text-align: center;
  cursor: pointer;
}
.search-form-cont {
    display: none;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4 ease;
}
.sticky .search-form-cont{
  padding-top: 0px;
  padding-bottom: 12px;
}
.search-form-cont span {
    display: none;
}
.search-form-cont label {
    float: left;
    width: 80%;
  padding-right: 2%;
}
.search-form-cont input[type="submit"] {
  float: left;
    width: 18%;
  margin-top: 5px;
}

/* Footer */
.site-footer {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #363636;
}
.footer-cont {
    overflow: hidden;
}
.social-media {
    float: left;
    width: 15%;
}

.back-to-top {
    float: right;
    width: 15%;
}
.quick-links,
.opening-hours {
    float: left;
    width: 35%;
}
.social-media-cont {
    padding-top: 13px;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
	padding-bottom: 13px;
}
.social-media-content {
    display: inline-block;
}
.social-media-content:first-child {
    /* padding-right: 15px; */
}
.social-media-content > a {
    display: block;
	padding-right: 15px;
    /* color: #c0c0c0; */
    /* border: 2px solid #c0c0c0; */
    /* border-radius: 100%; */
    /* text-align: center; */
}
.social-media-content:first-child  > a {
 /* padding: 15px 20px; */
}
.footer-fb:hover a {
  border-color: #00AEEF;
}
.footer-ig:hover a {
  border-color: #00AEEF;
}
.footer-fb:hover i {
  color: #00AEEF;
}
.footer-ig:hover i {
  color: #00AEEF;
}
.quick-links-cont ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13.89px;
    color: #bdbdbd;
}
.quick-links-cont li,
.opening-hours-cont > div {
    padding-bottom: 15px;
}
/* .quick-links-cont li:nth-child(-n+6) { */
    /* float: left; */
    /* width: 50%; */
/* } */
.opening-hours-cont {
    color: #bdbdbd;
    font-size: 13.89px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.opening-hours-cont > div::before,
.opening-hours-cont > div::after {
    content: "";
    display: block;
    clear: both;
}
.opening-hours-cont > div > div:first-child {
    float: left;
    width: 60%;
}
.opening-hours-cont > div > div:last-child {
    float: right;
    width: 40%;
    text-align: right;
}
.f-tittle {
    color: #ffffff;
    font-size: 16.67px;
    text-align: center;
}
.back-to-top > a {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 13.89px;
    color: #5bcaf4;
}
.back-to-top > a > i {
    margin-left: 5px;
    font-size: 3.4em;
    color: #00aeef;
}
.footer-copyright {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #a3a3a3;
    font-size: 13.89px;
    padding-top: 20px;
}
.footer-copyright a {
  color: #ffffff;
  /* line-height: 2; */
}

/* Page Shared */
.entry-content a.b-button {
  font-size: 16.67px;
  color: #00aeef;
  padding: 4px 10px;
  border: 2px solid #00aeef;
}
.entry-content p {
  font-size: 16.67px;
  /*color: #fff;*/
}
.entry-content p > strong{
  font-size: 22.22px;
}
.entry-content h2 {
  font-size: 41.67px;
  font-weight:400;
  color: #636262;
}
.entry-content .centreh2 > .wpb_wrapper > h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 45.83px;
  line-height: 30px;
}
.entry-content .centresubhead > .wpb_wrapper > p {
  color: #ffffff;
  font-size: 29.17px;
}
.entry-content .text-c > .wpb_wrapper > p,
.entry-content .text-c > .wpb_wrapper > h2 {
  text-align: center;
}
.entry-content .white-color > .wpb_wrapper > p,
.entry-content .white-color > .wpb_wrapper > h2 {
  color: #ffffff;
}
.entry-content .blue-color > .wpb_wrapper > p {
  color: #00b1f0;
}
.entry-content .text-nomar > .wpb_wrapper > p,
.entry-content .text-nomar > .wpb_wrapper > h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-id-391 .entry-content .text-nomar > .wpb_wrapper > p,
.page-id-391 .entry-content .text-nomar > .wpb_wrapper > h2 {
  margin-top: 20px;
  margin-bottom: 0;
}
.entry-footer {
    display: none;
}
/*Page Shared - Contact Form 7 */
.wpcf7-form {
    position: relative;
  margin-bottom: 50px;
}
.wpcf7-form > p {
  width: 100%;
}
.wpcf7-form > p:nth-child(2), .wpcf7-form > p:nth-child(3) {
    width: 48%;
    margin-right: 4%;
  float: left;
}
.wpcf7-form > p:nth-child(3) {
    margin-right: 0;
}
.wpcf7-form > p:last-of-type {
    position: absolute;
    bottom: -40px;
    text-align: center;
}

/* Slider */
.rev-text {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.rev-text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-color: #000000;*/
  background-color:#63c4ef;
  opacity: 0.9;
}
.rev-text > div > div > div > .wpb_wrapper {
  position: relative;
  z-index: 1;
}
.rev-text div {
    margin: 0;
}
.rev-text h1,
.rev-text p {
    margin-top: 0;
    margin-bottom: 0;
  color: #ffffff;
}
.rev-text h1 {
    font-size: 86.11px;
    font-weight: 800;
  line-height: 80px;
}
.rev-text p {
    font-size: 38.89px;
    font-weight: 600;
  line-height: 40px;
}
.page-title,
.store-single-similar h2 {
    text-align: center;
    color: #636262;
    font-weight: 400;
    font-size: 3em;
}
.page-title::after,
.store-single-similar h2::after {
    content: "";
    border-bottom: 4px solid #00bff3;
    width: 90px;
    display: block;
    margin: 15px auto 0;
}

#directory-item-1 i, #directory-item-2 i, #directory-item-3 i, #directory-item-4 i {
  -moz-transition: transition:0.3s cubic-bezier(0,1.2,.2,1.5);
  -webkit-transition:0.3s cubic-bezier(0,1.2,.2,1.5);
  transition: transition:0.3s cubic-bezier(0,1.2,.2,1.5);
}
#directory-item-1:hover i, #directory-item-2:hover i, #directory-item-3:hover i, #directory-item-4:hover i {
  -moz-transform:scale(1.5,1.5);
  -webkit-transform:scale(1.5,1.5);
  transform:scale(1.5,1.5);
  color: #00AEEF;

}
#directory-item-1 a, #directory-item-2 a, #directory-item-3 a, #directory-item-4 a {
  color: #646363;
}
.social-feed-element a {
    overflow: hidden;
}



/**
 * What's On CSS
 */
 /* Shortcode  */
.whats-on-cont {
    /* overflow: hidden; */
}
.whats-on-contents-cont {
    float: left;
    width: 24.2%;
    margin-right: 1%;
    overflow: hidden;
  /* padding-top: 18%; */
  transition: all 0.4s ease;
   /* border-bottom: 2px solid #00bff3;  */
  /* box-shadow: 0px 0px 4px 5px rgba(0, 191, 243, 0.1); */
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
  background-color:#fff;	 
  
  position: relative;
}
.whats-on-contents-cont:hover {
  -moz-transform: scale(1.1);
/*   -webkit-transform: scale(1.1);
  transform: scale(1.1); */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
}
.whats-on-contents-cont:last-child {
    margin-right: 0;
}
.whats-on-info {
  background: rgba(0,0,0, .7);
  position: absolute;
    padding: 10px;
  transform: translate(0, -100%);
  left: 0;
  right: 0;
}
.whats-on-info-sub {
	position: relative;
    padding: 20px 10px 5px;
}
.whats_on_event {
  color: #0ca9dc;
    text-transform: uppercase;
    font-size: 12.14px;
}
.whats_on_event_sub {
	color: #0ca9dc;
    text-transform: uppercase;
    font-size: 12.14px;
}
.whats_on_event > i {
  margin-left: 10px;
}
.whats_on_event_sub > i {
  margin-left: 10px;
}
.whats-on-page-contents-tittle {
  top: 35px;
    color: #fff;
  font-weight: 500;
    font-size: 21.17px;
}
.whats-on-page-contents-tittle-sub {
	position: absolute;
	top: 35px;
    color: #393939;
	font-weight: 500;
    font-size: 21.17px;
}
.whats-on-page-contents-date {
  color: #828282;
    font-size: 12.5px;
  padding-top: 75px;
}
/* .whats-on-img-cont { */
    /* position: relative; */
  /* max-height: 222px; */
/* } */
/* .whats-on-info { */
 /* display: flex; */
 /* align-items: center; */
 /* height: 75px; */
 /* width: 100%; */
    /* position: absolute; */
    /* bottom: 0; */
/* } */
/* .whats-on-info::before { */
 /* content: ""; */
 /* position: absolute; */
 /* top: 0; */
 /* bottom: 0; */
 /* left: 0; */
 /* right: 0; */
 /* background-color: #000000; */
 /* opacity: 0.65; */
/* } */
/* .whats-on-info > div{ */
 /* position: relative; */
 /* z-index: 1; */
/* } */
/* .whats_on_event { */
 /* font-family: 'Montserrat', sans-serif; */
    /* font-size: 12px; */
    /* text-transform: uppercase; */
    /* color: #0ca9dc; */
/* } */
/* .whats-on-info-cont { */
    /* flex: 1; */
 /* padding-left: 10px; */
/* } */
/* .whats-on-info a { */
    /* font-family: 'Ubuntu', sans-serif; */
    /* font-size: 21px; */
    /* color: #ffffff; */
/* } */
/* .whats-on-info-arrow { */
    /* padding-right: 10px; */
/* } */
/* .whats-on-info-arrow a { */
    /* font-size: 15px; */
/* } */
/* What's on page */
.whats-on-page-filter-cont {
    text-align: center;
}
.whats-on-page-fltr-btn {
    font-size: 20.83px;
    font-weight: 700;
    color: #00aeef;
    background-color: transparent;
  padding: 15px 35px;
    border: 2px solid #00aeef;
    border-radius: 35px;
  cursor: pointer;
}
.whats-on-page-fltr-btn.active,
.whats-on-page-fltr-btn.whats-on-news.active {
  color: #ffffff;
    background-color: #00aeef;
  border-color: #00aeef;
}
.whats-on-page-cont {
    overflow: hidden;
  padding-top: 10px;
    padding-left: 80px;
    padding-right: 80px;
}
.whats-on-page-contents-cont {
    width: 28.33333333333333%;
    float: left;
  margin-bottom: 30px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  /* border-bottom: 6px solid #00bff3; */
  /* box-shadow: 0px 0px 4px 5px rgba(0, 191, 243, 0.1); */
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
  transition: all 0.5s ease;
}
.whats-on-page-contents-cont:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
}
.whats-on-page-contents-img {
    display: block;
    padding-top: 100%;
}
.clickable-area {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* .whats-on-page-contents-cont:nth-child(3n) { */
    /* margin-right: 0; */
/* } */


/* Get Social Home*/
.home .social-feed-element .svc_attachment {
  display: block;
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 300px;
  margin: 0 auto;
}

/* Get Social */

 /**
 * Store Filter CSS
 */
.store-filter-form-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}
.store-filter-select-by-letter,
.store-filter-select-by-category,
.store-filter-text-search {
    float: left;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

/* .store-filter-select-by-letter:after, .store-filter-select-by-category:after { */
    /* font: normal normal normal 14px/1 FontAwesome; */
    /* font-size: inherit; */
    /* position: absolute; */
    /* right: 32px; */
    /* content: "\f0d7"; */
    /* top: 24px; */
    /* color: #949494; */
/* } */

/*.store-filter-select-by-category::after {
    content: "";
    border-right: 3px solid #acacac;
    margin: 0 9px 0 18px;
    float: right;
    height: 60px;
}*/
.store-filter-select-letter,
.store-filter-select-category {
    border: 0 none;
    box-shadow: 0px 1px 7px 2px rgba(204, 204, 204, 0.3);
    width: 340px;
    padding: 19px 20px;
    border-radius: 24px;
    font-size: 1em;
    color: #707070;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.store-filter-field-search {
    color: #acacac !important;
    height: auto !important;
    padding: 10px 20px !important;
    width: 349px !important;
    border: 0 none !important;
    letter-spacing: 1.3px;
    font-size: 1.7em !important;
    margin-right: 0 !important;
}

.store-wrapper {
    overflow: hidden;
    padding: 20px 0;
}
.store-content {
    float: none;
    width: 18.592964%;
    margin: 0 0.670016% 1.340033%;
    background-color: #ffffff;
    min-height: 340px;
  display: inline-block
}

.store-content.letter-holder {
    background: #00bff4;
}

.store-content.letter-holder h1{
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    color: #fff;
    font-size: 60px;
    margin: 0;
    width: 100%;
    margin-top: 55%;
}

.store-content.clear-fix {
    box-shadow: none;
}

.store-img {
    margin: 0 auto;
    width: 90px;
}
.store-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #3f3f3f;  
    font-size: 1.2em;
    min-height: 88px;
	margin-top: 30px;
}
.store-name::before {
    content: "";
    /*border-top: 3px solid #636363; */
    display: block;
    margin: 0 auto 15px;
    width: 60px;
}
.store-phone {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: .9em !important;
    margin: 0;
	font-weight:700;
	color:#000;
}
.store-phone a{
	color:#000 !important;
}
.store-img {
    margin: 20px auto 0;
    /* width: 150px; */
    /* height: 150px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.store-single-breadcrumbs-container,
.store-single-wrapper {
    max-width: 1194px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5px;
}

.store-single-similar .store-single-wrapper {
  text-align: center;
}

.store-single-similar .store-single-wrapper .store-content {
    float: none;
    display: inline-block;
}

.store-single-breadcrumbs-container p {
    color: #636363;
    text-transform: uppercase;
    margin-top: 40px;
}
.store-single-current-page {
    color: #bbbbbb;
}
.store-single-main-content {
    float: left;
    margin: 0 auto;
    width: 63.651591%;
}
.store-single-meta {
    float: right;
    margin: 0 0.418760% 0 0;
    width: 25.125628%;
    background-color: #ffffff;
    box-shadow: 0px 4px 9px 0px rgba(204, 204, 204, 0.3);
    padding: 0.837520%;
}
.store-single-main-content h1 {
    color: #636363;
    font-weight: 600;
    font-size: 2.8em;
    margin-bottom: 14px;
    margin-top: 12px;
}
.store-single-main-content p {
    color: #636363;
    font-weight: 300;
    /* font-size: .9em; */
    font-size: 19px;
    margin-top: 40px;
}
.store-single-opening-hours {
    border-top: 1px solid #d7d7d7;
    margin: 20px auto;
    border-bottom: 1px solid #d7d7d7;
}
.store-single-opening-hours h3,
.store-single-contact h3 {
    color: #04a3db;
    font-weight: 300;
    text-transform: uppercase;
    font-size: .9em;
    text-shadow: 1px 1px 0px rgba(6, 154, 206, 0.3);
    margin-left: 7px;
}
.store-single-opening-hours-list,
.store-single-contact-list {
    padding: 0 0 0 9px;
    list-style: none;
    margin: 0;
}
.store-single-opening-hours-list li,
.store-single-contact-list li {
    overflow: hidden;
    margin-bottom: 15px;
}
.store-single-opening-hours-list li:last-child {
    margin-bottom: 30px;
}
.store-single-opening-hours-list li p,
.store-single-contact-list li p {
    color: #636363;
    font-weight: 300;
    margin: 0;
    font-size: .9em;
}
.store-single-opening-hours-day {
    float: left;
    width: 46.666666%;
}
.store-single-opening-hours-time {
    float: right;
    margin: 0 auto;
    text-align: left;
}
.store-single-opening-hours-time {
    float: right;
    width: 50%;
}

/*Getting here */
.gethere-pbtn {
    /* display: flex; */
  display: inline-block;
    background-color: #ffffff;
  font-size: 25px; 
    font-weight: 700;
    color: #00aeef;
    border: 2px solid #00aeef;
    border-radius: 30px;
    padding: 10px 2.5%;
  margin-right: 15px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.gethere-pbtn > img {
    display: inline;
}
.gethere-pbtn:last-child {
  margin-right: 0;
}
.gethere-pbtn.active {
  color: #ffffff;
  background-color: #00aeef;
}
.wpgmp_tabs_container.cleanslate {
    display: none;
}
.getting-there-main-cont input{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.getting-there-txt {
    font-weight: 600;
    font-size: 20.83px;
    color: #636262;
  margin-bottom: 15px;
  margin-top: 5px;
}
.getting-there-alttxt {
    font-weight: 300;
    font-size: 15.14px;
    color: #636262;
  margin-bottom: 10px;
}
.getting-there-main-cont div:nth-child(6) {
    margin-bottom: 0;
}
.getting-there-main-cont button,
.pre-form-contact a {
    font-size: 16.67px;
    font-weight: 600;
    color: #ffffff;
    background-color: #00aeef;
    border: 0;
    border-radius: 30px;
    padding: 15px 0;
  width: 100%;
    cursor: pointer;
  display: block;
  text-align: center;
  transition: all 0.4s ease;
}
.getting-there-main-cont input[type="text"]{
  height: 50px !important;
  border-radius:30px;
  font-size:20px; 
}
.directions-panel.gettinghere-directions {
    border: 0 !important;
    width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.getting-there-col-cont {
    overflow: hidden;
}
.getting-there-col {
  display: inline-block;
    /* width: auto; */
    width: 45%;
    margin-right: 5%;
}
.getting-there-col button {
    padding: 10px 45px;
    width: auto;
}
.getting-there-col:last-child {
    margin-right: 0;
}
.gmnoprint button {
    background-color: #20c5f1 !important;
    border-radius: 8px;
}
.open-in-gmap-btn {
    font-size: 16.67px;
    font-weight: 600;
    color: #ffffff;
    background-color: #00aeef;
    border: 0;
    border-radius: 30px;
    padding: 15px;
    width: 100%;
    cursor: pointer;
    display: block;
    text-align: center;
  transition: all 0.4s ease;
  max-width:300px;
}
.getting-there-main-cont button:hover,
.open-in-gmap-btn:hover,
.pre-form-contact a:hover {
  background-color: #0085BA;
}

/**
 * Store Filter CSS
 */
.store-filter-form-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}
.store-filter-select-by-letter,
.store-filter-select-by-category,
.store-filter-text-search {
    float: left;
    margin: 0 auto;
    padding: 10px;
    min-width: 200px;
}

.store-filter-text-search {
    border-left: 3px solid #949494;
    padding: 0 10px;
}

.store-filter-select-letter,
.store-filter-select-category {
        border: 0 none;
    box-shadow: 0px 1px 7px 2px rgba(204, 204, 204, 0.3);
    width: 340px;
    padding: 12px 20px;
    border-radius: 24px;
    font-size: 1em;
    color: #707070;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.store-filter-field-search {
    color: #acacac !important;
    height: auto !important;
    padding: 10px 20px !important;
    width: 349px !important;
    border: 0 none !important;
    letter-spacing: 1.3px;
    font-size: 1.7em !important;
    margin-right: 0 !important;
}

.store-filter-text-search::before {
    content: "\f002";
    float: left;
    display: block;
    position: relative;
    top: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #707073;
    font-size: 26px;
}

.store-wrapper {
    overflow: hidden;
    padding: 20px 0;
}
.store-main-content {
    overflow: hidden;
}
.store-content {
    float: left;
     width: 18.592964%; 
	    /*width: 23.592964%;*/

    margin: 0 0.670016% 1.340033%;
    background-color: #ffffff;
  /*border-bottom: 6px solid #00bff3;*/
    /* min-height: 340px; */
	    min-height: 357px;
	-webkit-transition: 0.4s ease-in-out 0s;
    -moz-transition: 0.4s ease-in-out 0s;
		transition: 0.4s ease-in-out 0s;
}

.store-content:hover{
	box-shadow: 0 4px 15px 0 rgba(0,0,0,.5); 
	/* -moz-transform: scale(1.1); */
    /* -webkit-transform: scale(1.1); */
	/* transform: scale(1.1);  */
}

.store-img {
    margin: 0 auto;
    width: 90px;
}
.store-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #3f3f3f;
    font-size: 1.2em;
    min-height: 88px;
	margin-top: 30px;
	
}
.store-name::before {
    content: "";
    /*border-top: 3px solid #636363; */ 
    display: block;
    margin: 0 auto 15px;
    width: 60px;
}
/* .store-phone { */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-weight: 300; */
    /* text-align: center; */
    /* font-size: .9em !important; */
    /* margin: 0; */
/* } */
.store-img {
    margin: 20px auto 0;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.store-single-breadcrumbs-container,
.store-single-wrapper {
    max-width: 1194px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5px;
}

.store-single-breadcrumbs-container p {
    color: #636363;
    text-transform: uppercase;
    margin-top: 40px;
}
.store-single-current-page {
    color: #bbbbbb;
}
.store-single-main-content {
    float: left;
    margin: 0 auto;
    width: 63.651591%;
}
.store-single-meta {
    float: right;
    margin: 0 0.418760% 0 0;
    width: 25.125628%;
    background-color: #ffffff;
    box-shadow: 0px 4px 9px 0px rgba(204, 204, 204, 0.3);
    padding: 0.837520%;
}
.store-single-main-content h1 {
    color: #636363;
    font-weight: 600;
    font-size: 2.8em;
    margin-bottom: 14px;
    margin-top: 12px;
}
.store-single-main-content p {
    color: #636363;
    font-weight: 300;
    /* font-size: .9em; */
    font-size: 19px;
    margin-top: 40px;
}
.store-single-img {
    width: 100%;
    margin: 20px auto 0;
  text-align: center;
}
.store-single-img > img {
    display: inline-block;
}
.store-single-opening-hours {
    border-top: 1px solid #d7d7d7;
    margin: 20px auto;
    border-bottom: 1px solid #d7d7d7;
}
.store-single-opening-hours h3,
.store-single-contact h3 {
    color: #04a3db;
    font-weight: 300;
    text-transform: uppercase;
    font-size: .9em;
    text-shadow: 1px 1px 0px rgba(6, 154, 206, 0.3);
    margin-left: 7px;
}
.store-single-opening-hours-list,
.store-single-contact-list {
    padding: 0 0 0 9px;
    list-style: none;
    margin: 0;
}
.store-single-opening-hours-list li,
.store-single-contact-list li {
    overflow: hidden;
    margin-bottom: 15px;
}
.store-single-opening-hours-list li:last-child {
    margin-bottom: 30px;
}
.store-single-opening-hours-list li p,
.store-single-contact-list li p {
    color: #636363;
    font-weight: 300;
    margin: 0;
    font-size: .9em;
}
.store-single-phone {
    color: #303030 !important;
    font-size: 1.4em !important;
}
.store-single-website {
    color: #303030 !important;
    font-size: 1.2em !important;
}
.store-single-phone::before {
    content: "\f098";
    display: block;
    float: left;
    margin-right: 7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    color: #00bef4;
}
.store-single-website::before {
    content: "\f0ac";
    display: block;
    float: left;
    margin-right: 9px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 27px;
    color: #00bef4;
}
.store-single-opening-hours-day {
    float: left;
    width: 46.666666%;
}
.store-single-opening-hours-time {
    float: right;
    margin: 0 auto;
    text-align: left;
}
.store-single-opening-hours-time {
    float: right;
    width: 50%;
}
.store-single-similar {
    padding-bottom: 50px;
}
.store-single-all {
    display: table;
    margin: 40px auto 0;
    color: #00aeef;
    border: 2px solid #00aeef;
    padding: 5px 10px;
  -webkit-transition: 0.4s ease-in-out 0s;
  -moz-transition: 0.4s ease-in-out 0s;
  transition: 0.4s ease-in-out 0s;
}
.store-single-all:hover {
    background-color: #00aeef;
    color: #ffffff;
}

/* Centre Info Page */
.centre-info-main-cont {
    overflow: hidden;
}
.centre-info-cont {
    width: 28.33333333333333%;
    float: left;
    margin-bottom: 30px;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.centre-info-img-cont {
    padding-top: 18.5%;
  padding-bottom: 18.5%;
    text-align: center;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.centre-info-img-cont > img {
    display: inline-block;
  max-height: 67px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.centre-info-cont:hover .centre-info-img-cont {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.centre-info-img-cont:hover img {
  -moz-transform: scale(1.1) rotate(10deg);
  -webkit-transform: scale(1.1) rotate(10deg);
  transform: scale(1.1) rotate(10deg);
}
.centre-info-content {
  padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 5px 5px rgba(0,0,0,0.02);
    -moz-box-shadow: 0px 2px 5px 5px rgba(0,0,0,0.02);
    box-shadow: 0px 2px 5px 5px rgba(0,0,0,0.02);
}
.centre-info-tittle {
  color: #3f3d3d;
    font-size: 25px;
    text-align: center;
    letter-spacing: 1px;
  margin-bottom: 10px;
}
.centre-info-link {
  padding-top: 10px;
    text-align: center;
}
.centre-info-link > a {
    font-size: 12.5px;
    color: #00bff3;
    text-transform: lowercase;
}
.centre-info-title h2 {
   /* font-family: Ubuntu; */
}
.centre-info-title p {
   /* font-family: Ubuntu; */
}

/* Latest Offers Page */
.latest-offers-content {
  /* border: 4px solid #00bff3; */
  /* border-bottom: 6px solid #00bff3;
  box-shadow: 0px 0px 3px 4px rgba(0, 191, 243, 0.1); */
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    max-width: 1017px;
    width: 100%;
    margin: 0 auto 25px;
  padding: 10px;
}
.latest-offers-img {
    float: left;
    max-width: 14.749262%;
    width: 100%;
    border-right: 4px solid #e1e1e1;
    margin: 0.393313% 0;
    padding: 1.474926% 0;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.latest-offers-img-inner {
    width: 90px;
    margin: 0 auto;
}
.latest-offers-information {
    float: right;
    max-width: 83.579154%;
  overflow: hidden;
    width: 100%;
}
.latest-offers-meta {
    float: left;
    margin: 0 auto;
}
.latest-offers-img-right {
    float: right;
    margin: 0 auto;
    max-width: 17.699115%;
    width: 100%;
    height: 138px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.latest-offers-img-right-inner {
  margin: 0 auto;
    max-width: 130px;
    padding-right: 20px;
}
/* .latest-offers-content { */
    /* border: 4px solid #e1e1e1; */
    /* overflow: hidden; */
    /* margin-bottom: 25px; */
/* } */
.latest-offers-meta h3 {
    color: #5e5c5c;
    margin: 14px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
}
.latest-offers-meta p {
    margin: 30px 0 0;
}
.latest-offers-meta p {
    margin: 30px 0;
    color: #5e5c5c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    /* font-size: .9em; */
  font-size: 18px;
}
.latest-offers-meta .entry-date {
    color: #9a9a9a;
    font-family: 'Montserrat', sans-serif;
    font-size: .75em;
  margin: 0 !important;
}

/* Contact Us Page */
.contact-us-content h3 {
    color: #636262;
    margin: 0 0 20px;
    font-size: 1.7em;
    font-weight: 600;
}
.contact-us-content p {
    color: #373737;
    font-weight: 300;
}
.contact-us-content .blue {
    color: #00bff3;
}
.contact-us-content .black {
    color: #373737;
}
.contact-us-content h4 {
    color: #444444;
    font-weight: 600;
    font-size: 1.3em;
}

/*smooth zoom*/

.smooth_zoom_preloader {
    background-image: url(assets/img/preloader.gif);
}   
.smooth_zoom_icons {
    background-image: url(assets/img/icons.png);
}

#zoom_container .landmarks{
    position:absolute;
    z-index:10; 
    top:0px;
    left:0px;
    /* font-family: Helvetica, Arial, Verdana; */
    font-size:12px;
    color: #ffffff;
}   
#zoom_container .landmarks .item {
    position:absolute;      
    text-align:center;      
    display: none;  
}   
#zoom_container .landmarks .lable div {
    width: 100px;
    padding: 4px;       
}   
#zoom_container .landmarks .mark .text{
    background-color:#000000;
    padding:2px 6px;
}

a.svc_big_img {
    display: block;
    height: 250px;
    background-size: cover !important;
}


.directory-icon-state {
    -webkit-transition: 500ms ease-out;
    -moz-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
    transition: 500ms ease-out;
}

.directory-icon-state:hover {
    color: #24abe5 !important;
}
#directory-item-1:hover a, #directory-item-2:hover a, #directory-item-3:hover a, #directory-item-4:hover a {
  color: #00AEEF; 
}

.directory-icon-state.circle i {
    border: 5px solid;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    text-align: center;
}

.directory-icon-state.circle i:before {
    vertical-align: middle;
}

.noSel.controlsBg {
    background: transparent !important;
}

#_zinorm, #_zonorm {
    background: #00bef5 !important;
    -webkit-box-shadow: 0px 0px 7px 0.9px rgba(186,186,186,1);
    -moz-box-shadow: 0px 0px 7px 0.9px rgba(186,186,186,1);
    box-shadow: 0px 0px 7px 0.9px rgba(186,186,186,1);
}

#_ziover, #_zoover {
    background: #00bef5 !important;
}

.zoom-card{
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.zoom-card:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.img-small{
  max-width:30px;
}

.img-smaller{
  max-width:18px;
}

.grey-text{
  color:#636262 !important;
}

.text-left{
	text-align:left;
}

.slider-header{
	padding:15px;
	background:#63c4ef;
	opacity:0.9;
}

.slider-header h1{
    font-size: 86.11px !important;
    font-weight: 800;
    line-height: 80px !important;
	color:#fff !important; 
}

.slider-header p {
    font-size: 38.89px !important;
    font-weight: 600;
    line-height: 40px !important;
	color:#fff !important; 
}

.foot-text{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.full-width{
	max-width:none !important;
	width:100% !important;
}

.show-content{
	display:none;
} 

@media only screen and (max-width: 767px){

	
	.hide-content{
		display:none;
	}
	
	.show-content{
		display:block;
	}
}
.social_media{
	width:20%;
	display: inline-block;
	    vertical-align: top;
}
.quick_links {
    width: 20%;
    display: inline-block;
	vertical-align: top;
}
.quick_links2 {
    width: 20%;
    display: inline-block;
	vertical-align: top;
}
.opening_hours{
	padding-left:3%;
	width:34%;
	display:inline-block;
	padding-bottom:15px;
}
.f_tittle {
    color: #fff;
    font-size: 15px;
    border-bottom: 0.5px solid #7d7d7d;
    padding-bottom: 16px;
    width: 85%;
    margin-left: 17%;
}
.f_tittle1 {
    color: #fff;
    font-size: 15px;
    border-bottom: 0.5px solid #7d7d7d;
    padding-bottom: 16px;
    width: 85%;
}
.opening-hours_cont {
    padding-top: 15px;
}
.quick_links_cont ul {
    list-style: none;
}
.li_angle{
    color: #07e6ff;
}
span.li_link{
	font-size: 14px;
    line-height: 2;
}
p.p_opening {
    font-size: 14px;
    color: #fff;
	display: flex;
	padding-bottom: 20px;
}
.opening_icon {
    margin-right: 18px;
}
.fa-map-marker.opening_icon:before {
    border: solid 1px;
    padding: 12px 15px;
}
.fa-phone.opening_icon:before {
    border: solid 1px;
    padding: 12px 15px;
}
.fa-envelope.opening_icon:before {
    border: solid 1px;
    padding: 12px 15px;
}
.fa-clock-o.opening_icon:before {
    border: solid 1px;
    padding: 12px 15px;
}
.social-text{
	height:60px;
	overflow:hidden;
}

/* .gallery_image figure {
	background: #18a367!important;
}

.gallery_image figure img {
	min-width: 100%;
	height: -webkit-calc(100% + 40px);
	height: calc(100% + 40px);
} */

/* .gallery_image figure::before
.gallery_image figure::after {
	position: absolute;
	content: '';
	opacity: 0;
}
 */

 
.img_col:hover{
	  transform: scale(1.1); 
 }
.help_icon1:hover{
/* 	  transform: scale(1.8); */
	 transform: scale(1.2);
	 
 }
 
 .help_section .wpb_wrapper{
	 
	/*  height: 342px; */
	 /* height: 354px; */
	 height:100%;
 }
 
 .help_section{
	 /* height: 346px; */
	     height: 357px;
 }
 
.help_icon1{
    transition: all 0.5s ease;
  }
 
 .social-feed-element .muted {
    color: #d2d2d2!important;
}
 .img_col{
	 
     transition: all 0.5s ease;
 }
 
 .fa-2x {
    font-size: 2em!important;
}


.gallery_overlay:hover{
	/*     background: rgba(0,0,0,0.1); */
}

.gallery_overlay{
	   transition: all 0.5s ease;
}


.text_image1{
	    background-color: #fff;
    padding: 15px 20px;
     width: 50%;		
	    text-align: left;
}

/* .vc_single_image-img:hover{
	 transform: scale(1.1);
}  */

/*---------------*/
/***** Layla *****/
/*---------------*/

/*
 figure.effect-layla { 
	background: #18a367; 
} 

figure.effect-layla img { 
	min-width: 100%; 
	 height: -webkit-calc(100% + 40px); 
	 height: calc(100% + 40px); 
 } 

 figure.effect-layla figcaption { 
	 padding: 3em; 
 } 

figure.effect-layla figcaption::before, 
 figure.effect-layla figcaption::after { 
	position: absolute; 
	content: ''; 
	 opacity: 0; 
 } 

 figure.effect-layla figcaption::before { 
	top: 50px; 
	 right: 30px; 
	 bottom: 50px; 
	left: 30px; 
	 border-top: 1px solid #fff; 
	 border-bottom: 1px solid #fff; 
	 -webkit-transform: scale(0,1); 
	 transform: scale(0,1); 
	-webkit-transform-origin: 0 0; 
	 transform-origin: 0 0; 
 } 

figure.effect-layla figcaption::after { 
	 top: 30px; 
	 right: 50px; 
	 bottom: 30px; 
	 left: 50px; 
	 border-right: 1px solid #fff; 
	 border-left: 1px solid #fff; 
	 -webkit-transform: scale(1,0); 
	transform: scale(1,0); 
	-webkit-transform-origin: 100% 0; 
	 transform-origin: 100% 0; 
} 

 figure.effect-layla h2 { 
	 padding-top: 26%; 
	 -webkit-transition: -webkit-transform 0.35s; 
	 transition: transform 0.35s; 
 } 

 figure.effect-layla p { 
	 padding: 0.5em 2em; 
	 text-transform: none; 
	 opacity: 0; 
	 -webkit-transform: translate3d(0,-10px,0); 
	 transform: translate3d(0,-10px,0); 
 } 

 figure.effect-layla img, 
 figure.effect-layla h2 { 
	 -webkit-transform: translate3d(0,-30px,0); 
	 transform: translate3d(0,-30px,0); 
 } 

figure.effect-layla img, 
 figure.effect-layla figcaption::before, 
 figure.effect-layla figcaption::after, 
 figure.effect-layla p { 
	 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; 
	transition: opacity 0.35s, transform 0.35s; 
} 

 figure.effect-layla:hover img { 
	 opacity: 0.7; 
	 -webkit-transform: translate3d(0,0,0); 
	 transform: translate3d(0,0,0); 
 } 

 figure.effect-layla:hover figcaption::before, 
 figure.effect-layla:hover figcaption::after { 
	 opacity: 1; 
	 -webkit-transform: scale(1); 
	 transform: scale(1); 
 } 

figure.effect-layla:hover h2, 
 figure.effect-layla:hover p { 
	 opacity: 1; 
	 -webkit-transform: translate3d(0,0,0); 
	 transform: translate3d(0,0,0); 
 } 

 figure.effect-layla:hover figcaption::after, 
 figure.effect-layla:hover h2,
 figure.effect-layla:hover p, 
 figure.effect-layla:hover img { 
	 -webkit-transition-delay: 0.15s; 
	 transition-delay: 0.15s; 
 } 

 .grid figure figcaption, .grid figure a { 
     position: absolute; 
     top: 0; 
     left: 0; 
     width: 100%; 
     height: 100%; 
 } 
*/



/*---hover effect--*/


/* figure.effect-julia { */
	/* background: #2f3238; */
/* } */

/* figure.effect-julia img { */
	/* max-width: none; */
	/* height: 400px; */
	/* -webkit-transition: opacity 1s, -webkit-transform 1s; */
	/* transition: opacity 1s, transform 1s; */
	/* -webkit-backface-visibility: hidden; */
	/* backface-visibility: hidden; */
/* } */

/* figure.effect-julia figcaption { */
	/* text-align: left; */
/* } */

/* figure.effect-julia h2 { */
	/* position: relative; */
	/* padding: 0.5em 0; */
/* } */

/* figure.effect-julia p { */
	/* display: inline-block; */
	/* margin: 0 0 0.25em; */
	/* padding: 0.4em 1em; */
	/* background: rgba(255,255,255,0.9); */
	/* color: #2f3238; */
	/* text-transform: none; */
	/* font-weight: 500; */
	/* font-size: 75%; */
	/* -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; */
	/* transition: opacity 0.35s, transform 0.35s; */
	/* -webkit-transform: translate3d(-360px,0,0); */
	/* transform: translate3d(-360px,0,0); */
/* } */

/* figure.effect-julia p:first-child { */
	/* -webkit-transition-delay: 0.15s; */
	/* transition-delay: 0.15s; */
/* } */

/* figure.effect-julia p:nth-of-type(2) { */
	/* -webkit-transition-delay: 0.1s; */
	/* transition-delay: 0.1s; */
/* } */

/* figure.effect-julia p:nth-of-type(3) { */
	/* -webkit-transition-delay: 0.05s; */
	/* transition-delay: 0.05s; */
/* } */

/* figure.effect-julia:hover p:first-child { */
	/* -webkit-transition-delay: 0s; */
	/* transition-delay: 0s; */
/* } */

/* figure.effect-julia:hover p:nth-of-type(2) { */
	/* -webkit-transition-delay: 0.05s; */
	/* transition-delay: 0.05s; */
/* } */

/* figure.effect-julia:hover p:nth-of-type(3) { */
	/* -webkit-transition-delay: 0.1s; */
	/* transition-delay: 0.1s; */
/* } */

/* figure.effect-julia:hover img { */
	/* opacity: 0.4; */
	/* -webkit-transform: scale3d(1.1,1.1,1); */
	/* transform: scale3d(1.1,1.1,1); */
/* } */

/* figure.effect-julia:hover p { */
	/* opacity: 1; */
	/* -webkit-transform: translate3d(0,0,0); */
	/* transform: translate3d(0,0,0); */
/* } */





@media screen and (max-width: 25em) {
	.codrops-header {
		font-size: 75%;
	}
	.codrops-icon span {
		display: none;
	}
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	/* padding: 1em 0 4em; */
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	/* float: left; */
	overflow: hidden;
	/* margin: 10px 1%; */
	/* min-width: 320px; */
	/* max-width: 480px; */
	/* max-height: 360px; */
	/* width: 48%; */
	/* height: auto; */
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	margin: 0;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	    /* height: 261px; */
		/* height: 270px; */
		    outline: 0.5px solid #fff;
    outline-offset: -15px;
}

.grid figure figcaption {
/* 	padding: 2em; */
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
/* 	letter-spacing: 1px;
	font-size: 68.5%; */
}

/*---------------media-query-----------------*/
@media only screen and (max-width: 360px){
	    .grid figure{
		width: 100%!important;
		}
	
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 

.parking-title .wpb_wrapper {background: rgba(0, 0, 0,0.3);padding: 20px 0px; width: 98% !important }

div#n2-ss-2 .n2-ss-layer-content > [data-cssselfalign="right"]{
	
	/* align-self: center !important; */
}
p.gallery_textnew1{
	font-size: 150%!important
}
	div#n2-ss-5 .nextend-arrow img{
		display:none!important;
		
	}


li.burwood{
	width: 100%;
}
	
.help_icon:hover {
    transform: scale(1.1);
}

div#n2-ss-5 .n2-ss-section-main-content .n2-ss-layer{
	    margin: 0!important;
}

#burwood_header{
	    box-shadow: none!important;
}
 div#n2-ss-2, div#n2-ss-2-placeholder {
    display: none!important;
  }
 div#n2-ss-5 {
    display: block!important;
  }

p.burwood_content_right{
	    width: auto!important;
}
p.burwood_content_left{
    width: 60%!important;
	
}
.grid figure{
	width: 100%!important;
}

.whats-on-contents-cont {
    width: 100%!important;
	 height: auto!important;
}



.wpcf7-form > p:last-of-type{
	    left: 0!important;
		    top: 30px;
			position: static!important;
	
}
.wpb_text_column :last-child{
	
	
	/* padding-top: 0!important; */
}

.gal_img1{
	
	/* width: 20%!important; */
    /* left: 40%!important; */
    /* top: 25px!important; */
	    max-width: 50%;
}

.f_tittle.footer_title{
		display:none;
}
.f_tittle{
	    margin-left: 3%!important;
}


.social_media{
	padding-left: 10px;
	width: auto;
}

.social-media-cont{
	 padding: 0!important;
	 padding-bottom: 20px!important;
}

.quick_links{
	width:100%;
	margin-top:30px;
}

.quick_links2{
	width:100%;
	margin-top: -50px !important;
}

.quick_links_cont ul{
	    padding: 10px!important;
}

.opening_hours{
	width:auto;
}


div#n2-ss-2 .n2-ss-slide-background, div#n2-ss-2 .n2-ss-slide-background *{
	
	 visibility: hidden;
}

div#n2-ss-1.n2-ss-load-fade.n2-ss-loaded{
	 display:none; 
}

#n2-ss-2item2{
	position: relative!important;
	top: 0!important;
    left: 0!important;
	max-width: 55%!important;
}

#n2-ss-2item3{
	position: relative!important;
	top: 0!important;
    left: 0!important;
	max-width: 55%!important;
}

p.gallery_text{
	
	width: auto!important;
	
}

.gallery_border{
	/* width: auto!important; */
	    /* left: 22%!important; */
	width: 50%!important;
    left: 25%!important;
}

p.gallery_text1{
	width: auto!important;
}
.gallery_border1{
	/* width: auto!important; */
	/* left: 17.5%!important */
	width: 50%!important;
    left: 25%!important;
}

.gallery_border3{
	/* width: auto!important; */
	    /* left: 23.5%!important; */
		width: 50%!important;
    left: 25%!important;
}
p.gallery_text3{
	width: auto!important;
}

.grid figure img{
	width: 500px;
}


.owl-next{
	display:none!important;
		
}
.owl-prev{
	display:none!important;
}

.wpcf7-form-control-wrap {
    right: 0!important;
}




p.help_title{
	    font-size: 200%!important;
}

.help_section .wpb_wrapper{
	height: auto;
}

.help_section{
		height: auto;
}

.help_icon{
	padding:0!important;
}

.help_icon .fa-3x{
	font-size: 3em!important;
}


/* .vc_custom_1512002106858{ */
	/* padding:0!important; */
}

/* .second_row{ */
	/* margin-left: 0; */
    /* margin-right: 0; */
/* } */

/* .vc_custom_1512002106858 { */
    /* padding-top: 0px !important; */
    /* padding-right: 0px !important; */
    /* padding-left: 0px !important; */
/* } */



/* } */

/* @media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) { 

} */

@media only screen and (max-width: 767px)
and (min-device-width : 569px){
	
	.parking-title .wpb_wrapper {
    background: rgba(0, 0, 0,0.3);
    padding: 20px 0px;
    width: 100% !important;
}
 .grid figure{ 
     margin-left: auto;
     margin-right: auto; 
     width: 72%; 
	 /* width: 48%;  */
 } 
p.gallery_textnew1{
	    font-size: 100%!important;
}



.grid figure img{
	    width: 100%;
}
div#n2-ss-2 .n2-ss-slide-background, div#n2-ss-2 .n2-ss-slide-background *{
	
	 visibility: hidden;
}


div#n2-ss-1.n2-ss-load-fade.n2-ss-loaded{
	 display:none; 
}

.help_section{
    width: 68%!important;
    margin-left: auto!important;
    margin-right: auto!important;
	/* height: 32%; */
}

p.help_title{
	font-size: 250%!important;
	
}
.help_icon .fa-3x{
	font-size: 5em!important;
}

span.help_text{
	font-size: 150%!important;
}

.help_icon{
	    padding: 0!important;
}

}

div#n2-ss-2 { 
   display: block; 
 } 
 div#n2-ss-5, div#n2-ss-5-placeholder { 
  display: none; 
 } 

@media only screen and (max-width: 800px)
and (min-device-width : 569px){
/* .help_section1 { */
	/* height: 237px !important; */
    /* width: 237px !important; */
	/* margin:auto; */
/* } */
/* .help_icon1 i{ */
	/* font-size:1em; */
/* } */
/* .help_icon1 { */
    /* padding: 3vmax; */
    /* font-size: 0.8em; */
/* } */


.social_media{
	column-count: 2;
    column-gap: 20px;
}
.social_media .footer_logo_section .footer_logo_image {
    width: 25%;
}
p.check-s{
	text-align: left!important;
    margin-left: 20px!important;
}
	
div#n2-ss-5 .nextend-arrow img{
		display:none!important;
		
	}
.help_icon:hover {
    transform: scale(1.0);
}
	
	  /* div#n2-ss-2, div#n2-ss-2-placeholder { */
    /* display: none; */
  /* } */
  
    /* div#n2-ss-2 { */
    /* display: block; */
  /* } */
/* div#n2-ss-2 .nextend-arrow img{ */
	/* display:none!important; */

/* } */
/* div#n2-ss-2 .nextend-bullet-bar{ */
	/* display: none!important; */
/* } */

.owl-next{
	display:none!important;
		
}
.owl-prev{
	display:none!important;
}


p.gallery_textnew1{
	    font-size: 50%;
}

div#n2-ss-5 .n2-ss-section-main-content .n2-ss-layer{
	    margin: 0!important;
}


div#n2-ss-2, div#n2-ss-2-placeholder {
    display: none!important;
  }
div#n2-ss-5 {
    display: block!important;
  }
  
  
  

	
.help_section{
	    /* height: 206px!important; */
			height:auto;
			    width: 45%;
    margin-left: auto;
    margin-right: auto;
}

.help_section .wpb_wrapper{
	    /* height: 204px!important */
		height:auto;
}
	
div#n2-ss-2 .n2-ss-slide-background, div#n2-ss-2 .n2-ss-slide-background *{
	
	 visibility: hidden;
}

.help_icon{
	
	/* padding: 0!important; */
	/* width: 45%; */
    /* float: left; */
}

.social-media-cont{
	padding:0!important;
	padding-bottom:1em!important;
}

.gal_img1{
	    max-width: 50%;
}


div#n2-ss-1.n2-ss-load-fade.n2-ss-loaded{
	 display:none; 
}
.help_centre{
	 width: 100%!important;
	/* width: 50%!important; */
    /* margin-left: 25%; */
    /* margin-right: 25%; */
}

.whats-on-contents-cont {
    height: auto!important;
    margin-bottom: 35px;
	width:100%!important;
}

.wpcf7-form-control-wrap {
    position: static!important;
}
.wpcf7-form > p:last-of-type{
	   position: static;
}

#burwood_header{
	    box-shadow: none!important;
}

div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer{
	
	    margin: 0!important;
}

.social_media{
	width: 100%;
	margin-left:3%;
}
.f_tittle.footer_title {
    display: none;
}
.quick_links{
		width: 100%;
		margin-top:30px;
		margin-left: 3%;
}

.quick_links2{
	width: 100%;
	margin-top: -30px;
	margin-left: 3%;
	
}
.opening_hours{
		width: auto;
	
}

.f_tittle{
	margin-left: 0;
}

.quick_links_cont ul{
	    padding: 0;
}

	
}



/*----ipad----*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
  {
	  
	.parking-title .wpb_wrapper {background: rgba(0, 0, 0,0.3);padding: 20px 0px; width: 63% !important }
	  
	  
/* .help_icon1 { */
    /* padding: 0vmax!important; */
/* }	   */
	  
	  
.help_section1{
	/* height: 23vmax!important; */
    /* width: 23vmax!important; */
}	  
	  

#primary-menu > li {
    padding: 30px 9px!important;
}  
  
  .whats-on-contents-cont{
	height: auto!important;
	float: none;
    width: 100%;
	margin-bottom: 35px;
}
.help_icon:hover {
    transform: scale(1.0);
}


p.check-s{
	text-align: left!important;
    margin-left: 20px!important;
}
  
/* div#n2-ss-2 .n2-ss-slide-background, div#n2-ss-2 .n2-ss-slide-background *{ */
	
	 /* visibility: hidden; */
/* } */


/* div#n2-ss-1.n2-ss-load-fade.n2-ss-loaded{ */
	 /* display:none;  */
/* } */

.help_centre{
	/* width: 100%!important; */
}


.help_icon .fa-3x{
	    font-size: 3em!important;
}
.help_icon{
	    padding: 0!important;
		    margin-right: 8px;
			    margin-left: 0!important;
}

span.help_text{
	font-size: 13px!important;
}

.help_section{
	 /*    height: 206px!important;  */
	     height: auto!important;
}

.help_section .wpb_wrapper{
	   /*   height: 204px!important  */
	       height: auto!important;
}


.gal_img{
	top: 20px!important;
    left: 35%!important;
	width: 25%!important;
}

.gal_img1{
	    max-width: 50%;
}

.grid figure img{
	    height: auto!important;
}


.wpcf7-form > p:last-of-type{
	    position: static!important;
}
.wpcf7-form-control-wrap{
    position: static!important;
}

.owl-next{
	display:none!important;
		
}
.owl-prev{
	display:none!important;
}

.gallery_border3{
/* 	    width: auto!important */
		width: 50%!important;
    left: 25%!important;
}

p.gallery_text3{
	/*   width: 63%!important; */
	    width: auto!important;
		    font-size: 80%;
}


p.gallery_text1{
/* 	width: 63%!important; */
	    width: auto!important;
		    font-size: 80%;
	
}

.gallery_border1{
	
	    /* width: auto!important; */
		/* left: 19.5%!important; */
		
		width: 50%!important;
        left: 25%!important;
}

.gallery_border{
	
	/* left: 19%!important; */
	/* width: 188%!important; */
	
	left: 25%!important;
    width: 50%!important;
}

p.gallery_text{
	/* width: 22%!important; */
	width: auto!important;
	font-size: 80%;
}



}

/*---------------landscape-------------*/

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
div#n2-ss-1.n2-ss-load-fade.n2-ss-loaded{
	 display:none; 
}

.social_media .footer_logo_section .footer_logo_image{
	width:15% !important;
}
.grid figure img{
	
	    width: 100%;
}

.whats-on-contents-cont{
/*     float: left!important;
    width: 44%!important;
    margin: 0% 3% 20px !important; */
    /* margin-bottom: 20px; */	
	    width: 100%!important;
	
}

div#n2-ss-2 .n2-ss-slide-background, div#n2-ss-2 .n2-ss-slide-background *{
	
	 visibility: hidden;
}

.f_tittle{
	
	margin-left: 6%;!important
}	
	
	.owl-next{
	display:none!important;
		
}
.owl-prev{			
	display:none!important;
}
	
.social_media{
	
	width: auto;
}

.social-media-cont{
	 padding: 0!important;
	 padding-bottom: 20px!important;
}

.quick_links{
	width:auto;
}

.quick_links2{
	width:auto;
}

.quick_links_cont ul{
	    padding: 10px!important;
}

.opening_hours{
width: 40%;
}
	
	.wpcf7-form > p:last-of-type{
		
		    position: static!important;
	}
	.wpcf7-form-control-wrap{
		
		 position: static!important;
		
	}
	
	
	.gallery_border{
		    width: auto!important;
			    left: 37%!important;
	}
	
	p.gallery_text{
		 width: auto!important;
	}
	
	
	.gallery_border3{
		 width: auto!important;
		     left: 41.5%!important;
		
		
	}
	p.gallery_border3{
		 width: auto!important;
		
	}
	
		.gallery_border1{
		 width: auto!important;
		 left: 38.5%!important;
		
	}
	p.gallery_border1{
		 width: auto!important;
		
	}
	
	
	.grid figure{
		
    /* margin-left: auto!important; */
    /* margin-right: auto!important; */
    /* width: 40%; */
	}
	
	.gal_img{
		    left: 200px!important;
	}
}





/*------------------blue-banner-----------------*/



    /* position: absolute; */
    /* font-family: arial; */
    /* top:0; */
    /* left: 0; */
    /* /*Only added to adjust the margin in local*/ 
    /* margin-top: 100px; */
    /* margin-left: 20px; */

#burwood_header {
    background: red;
    background: -webkit-linear-gradient(left, #0090e7 , #00c5f4);
    background: -o-linear-gradient(right, #0090e7, #00c5f4);
    background: -moz-linear-gradient(right, #0090e7, #00c5f4);
    background: linear-gradient(to right, #0090e7, #00c5f4);
    padding: 10px 40px 35px 40px;
    /* height: 280px; */
    /* width: 480px; */
    box-shadow: 22px -22px 0px #4a5c6591;
	text-align: left;

}
p.header_title1 {
    color: #fff;
    font-size: 40px!important;
    font-weight: 100;
    margin-bottom: -15px !important;
    margin-top: 25px !important;
}
span.header_one1{
 font-weight: 700;
}
p.subtitle1 {
    color: #fff;
    font-size: 18px!important;
    font-weight: 100;
	margin-top: 1em!important;
    margin-bottom: 1em !important;
}
li.burwood {
    list-style-type: none;
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}
p.burwood_content_left {
    color: #fff;
    font-weight: 100 !important;
    /* margin-left: 40px !important; */
    margin-top: 20px !important; 
	
	margin-left: 10px!important;
	margin-right: 10px!important;
	
}
p.burwood_content_right {
    color: #fff;
    font-weight: 100;
    /* margin-left: 40px!important; */
    width: 200px;
	margin-top: 20px !important;
	
	margin-left: 10px!important;
	margin-right: 10px!important;
	
	
}
p.separator_line {
    border-bottom: solid 1px !important;
    color: #fff;
	margin-top: 1em !important; 
}
.posabsolute {
    position: absolute;
    margin-top: 30px;
    color: #fff;
}
.posabsolute1 {
    position: absolute;
    color: #fff;
    margin-top: 20px;
}
span.banner_open1 {
    font-weight: 700;
}


/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	/* background: #3498db; */
	    background: #00aeef;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
/* 	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s; */
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}



figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}




/*--------------new-store-section---------------*/
.gallery_border{
	display:none;
	
}

.gal_img1 img{
    outline: none!important;
    max-width: 50%!important;
    padding: 20px;
}

.gallery_border1{
	display:none;
}

.gallery_border3 {
	display:none;
}

.gal_img{
	 display:none; 
}

.gallery_bordernew1 {
    position: absolute;
    top: 40%;
    /* left: 25%; */
    margin: auto;
    /* width: 50%; */
	    left: 20%;
		    width: 60%;
}

p.gallery_textnew1{
	border: 0.5px solid #fff;
    text-align: center;
    /* width: auto; */
    /* padding: 10px 19px; */
	width: 100%;
	padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
	font-size: 100%;
	
}


.no-mar{
	margin-top: 35px;
}


p.check-s{
	text-align: center;
    margin-top: 1em!important;
    font-weight: 700;
    color: #fff;
}



.p_opening a{
	color:#fff!important;
}

.fritz-foot a{
		color:#fff!important;
		/*margin-left: 5%;*/
        margin-right: 5%;	
	
}

.p_opening a:hover{
    color: #0ca9dc!important;
}

.fritz-foot a:hover{
    color: #0ca9dc!important;
	
}

.foot-last-div{
	display: inline-flex;
	align-items: flex-start;
	margin-top: 10px;
}


.list-foots li{
	list-style: none;
	color:#fff;
}

span.li_link2 {
    color: #fff;
}

span.li_link2 {
    font-size: 14px;
    line-height: 2;
}



.foot-last-div a:hover{
color: #0ca9dc!important;
}

p.p_opening :hover{
	color: #0ca9dc!important;
	
}

.trading-hour-table>table tr>td{
	border-bottom: 1px solid #959595;
	padding: 12px 8px;
	border-spacing: 0!important;
}

.hours-left{
	    display: none;
}

.trading-hour-table{
	    color: #636262;
}

.trading-hour-table table{
		border-spacing: 0!important;
		font-size: 160%;
		width:75%;
	
}
.open-hour1 .vc_column-inner {
	padding:0!important;
}

.open-hour-col1 .wpb_text_column a{
	text-decoration:underline;
	color: #0ca9dc;
}

.open-hour-col1 .wpb_text_column p{
	font-weight:500;
	
}

.centre-open{
	font-size:230%!important;
}

p.open-p-col2{
	font-size: 158%;
}



.open-hour1 .wpb_text_column{
	/* margin:0!important; */
}

.open-hour-col1 {
	   margin-top: 7%;
}

.trading-hour-table strong{
	font-weight:400;
}

.td-right{
	text-align:right;
}

.sub-store1{
	text-align: center;
    width: 35%;
    margin: auto;
    color: #00aeef;
    border: 2px solid #00aeef;
    border-radius: 30px;
    background-color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    padding: 10px 2.5%;
}

/*-------------custom----------*/

.store-single-email::before {
 content: "\f003";
    display: block;
    float: left;
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    color: #00bef4;
}




/* /* */
/* You can add your own CSS here. */

/* Click the help icon above to learn more. */
/* */ 
/* .empty_catch{ */
/* /*display:none;*/ 
/* } */

/* .empty_news{ */
/* /*display:none;*/ 
/* } */
/* .banner_new{ */
/* position:absolute; */
/* } */

/* #n2-ss-2item2{ */
    /* position: absolute; */
    /* top: -135px; */
    /* left: 100px; */
/* } */

/* #n2-ss-2item3{ */
 /* position: absolute; */
    /* top: -135px; */
    /* left: -100px; */
/* } */

/* .gal_img{ */
    /* position: absolute; */
   /* /*	top: 80px;*/ 
      /* /* top: 40px;*/ 
    /* width: 80px; */
   /* /* left: 100px;*/ 

/* top: 25px; */
/* left: 45px; */
	
/* } */

/* .txt_gal{ */
/* /*border: none!important;*/ 
/* } */

/* #gallery_border1{ */
/* position: absolute; */
/* top: 170px; */
/* } */


/* p.text_special{ */
    /* margin: 0; */
/* } */
/* p.text_heading{ */
        /* margin-top: 10px!important; */
    /* margin-bottom: 10px!important; */
/* } */


/* .wpcf7-form-control-wrap{ */
    /* right: 65px; */
/* } */

/* .wpcf7-form > p:last-of-type { */
    /* bottom: 0px!important; */
    /* left: 287px; */
/* } */
/* .help_section .wpb_wrapper{ */
	/* border: solid 1px #fff; */
/* } */

/* .banner_section{ */
	/* max-width: 1153px!important; */
/* } */

/* p.banner_content{ */
	/* border: none!important; */
    /* padding-bottom: 5px!important; */
/* } */
/* p.subtitle{ */
	/* margin-top: 0; */
/* } */

/* #primary-menu{ */
	/* float: left; */

/* } */
/* .home-container{ */
/* /*display:none;*/ 
/* } */

/* .banner1{ */
	/* width: 72%; */
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    /* padding-top: 20px; */
/* } */


/* .banner_section{ */
    /* top: 19%!important; */
    /* left: 5%!important; */
/* } */


/* p.header_title { */
     /* padding-top: 0!important;  */
     /* margin-top: 0; */
  
/* } */

/* .contact_sub{ */
/* font-size: 16px!important; */
    /* font-weight: 300; */
    /* margin-top: 0; */
/* } */

/* p.contact_title { */
    /* font-size: 40px!important; */
    /* font-weight: 500; */
      /* margin-bottom: 0!important; */
/* } */


/* .wpcf7-form > p:last-of-type{ */
   /* /* bottom: -53px!important;*/ 
/* } */
/* input[type="email"]{ */
/* /* border-radius: 11px;*/ 
/* height: 32px; */
/* padding-top: 0; */
    /* font-size: 18px!important; */
    /* padding-bottom: 0; */
/* } */

/* input[type="submit"]{ */
  /* /*  border: solid 2px; */ 
    /* padding: 5px 40px; */
  /* /*  background: none;*/ 
  /* /*  border-radius: 11px;*/ 
	/* font-family: 'Roboto', sans-	serif!important; */

/* } */

/* input[type="submit"]:hover { */
    /* /*background-color:*/ 			/*transparent!important;*/ 
/* } */
/* span.li_link:hover{ */
/* color: #0ca9dc; */

/* } */
/* span.li_link{ */
	/* color: #fff; */

/* } */

/* .social-media-content a{ */
/* color:#fff; */
/* } */


/* a{ */
/* /*color: #fff;*/ 

/* } */
/* .wpcf7-form > p:last-of-type{ */
/* } */

/* .wpcf7-form > p:nth-child(2), .wpcf7-form > p:nth-child(3){ */
/* display:none; */
/* } */


/* .vc_row.wpb_row.vc_inner.vc_row-fluid{ */
/* /*max-width: 1175px!important;*/ 
/* } */

/* .help_section{ */
           /* background-image: url(https://webstep.com.au/burwoodonecomau/wp-content/uploads/2017/12/helpctreimage1.png) !important; */
    /* background-position: center !important; */
    /* background-repeat: no-repeat !important; */
    /* background-size: cover !important; */
    /* padding: 13px 13px 13px 13px!important; */
/* } */

/* .help_col .fa{ */
/* color:#fff; */

/* } */
    
/* .help_col{ */
/* /*border: solid 1px #fff;*/ 
/* padding-bottom: 16px; */

/* } */

/* p.help_title{ */
/* color:#fff!important; */
/* font-weight: 700; */
/* } */

/* span.help_text{ */
/* color:#fff!important; */
    /* text-transform: uppercase; */
/* } */

/* .help_icon{ */
    /* background-color: rgba(255, 255, 255, 0)!important; */
/* box-shadow: none!important; */
/* } */



/* .vc_social_tm1 img.media-object { */
    /* width: 110px!important; */
    /* border-radius: 0; */
    /* padding-top: 7px; */
    /* padding-left: 5px; */
/* } */
/* .social-text{ */
/* padding-left: 10px; */
/* } */
/* .vc_social_tm1 .svc_top_author { */
    /* padding-bottom: 0!important; */
/* } */
/* .social-feed-element .muted{ */
	/* text-align: right; */
	/* padding-top: 10px; */
    /* padding-bottom: 10px; */
    /* text-transform: uppercase; */
    /* /* padding-left: 15px; */ 
    /* padding-right: 10px */
/* } */
/* .social-feed-element .svc-pull-right{ */

    /* margin-left: 0!important; */
/* } */
/* .vc_social_tm1 .svc_top_author{ */
    /* background-color: #3b5998; */
/* } */

/* .vc_social_tm1.svc-social-item.social-feed-element .svc_content{ */
    /* padding: 0!important; */
/* } */

/* .p1{ */
/* padding-top:9px; */
/* } */
/* .fa-phone.opening_icon:before{ */
    /* padding: 12px 17px!important; */
/* } */
/* .whats_on_event > i { */
    /* margin-left: 0!important; */
/* } */

/* .whats-on-contents-cont{ */
	/* height: 415px; */
    /* /*overflow: hidden;*/ 
/* } */
/* .fa-clock-o.opening_icon:before{ */
/* padding: 12px 16px!important; */
/* } */

/* .fa-map-marker.opening_icon:before { */
    /* border: solid 1px; */
    /* padding: 12px 19px!important; */
/* } */

/* .whats-on-page-contents-tittle{ */
/* color: #393939!important; */
/* } */


/* .fa-clock-o.opening_icon:before{ */
    /* /*position: relative; */
    /* top: -27px;*/ 
/* } */

/* p.p_opening{ */
    /* display: inline-flex!important; */
/* align-items: center; */
    /* padding-bottom: 0; */
/* } */

/* #primary-menu li:hover { */
    /* border-bottom: 2px solid #00bff3; */
/* } */

/* .inner-page-single { */
	/* min-height: 550px; */
	/* position: relative; */
/* } */
/* .parking-title h1 { */
    /* color: #FFFFFF; */
    /* margin: 0 50px; */
    /* font-size: 50px; */
    /* font-family: Montserrat; */
/* } */
/* h1.title-thin { */
    /* font-weight: 100; */
/* } */
/* .parking-text { */
    /* background-color: rgba(0, 0, 0, 0.8); */
	/* font-family: Montserrat; */
	/* position: absolute; */
	/* bottom: -365px; */
    /* padding: 20px 0; */
/* } */
/* .parking-text p { */
	/* color: #FFFFFF; */
	/* margin: 0 50px 10px; */
/* } */
/* #sponsor-text { */
    /* background-color: rgba(0, 0, 0, 0.1); */
    /* position: absolute; */
    /* bottom: -365px; */
    /* padding: 20px 0; */
    /* font-family: Montserrat; */
/* } */
/* #sponsor-text p:first-child { */
    /* font-size: 24px; */
/* } */
/* #sponsor-text p { */
    /* color: #FFFFFF; */
    /* margin: 0 50px 10px; */
/* } */
/* .sponsor-name { */
	/* font-weight: bold; */
/* } */


/* .inner-2columns-right { */
	/* margin-left: 65px; */
	/* margin-right: 65px; */
/* } */
/* .page-id-140 .inner-page-sidebar { */
    /* overflow: hidden; */
    /* width: 30%; */
    /* float: right; */
    /* display: block; */
/* } */
/* .inner-page-sidebar { */
	/* overflow: hidden; */
/* } */
/* .inner-page-sidebar .wpb_content_element { */
    /* margin-bottom: 15px; */
/* } */
/* .sidebar-icon { */
	/* float: left; */
	/* margin-right: 15px; */
/* } */
/* .hours-content { */
	/* overflow: hidden; */
/* } */
/* .hours-left { */
	/* float: left; */
	/* margin-right: 70px; */
/* } */

/* .wpcf7-form > p { */
	/* display: table; */
/* } */
/* #store-categories-1 img, #store-categories-2 img, #store-categories-3 img { */
  /* max-width: 100%; */
  
  /* -moz-transition: all 0.5s ease; */
  /* -webkit-transition: all 0.5s ease; */
  /* transition: all 0.5s ease; */
	/* top: 0; */
/* } */
/* #store-categories-1:hover img, #store-categories-2:hover img, #store-categories-3:hover img { */
  /* -moz-transform: scale(1.1) rotate(10deg); */
  /* -webkit-transform: scale(1.1) rotate(10deg); */
  /* transform: scale(1.1) rotate(10deg); */
	/* top: 100%; */
	/* margin-top: -20px; */
	/* margin-bottom: 20px; */
	/* position: relative; */
/* } */

/* .b-button:hover { */
	/* background-color: #05A9E6; */
	/* color: #FFFFFF !important; */
/* } */
/* .whats-on-img-cont img { */
  /* max-width: 100%; */
  
  /* -moz-transition: all 0.3s; */
  /* -webkit-transition: all 0.3s; */
  /* transition: all 0.3s; */
/* } */
/* .whats-on-img-cont:hover img { */
  /* -moz-transform: scale(1.1); */
  /* -webkit-transform: scale(1.1); */
  /* transform: scale(1.1); */
/* } */

/* input[type="submit"]:hover { */
	/* background-color: #0085BA; */
/* } */
/* #primary-menu li a { */
    /* font-weight: bold; */
    /* /*font-family: Arial;*/ 
/* } */
/* .banner_section { */
    /* position: absolute; */
    /* top: -10%; */
    /* left: 10%; */
    /* width: 100%; */
/* } */
/* p.header_title { */
    /* font-size: 40px!important; */
    /* padding-top: 30px; */
	/* font-weight:100; */
	/* text-align: left; */
	/* margin-bottom: 0px; */
	/* color:#fff */
/* } */
/* p.subtitle { */
    /* color: #fff; */
    /* font-weight: 100; */
    /* border-bottom: 1px solid #fff!important; */
    /* padding-bottom: 20px; */
	/* font-weight: 400; */
/* font-size: 16px; */
    /* text-align: left; */
/* } */
/* p.footer_about { */
    /* color: #fff; */
    /* font-size: 14px; */
/* } */

/* span.banner_time { */
    /* font-weight: 100; */
    /* margin-left: 5%; */
	/* font-size: 16px; */
/* } */
/* span.banner_open { */
    /* margin-left: 5%; */
	/* font-size: 16px; */
/* } */
/* p.banner_content { */
    /* color: #fff; */
    /* font-weight: bold; */
    /* border-bottom: 1px solid #fff; */
    /* padding-bottom: 20px; */
	/* text-align:left; */
/* } */
/* span.header_one { */
	/* font-weight:bold; */
/* } */
/* .text_image { */
    /* background-color: #fff; */
    /* padding: 15px 20px; */
    /* width: 41%; */
    /* position: absolute; */
    /* top: 18%; */
    /* left: 5%; */
/* } */
/* p.text_heading { */
    /* font-size: 22px; */
    /* font-weight: 600; */
    /* color: #000; */
/* } */
/* p.text_content { */
    /* font-size: 15px; */
    /* margin-top: -15px; */
/* } */
/* p.text_special { */
    /* font-size: 14px; */
/* } */
/* .text_section { */
    /* position: absolute; */
    /* top: 2%; */
    /* padding: 0px 35px; */
/* } */
/* p.header_text { */
    /* color: #fff; */
    /* font-weight: 500; */
    /* font-size: 15px; */
/* } */
/* p.content_text { */
    /* color: #fff; */
    /* font-size: 12px; */
    /* line-height: 2; */
/* } */
/* button.button_text { */
    /* background-color: #fff; */
    /* padding: 10px 20px; */
    /* border: none; */
/* } */
/* p.news_section { */
    /* font-size: 24px; */
    /* font-weight: 100; */
	/* /*margin-top: -65px;*/ 
/* } */
/* span.news_title { */
    /* font-weight: 700; */
/* } */
/* p.contact_title { */
    /* font-size: 32px; */
/* } */
/* p.gallery_text { */
  /* /*  border: 0.5px solid #747474;*/ 
    /* border: 0.5px solid #fff; */
    /* text-align: center; */
    /* width: 30%; */
    /* padding: 10px 19px; */
    /* color: #fff; */
    /* font-weight: 600; */
/* } */
/* .gallery_border { */
    /* position: absolute; */
    /* top: 32%; */
    /* left: 15%; */
    /* margin: auto; */
    /* width: 188%; */
/* } */
/* .gallery_image { */
    /* outline: 0.5px solid #ebebeb; */
    /* outline-offset: -15px; */
    /* position: relative; */
/* } */

/* .gallery_overlay { */
    /* position: absolute; */
    /* top: 0; */
    /* left: 15px; */
    /* width: 260px; */
    /* height: 261px; */
    /* background: rgba(0,0,0,0.4); */
/* } */
/* p.gallery_text1 { */
    /* /*border: 0.5px solid #747474;*/ 
 	 /* border: 0.5px solid #fff; */
    /* text-align: center; */
    /* width: 66%; */
    /* padding: 10px 10px; */
    /* color: #fff; */
    /* font-weight: 600; */
/* } */
/* .gallery_border1 { */
    /* position: absolute; */
    /* top: 32%; */
   	/* left: 13.5%; */
    /* margin: auto; */
    /* width: 100%; */
/* } */
/* p.gallery_text3 { */
   /* /* border: 0.5px solid #747474;*/ 
  	/* border: 0.5px solid #fff; */
    /* text-align: center; */
    /* width: 55%; */
    /* padding: 10px 10px; */
    /* color: #fff; */
    /* font-weight: 600; */
/* } */
/* .gallery_border3 { */
    /* position: absolute; */
    /* top: 32%; */
   /* left: 18.5%; */
    /* margin: auto; */
    /* width: 100%; */
/* } */
/* .help_section { */
    /* /* width: 45%; */ 
    /* padding: 10px 12px 23px 3px; */
    /* background: rgba(223, 223, 223, 0.8); */
    /* text-align: center; */
    /* /* margin-top: 13.5%; */ 
    /* /* margin-left: 45%; */ 
/* } */
/* .help_col { */
    /* columns: 2; */
    /* column-gap: 0px; */
/* } */
/* .help_icon { */
    /* box-shadow: 0px 0px 5px #888888; */
    /* background-color: #fff; */
    /* padding: 30px 15px; */
    /* margin-left: 8px; */
    /* margin-bottom: 8px; */
    /* color: #959595; */
/* } */
/* p.help_title { */
    /* color: #000; */
    /* font-size: 20px; */
        /* margin-top: 10px; */
/* } */
/* span.help_text { */
    /* vertical-align: sub; */
    /* color: #000; */
    /* font-size: 14px; */
/* } */
/* .display_none{   */
	 /* display:none;  */ 
 /* }  */

/* @media only screen and (max-width: 800px) */
/* and (min-device-width : 569px){ */
/* /*---latest-news--*/ 
/* .whats-on-contents-cont { */
    /* margin: auto !important; */
    /* width: 70%!important; */
	/* margin-bottom: 5%!important; */
/* } */
/* } */

/* /*Help centre*/ 
/* .help_section1 { */
    /* background-image: url(https://webstep.com.au/burwoodonecomau/wp-content/uploads/2017/12/helpctreimage1.png); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
	/* height: 24.22vw; */
    /* width: 100%; */
	/* text-align:center; */
    /* outline: 1px solid #fff; */
    /* outline-offset: -15px; */
	/* margin:auto; */
/* } */
/* p.help_title1 { */
    /* color: #fff; */
	/* font-size:2vmax; */
	/* padding-top:18px; */
    /* margin-top: 0; */
/* } */
/* .help_col1 { */
    /* -webkit-column-count: 2; */
    /* -moz-column-count: 2; */
    /* column-count: 2; */
    /* -webkit-column-width: 200px; */
    /* -moz-column-width: 200px; */
    /* column-width: 25px; */
	/* position:relative; */
/* } */
/* .help_icon1 i { */
   /* font-size: 3vmax;  */
/* } */
/* .help_icon1 { */
    /* padding: 2vmax; */
/* } */
/* @media only screen and (max-width: 800px){ */
/* .help_section1 { */
	/* height: 43vmax !important; */
    /* width: 43vmax !important; */
	/* margin:auto; */
/* } */
/* .help_icon1 { */
   /* padding: 3vh; */
	
/* } */
/* .help_icon1 i { */
   /* font-size: 6vmax !important; */
/* } */
/* .help_icon1 { */
    /* padding: 3vmax; */
    /* font-size: 2vh; */
/* } */
/* p.help_title1 { */
    /* color: #fff; */
    /* font-size: 3vmax; */
/* } */
/* } */

/* /*Subscribe section*/ 
/* .subscribe-section{ */
/* } */
/* .subscribe-flex { */
    /* display:block; */
/* } */


/* .overlay-social { */
  /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* height: 100%; */
    /* width: 72%; */
    /* opacity: 0; */
    /* transition: .5s ease; */
    /* background-color: #00aeef9e; */
/* } */
/* .footer-fb { */
    /* position: relative; */
/* } */
/* .footer-fb:hover .overlay-social { */
    /* opacity:1; */
/* } */
/* .footer-ig { */
    /* position: relative; */
/* } */
/* .footer-ig:hover .overlay-social { */
    /* opacity:1; */
/* } */

.today>p,.today+.today-next>p{ 
	font-weight:bold;
}

.footer_logo_section .footer_logo_image{
	width:25%;
}
.store-filter-select-category option {
    font-weight: bold;
	color:#000;
}
.store-filter-select-by-category .store-filter-select-category{
	font-weight: bold;
	color:#000;
}
.store-filter-select-letter option{
	font-weight: bold;
	color:#000;
}
.store-filter-select-by-letter .store-filter-select-letter{
	font-weight: bold;
	color:#000;
}
select{
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 305px;
}
.p_opening.contact_number_footer {
    display: inline-block !important;
}
.contact_number_footer.contact_footer {
    padding-left: 69px;
}

.subscribe-flex {
    display:block !important;
    text-align: center;
}
.subscribe-flex input{
    max-width: 100% !important;
}
.subscribe-flex textarea{
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    max-width: 100% !important;
}
.subscribe-flex-home{
	text-align:center;
}
.subscribe-flex-home1{
	display:flex;
	margin-left: 19px;
}
.wpcf7-form-control-wrap{
	right:0 !important;
}
.contact1_footer_number{
    margin-top: -8px !important;
    position: absolute;
}
.footer_list_margin{
    margin-top: -10px;
    position: absolute;
}

strong { font-weight: bold; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   select::-ms-expand {
    display: none;
}

.store-img img{
	width:180px;	
}
}

.home-separator {
    width: 120px !important;
}
.banner_open1 a:hover{
	color:#c3c3c3 !important;
	transition: all 0.5s ease !important;
    transition-property: all !important;
    transition-duration: 0.5s !important;
    transition-timing-function: ease !important;
    transition-delay: initial !important;
}
.burwood_content_left a:hover{
	color:#c3c3c3 !important;
	transition: all 0.5s ease !important;
    transition-property: all !important;
    transition-duration: 0.5s !important;
    transition-timing-function: ease !important;
    transition-delay: initial !important;
}
.burwood.contact_burwood {
    margin-left: 108px;
}


.margin_top_contact{  
	margin-top: 20px !important;
	color: #fff;
    font-weight: 100 !important;
    margin-left: 10px!important;
    margin-right: 10px!important;
	color:#fff;
}


 
/*Contact Form */


#wpcf7-f112-p140-o1 .wpcf7-response-output{
	display: block;
	color: white !important;
	font-weight: bold !important;  
}	


#wpcf7-f112-p140-o1 .wpcf7-mail-sent-ok{
	    border: 2px solid white !important;  
}

#mc4wp-form-1 .mc4wp-success{
	color: white;
	font-weight: bold; 
	
}
/*-----------21122017----------*/
@media screen and (max-width: 810px) and (min-width: 767px){
	.gallery_bordernew1 { top: 15%;}
}
@media screen and (max-width: 1000px) and (min-width: 878px){
.store-content { width: 23.592964%;}
}
@media screen and (max-width: 877px) and (min-width: 767px){
.store-content {width: 31.592964%;}
}
@media only screen and (max-width: 680px){
  .centre-info-cont {width: 100%;}
}
@media only screen and (max-width: 550px){
.subscribe-flex-home1 {text-align: center;display: block;}
  .subscribe-flex-home1 input[type="submit"]{margin-top:10px}
  .trading-hour-table{overflow:scroll}
  #sponsor-text {position: relative !important;bottom: 0 !important;}
}
@media only screen and (max-width: 420px){
  .sponsor-name,.parking-title h1 {font-size: 30px !important;}
  .getting-there-col{width:100%}
  .getting-there-col,.gethere-pbtn{margin-bottom:20px}
  .burwood > img{max-width:30px}
}
@media only screen and (max-width: 768px){
	
  .store-single-similar .store-content {width: 80%;margin:0 auto}
.store-single-meta,.store-single-main-content,.sub-store1 {width: 100%;}
  .store-single-meta,.store-single-main-content{padding:15px;margin-bottom:20px}
 .store-single-wrapper {flex-direction: column-reverse;display: flex;}
  .latest-offers-img {min-height: 150px;min-width:200px}
  select {background: none;}
  .store-filter-text-search::before {display: none;}
  #primary-menu li {border-bottom: 1px solid #00bff3;}
}

.parking-title .wpb_wrapper {background: rgba(0, 0, 0,0.3);padding: 20px 0px; width: 35%}
#primary-menu a {text-decoration: none !important;}
.whats-on-more-content {border-bottom: none !important;box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22) !important;}
.store-img img {margin-bottom: 20px !important;}
.store-single-map #zoom_container img {max-width: 761px;}

#post-163 .store-single-map #zoom_container .landmarks .item img {
    position: fixed;
    top: -79px;
    left: -63px;
}

div#n2-ss-2 .nextend-bullet-bar{
	display: none !important;
}

.parking-text{
	bottom: -265px !important;
}

/*.store-single-map #zoom_container img {
    max-width: 761px;
} */




