
.page-title {
  font-size: 16px;
  padding: 0 0 8px;
  border-bottom: 5px solid #efefef;
  line-height: 20px;
  margin-bottom: 25px;
}

#primary .entry-title, #primary .entry-title a {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -1px;
  color: white;
  border: none;
  margin-bottom: 3px;
  padding: 0;
}

#primary .entry-title a:hover {
  color: aliceblue;
}

.page #primary .entry-title {
  padding-bottom: 10px;
}

input, textarea, button {
  background: #fff;
  border: 1px solid #ddd;
}

input, textarea, button {
  padding: 5px;
}

input, textarea {
  -moz-box-shadow: 1px 1px 4px #F4F4F4 inset;
  -webkit-box-shadow: 1px 1px 4px #F4F4F4 inset;
  box-shadow: 1px 1px 4px #F4F4F4 inset;
}

button {
  padding: 2px 10px;
  cursor: pointer;
}

input:focus, textarea:focus, button:hover {
  background: #fff;
  border-color: #ddd;
}

#submit {
  cursor: pointer;
}

.entry-meta {
  font-size: 11px;
  color: #aaa;
}

.entry-meta a {
  color: #aaa;
}

.entry-meta a:hover {
  color: #666 !important;
}

.meta-sep {
  padding: 0 1px;
  color: #d2d2d2;
}

.hentry {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.page .hentry {
  padding: 0;
  border: none;
}

.post .post-thumb img, .post-thumb-single img {
  padding: 4px;
  width: 660px;
  background: #fff;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
  -webkit-box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
}

.post .post-thumb a {
  border: none !important;
}

.post .post-thumb img:hover {
  background: #333;
}

address {
  font-style: italic;
}

abbr[title], acronym[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #666;
}

blockquote {
  font-family: Cambria, Georgia, "Times New Roman", Times, serif;
  color: #666;
  font-style: italic;
  border-left: 1px solid #ddd;
  margin-left: 15px;
  padding-left: 10px;
}

strong {
  font-weight: bold;
}

em, dfn, cite {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

sup {
  font-size: 11px;
  vertical-align: top;
}

sub {
  font-size: 11px;
  vertical-align: bottom;
}

small {
  font-size: 11px;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}

code, pre {
  line-height: 18px;
}

var, kbd, samp, code, pre {
  font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  background: #f8f8f8;
}

kbd {
  font-weight: bold;
}

samp, var {
  font-style: italic;
}

pre {
  white-space: pre;
  overflow: auto;
  padding: 10px;
  border: 1px solid #ddd;
  clear: both;
}

code {
  padding: 3px;
}

ul, ol, dl {
  margin-left: 30px;
}

table {
  border: 1px solid #ccc;
  border-width: 1px;
  line-height: 18px;
  margin: 0 0 22px 0;
  text-align: left;
  padding: 0 5px;
}

table .even {
  background: #ddd;
}

caption {
  text-align: left;
}

tr {
  border-bottom: 1px solid #ccc;
}

th, td {
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}

img.alignleft {
  float: left;
  margin: 5px 20px 15px 0;
  padding: 4px;
  background: #fff;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
  -webkit-box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
}

img.alignright {
  display: block;
  margin: 5px 0 15px 15px;
  padding: 4px;
  background: #fff;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
  -webkit-box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  margin-top: 5px;
  padding: 4px;
  background: #fff;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
  -webkit-box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
}

.wp-caption {
  text-align: center;
  margin: 15px;
  font-family: Georgia, serif;
  font-style: italic;
}

.wp-caption img, .wp-caption img a {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 5px;
}

.wp-smiley {
  max-height: 13px;
  margin: 0 !important;
}

.gallery {
  margin: auto;
}

.gallery-image {
  border: 2px solid #efefef;
  margin-left: 0;
}

.gallery-caption {
  margin-left: 0;
}

.gallery-item {
  float: left;
  text-align: center;
  margin-left: 0;
}

.gallery-columns-2 {
  width: 50%;
}

.gallery-columns-3 {
  width: 33%;
}

.gallery-columns-4 {
  width: 25%;
}

.gallery-columns-5 {
  width: 20%;
}

.gallery-columns-6 {
  width: 16%;
}

.gallery-columns-7 {
  width: 14%;
}

.gallery-columns-8 {
  width: 12%;
}

.gallery-columns-9 {
  width: 11%;
}

#comment-wrapper {
  width: 680px;
  text-shadow: 0 1px 0 #fff;
  color: #555;
  margin-left: -60px;
}

ol.commentlist {
  margin: 0 0 60px 0;
  list-style-type: none;
  padding-top: 10px;
}

li.comment {
  padding: 0;
}

.avatar {
  padding: 4px;
  background: #fff;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
}

.comment .comment-author {
  position: relative;
}

.comment .avatar {
  margin: 0 15px 0 -75px;
  position: absolute;
}

.comment-author cite, .comment-author cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  color: #555;
  border: none !important;
}

