/*
Theme Name: French Yummy Mummy
Theme URI: http://verbbrands.co.uk
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 0.1
Author: Verb Brands Ltd
Author URI: http://verbbrands.co.uk
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* CSS Resets */

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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:focus, a:visited, a:hover {
	text-decoration: none;
	color: #000000;
	transition: .3s color ease-out;
	-webkit-transition: .2s color ease-out;
	-moz-transition: .2s color ease-out;
	-ms-transition: .2s color ease-out;
}

/* End of CSS Resets */

/* global Styles */

html, body {
	height: 100%;
}

html {
	margin-top: 0px !important;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #1e1c2a;
	line-height: 1.7em;
}

h1, h2 {
	font-weight: 600;
	font-size: 1.875em;
	line-height: 1.2em;
}

h1, h2, h3, h4 {
	font-family: 'Playfair Display', serif;
}

h2 {
	font-size: 24px;
	letter-spacing: 2px;
}

h4 {
	font-size: 18px;
}

img.alignleft {
	padding-right: 20px;
}

/* End of global rules */

/* Links and Buttons */

a.more-link {
	display: block;
	padding: 10px 20px;
	margin: 40px auto 20px auto;
	border: 1px solid #67889d;
	text-transform: uppercase;
	color: #67889d;
	background-color: #FFFFFF;
	max-width: 200px;
	transition: .2s background-color ease-out, .2s color ease-out;
	-webkit-transition: .2s background-color ease-out, .2s color ease-out;
	-moz-transition: .2s background-color ease-out, .2s color ease-out;
	-o-transition: .2s background-color ease-out, .2s color ease-out;
	-ms-transition: .2s background-color ease-out, .2s color ease-out;
}

a.more-link:hover {
	color: #FFFFFF;
	background-color: #204877;
}

/* Main Site Containers */

#site-wrapper {
	height: 100%;
}

#main article {
	text-align: center;
}

#main article img {
	margin: 0px auto 20px auto;
	display: block;
	max-width: 100%;
}

#main p.meta {
	font-style: normal;
	font-size: 0.85em;
	color: #000000;
}

#main p.meta a {
	color: #204877;
}

#main p.meta:first-child:after {
	content: ' ';
	width: 40px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.32);
	margin: 0 auto;
	display: block;
	padding-bottom: 10px; 
}

#main .post_content {
	margin: 20px 0;
	font-family: 'Lora', serif;
	color: #4c4c4c;
	text-align: left;
}

.post-social {
	width: 100%;
	border-top: 1px solid rgba(204, 204, 204, 0.32);
	padding: 10px 0;
}

.post-social a {
	color: #005073;
}

.post-social div.sharedaddy h3.sd-title {
	display: none;
}

.post-social .sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button, .post-social .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button, .post-social .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
	background: transparent;
	color: #005073 !important;
	padding: 0px;
}

.post-social a:hover, #main-footer a.header-social:hover, a.header-social:hover {
	color: #387692;
}

#off-canvas-menu .navbar-nav {
	margin-bottom: 0px;
}

#off-canvas-menu .secondary-menu-container {
	padding: 20px;
	border-top: 1px solid #004969;
	border-bottom: 1px solid #004969;
}

#off-canvas-menu .header-social {
	margin: 0px 20px;
}

#off-canvas-menu .attribution {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	font-size: 0.85em;
	text-align: center;
}

.post-social a:after {
	content: ' / ';
	color: rgba(204, 204, 204, 0.32);
	padding: 0px 5px 0 8px;
}

.post-social li:nth-child(3) a:after {
	content: none;
}

#main-footer {
	width: 100%;
	background-color: #005073;
	color: #FFFFFF;
	font-size: .9em;
	padding: 40px 0 0 0;
	float: left;
	text-align: center;
}

#main-footer .container {
	padding-bottom: 10px;
}

#main-footer .widgettitle {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
}

#main-footer .widget_recent_entries li, #main-footer .widget_recent_entries a, #main-footer .widget_recent_entries span {
	width: 100%;
	float: left;
	line-height: 1.5em;
}

#main-footer .widget_recent_entries li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #4a758e;
}

#main-footer .widget_recent_entries span {
	color: #4a758e;
}

#main-footer a {
	color: #FFFFFF;
}

.attribution, #main-footer #creditVerb  {
	color: #4a758e;
}

#main-footer #creditVerb {
	text-transform: uppercase;
}

.footer-rule {
	width: 100%;
	float: left; 	
	border-top: 2px solid #FFFFFF;
}

