/*
Theme Name: Chester Pass Mall
Description: Wordpress Theme Designed for Chester Pass Mall.
Author: AFAY Communications
Version: 1.0
*/
/*-----------------[FONTS]------------------------*/
@import url(fonts/font-awesome/font-awesome.min.css);
@import url(fonts/MyFontsWebfontsKit.css);
/*-----------------[RESET]------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
html, body {
  height: 100%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0;
}
ol {
  margin: 0 0 10px 1.5em
}
ul {
  margin: 0 0 10px 1.5em
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
  background: none repeat scroll 0 0 #feeede;
}
body, input, textarea {
  color: #535353;
  font-family: 'FrutigerLTPro', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
}
a {
  color: #ee820f;
  outline: medium none;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:hover {
  color: #000;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto
}
iframe {
  max-width: 100%;
  border: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1em;
  padding-bottom: 8px;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1.12em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .75em;
}
p {
  margin-bottom: 10px;
}
ul {
  margin-bottom: 10px
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
}
ins {
  text-decoration: none;
}
pre {
  background-color: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
sup, sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.8em;
}
sub {
  top: 0.3em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
hr {
  background: none repeat scroll 0 0 #D8D8D8;
  border: medium none;
  clear: both;
  height: 1px;
  margin: 12px 0;
}
blockquote {
  border-left: 5px solid #EEEEEE;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
blockquote p {
  display: inline;
  line-height: inherit;
  font-weight: 400;
}
blockquote p:before, blockquote p:after {
  display: inline-block;
  font-family: FontAwesome;
  opacity: 0.5;
  font-size: 13px;
}
blockquote p:before {
  content: '\f10d';
  margin-right: 5px;
  vertical-align: 11px;
}
blockquote p:after {
  content: '\f10e';
  margin-left: 5px;
  vertical-align: 7px;
}
blockquote cite {
  color: #005eb6;
  display: block;
}
input[type="text"], input[type="email"], input[type="tel"], input.text, input.title, textarea, select {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 5px 8px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]:focus, input[type="email"]:focus, input[type="tel"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
  border-color: #bbb;
}
input[type="submit"], button {
  background: none repeat scroll 0 0 #005eb6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  line-height: 1em;
  max-width: 100%;
  padding: 4px 30px;
  text-align: center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: auto;
  cursor: pointer;
  border: none;
  font-weight: 700
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus {
  background: #222;
  color: #fff
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
  zoom: 1;
} /* IE7 */
.screen-reader-text {
  text-indent: -9999px;
  display: none
}
table {
  background: #eeeeee none repeat scroll 0 0;
  border-collapse: separate;
  margin-bottom: 1em;
}
table th {
  background: none repeat scroll 0 0 #F6F6F6;
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
}
table td {
  background: #fff;
  padding: 5px 10px;
}
/*----------------------[GRIDS]-------------------*/
.row {
  margin: 0 -10px;
  position: relative;
}
.row:after, .row:before {
  content: " ";
  display: table;
  clear: both;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}
.grid12 {
  width: 100%
}
.grid11 {
  width: 91.66666667%
}
.grid10 {
  width: 83.33333333%
}
.grid9 {
  width: 75%
}
.grid8 {
  width: 66.66666667%
}
.grid7 {
  width: 58.33333333%
}
.grid6 {
  width: 50%
}
.grid5 {
  width: 41.66666667%
}
.grid4 {
  width: 33.33333333%
}
.grid3 {
  width: 25%
}
.grid2 {
  width: 16.66666667%
}
.grid1 {
  width: 8.33333333%
}
.row > .grid3:nth-child(4n+1) {
  clear: both
}
.row > .grid6:nth-child(2n+1) {
  clear: both
}
.row > .grid4:nth-child(3n+1) {
  clear: both
}
.row.rowTable {
  display: table;
}
.grid6.rowCell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
/*------------------------------------------------*/
/*----------------------[TYPO]--------------------*/
/*------------------------------------------------*/
.block {
  display: block
}
.space10 {
  clear: both;
  height: 10px
}
.space20 {
  clear: both;
  height: 20px
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flexHalf {
  width: 50%;
}
.row.flex .grid1, .row.flex .grid2, .row.flex .grid3, .row.flex .grid4, .row.flex .grid5, .row.flex .grid6, .row.flex .grid7, .row.flex .grid8, .row.flex .grid9, .row.flex .grid10, .row.flex .grid11, .row.flex .grid12 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*--------------------[IMAGES]--------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 6px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
  width: 1100px;
}
.wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*---------------------[HEADER]-------------------*/