.comment-author cite a:hover {
  color: #3399cc !important;
}

.comment .says {
  color: #999;
  font-size: 11px;
  font-style: italic;
}

.comment .comment-meta {
  margin-bottom: 10px;
}

.comment .comment-meta a {
  color: #999;
  border: none !important;
  font-size: 11px;
}

.comment .comment-meta a:hover {
  color: #666 !important;
}

.comment .comment-body {
  margin: 0 0 20px 75px;
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/bg-side-bevel.gif) left bottom repeat-x;
  position: relative;
  padding-bottom: 1px;
}

.comment .comment-body .reply {
  position: absolute;
  left: -75px;
  top: 65px;
  width: 60px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
}

.comment .comment-body .reply a {
  color: #666;
  border: none !important;
}

.comment .comment-body .reply a:hover {
  color: #3399cc !important;
}

.comment ul.children {
  margin-left: 75px;
  list-style-type: none;
}

.bypostauthor .avatar {
  background: #555;
}

.bypostauthor .comment .avatar {
  background: #fff;
}

#commentform {
  padding-top: 10px;
  margin-bottom: 40px;
}

#commentform p {
  margin-bottom: 15px;
}

#commentform input[type=text] {
  margin-right: 10px;
  padding: 7px;
  border: 1px solid #ddd;
  width: 180px;
}

#commentform textarea {
  width: 95%;
  height: 150px;
  padding: 7px;
  border: 1px solid #ddd;
}

#commentform #submit {
  width: 130px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border: none;
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/btn-submit.png) no-repeat;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

p.nocomments {
  text-align: center;
}

span.quote_left {
  float: left;
  display: inline;
  width: 240px;
  margin: 15px 15px 10px 0;
  padding: 0 10px 0 0;
  border-right: 3px solid #e8e8e8;
  font: 14px/22px "Georgia", serif;
  text-align: right;
  font-style: italic;
  color: #666;
}

span.quote_right {
  float: right;
  display: inline;
  width: 240px;
  margin: 15px 0 10px 15px;
  padding: 0 0 0 10px;
  border-left: 3px solid #e8e8e8;
  font: 14px/22px "Georgia", serif;
  font-style: italic;
  color: #666;
}

blockquote {
  margin: 0 30px 15px;
  padding: 0 0 0 10px;
  border-left: 3px solid #e8e8e8;
  font: 14px/22px "Georgia", serif;
  font-style: italic;
  color: #666;
}

.single .entry-content, .page .entry-content {
  margin-bottom: 40px;
}

.single #single-wrapper, .page #single-wrapper {
  background: #fff url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/bg-grad.gif) right top no-repeat;
  padding: 0px;
  border: 0px solid #ddd;
  -moz-box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
  width: 720px;
  margin-bottom: 50px;
  margin-left: -60px;
}

.single #primary, .page #primary {
  padding: 0;
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single .hentry, .page .hentry {
  border: none;
  padding: 0;
  margin: 0;
}

#related-posts {
  padding: 20px 0 0 0;
  width: 570px;
}

#related-posts .widget-title {
  background: none;
  border-bottom: 5px solid #efefef;
  padding-bottom: 10px;
  width: 555px;
}

#related-posts .widget-title span {
  font-size: 12px;
  color: #999;
  font-family: Arial, Sans-serif;
  font-weight: normal;
  padding-left: 5px;
}

#related-posts .post-container {
  float: left;
  margin: 0 4px 3px 4px;
  width: 130px;
}

#related-posts .post-container .post-thumb {
  margin: 0;
}

#related-posts .post-container .post-thumb img {
  width: 120px;
  height: 120px;
}

.single #related-posts .post-container .post-thumb img:hover {
  background: #333;
}

.page-navigation .nav-next {
  float: left;
}

.page-navigation .nav-previous {
  float: right;
}

.single-page-navigation .nav-next {
  float: right;
}

.single-page-navigation .nav-previous {
  float: left;
}

.widget {
  margin-bottom: 50px;
}

.widget-title {
  font-weight: bold;
  font-size: 16px;
  color: #555;
  text-shadow: 0 1px 0 #fff;
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/bg-widget-title.gif) left bottom repeat-x;
  padding: 0 0 15px 0;
  margin-bottom: 20px;
}

#footer .widget-title {
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/bg-widget-title-foot.gif) left bottom repeat-x;
  color: #ccc;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}

.widget_calendar caption {
  margin-bottom: 10px;
}

.widget_calendar table {
  width: 100%;
  margin: 0;
  background: #f8f8f8;
}

.widget_calendar table td#today {
  background: #efefef;
}

.widget_calendar table td {
  border-right: 1px solid #ddd;
}

.widget_calendar table td a {
  color: #3399cc !important;
}

.widget_calendar table td a:hover {
  color: #277f9c;
}

#footer .widget_calendar table {
  background: #202020;
  border: 1px solid #141414;
}