.rule-section {
	width: 33.333%;
	float: left;
	height: 8px;
}

.section-red {
	background-color: #c1382b;
}

.section-white {
	background-color: #ffffff;
}

.section-blue {
	background-color: #005073;
}

#instagram-footer {
	float: left;
	max-width: 100%;
	width: 1830px;
	margin: 0 auto;
	float: none;
	position: relative;
	padding-top: 40px;
}

#instagram-footer .widget {
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.5em;
	color: #005073;
	padding-bottom: 20px;
}

#instagram-footer .widget ul.instagram-pics{
	padding: 20px 0 0 0;
	list-style: none;
	float: left;
	width: 100%;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}

ul.instagram-pics li {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding:2px;
}

.instagram-pics li img {
	width: 100%;
	display: block;
}

#instagram-footer .null-instagram-feed { overflow: hidden; width: 100%; }
#instagram-footer .instagram-pics { height: 400px; margin: 0 auto; overflow: hidden; width: 2000px; }
#instagram-footer .instagram-pics li { float: left; width: 200px; }
 
@media (max-width: 2000px) {
        #instagram-footer .null-instagram-feed { display: inline-block; position: relative; }
        #instagram-footer .null-instagram-feed:after { content: ""; display: block; margin-top: 20%; }
        #instagram-footer .instagram-pics { bottom: 0; height: auto; left: 0; position: absolute; right: 0; top: 0; width: 100%; }
        #instagram-footer .instagram-pics li { width: 10%; padding: 0px; }
}

#instagram-footer ul.instagram-pics li {
	float: left;
}

@media (max-width: 1800px) {
        #instagram-footer .null-instagram-feed:after { margin-top: 22.2%; }
        #instagram-footer ul.instagram-pics li {width: 11.1%;}
}
 
@media (max-width: 1600px) {
        #instagram-footer .null-instagram-feed:after { margin-top: 25%; }
        #instagram-footer ul.instagram-pics li { width: 12.5%; }
}
 
@media (max-width: 1400px) {
        #instagram-footer .null-instagram-feed:after { margin-top: 28.6%; }
        #instagram-footer ul.instagram-pics li  { width: 14.2%; }
}
 
@media (max-width: 1200px) {
        #instagram-footer .null-instagram-feed:after { margin-top: 33.3%; }
        #instagram-footer ul.instagram-pics li  { width: 16.6%; }
}
 
@media (max-width: 1000px) {   
        #instagram-footer .null-instagram-feed:after { margin-top: 40%; }
        #instagram-footer ul.instagram-pics li  { width: 20%; }
}
 
@media (max-width: 800px) {
        #instagram-footer .null-instagram-feed:after { margin-top: 50%; }
        #instagram-footer ul.instagram-pics li  { width: 25%; }
}
 
@media (max-width: 600px) {
        #instagram-footer .null-instagram-feed:after { margin-top: 70%; }
        #instagram-footer ul.instagram-pics li  { width: 33.3%; }
}
 
@media (max-width: 400px) {
        #instagram-footer .null-instagram-feed:after { margin-top: 110%; }
        #instagram-footer ul.instagram-pics li { width: 50%; }
}

#widget-footer .widget:nth-child(1), #widget-footer .widget:nth-child(2)  {
	display: none;
}

#main-footer p.pull-right, #main-footer p.attribution {
	width: 100%;
	float: left;
}

#main-footer .widget {
	margin-bottom: 40px;
}

.twitter-list {
	padding: 0;
	text-align: left;
	list-style-image: url('images/twitter-bullet.png');
}

.twitter-list li {
	margin-bottom: 20px;
}

/* Site Header */

.navbar {
	height: 70px;
	overflow: hidden;
}

.navbar-brand {
	float: left;
	padding: 0px;
	height: 70px;
	position: relative;
}

.navbar-brand span {
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: -20px;
	font-size: 0.75em;
	display: none;
}

.navbar-default {
	background: #204877;
}

.navbar-brand-desktop {
	display: none;
}

.navbar-brand-mobile {
	width: 100%;
	max-width: 200px;
}

.navbar-brand div, .navbar-brand img {
	float: left;
}

.navbar-brand img {
	height: 70px;
	width: auto;
}

.logo-french-outer {
	height: 100%;
	background: #c1382b;
	width: 29%;
	position: relative;
}

.logo-french, .logo-yummy, .logo-mummy {
	width: 100%;
}

.navbar-brand  .logo-yummy {
	padding-left: 0px;
	padding-right: 0px;
}