#header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding-top: 25px;
  position: relative;
  background: #fff;
}
#logo {
  float: left;
  padding-top: 20px;
}
#logo h1 {
  padding: 0
}
#logo h1 a {
  background-image: url("images/logo.png");
  display: block;
  height: 23px;
  text-indent: -9999px;
  width: 282px;
}
#headerRight {
  float: right
}
#headerTopRight {
  border-bottom: 1px solid #ee820f;
  padding-bottom: 15px;
}
.openingHours {
  float: left;
  font-size: 0.9em;
  letter-spacing: 0.45px;
  padding-right: 35px;
  text-transform: uppercase;
}
.openingHours a {
  background-image: url("images/icon_time.png");
  background-position: left 2px;
  background-repeat: no-repeat;
  padding-left: 29px;
  padding-top: 5px;
  display: block
}
.gettingHere {
  float: left;
  font-size: 0.9em;
  letter-spacing: 0.4px;
  padding-right: 37px;
  text-transform: uppercase;
  word-spacing: 0;
}
.gettingHere a {
  display: block;
  background-image: url("images/icon_location.png");
  background-position: left 2px;
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-top: 4px;
}
.headerSearch {
  float: left;
  padding-right: 25px;
}
.headerSearch form {
  background-image: url("images/icon_search.png");
  background-position: left 1px;
  background-repeat: no-repeat;
  padding-left: 28px;
  padding-top: 4px;
}
.headerSearch #s {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ee820f;
    border-radius: 2px;
    color: #ee820f;
    line-height: 1.3em;
    padding: 0 4px;
    width: 150px;
}
.headerSearch #searchsubmit {
  display: none
}
.headerFb {
  float: right
}
.headerFb a {
  display: block;
  text-indent: -9999px;
  background-image: url(images/icon_fb.png);
  width: 26px;
  height: 27px;
}
#navigation {
  padding: 8px 0;
}
#navigation a {
  color: #535353
}
#navigation a:hover {
  color: #ee820f
}
#navigation .desktopMenu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#navigation .desktopMenu > li {
  float: left;
  padding: 0 23px;
  position: relative;
}
#navigation .desktopMenu > li:first-child {
  padding-left: 0
}
#navigation .desktopMenu > li:last-child {
  padding-right: 0
}
#navigation .desktopMenu > li > a {
  display: block;
  font-size: 1em;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
#navigation .desktopMenu > li.current-menu-parent > a, #navigation .desktopMenu > li.current-menu-item > a {
  color: #ee820f
}
#navigation .desktopMenu > li > ul {
  background: #fff none repeat scroll 0 0;
  border-top: 2px solid #ee820f;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  display: none;
  z-index: 99
}
#navigation .desktopMenu > li > ul > li {
  display: block;
  border-bottom: solid 1px #eee
}
#navigation .desktopMenu > li > ul > li > a {
  display: block;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-top: 3px;
  text-transform: uppercase;
}
/*------------------------------------------------*/
/*-----------------------[PAGE]-------------------*/
/*------------------------------------------------*/
#homeSlideshowArea {
  background-image: url("images/mall_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  padding: 16px 0;
}
#homeSlideshowArea ul.slides {
  float: left;
  list-style: outside none none;
  margin: 0 0 14px;
  padding: 0;
  width: 65%;
}
#homeSlideshowArea img {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#homeSlideshowArea ul.slides li {
  width: 100%;
  display: none;
}
#homeSlideshowArea ul.slides li:first-child {
  display: block;
  opacity: 0
}
#homeSlideshowArea ol.flex-control-nav {
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 31%;
}
#homeSlideshowArea ol.flex-control-nav li img.flex-active {
  display: none
}
#homeSlideshowArea ol.flex-control-nav li img {
  margin-bottom: 15px;
}
#subscribeArea {
  background: #fff;
  padding: 5px 40px;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.subscribeTitle {
  float: left;
  font-size: 1.4em;
  letter-spacing: 1.3px;
  line-height: 1.4em;
  text-transform: uppercase;
  word-spacing: 3px;
}
.subscribeTitle span {
  color: #ee820f;
  font-weight: 700;
}
#subscribeForm {
  float: right;
  margin-top: 4px;
  width: 44%;
}
#subscribeForm input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ee820f;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 0.8em;
  letter-spacing: 1px;
  line-height: 1.2em;
  display: block;
  color: #000;
  padding: 2px 10px;
  width: 100%;
}
#logoSection {
  padding: 20px 0;
  background-color: #E2E1DC;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.sectionTitle {
  color: #ee820f;
  font-size: 1.5em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  word-spacing: 2px;
}
#logoSlides {
  padding-top: 10px;
  position: relative;
}
#logoSlides ul.slides {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#logoSlides ul.slides li {
  float: left;
  margin-right:10px;
  width: 125px;
}
.logoTab {
  background: #fff none repeat scroll 0 0;
  display: table;
  width: 100%;
  padding: 10px;
}
.logoCell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.logoCell > img {
  display: block;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  opacity: 0.9;
  height: 90px;
  margin: 0 auto;
  object-fit: contain;
}
#homeNewsFeed {
  padding: 35px 0 20px;
}
#homeNewsFeed .bannerTitle{position:relative}
.bannerTitleHr{border-top:solid 1px #ee820f; width:100%; height:1px; margin-bottom:20px;}
/*-----------------------[PAGE]-------------------*/
#pageBanner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 181px;
  width: 100%;
  position: relative;
}
#pageBanner .wrapper {
  height: 100%;
  position: relative;
}
.bannerTitle{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c40066+30,ef8214+70&0.8+0,0.8+100 */
  background: -moz-linear-gradient(-45deg, rgba(196,0,102,0.8) 0%, rgba(196,0,102,0.8) 30%, rgba(239,130,20,0.8) 70%, rgba(239,130,20,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(196,0,102,0.8) 0%, rgba(196,0,102,0.8) 30%, rgba(239,130,20,0.8) 70%, rgba(239,130,20,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(196,0,102,0.8) 0%, rgba(196,0,102,0.8) 30%, rgba(239,130,20,0.8) 70%, rgba(239,130,20,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc40066', endColorstr='#ccef8214', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bannerTitle {
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.35em;
  letter-spacing: 3px;
  padding: 12px 25px 10px;
  position: absolute;
  text-transform: uppercase;
}
#main {
  padding: 30px 0;
}
#main.childPageMain {
  padding-top: 0
}
#pageNav {
  padding: 5px 0
}
#pageNav ul {
  list-style: outside none none;
  margin: 0;
  padding: 0 18px;
  word-spacing: -2px;
}
#pageNav ul li {
  float: left;
  padding-right: 12px;
}
#pageNav ul li:last-child {
  padding-right: 0
}
#pageNav ul li a {
  color: black;
  display: block;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