#footer .widget_calendar table tr {
  border-bottom: 1px solid #141414;
}

#footer .widget_calendar table td {
  border-right: 1px solid #141414;
}

#footer .widget_calendar table td#today {
  background: #141414;
}

#footer .widget_calendar table td a {
  color: #ccc !important;
}

#footer .widget_calendar table td a:hover {
  color: #fff;
}

.xoxo, .widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebar .xoxo li, #sidebar .widget ul li {
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/bg-side-bevel.gif) left bottom repeat-x;
  line-height: 20px;
  padding: 7px 0 9px 0;
}

#sidebar .xoxo li:first-child, #sidebar .widget ul li:first-child, #footer .xoxo li:first-child, #footer .widget ul li:first-child {
  padding: 0 0 9px 0;
}

#footer .xoxo li, #footer .widget ul li {
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/bg-foot-bevel.gif) left bottom repeat-x;
  line-height: 20px;
  padding: 7px 0 9px 0;
}

.widget_search {
  margin-bottom: 30px;
  width: 300px;
  min-height: 30px;
}

.widget_search form {
  margin: 0;
}

.widget_search #searchsubmit {
  display: block;
  float: right;
  height: 30px;
  width: 65px;
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/btn-search.png) no-repeat;
  border: none;
  padding: 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.widget_search #s {
  padding: 7px;
  border: 1px solid #ddd;
  width: 210px;
  float: left;
}

.ads-120x240 img {
  padding: 10px;
  background: #f4f4f4;
}

.ads-120x240 img:hover {
  background: #333;
}

.tz_ad_widget .ads-125 {
  width: 310px;
}

.tz_ad_widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tz_ad_widget ul li {
  display: block;
  width: 145px;
  height: 145px;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0 !important;
  background: none !important;
  line-height: 20px !important;
}

#sidebar .ads-125 img {
  padding: 10px;
  background: #f4f4f4;
}

#sidebar .ads-125 img:hover {
  background: #333;
}

#footer .ads-125 img {
  padding: 10px;
  background: #202020;
}

#footer .ads-125 img:hover {
  background: #141414;
}

.tz_tweet_widget ul {
  margin: 0 0 20px 0;
  list-style-type: none;
}

.tz_tweet_widget ul li {
  padding: 10px 0 !important;
}

.tz_tweet_widget ul li:first-child {
  padding: 0 0 10px 0 !important;
}

#footer .tz_tweet_widget ul li {
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/bg-foot-bevel.gif) left bottom repeat-x;
}

#sidebar .tz_tweet_widget ul li {
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/bg-side-bevel.gif) left bottom repeat-x;
}

.tz_flickr_widget #flickr_badge_wrapper {
  width: 310px;
}

.flickr_badge_image {
  float: left;
  margin: 0 8px 8px 0;
  width: 95px;
  height: 95px;
  overflow: hidden;
}

#footer .flickr_badge_image img {
  background: #202020;
  padding: 9px;
}

#footer .flickr_badge_image img:hover {
  background: #141414;
}

#sidebar .flickr_badge_image img {
  background: #f4f4f4;
  padding: 9px;
}

#sidebar .flickr_badge_image img:hover {
  background: #333;
}

.tz_video {
  padding: 5px;
  background: #f4f4f4;
  margin-bottom: 10px;
}

#sidebar .tz_video_desc {
  margin: 0;
  color: #555;
  text-shadow: 0 1px 0 #fff;
}

#footer .tz_video {
  background: #202020;
}

.tz_ad300_widget {
  padding: 0;
  margin-bottom: 30px;
}

.tz_ad300_widget .widget-title {
  display: none;
}

.ads-300 {
  width: 300px;
  height: 250px;
  overflow: hidden;
}

.tz_tab_widget #tab-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 36px;
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/bg-widget-title.gif) left bottom repeat-x;
  margin-bottom: 10px;
}

.tz_tab_widget #tab-items li {
  float: left;
  margin: 0;
  line-height: 20px !important;
  padding: 0 !important;
  background: none !important;
  text-shadow: 0 1px 0 #fff;
}

.tz_tab_widget #tab-items li a {
  font-family: "Myriad Pro", Arial, Sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #ccc;
  padding: 0 5px;
  display: block;
}

.tz_tab_widget #tab-items li a:hover, .tz_tab_widget #tab-items li.ui-tabs-selected a, .tz_tab_widget #tab-items li.ui-state-active a {
  color: #555;
}

.tz_tab_widget .ui-tabs-hide {
  display: none;
}

.tz_tab_widget .tab ul {
  list-style-type: none;
  margin: 0;
}

.tz_tab_widget .tab ul li {
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/bg-side-bevel.gif) left bottom repeat-x;
  padding: 10px 0px 12px 0px !important;
  text-shadow: 0 1px 0 #fff;
  line-height: 20px !important;
}

.tz_tab_widget .tab-thumb img {
  padding: 4px;
  background: #fff;
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
}