.header_present .affix-top .logo-yummy-outer, .header_present .affix-top .logo-yummy-outer:after, .header_present .affix-top .logo-yummy-outer:before, .header_present .affix-top .logo-french-outer {
	background: transparent;
}

.header_present .affix-top .navbar-brand img {
	padding: 0px;
}

.header_present .affix-top .yummy-white {
	display: block;
}

.navbar-brand>img {
	transition: 0.3s opacity ease-out;
	-webkit-transition: 0.3s opacity ease-out;
	-moz-transition: 0.3s opacity ease-out;
	-o-transition: 0.3s opacity ease-out;
	-ms-transition: 0.3s opacity ease-out;
}

.navbar-brand>img.logo-clear {
	display: none;
	opacity: 0;
}

.header_present .affix-top .logo-clear {
	display: block;
	opacity: 1;
}

.header_present .affix-top .logo-colour {
	display: none;
	opacity: 0;
}

.header_present .affix-top .yummy-blue {
	display: none;
	opacity: 0;
}

.header_present .navbar-default.affix-top, .header_present .navbar-default.affix-top:after {
	background: transparent;
}

.yummy-white {
	display: none;
}

.logo-yummy-outer {
	height: 100%;
	width: 33%;
	background: #FFFFFF;
	position: relative;
}

.logo-yummy-outer:after {
  width: 10px;
  height: 101%;
  background: #FFFFFF;
  position: absolute;
  right: -5px;
  content: ' ';
  transform: rotate(8deg);
  -ms-transform: rotate(8deg); 
  -webkit-transform: rotate(8deg);
}

.logo-yummy-outer:before {
  width: 10px;
  height: 101%;
  background: #FFFFFF;
  position: absolute;
  left: -5px;
  content: ' ';
  transform: rotate(8deg);
  -ms-transform: rotate(8deg); 
  -webkit-transform: rotate(8deg);
}

.logo-mummy-outer {
	height: 100%;
	width: 37%;
	position: relative;
}

#ocm-toggle-icon {
	width: 15%;
	float: right;
}

.navbar-default {
	border: 0px;
}

.navbar-default:after{
    width: 70%;
    position:absolute;
    right:0;
    top:0;
    bottom: 0;
    content:"";
    display:block;
    height:100%;
    background-color: #085172;
    z-index:-1;
}

.search-span {
	width: 0;
	transition: 0.3s width ease;
	-o-transition: 0.3s width ease;
	-moz-transition: 0.3s width ease;
	-webkit-transition: 0.3s width ease;
	display: inline-block;
	float: right;
	padding: 5px 0;	
}

.search-span.open {
	width: 200px;
}

.search-span#searchform #s{
	border: 0;
	line-height: 1.5em;
	padding: 0;
	height: auto;
	width: 90%;
	margin-left: 10%;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	background-color: transparent;
	color: #FFFFFF;
}

.search-span#searchform #s:focus {
	border: 0;
	box-shadow: none;
}

.search-span-toggle {
	float: right;
	padding: 5px 5px;
	color: #FFFFFF;
}

.search-span-toggle:hover {
	color: #FFFFFF;
}

/* Navigation Styles */

.primary-menu-container {
	float: right;
	clear: right;
	text-align: right;
}

.primary-menu-container li:last-child a {
	padding-right: 5px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: transparent;
	color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #4b768f;
}

.secondary-menu-container {
	float: right;
	clear: right;
	text-align: right;
}

a.header-social {
	margin: 5px;
	color: #FFFFFF;
}

.header-social:hover {
	color: #FFFFFF;
}

.secondary-menu-container .header-social {
	float: right;
}

#off-canvas-menu .secondary-menu-container {
	float: left;
	text-align: center;
	width: 100%;
}

#off-canvas-menu .secondary-menu-container .header-social {
	float: none;
}

.secondary-menu-container a:after {
	content: ' / ';
	color: #4b768f;
	padding: 0px 5px 0 8px;
}

.secondary-menu-container a:first-child:after, #off-canvas-menu .secondary-menu-container a:after {
	content: none;
}

.meta-title {
	color: #b5b5b5;
}

.forward-slash {
	padding: 0px 5px;
	color: rgba(204, 204, 204, 0.32);
}

/* Page Header */

.page-header {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.page .page-header, .page .page-header h1, .post-type-archive-business_directory .page-header h1 {
	text-transform: none;
	font-weight: 300;
}

.page #content #main article {
	text-align: left;
}