#pageNav ul li.current_page_item a {
  color: #ee820f
}
.pageBox {
  background: #fff none repeat scroll 0 0;
  padding: 15px 15px;
  width: 100%;
}
.pageTitle {
  color: #ee820f;
  text-transform: uppercase;
}
.contactsList {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.contactsList > li {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.contactsList > li:last-child {
  margin-bottom: 0
}
.contactRow .contactSet {
  float: left;
}
.contactRow > .contactSet:last-child {
  float: right
}
.contactLable {
  display: inline-block;
  padding-right: 4px;
}
.contactValue {
  padding-right: 10px;
}
.contactsList li.facebook a {
  background-image: url("images/icon_fb.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #535353;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 6px;
  padding-left: 75px;
  padding-top: 7px;
  text-transform: uppercase;
}
.contactsList li.mgroup a {
  background-image: url("images/logo_m.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #535353;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 6px;
  padding-left: 75px;
  padding-top: 7px;
  text-transform: uppercase;
}

/*------------------[GRAVITY FORMS]---------------*/

ul.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none
}
ul.gform_fields > li.gfield {
  position: relative;
  padding-bottom: 4px;
}
ul.gform_fields > li.gfield input[type="text"] {
  background: #e3e4e5 none repeat scroll 0 0;
  border: medium none;
  color: #000;
  display: block;
  line-height: 1.2em;
  padding: 5px 10px;
  width: 100%;
}
.gform_footer input[type="submit"] {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c40066+30,ef8214+70 */
  background: rgb(196,0,102); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(196,0,102,1) 30%, rgba(239,130,20,1) 70%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(196,0,102,1) 30%, rgba(239,130,20,1) 70%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(196,0,102,1) 30%, rgba(239,130,20,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40066', endColorstr='#ef8214', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gform_footer input[type="submit"] {
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
  width: 100%;
}
.gform_footer img {
  position: absolute
}
.validation_error {
  display: none;
}
.gfield_description.validation_message {
  bottom: 5px;
  color: #800000;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  right: 0;
}

/*--------------------[WHAT'S ON]-----------------*/

#whatsonrow {
  position: relative
}
#whatsonrow .grid6 {
  padding-bottom: 20px
}
.postImg {
  padding-bottom: 15px;
}
.postImg img {
  display: block
}
.postTypeName {
  border-top: 1px solid #bbb;
  color: #ee820f;
  font-size: 1.17em;
  line-height: 1em;
  padding-top: 10px;
  text-transform: uppercase;
}
#whatsonrow .grid6.nopad {
  min-height: inherit;
  padding: 0;
}

/*---------------------[FOOTER]-------------------*/

#footerWidgetArea {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 22px 0;
  background: #fff;
}
#footerWidgetArea .widget-title {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #ee820f;
}
#footerWidgetArea .textwidget {
  font-size: .9em;
  line-height: 1.45em;
}
#footerTimings {
  background: none
}
#footerTimings td {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 4px;
}
#footer {
  background: #665F67 none repeat scroll 0 0;
  font-size: 0.75em;
  letter-spacing: 0.4px;
  line-height: 1.45em;
  padding: 14px 0;
  text-align: center;
}
#footerIcon {
  float: right
}
#footerGroup {
  float: left;
  padding-top: 9px;
}
#footerMenu {
  display: inline-block;
  padding-top: 9px;
  vertical-align: top;
}
#footerMenu ul {
  margin: 0;
  padding: 0;
  list-style: none
}
#footerMenu ul li {
  border-right: 1px solid #8d8b8d;
  display: inline-block;
  line-height: 1em;
  padding: 0 7px 0 5px;
}
#footerMenu ul li:last-child {
  border-right: none;
  padding-right: 0
}
#footerMenu ul li:first-child {
  padding-left: 0
}
#footerMenu ul li a {
  display: block;
  text-transform: uppercase;
  color: #8d8b8d
}
#footerMenu ul li a:hover {
  color: #ee820f;
}
.widget-container.widget_execphp {
  border: 1px solid #ddd;
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 15px;
}
#wff-id > .wff-fb-item {
  padding: 0 0 15px;
}
#wff-id > .wff-fb-item:last-child {
  padding-bottom: 0
}
.wff-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wff-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body .wff-facebook-feed-image-div {
  float: none;
}
body.wff-facebook-feed-title-div {
  float: none;
  margin: 0;
  flex-grow: 1
}
body p.wff-date {
  margin: 0
}
body .wff-view-on-facebook {
  display: none
}
body .wff-fb-item .wff-post-text {
  margin-top: 0
}
body .wff-author-name p {
  margin-bottom: 3px !important
}