.tz_tab_widget .tab-thumb img:hover {
  background: #333;
}

.tz_tab_widget .entry-title, .tz_tab_widget .entry-title a {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-family: Arial, Sans-serif;
  margin-bottom: 1px;
  padding: 0;
}

.tz_tab_widget .entry-title a:hover {
  text-decoration: none;
  color: #3399cc !important;
}

.tz_tab_widget .entry-meta, .tz_tab_widget .entry-meta a {
  color: #999 !important;
  font-size: 11px;
  margin: 0;
}

.tz_tab_widget .entry-meta a:hover {
  text-decoration: none;
  color: #333 !important;
}

.tab-comments .avatar {
  padding: 4px;
  background: #fff;
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
}

.tab-comments .avatar:hover {
  background: #333;
}

.tab-comments h3, .tab-comments h3 a {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: italic;
  font-family: Arial, Sans-serif;
  padding: 0;
}

.tab-comments h3 a:hover {
  text-decoration: none;
  color: #3399cc;
}

.tab-tags {
  padding: 10px 0 0 0;
}

.tab-tags a {
  color: #999;
  background: #fff;
  padding: 2px 8px;
  float: left;
  display: block;
  margin: 0 3px 3px 0;
  text-shadow: none !important;
}

.tab-tags a:hover {
  color: #fff;
  text-decoration: none;
  background: #3399cc;
}

#footer {
  color: #888;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

#footer a {
  color: #ccc;
}

#footer a:hover {
  color: #fff;
}

#footer-top {
  height: 25px;
  overflow: hidden;
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/bg-footer-top.gif) repeat-x;
  text-indent: -9999px;
}

#footer-inner {
  width: 940px;
  margin: 0 auto;
  padding: 40px 0 10px 0;
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/bg-light.png) center top no-repeat;
}

.footer-widget {
  width: 300px;
  float: left;
  margin-right: 20px;
}

.footer-widget-last {
  float: right !important;
  margin: 0 !important;
}

#footer-notes {
  background: #212121;
  border-top: 1px solid #373737;
  height: 20px;
  padding: 8px 0;
  font-size: 11px;
  color: #666;
  text-shadow: 0 -1px 0 #151515;
}

#footer-notes a {
  color: #666;
  border-bottom: 1px solid #333;
}

#footer-notes a:hover {
  color: #999;
}

#footer-notes-inner {
  width: 940px;
  margin: 0 auto;
}

#footer-notes .credit {
  margin: 0;
  float: right;
}

#footer-notes .copyright {
  margin: 0;
  float: left;
}

.archive-lists .children {
  margin-bottom: 0;
}

.full-width {
  width: 880px !important;
}

.contactform {
  margin-left: 0;
}

.contactform li {
  list-style-type: none;
}

.contactform li label {
  display: block;
  margin-bottom: 5px;
}

.contactform li input[type="text"] {
  width: 210px;
  margin-bottom: 15px;
  padding: 7px;
}

.contactform li input.error {
  margin-bottom: 5px;
}

.contactform li textarea {
  width: 80%;
  height: 100px;
  margin-bottom: 15px;
  padding: 7px;
}

.contactform li button {
  width: 130px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border: none;
  background: url(/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/btn-submit.png) no-repeat;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

p.error {
  padding: 10px;
  background: #ffffe0;
  border: 1px solid #e6db55;
  color: red;
}

label.error {
  color: red;
  margin-bottom: 15px !important;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active {
  padding: 4px 8px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #ddd !important;
  background: #FFFFFF;
  color: #999;
}

.wp-pagenavi a:hover {
  border: 1px solid #3399cc !important;
  color: #3399cc !important;
}

.wp-pagenavi span.pages {
  padding: 4px 8px;
  margin: 2px;
  font-style: italic;
  color: #999;
  font-size: 11px;
}

.wp-pagenavi span.current {
  padding: 4px 8px;
  margin: 2px;
  font-weight: bold;
  border: 1px solid #3399cc;
  background: #3399cc;
  color: #fff;
}

.wp-pagenavi span.extend {
  padding: 4px 8px;
  margin: 2px;
  border: 1px solid #ddd;
  background-color: #FFFFFF;
}

.safari .widget_search #s, .safari #commentform input, .safari #commentform textarea, .safari .contactform li input, .safari .contactform li textarea, .chrome .widget_search #s, .chrome #commentform input, .chrome #commentform textarea, .chrome .contactform li input, .chrome .contactform li textarea {
  padding: 4px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.none {
  display: none;
}

#main-placeholder {
  z-index: 555555;
  background-image: url("/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/midpage.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 367px;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 10px;
}

.dtext {
  background-image: url("/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/thickmark.png") left no-repeat;
  color: white;
  font-weight: normal;
  text-shadow: 2px 2px 2px #8D4915;
  height: 62px;
  width: 397px;
  position: relative;
  top: -260px !important;
  left: 120px !important;
  margin-left: 50%;
  color: white;
  font-size: 16px;
}

.vid-area {
  height: 286px;
  width: 501px;
  position: relative;
  top: 23px;
  left: 12px;
  margin: 0 0 0 30px;
  z-index: 2;
}

.comment-count a {
  position: relative;
  left: 7px;
}

.comment-count {
  background: url("/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/comment_ribbon.png") no-repeat scroll left top transparent;
  color: white;
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: 21px;
  left: 0;
  margin: -3px 0 -4px;
  padding: 2px 70px 0 10px;
  position: relative;
  text-transform: uppercase;
  width: 100px;
  z-index: 999999;
}

.comment-count:hover {
  background-position: left -23px;
  border-bottom: none;
}

.comment-count span {
  background: url("/web/20161207203842im_/https://www.bistroenglish.com/wp-content/themes/zillapress/images/comment_flip.png") no-repeat scroll 0 0 transparent;
  height: 28px;
  left: -7px;
  position: absolute;
  top: -5px;
  width: 7px;
}

.comment-count:hover span {
  background-position: 0 -28px;
}

.entry-categories, .published, .meta-sep, .author {
  display: none;
}

.entry-meta a {
  color: white;
  text-decoration: none !important;
}

.entry-meta a:hover {
  color: white !important;
}

#primary a, #primary a:hover {
  border-bottom: none;
}

#primary .entry-title, #primary .entry-title a {
  background: none repeat scroll 0 0 #202020;
  font-weight: 500;
  padding: 14px 18px;
  line-height: 42px;
}