.post-type-archive-business_directory .page-header h1 {
	text-align: center;
}

#main-header {
	position: relative;
	width: 100%;
	background-position: 20% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	display: table;
}

#main-header .header-heading, .mobile-header-text .header-heading {
	font-weight: normal;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 1.6em;
}

.mobile-header-text {
	margin-bottom: 20px;
}

.mobile-header-text .header-heading {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.mobile-header-text p {
	text-align: left;
}

#main-header p, .mobile-header-text p {
	font-family: 'Lora', serif;
}

#header-inner {
	display: none;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	color: #FFFFFF;
}

.header-content {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
}

.header-float {
	width: 100%;
	max-width: 480px;
	padding: 20px;
}

.downwards {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #FFFFFF;
	width: 200px;
	text-align: center;
	font-size: 0.875em;
	font-weight: 600;
}

.downwards .fa {
	font-size: 3em;
	margin: 0px 0;
	font-weight: 300;
	color: #FFFFFF;
}

.downwards .fa a {
	color: #FFFFFF;
}

/* Sidebar Styles */

#sidebar1 p, #sidebar1 ul {
	font-family: 'Lora', serif;
	text-align: center;
	font-size: 0.85em;
	color: #4c4c4c;
}

.primary-sidebar .widget {
	margin-bottom: 40px;
	text-align: center;
}

.primary-sidebar .widgettitle {
	text-align: center;
	margin-bottom: 15px;
	color: #204877;
}

.primary-sidebar .widget:after {
	content: ' ';
	border-bottom: 1px solid rgba(204, 204, 204, 0.32);
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	width: 40px;
	margin-top: 30px;
}

.primary-sidebar .widget:last-child:after {
	content: none;
}

.author-bio img {
	text-align: center;
	display: block;
	margin: 0px auto 20px auto;
	width: 100%;
	max-width: 190px;
}

#sidebar1 .widget_jal_widget ul {
	text-align: left;
}

#sidebar1 .widget_jal_widget ul a {
	color: #005073;
	font-weight: 600;
}

#sidebar1 .jaw_symbol {
}

#sidebar1 .widget_jal_widget ul .jaw_months a {
	font-size: 1.2em;
	margin-left: 20px;
	color: #000000;
	font-weight: 300;
}

#sidebar1 li.jaw_years {
	padding: 10px 0;
	border-top: 1px solid #e7e7e7;
}

#sidebar1 li.jaw_years:last-child {
	border-bottom: 1px solid #e7e7e7;	
}

/* Sidebar - Categories Widget */

.categories-icons {
	float: left;
	display: block;
}

.category-icon {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	float: left;
}

.category-icon img {
	width: 100%;
	position: relative;
	z-index: 2;
}

.category-icon span {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: .85em;
	z-index: 2;
}

.category-icon-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.6);
	opacity: 0.6;
	transition: .3s background-color ease-out, .3s opacity ease-out;
}

.category-icon:hover .category-icon-overlay {
	background-color: rgb(0,0,0,0);
	opacity: 0;
}

/* Sidebar - Newsletter Signup */

.jetpack_subscription_widget {
	text-align: center;
	width: 100%;
	float: left;
}

.jetpack_subscription_widget p {
	display: block;
	float: left;
	font-size: 1em;
	margin-bottom: 20px;
	width: 100%;
}

.jetpack_subscription_widget h2 {
	font-size: 1em;
	font-weight: 600;
	color: #005073;
	margin-bottom: 20px;
}

.jetpack_subscription_widget #subscribe-email {
	width: 100%;
}

.jetpack_subscription_widget #subscribe-submit {
	width: 100%;
	height: 100%;
}

.jetpack_subscription_widget #subscribe-field {
	padding: 10px 15px;
	border: 1px solid #005073;
	width: 100%;
	height: 40px;
	text-align: center;
}

.jetpack_subscription_widget input[type="submit"] {
	padding: 10px 15px;
	border: 1px solid #005073;
	background: #005073;
	color: #FFFFFF;
	line-height: initial;
	width: 100%;
	height: 40px;
}

/* What I Read Page */

table.pbau {
	margin: 20px;
}

table.pbau td {
	padding-right: 20px;
}

/* Business Direcotry */

.post-type-archive-business_directory #content #main article {
	float: left;
	text-align: center;
	width: 100%;
	margin: 0px;
}

.post-type-archive-business_directory #content #main article h2 {
	font-weight: 300;
	font-size: 1em;
	margin: 0px;
	letter-spacing: 0px;
}