/*---------------------[STORE]-------------------*/

#storeSearchField {
  background-image: url("images/icon_search.png");
  background-position: left 1px;
  background-repeat: no-repeat;
  padding-left: 28px;
  padding-top: 1px;
}
#storeSearchField input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ee820f;
    border-radius: 2px;
    color: #000;
    font-size: 0.85em;
    line-height: 1.3em;
    padding: 5px 4px 3px;
    width: 100%;
}
#storeCategoryField{
  float: left;
    width: 100%;
    margin: 15px 0 0;
    position: relative;
}
#storeCategoryField #store_category {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 6px top 4px;
    border: 1px solid #ee820f;
    border-radius: 2px;
    color: #000;
    font-size: 0.85em;
    line-height: 1.3em;
    padding: 5px 24px 3px 5px;
    width: 100%;
    cursor: pointer;
    height: 23px;
    overflow: hidden;
}
#store_categories{display: none; list-style: none; position: absolute; margin: 0; width: 100%; border: 1px solid #ee820f; background-color: #fff; text-align: center; z-index: 999;}
#store_categories li{cursor: pointer;display: block; border-bottom: solid 1px #eee;}
#store_categories li a{display: block; font-size: 0.9em; letter-spacing: 0; line-height: 1.5em; padding-top: 3px; text-transform: uppercase;    color: #535353;}
#store_categories li a:hover{color: #ee820f;}
#storeIndex {
  color: #ee820f;
  font-size: 1.3em;
  font-weight: 600;
  padding: 15px 0;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 5px;
  float: left;width: 100%;
}
#storeList{float: left;width: 100%;}
.storeLeft {
  float: left
}
.storeRight {
  float: right
}
#storelistul {
  margin: 0;
  padding: 0;
  list-style: none
}
#storelistul > li {
  padding: 5px 0;
  border-bottom: solid 1px #eee
}
.storeTitle {
  font-weight: 500;
  word-spacing: 1px;
  cursor: pointer;
  font-size: 13px;
}
.storeTitle .storeLeft {
  width: 88%
}
.storeMeta {
  display: none
}.storeField {
  font-size: 0.85em;
}
.storeMetaTitle {
  color: #ee820f;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}
.storeMetaField {
  font-size: 0.85em;
  line-height: 1.5em;
  padding-bottom: 5px;
}
#storeTime {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: 0;
}
#storeTime td {
  padding: 0;
} 