.post .post-thumb img, .post-thumb-single img {
  background: none;
  border: medium none;
  box-shadow: none;
  padding: 0;
  background-color: none;
  width: 640px;
}

.post .post-thumb iframe, .post-thumb-single iframe {
  z-index: 1;
}

#primary {
  margin: 0 0 0 60px;
  padding: 0;
}

#primary .entry-content {
  padding: 2px 10px 0 10px;
}

#primary .page-title {
  display: none;
}

#primary .post-thumb {
  position: relative;
  top: -39px;
}

#primary .post-thumb-single {
  position: relative;
  top: -39px;
}

#primary .entry-meta, #primary .entry-header {
  z-index: 500;
}

.vidfix {
  left: 0px;
  position: relative;
  top: -41px;
  z-index: 1;
}

#header {
  height: 110px;
}

#logo {
  position: relative;
  top: -20px;
  display: none;
}

body {
  background: none;
}

#slider {
  background: none;
  background-color: ghostwhite;
}

#secondary-nav ul li {
  font-size: 16px;
}

#secondary-nav ul li a {
  color: ghostwhite;
  font-weight: bold;
}

#primary .entry-title, #primary .entry-title a {
  background: none repeat scroll 0 0 #1B6CAF;
}

#feeds ul li {
  font-size: 16px;
}

#feeds ul li {
  font-weight: bold;
}

#primary {
  border: medium none;
}

#header {
  background: none;
}

#header {
  height: 55px;
  background-color: #033250;
}

#header-top {
  background: none;
  background-color: transparent;
  border-bottom: none;
}

#feeds {
  display: none;
}

#secondary-nav {
}

#secondary-nav ul li {
  font-size: 18px;
}

.vid-area {
  top: -26px;
}

#top-logo {
  float: left;
  position: absolute;
  top: 10px;
}

#secondary-nav ul li {
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 0 5px;
}

#single-wrapper .comment-count, .edit-post {
  display: none;
}

.credit {
  display: none;
}

#menu-item-2018 {
  background-color: #18619e !important;
}

#menu-item-2018 a {
  width: 200px;
}

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

.text-font {
  font-family: verdana, geneva;
  font-size: 14pt;
}

.accordion {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}

.accordion-title {
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  border: 2px solid grey;
  padding: 7px;
  border-radius: 3px;
}

.accordion-title:hover {
}

.accordion-title:first-child {
  border: none;
}

.accordion-title.open {
  cursor: pointer;
}

.accordion-content {
  padding-bottom: 20px;
}

.form-signin-col-4 {
  width: 28.333333%;
  padding-left: 31px;
  text-align: center;
}

form.form-signin > p {
  display: none;
}

form.form-signin {
  background: #1b6caf;
  color: #fff;
  padding: 30px 0 0 0;
}

.magic-ing {
  color: #fff;
}

input.wf-button.btn.btn-lg.btn-primary.btn-block {
  background-color: #da522e;
  padding: 10px 14px;
  font-size: 21px;
  font-weight: bold;
  border: none;
  margin-top: 14px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input.wf-input.form-control {
  margin-bottom: 10px;
}

.postid-2266 li#menu-item-2017, .postid-2266 li#menu-item-2017:hover {
  background-color: #b45748;
}

.single li#menu-item-2017 > a, .page li#menu-item-2017 > a {
  color: #f6ebe9;
}