.post-type-archive-business_directory #content #main article a {
	color: #005073;
}

.post-type-archive-business_directory #content #main article p.meta {
	font-size: 0.9em;
	color: #959595;
}

.post-type-archive-business_directory #content #main article img {
	width: 100%;
	opacity: 1;
	transition: 0.2s opacity ease-out;
	-webkit-transition: 0.2s opacity ease-out;
	-moz-transition: 0.2s opacity ease-out;
	-o-transition: 0.2s opacity ease-out;
	-ms-transition: 0.2s opacity ease-out;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.post-type-archive-business_directory #content #main article img:hover {
	opacity: 0.5;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.directory-intro {
	margin-bottom: 80px;
}

/* Press Articles */

#main .press-featured-article p.meta:first-child:after {
	margin: 0;
}

#main .press-featured-article .post_content {
	margin-top: 0px;
}

#main .press-featured-article img {
	width: 100%;
}

.press-featured-article .page-header {
	text-align: left;
}

#main .press-video-article {
	margin-bottom: 20px;
	padding-bottom: 0px;
	height: 265px;
}

.press-video-article iframe {
	width: 100%;
}

#main .press-article {
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 20px;
	height: 265px;
	background-size: cover;
}

#main .press-article img {
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 0px;
	display: block;
}

.press-article-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,0.6);
	opacity: 1;
	transition: .3s opacity ease-out;
}

.press-article-inner:hover {
	opacity: 0;
}

.press-article-inner h2 {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.press-article-inner a {
	color: #FFFFFF;
}

.press-article-content {
	top: 40%;
	width: 100%;
	left: 0;
	right: 0;
	padding: 10px;
	position: absolute;
}

/* 404 Page */

.hero-unit h1 {
	text-transform: uppercase;
	margin: 20px 0;
}

.press-modal .modal-dialog {
	max-width: 400px;
}

.press-modal img {
	width: 100%;
}

body.modal-open {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: fixed;
}

.modal-dialog {
	margin-top: 70px;
}

/* -- Mobile Styling -- */


/* -- xs -- */

@media screen and ( min-width:480px) { 

	.post-type-archive-business_directory #content #main article {
		width: 50%;
	}

	.category-icon {
		width: 50%;
	}
	
}

/* -- sm -- */
@media screen and ( min-width:767px) { 

	#ocm-toggle-icon {
		width: 20%;
		float: right;
	}

	.navbar-default {
        background-color: #BF3931;
        height: 70px;
        overflow: hidden;
    }

    .navbar, .navbar-brand {
		height: 70px;
	}

	.navbar-brand-desktop {
		display: block;
	}

	.navbar-brand-mobile {
		display: none;
	}

	.navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.post-type-archive-business_directory #content #main article {
		width: 25%;
		text-align: left;
		margin: 10px 10px 15px 0;
	}

	.directory-intro {
		width: 50%;
	}

	.category-icon {
		width: 100%;
		margin: 5px 0;
	}

	.modal-dialog {
		margin-top: 100px;
	}

	.page #content #main article, .post-type-archive-business_directory .page-header h1 {
		text-align: left;
	}

	/* Sidebar Newsletter */

	.jetpack_subscription_widget #subscribe-email {
		width: 70%;
		float: left;
	}

	.jetpack_subscription_widget #subscribe-submit {
		width: 30%;
		float: left;
	}


	/* Footer Styles */

	footer .widget {
		text-align: center;
	}

	footer .widget div {
		display: inline-block;
		text-align: left;
		max-width: 200px;
	}

	#widget-footer .widget:nth-child(1), #widget-footer .widget:nth-child(2)  {
		display: block;
	}

	#main-footer .widgettitle {
		text-align: left;
	}

	#main-footer {
		text-align: left;
	}

	#main-footer p.pull-right, #main-footer p.attribution {
		width: auto;
		float: none;
	}

	#main-header {
		background-position: center center;
	}

	#header-inner {
		display: table-cell;
	}

	#main-footer .widget {
		margin-bottom: 0px;
	}

	.mobile-header-text {
		display: none;
	}
	

}

/* -- md -- */
@media screen and (min-width:992px) {	
	
	.post-type-archive-business_directory #content #main article {
		width: 15%;
		height: 200px;
	}

	.navbar-brand span {
		/*display: block; Show tagline */
		display: none;
	}

}



/* -- lg -- */
@media screen and (min-width:1280px) {
	.container {
		width: 940px;
	}

	.navbar-default:after{
		width: 65%;
	}

}