.single #secondary-nav ul li a, .page #secondary-nav ul li a {
  font-size: 12px;
  display: inline;
  line-height: 1.45;
}

.single #secondary-nav ul li, .page #secondary-nav ul li {
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}

.single #secondary-nav ul li:first-child a, .page #secondary-nav ul li:first-child a {
  padding-left: inherit;
}

.single ul#menu-main-menu, .page ul#menu-main-menu {
  width: 100%;
}

.single #primary-nav, .page #primary-nav {
  height: inherit;
}

.single #primary-nav-inner, .page #primary-nav-inner {
  height: inherit;
}

.single .single #header, .page .single #header {
  position: fixed;
  width: 100%;
  background-color: rgba(6, 90, 159, 0.9);
}

.single #content-wrapper, .page #content-wrapper {
  padding-top: 55px;
  overflow: hidden;
}

.single div#header, .page div#header {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.single #secondary-nav ul li a, .page #secondary-nav ul li a {
  padding: 0;
}

body {
  font-size: 18px;
  line-height: 1.1;
}

#content {
  width: 96%;
}

.single #single-wrapper, .page #single-wrapper {
  margin-left: 0;
  width: 100%;
}

#primary {
  margin: 0;
  width: 70.15%;
}

#sidebar {
  width: 27.5%;
}

.ads-300 {
  width: 100%;
  height: auto;
}

.ads-300 img {
  width: 100%;
  height: auto;
}

.single .entry-content iframe, .page .entry-content iframe {
  display: block;
  margin: auto;
  max-width: 100%;
}

.single .entry-content img, .page .entry-content img {
  max-width: 100%;
  height: auto;
}

/* updates May 23 2017 */
#header {
  background-image: url(https://www.bistroenglish.com/wp-content/uploads/2017/07/header.jpg);
  background-position: center 0;
  background-size: 100% auto;
  height: 91px;
}

.menu-home-container {
  margin: 19px 0;
}

body {
  background: #f4f4f4;
}

body.home {
  background-color: inherit;
}

#content #primary .entry-content {
  padding-left: 0;
  padding-right: 0;
}

#primary .entry-title {
  background-color: transparent;
  color: #333333;
  padding: 40px 0 10px;
}

.entry-content iframe {
  width: 100%;
}

#single-wrapper {
  padding: 0 15px !important;
}

p {
  margin-bottom: 1.5em;
}

li.ssi-facebook a {
  background: url(https://bistrowellness.com/wp-content/themes/stevenshrink/customizations/images/facebook.png) no-repeat center;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {
  text-indent: -1900px;
  overflow: hidden;
  background-color: transparent !important;
  padding: 15px;
}

.simple-social-icons ul li {
  background: none !important;
  border: none !important;
  float: left;
  list-style-type: none !important;
  margin: 0 6px 12px !important;
  padding: 0 !important;
}

.simple-social-icons ul li {
  margin: 0 2px 0 !important;
}

li.ssi-gplus a {
  background: url(https://bistrowellness.com/wp-content/themes/stevenshrink/customizations/images/gplus.png) no-repeat center;
}

li.ssi-youtube a {
  background: url(https://bistrowellness.com/wp-content/themes/stevenshrink/customizations/images/youtube.png) no-repeat center;
}

.simple-social-icons ul li a:hover {
  opacity: .88;
}

p.widget-title {
  margin: 0;
  font-size: 20px;
}

#sidebar {
  font-size: 16px;
}

#sidebar {
  width: 23.5%;
}

#primary {
  width: 74%;
}

.widget_search #searchsubmit {
  background-color: #1a63a0;
  float: left;
}

li.ssi-bloglovin a {
  background: url(https://www.bistroenglish.com/wp-content/uploads/2017/06/vk.png) no-repeat center;
}

.rpwwt-widget li {
  margin-bottom: 11px !important;
  border-bottom: 1px solid #e1e1e1;
}

.rpwwt-widget ul li .posthumb {
  margin-bottom: 40px;
  border: 1px solid #6e6e6e;
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  margin: .3em .75em .75em 0;
}

.rpwwt-widget ul li a {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.18;
}

.rpwwt-post-date {
  color: #767676;
  font-size: 14px;
}

.rpwwt-post-date .fa {
  color: #b45748;
}

.rpwwt-widget ul li .posthumb img {
  min-height: 60px;
  margin: 0 !important;
  width: auto !important;
  max-width: inherit !important;
}

.widget_search form#searchform:before {
  position: absolute;
  z-index: 0;
  font-size: 14px;
  right: 14px;
  top: 8px;
  content: '\f002';
  color: #ff3d2e;
  display: block;
  font-family: 'FontAwesome';
}

.widget_search form#searchform {
  position: relative;
}

.widget_search {
  width: 100%;
}

.widget_search form#searchform input#searchsubmit {
  width: 46px;
  height: 35px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  border: none;
  text-indent: -99999999999px;
  box-shadow: none;
  text-align: center;
}

.widget_search form#searchform input {
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 10px !important;
  padding-right: 50px !important;
  width: 100%;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.single div#header, .page div#header {
  position: inherit;
}

.breadcrumb {
  max-width: 1170px;
  margin: auto;
  padding: 17px 15px 17px 0;
}

.breadcrumb, .breadcrumb * {
  color: #777777 !important;
  font-size: 13px;
}

.single #content-wrapper, .page #content-wrapper {
  padding-top: 0;
}

.entry-title {
  margin-top: 0;
}

#content {
  margin-top: 0;
}

#content-wrapper {
  border-top: 0;
}

#primary-nav {
  border-bottom: 0;
  height: 0;
}

.simple-social-icons ul li a {
  width: 30px;
  height: 30px;
  border: 0 !important;
  background-color: transparent !important;
}

.simple-social-icons ul li a:hover {
  opacity: .88;
  background-color: transparent !important;
}

.newsmag-breadcrumb-sep {
  margin: 0 10px;
}

p.widget-title {
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  padding-bottom: 9px;
}

.widget {
  margin-bottom: 26px;
}

.simple-social-icons ul li a {
  width: 28px !important;
  height: 28px !important;
  background-color: transparent;
}

#primary-nav {
  width: 1170px;
  margin: auto;
  position: relative;
}

#primary-nav ula {
  font-size: 16px;
}

.menu-home-container {
  right: 0;
  position: absolute !important;
  top: -134px !important;
}

#footer-notes {
  padding: 24px 0 35px;
}

#primary-nav ul a:hover, #primary-nav ul li.current-menu-item a {
  background-color: transparent !important;
  border-top: 1px solid #b45748;
}

iframe[name="google_conversion_frame"] {
  display: none;
}

#primary .entry-meta *, #primary .entry-header * {
  display: inherit;
  float: left;
  color: #9a9a9a;
  font-size: 13px;
}

#primary .entry-meta * + *, #primary .entry-header * + * {
  margin-left: 8px;
}

#primary .entry-meta .fa {
  margin-right: 4px;
  color: #b45748;
}

#primary .entry-meta .author, #primary .entry-meta .comment-count, #primary .entry-meta .entry-categories .meta-sep, #primary .entry-meta .author + .meta-sep {
  display: none;
}

#primary .entry-meta {
  overflow: hidden;
  margin-bottom: 30px;
}

#primary-nav ul a:hover {
  background-color: transparent !important;
  margin-top: -1px !important;
}

.entry-categories .fa {
  margin-right: 0 !important;
}

#primary .entry-title {
  font-size: 36px;
}

#related-posts .widget-title {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 66px;
  border-bottom: 0;
  text-transform: uppercase;
}

#related-posts {
  width: 100%;
}

#related-posts .post-container .post-thumb > a {
  float: left;
  width: 120px;
}

#related-posts .post-container .post-thumb h3 {
  float: left;
}

#related-posts .post-container {
  width: 32%;
}

#related-posts .post-container .post-thumb {
  overflow: hidden;
}

#related-posts .post-container .post-thumb .meta {
  float: left;
}

#related-posts .post-container .post-thumb img {
  max-width: 100%;
  width: 100%;
}

#related-posts .post-container .post-thumb h3, #related-posts .post-container .post-thumb .meta {
  width: 140px;
}

p.jp-relatedposts-post-date {
  display: block !important;
  opacity: 1 !important;
  float: left;
}

p.jp-relatedposts-post-context {
  display: none;
}

#related-posts {
  display: none;
}

#jp-relatedposts h3.jp-relatedposts-headline {
  font-size: 24px !important;
  font-weight: 100 !important;
  margin-bottom: 24px !important;
  border-bottom: 0 !important;
  text-transform: uppercase !important;
}

a.jp-relatedposts-post-a {
  float: left;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  float: left;
}

.jp-relatedposts-post-date:before {
  content: "\f017";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: #b45748;
}

.related-posts-wrap {
  background: #fff;
  padding-top: 30px;
}

#jp-relatedposts h3.jp-relatedposts-headline {
  margin-top: 20px !important;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none !important;
}

#jp-relatedposts {
  width: 1170px;
  margin: auto !important;
  overflow: hidden;
  padding-bottom: 50px;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post > a.jp-relatedposts-post-a {
  width: 32%;
  margin-right: 12px;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  width: 64%;
  padding-bottom: 0;
}

a.jp-relatedposts-post-a {
  color: #333333;
  font-weight: 800 !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  margin: 0 0 1.8em !important;
}

#primary-nav ul li.current-menu-item a {
  margin-top: -1px !important;
}

@media (min-width: 1170px) {
  #content {
    width: 1170px;
  }
}

@media (max-width: 1169px) {
  #content {
    width: 100%;
  }

  #primary-nav {
    width: 100% !important;
  }

  #jp-relatedposts {
    width: 100% !important;
  }
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  opacity: 1 !important;
}

.home #sthoverbuttons {
  display: none;
}

#primary .entry-meta *:hover {
  color: #9a9a9a !important;
}

.entry-categories + .meta-sep {
  display: none !important;
}


/********** PRD CSS *********/
.blog-fullwidth{ 
	width:100% !important; 
	background: #FFF;
}

div.type-post {
 
  display: inline-block;
  margin: 18px 0 !important;
}

div.type-post .post_img {
    margin-right: 150px;
    display: inline-block;
    width: 15%;
 }

div.type-post .post-data {
    display: flex;
    width: 70%;
}

#footer .socialArea ul.list-unstyled li {
    float: left;
}

div.type-post .post-data p{
     line-height: 20px;
}
 
.blog-listing-p1{ 
	text-align: center;
  	width: 100%;
  	display: inline-block;
}

.page1-bg{ background: #fff !important; }
.main-div {
    width: 50%;
    display: inline-block;
    text-align: center;
    float: left;
}
.main-div.full{
  width:100%;
  text-align: left;
  display: inline-block;
  padding: 20px;
 }

.img-div2{
  padding-right: 20px;
  display: inline-block;
}

.title-div2{
  width: 60%;
  display: inline-block;
  text-align: left;
 }


.title-div h2{
  max-width: 85%;
  margin:0 auto;
  padding: 20px;
  line-height: 30px;
}

@media (min-width: 768px) {

.main-div.full{
  width:100%;
  text-align: left;
  display: inline-block;
  padding: 20px;
  position: relative;
}

.title-div2{
  width: 60%;
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 0;
  bottom: 0;
}

}

@media (max-width: 767px) {
.main-div {
    width: 100%;
    display: inline-block;
    text-align: center;
 }

.title-div2{ 
  width: 100%;
}

.title-div h2{
  max-width: 100%;
  margin:0 auto;
  padding: 20px;
  line-height: 30px;
}

}
 
button#next{
	text-align: center;
	background: #3373A1;
	color: #fff;
 	padding: 10px;
 	margin-bottom: 25px;

 }

.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list div.full {
  position: relative;
  margin-bottom: 10px;
}






body .main-section {
	background: #dfdfda;
    background-image: url(img/girl.png);
    background-repeat: no-repeat;
    background-size: contain;
}

body .main-section .overlay {
    background: none;
	height:auto;
}

.banner img {
    width: 100%;
	display:none;
}
.middle-section ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}
.middle-section ul li {
    padding: 0 5px;
	    width: 32%;
	float:left;
}

.middle-section ul li p {
    font-weight: bold;
	font-size:16px;
}

.middle-section ul li img {
    width: 60%;
    margin-bottom: 20px;
}
.right-section .from .sub {
    text-align: center;
}
.right-section .from .sub {
    text-align: center;
    background: #3279b7;
    padding: 25px 0;
    border-radius: 0 0 100% 100%;
}
.right-section .from .sub p {
    color: #fff;
}
.from-in {
    margin-top: -35px;
    text-align: center;
    padding: 0 20px;
}
.from-in input {
    margin: 0px 0 15px;
    width: 100%;
    height: 45px;
    padding: 0 10px;
}
.from-in input::placeholder {
    color: #ccc;
}
.from-in .button {
    width: 100%;
    height: 45px;
    background: #ff1800;
    color: #fff;
    border: none;
	margin-bottom: 30px;
}
.right-section .from {
    background: #fff;
}
.right-section .from {
    background: #fff;
    margin: 20px 0 ;
}
.section_too {
    background-color: #e9f0f6;
}
.left-1 p {
    text-align: center;
    padding-top: 15%;
}

.middle-from1 .from-in .button {
    width: auto;
    float: left;
    background: transparent;
    border: 1px solid #ff1800;
    color: #ff1800;
    padding: 0 27px;
}
.middle-from1 .from-in input {
    border: none;
    background: transparent;
    border-bottom: 1px solid #ccc;
}
.middle-from1 .from-in {
    padding-right: 10%;
}


.section_too {
    background-color: #e9f0f6;
    padding-bottom: 50px;
}

body.home .queriBox.cg.main-section .overlay {
    padding-top: 0;
}


body.home .queriBox.cg.main-section {
    height: 468px;
	    top: 84px;
}

.right-section .from .from-in input[type="text"] {
    margin: 0px 0 0px;
	    border-radius: 2px;
}

body.home .two-banners.four-banners {
    margin-top: 553px;
}

body.home .queriBox.cg.main-section .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media(max-width:991px){
	.banner img {
    width: 100%;
    display: block;
}

.main-section {
 
    background-image: none;
  
}

.banner {
    padding: 0;
}

}


@media(max-width:767px){
	.middle-section ul li {
    display: inline-block;
    padding: 0 15px 20px;
    width: 100%;
}
	
}




.right-section .from {
    margin: 10px 0!important;
    float: left;
    width: 100%;
}