/*!
Theme Name: Blue Book Services Produce
Theme URI: https://www.travant.com/
Author: Travant Solutions, Inc.
Author URI: https://www.travant.com/
Description: Custom theme for Blue Book Services Produce
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blue-book-services
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.

Blue Book Services is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700,800,900');
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */


._3d-flip-book a, .fb3d-link-lightbox-mode {
    cursor: pointer;
    color: #ffffff; !important;
    line-height: 20px;
}

._3d-flip-book a
{
    cursor: pointer;
    color: #ffffff; !important;
    line-height: 20px;
}
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}


.site-info
{
    padding: 5px 0px 25px 0px;
    text-align: center;
    width: fit-content;
    display: block;
    margin: auto;
    float: none;
    font-size: 0.88em;
    color: #353535;
        margin-bottom: 10px;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'Work Sans', sans-serif!important;
    font-weight:800!important;
    line-height:1.1!important;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.search #main, .page-template-default #main{
	padding:0 20px!important;
}
#main{
	padding:0 0px;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: block;
	float: left;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

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

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

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*Header styles*/
.top-section{
    width:100%;
    display:inline-block;
    border-bottom:1px solid #333;
    margin-top:0;
}
.search_section{
    width: 80px;
    display: block;
    float: left;
	height:72px;
    padding: 12px 20px;
    position:relative;
}
.site-search{
    position: absolute;
    background-color: #0055a5;
    display: none;
    width: 500PX;
    PADDING: 35PX;
    Z-INDEX: 100000;
    COLOR: #fff;
    top:73px;
    left:0;
}
#toggle-search{
    font-size: 1.5rem;
    color: #333;
    padding: 10px;
	cursor: pointer;
}
.site-search input, .site-search select{
    width: calc( 100% - 55% );
    border-radius: 0;
    padding:11px 22px!important;
    height:45px!important;
    margin-bottom:0!important;
    float:left;
    margin:0 5px;
	font: .82rem sans-serif;
}
.site-search input::placeholder  {
    color: #000 !important;
}

.site-search input::-webkit-input-placeholder  {
    color: #000 !important;
}

.site-search input:-ms-input-placeholder  {
    color: #000 !important;
}

.site-search input::-ms-input-placeholder  {
    color: #000 !important;
}
.site-search .button-icon-search{
    background: transparent;
    color: #FFF;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    font-size:1.2rem;
    margin-bottom:0!important;
}
.mega_menu{
    width: 80px;
    position: relative;
    height: auto;
    /*border-right: 1px solid #333;*/
    float: left;
    display: block;
    text-align: center;
}
.mega_menu > a{
    color:#333;
    font-size:1.5rem;
    padding:18px;
	vertical-align:middle;
	display:block;
	float:none;
	margin:auto;
}
.top-section-links ul{
    padding:10px;
    float:right;
    margin:0;
    display:flex;
}
.top-section-links ul li{
    list-style:none;
    padding:5px 10px;
}
.button-border-white{
    color: #FFF!important;
    background: #0055a5;
    border: 1px solid #0055a5!important;
    margin-bottom: 0!important;
}
.button-border-white:hover{
	transition:0.5s all;
	color:#FFF!important;
	background-color:#2b73a3;
}
#primary-menu{
    width: auto;
    align-items: right;
    margin-left: auto;
    padding: 5px 10px 10px 10px;
}
.rltdpstsplgn-popular-posts{
    margin: 0;
/*     border: 1px solid #CCC; */
    padding: 10px;
}
.rltdpstsplgn-popular-posts article{
	border-bottom: 1px solid #CCC;
	padding:10px 0!important;
}
.rltdpstsplgn_posts_title a{
	color:#333!important;
}
.rltdpstsplgn_posts_title a:hover{
	color:#050588!important;
}
.rltdpstsplgn_posts_title{
	font-size:1rem!important; 
	color:#555!important;
	font-family:Helvetica, Arial, sans-serif!important;
	font-weight:500!important;
}
.tptn_posts ul li{
	border-bottom:1px solid #EEE;
	font-size:12px;
	padding:10px 0;
}
.tptn_posts ul li .tptn_link{
	font-size:1rem;
	display:inline-block;
	width:100%;
}
#primary-menu li a:focus,
#primary-menu li a:hover{
	color:#050588!important;
}
#footer-links ul{
    list-style:none;
    display:flex;
}
#footer-links{
    padding:35px 10px;
    text-align: center;
    width: fit-content;
    display: block;
    margin: auto;
    float: none;
}
#footer-links li{
    width:auto;
    display:inline-block;
}
.post_content_section{
    padding:0 20px;
}
.fp_recent_posts{
    margin-bottom:0!important;
}
.fp_recent_posts a{
    padding:5px;
    border-top:1px dotted #333;
    width:100%;
    display:inline-block;
}
.search .entry-title a{
	color:#333;
}
.featured_post{
    margin-top:10px;
    line-height:1.2;
    font-size:14px;
}
.post-section{
    padding:20px 0;
    border-bottom:1px solid #CCC;
    margin:0 0;
/*  line-height:1.2;
    font-size:14px; */
}
.post-sub-section p{
	line-height:1.2!important;
}
.post-sub-section {
/*     font-family: 'Work Sans', sans-serif!important; */
    padding:10px;
    line-height:1.2;
    font-size:14px;
}
.post-sub-section h3{
    max-height:92px;
	/**  Added by Patrick Johnson on 2/20/2019 in order to fix the height of headlines that are getting cut off **/
    max-height:6rem;
	height: 6rem;
    overflow:hidden;
}
h3{
    font-size:1.5rem!important;
    line-height:1.2;
}
.post-sub-section .post-image{
    width:100%;
}
.post-sub-section .post_content{
    padding:10px;
}
.feed{
	padding:0 35px;
}
.archivepost{
    padding:20px 35px;
}
.feed h2{
	line-height:27px!important;
}
.site-main .widget{
	margin:0!important;
}
.sidebar{
    padding:20px;
}
img.post_author{
    border-radius:50%;
}
.featured_post .cell.large-7{
    display: flex;
    margin:auto;
}
.featured_post img{
    display:inline-block!important;
	max-height:300px;
    margin:auto;
}
.single .content-area{
    padding:35px 0;
}
.single article{
    padding:0 25px;
}
.single h1{
    line-height:1.2;
    font-size:2rem;
}
.sidebar{
    border: 1px solid #CCC;
    padding:20px;
}
.nav-links{
    padding:10px 20px;
}
.submit, input[type="submit"]{
    padding:10px!important;
    font-size:1rem!important;
    min-width:100px;
    border:none!important;
    background:#333!important;
    color:#FFF!important;
}
#comments{
    background-color:#EEE;
    padding:20px;
    margin:auto;
    max-width:95%;
}
.nav-links a{
    padding:10px;
    display:inline-block;
    border:1px solid #CCC;
}
.widget-title{
    font-size:1.5rem!important;
    font-weight:700!important;
}
.pinned_articles .category_link{
    font-size:0.85rem;
    margin-bottom:0;
}
.pinned_articles .post_title{
    font-size: 1.35rem!important;
	font-family:Arial!important;
	font-weight:900!important;
}
.post_title a{
	color:#333;
}
.post-sub-section{
    font-size:0.9rem; 
}
a:active, a:visited{
/* 	color:unset!important; */
}
.featured_post h3{
/*     font-size:32px!important; */
    color:#333;
    font-weight: 700;
    line-height: 1.1;
}
h1, h2, h3{
    line-height:1.1;
}
a:hover, a:focus{
	color:#050588!important;
}
a > h3:hover, a > h2:hover,
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover{
    color:#0055a5!important;
}
.category_link a:hover{
    color:#050588!important;
}
.featured_post{
    margin-bottom: 20px; 
}
.archivepost h4, .feed h3, .search .article h3{
    font-size:1.35rem!important;
}
.feed h3 > a{
	font-family:Arial!important;
	font-weight:900!important
}
.archivepost{
	border-bottom:1px solid #CCC;
}
.feed h3 > a{
    color:#333;
}
.search article{
	padding:20px;
	border-bottom:1px solid #CCC;
	margin:0;
	min-width:100%;
}
#loginform{
    max-width:500px;
    padding:35px;
    border:1px solid #333;
}
article.type-page{
    padding:20px 0;
}

.accordion-menu-section{
    position:absolute;
    top: 72px;
    left: 0;
	overflow-y:auto!important;
    bottom: 0;
	min-width:300px;
	min-height:100vh;
    padding: 75px 35px;
    z-index: 100000000;
    background: #333;
	text-align:left;
    max-width: 300px;
    display:none;
}
.accordion-menu-section ul > li{
    list-style:none;
    min-width:100%;
}
.accordion-menu-section li > a:hover,
.accordion-menu-section li > a:focus{
	color:#EEE!important;
}
.accordion-menu-section li > a{
    color:#FFF;
    position:relative;
}
.is-accordion-submenu-parent > a:after{
    content:"\f107";
    position:absolute;
    font:normal normal normal 14px/1 FontAwesome;
    top:5px;
    right:0;
    margin:auto;
    width:10px;
    height:10px;
    font-size:1.35rem;
    color:#FFF;
}
.accordion-menu-section .mega_menu_toggler{
    font-size: 1.35rem;
    color: #FFF;
/*     border: 1px solid #FFF; */
    padding: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 1.7;
    position: absolute;
    top: 10px;
    right: 10px;

}
.custom-logo{
	max-width:600px!important;
}
.search main{
	padding:25px;
}
.site-branding-mobile{
	display:none;
}
.tptn_counter{
	display:none!important;
}
.ad_block{
	margin:auto;
	display:block;
	text-align:center;
}
#primary-menu .sub-menu{
	background-color:#FFF;
}
#close-search{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #FFF;
	cursor:pointer;
    z-index: 10000;
}
.search .page-title span{
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    display: inline-block;
}
iframe{
	border: none;
	padding: 35px 0;
	margin-bottom: 20px 0;
	width: 100%;
}
.internal iframe {
	height: 5000px;
}
.internal-industry{
    padding:20px;
}
.local-source .wp-image-4225{
/* 	min-width:100%!important; */
}
.post-nav a{
    padding: 10px;
    display: inline-block;
    border: 1px solid #CCC;
    margin: 5% 5% 5% 0%;
}
.w960 .produce-values{
	display:block;
	float:left;
	width:33%;
}
.w960 {
    padding: 25px;
    border: 1px solid #EEE;
    margin: 20px 0;
}
.produce-values p
{
	font-size:0.8rem!important;
}
.recent-posts{
	max-width:95%;
	padding:35px;
	background-color:#F1F1F1;
	margin:auto;
}
.rp_col h3{
	font-size:1.25rem!important;
}
.rp_col{
	padding:10px 0;
	border-bottom:1px solid #CCC;
}
.bp-edition-date{
    background: #f5f5f5;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 0;
    border-bottom: 1px solid #333;
}
.author-box{
	width:95%;
	clear:both;
	display:block;
	background-color:#F5F5F5;
	border-bottom:1px solid #333;
	padding:10px;
	margin:auto;
	margin-bottom:20px;
}

#main.more-news{
	padding:20px;
}
.more-news article{
	border-bottom:1px solid #CCC;
	padding:20px;
	margin:0;
	width:100%;
	display:inline-block;
	padding-bottom: 0;
}
.more-news .entry-title a{
	color:#333;
}
.feed .button-primary{
    text-align: center;
    margin: auto;
    float: none;
    display: block;
    max-width: 150px;
    margin-top: 25px;
    padding: 14px;
	color:#FFF!important;
}
.grecaptcha-badge{
	display:none!important;
}
.share-btn-kyc{
	margin:10px 0;
}
.sidebar .addtoany_content{
	display:none!important;
}
.share-btn-kyc .addtoany_shortcode{
	display:inline-block;
	width:auto;
}
.sidebar .button{
	min-width:100%;
}
.videoul.grid-x{
	padding:20px 0;	
	border-bottom:1px solid #333;
}
.videoul.grid-x .cell{
	padding:10px;
	margin:auto;
	vertical-align:middle;
}
pre, code{
	overflow:hidden!important;
	background-color:transparent!important;
	border:none!important;
}
.post-thumbnail img{
	max-height:300px!important;
}
.accordion-title{
	font-size:1rem!important;
}
    #robly_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }

    #robly_embed_signup form {display:block; position:relative; text-align:left;}

    #robly_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.3em;}

    #robly_embed_signup input {border:1px solid #999; -webkit-appearance:none;}

    #robly_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}

    #robly_embed_signup input[type=radio]{-webkit-appearance:radio;}

    #robly_embed_signup input:focus {border-color:#333;}

    #robly_embed_signup .button {background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}

    #robly_embed_signup .button:hover {background-color:#777;}

    #robly_embed_signup .slim_button {background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; margin: 0 5px 10px 0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: 100%;}

    #robly_embed_signup .slim_button:hover {background-color:#777;}

    #robly_embed_signup .small_meta {font-size: 11px;}

    #robly_embed_signup .nowrap {white-space:nowrap;}

    #robly_embed_signup .clear {clear:none; display:inline;visibility:visible;}

    #robly_embed_signup .robly_field_group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}

    #robly_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}

    #robly_embed_signup .size1of2 {margin-right:2%;}

    #robly_embed_signup .robly_field_group label {display:block; margin-bottom:3px; font-size: 1.0em; font-weight: 100; padding-bottom:1px;}

    #robly_embed_signup .robly_field_group input {display:block; width:100%; padding:8px 0; text-indent:2%;}

    #robly_embed_signup .robly_field_group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

    #robly_embed_signup .datefield, #robly_embed_signup .phonefield_us{padding:5px 0;}

    #robly_embed_signup .datefield input, #robly_embed_signup .phonefield_us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:left; padding:5px 0 2px 0;}

    #robly_embed_signup .phonefield_us .phonearea input, #robly_embed_signup .phonefield_us .phonedetail1 input{width:40px;}

    #robly_embed_signup .datefield .monthfield input, #robly_embed_signup .datefield .dayfield input{width:35px;}

    #robly_embed_signup .datefield label, #robly_embed_signup .phonefield_us label{display:none;}

    #robly_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}

    #robly_embed_signup .asterisk {color:#c60; font-size:150%;}

    #robly_embed_signup .robly_field_group .asterisk {position:relative;top:5px; left:2px;}

    #robly_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}

    #robly_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:90%; min-width:130px;}

    #robly_embed_signup input.slim_email {display:inline-block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:100%;}

    #robly_embed_signup input.button {width:40%; margin:0 0 10px 0; min-width:90px;}

    #robly_embed_signup .robly_field_group.input_group ul {margin:0; padding:5px 0; list-style:none;}

    #robly_embed_signup .robly_field_group.input_group ul li {display:block; padding:3px 0; margin:0;}

    #robly_embed_signup .robly_field_group.input_group label {display:inline;}

    #robly_embed_signup .robly_field_group.input_group input {display:inline; width:auto; border:none;}

    #robly_embed_signup div#robly_responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}

    #robly_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}

    #robly_embed_signup #robly_error_response {display:none;}

    #robly_embed_signup #robly_success_response {color:#529214; display:none;}

    #robly_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

    #robly_embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}

    #robly_embed_signup #num-subscribers {font-size:1.1em;}

    #robly_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

    #robly_embed_signup .power {postion: relative; float: right; margin-right: 16px; height:32px;}

    #robly_embed_signup #slim_power {float:none;}

    #robly_embed_signup .power p {font-size:12px; margin:0px; font-weight:bold; line-height:32px; color:#666;}

    #robly_embed_signup .power p a {text-decoration:none; font-weight:bold; color:#333;}

    #robly_embed_signup .power p a:hover {text-decoration:none; color:#000;}
	
	
#BBSIBNContent01 {
	text-align: center;
	width: 100%;
	max-width: 545px;
}
#BBSIBNContent01 img {
	width: 100%;
	max-width: 565px;
}
body.home #BBSIBNContent01 {
    margin-top: 10px;
	margin-left: 0px;
}
body.home #BBSIBNContent01 img {
	width: initial;
}
footer #DATA01 {
	color: white;
}
#BBSILBContent01 {
	width: 100%;
    text-align: center;
    margin-top: 10px;
}
	
@media print{
	header, .sidebar, .site-footer, .recent-posts,
	 .media-share-container,.no-print, .wp-pagenavi, .single-kyc .text-right{
		display:none!important;
		opacity:0;
	}
	.charts img {
		width:100%;
		height:auto;
	}
	.cell.large-6, .single-kyc .cell.large-9{
		min-width:100%!important;
	}
}
    @media (max-width: 600px) {

      .g-recaptcha {transform: scale(0.77); -webkit-transform:scale(0.77); transform-origin:0 0; -webkit-transform-origin:0 0; }

    }
@media(min-width:767px){
	.desktop-sidebar{
		display:block!important;
	}
	.mobile-sidebar{
		display:none!important;
	}
}
@media(max-width:600px){
	.site-branding-mobile{
		display:block!important;
	}
	.site-branding-mobile .custom-logo{
		max-width:100%!important;
	}
	.custom-logo-link{
		display:none;
	}
}
@media(max-width:64em){
}
@media(max-width:500px){
	.responsive-grid .cell.auto{
		min-width:33.33%!important;
	}
}
@media(max-width:766px) AND (min-width:601px){
	.custom-logo{
		width:100%!important;
		min-width:250px;
		margin-left:15px;
		margin-top:8px;
	}
}
@media(max-width:766px){
	.pinned_articles .post_title{
	padding-right:10px;
	}
	.desktop-sidebar{
		display:none!important;
	}
	.mobile-sidebar{
		/* display:block!important; */
		display:none!important;
	}
	.leaderboard {
		display:block!important;
	}
	.mega_menu, .search_section{
		max-width:56px!important;
	}
	#footer-links{
		padding:35px 0!important;
	}
	#footer-links li a{
		font-size:0.8rem!important;
		padding:5px!important;
		min-width:0;
		width:auto;
	}
	.top_section{
		margin-bottom:20px;
	}
	.top-section-links ul{
		padding:0;
		margin:0;
	}
	.top-section-links ul li{
		padding:5px!important;
	}
	.top-section-links ul li a.button{
		padding:0.85rem 10px!important;
	}
	.top-section-links{
		margin-top:10px;
	}
	.post-sub-section{
		border-top:1px solid #CCC;
	}
	.post-sub-section img{
		border:1px solid #CCC;
	}
	.post-sub-section .post-title{
		padding:10px;
	}
	.site-search{
		width:75vw!important;
	}
	.site-search input, .site-search select{
		min-width:90%!important;
		max-width:90%!important;
		margin-bottom:10px!important;
	}
	.site-search .button-icon-search{
		top:inherit!important;
		bottom:40px!important;
	}
	#page #BBSIBNContent01 img {
		width: 100%;
	}
	#BBSIBAContent01 img, #BBSIKYCContent01 img {
		width: initial !important;
	}
}
@media(max-width:979px){
	.site-branding{
		max-width: calc( 100% - 160px );
		float:left;
		padding-top:5px;
	}
	.site-branding .custom-logo{
		max-width:100%!important;
	}
}

/**  Added by Patrick Johnson on 2/7/2019 in order to add bullets to lists within posts **/
.post_content_section article ul {
	list-style: disc outside none;
	margin-left: 15px;
}

/**  Added by Patrick Johnson on 2/9/2019 in order to fix the width of ad images for IE **/
#BBSIKYCContent01 img {
	width: 100%;
}

/**  Added by Patrick Johnson on 2/22/2019 in order to fix the font size and position of captions under images **/
.wp-caption-text {
    font-size: .75em;
    margin-top: 0 !important;
}

/**  Added by Patrick Johnson on 4/4/2019 in order to hide br tags between the ads on the home page **/
#swboc-81 br {
	display: none;
}
.removeX:before {content: "" !important;}
.remodal-cancel, .remodal-confirm {display:none;}

.menu-main-menu-container {
	background: #0055a5;
	overflow: auto;
}
.menu-main-menu-container a {
	color: white;
}
@font-face {
  font-family: "BurfordDropShadow";
  src: url("/wp-content/themes/blue-book/fonts/BurfordDropShadow.woff") format("woff");
}
footer.site-footer .container {
	max-width: 1100px;
	margin: 0 auto;
}
footer.site-footer, footer.site-footer .container, footer.site-footer a {
	color: white;
}
.footer-icon > a {
	padding: 0 !important;
}
.fa-facebook {
	background-image: url(/wp-content/themes/blue-book/imgs/facebook_Footer_Icon.png);
    background-size: contain;
    width: 32px;
    height: 32px;
	display: block;
	font-weight: 400 !important;
    font-size: 10pt !important;
    color: #AAA;
}
.fa-facebook::before {
	content: "" !important;
}
.fa-twitter {
	background-image: url(/wp-content/themes/blue-book/imgs/twitter_Footer_Icon.png);
    background-size: contain;
    width: 32px;
    height: 32px;
	display: block;
	font-weight: 400 !important;
    font-size: 10pt !important;
    color: #AAA;
}
.fa-twitter::before {
	content: "" !important;
}
.fa-linkedin {
	background-image: url(/wp-content/themes/blue-book/imgs/linkedin_Footer_Icon.png);
    background-size: contain;
    width: 32px;
    height: 32px;
	display: block;
	font-weight: 400 !important;
    font-size: 10pt !important;
    color: #AAA;
}
.fa-linkedin::before {
	content: "" !important;
}

.fa-instagram {
	background-image: url(/wp-content/themes/blue-book/imgs/instagram_Footer_Icon.png);
    background-size: contain;
    width: 32px;
    height: 32px;
	display: block;
	font-weight: 400 !important;
    font-size: 10pt !important;
    color: #AAA;
}

.fa-instagram::before {
	content: "" !important;
}

.fa-youtube {
	background-image: url(/wp-content/themes/blue-book/imgs/youtube_Footer_Icon.png);
    background-size: contain;
    width: 32px;
    height: 32px;
	display: block;
	font-weight: 400 !important;
    font-size: 10pt !important;
    color: #AAA;
}
.fa-youtube::before {
	content: "" !important;
}
.custom-logo {
	max-width: 500px!important;
}
footer.site-footer {
	background: black;
}
footer.site-footer .small-2 {
	float: left;
	width: 23%;
}
footer.site-footer .small-3 {
	float: left;
	width: 33%;
}
footer.site-footer .small-4 {
	float: left;
	width: 50%;
}
#social-links li {
	width: 32px;
	margin: 0 5px;
}
element {

}
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, pre, td, th {

    margin: 0;
    padding: 0;

}
*, ::after, ::before {

    -webkit-box-sizing: inherit;
    box-sizing: inherit;

}
*, ::before, ::after {

    box-sizing: inherit;

}
.grid-container.social-links {
	text-align: left;
	margin-top: -20px;
    margin-left: 38px;
    margin-bottom: 20px;
    padding: 0;
}
footer.site-footer a:hover {
	color: #CCC !important;
}
footer.site-footer .slider-class {
	list-style: none;
}
footer.site-footer .slider-class li {
	float: left;
	width: 250px;
	margin-right: 10px;
	height: 175px;
}
footer.site-footer input[type="submit"] {
	/*background: #0055a5 !important;*/
}
footer.site-footer .footer-links a {
	padding: 0 5px;
	color: black;
	margin-top: 18px;
}
footer.site-footer .footer-links a:hover {
	color: #888 !important;
}
footer.site-footer .site-info {
	float: left;
	margin-top: 15px;
	font-size: 13px;
	font-weight: 600;
}
#footer-links {
	padding: 0 10px;
	float:right;
	max-width: 50rem;
	margin-top: 3px;
}
#footer-links a {
	font-size: 13px;
	font-weight: 600;
}
.wpmi-list li.wpmi-item {
    list-style: none;
    display: flex;
    flex-grow: 1;
    max-width: 125px;
    max-height: 125px;
    overflow: hidden;
}
.wpmi-item img {
    max-width: none;
    padding-bottom: 0;
}
footer.site-footer .bottom {
	background: #DDD;
	height: 60px;
	clear:both;
	width: 100%;
	vertical-align: middle;
}

footer.site-footer {
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 16pt;
}

footer.site-footer h6 {
	font-family: "Roboto Slab", serif !important;
	font-weight: normal !important;
	font-size: 18pt !important;
}

footer.site-footer h3 {
	font-weight: 600 !important;
	font-size: 14pt !important;
}

footer.site-footer .slider-caption-class {
	font-family: "Roboto Slab", serif !important;
	font-weight: 400 !important;
	font-size: 10pt !important;
}

/*
Footer Dates
Roboto Slab Regular 400: 14pt
*/

footer.site-footer .contact-us div, footer.site-footer .contact-us div a {
	/* font-family: Montserrat, sans-serif !important; */
	font-weight: 400 !important;
	font-size: 10pt !important;
	color: #AAA;
}

footer.site-footer .bottom {
	font-family: Montserrat, sans-serif !important;
	font-weight: 400 !important;
	font-size: 12pt !important;
}

footer.site-footer .produce_reporter {
	font-family: BurfordDropShadow !important;
	font-weight: 100 !important;
	font-size: 34pt;
}
.sb_instagram_header, #sbi_load {
	display: none;
}
/* Remove space above Most Read in the right column of articles */
#swboc-136 {
	margin: 0 !important;
}
/* Put space around Leaderboard ad in the middle section of articles */
#main .leaderboard {
	margin: 0 20px !important;
}
#slider-id img {
	width: 100px;
	padding-right: 10px;
}
#slider-id p {
	width: 100%;
    font-size: 11pt;
    max-width: 200px;
}
#slider-id .date {
	font-family: "Roboto Slab", serif !important;
	font-size: 11pt;
	position: relative;
	top: -10px;
	color: #AAA;
}
#slider-id table tbody, #slider-id table tfoot, #slider-id table thead {
    border: none;
    background-color: transparent;
}
#slider-id td {
	vertical-align: top;
}
.site-footer .slim_email {
	margin-top: 5px;
	border: none !important;
	background: #333 !important;
	border-radius: 0 !important;
	box-sizing: unset !important;
	width: 195px !important;
	float: left;
}
.site-footer form .slim_button {
	width: 50px;
	float: left;
	min-width: auto;
	margin-top: 5px;
	height: 45px;
}
.ctf {
	font-size: 11px;
}
/*
.date::before {
    content: " ";
    width: 14px;
    height: 16px;
    display: block;
    position: absolute;
    margin-left: 75px;
    margin-top: 4px;
    background-size: contain;
	background-image: url(/wp-content/uploads/sites/4/2021/04/cal1.png);
}
*/
.button {
    background-color: #0055a5 !important;
}
.menu-main-menu-container #primary-menu li.menu-item a:hover {
	color: #CCC !important;
}
#BBSISQContent02, #BBSISQContent03, #BBSIBNContent02, #BBSIBNContent03, #BBSIBNContent04 {
	text-align: center;
}
#BBSISQContent01, #BBSISQContent02, #BBSISQContent03, #BBSISQContent04 {
	text-align: center;
	width: 100%;
	height: 100%;
	max-width: 250.9px;
	max-height: 219.08px;
	display: block !important;
}
#BBSILBContent01 {
	text-align: center;
	width: 100%;
	height: 100%;
	max-width: 250.9px;
	max-height: 250px;
}
#BBSIBNContent01
{
	width: 565px;
	height: 69.84px;
}
@media(max-width:600px){
	#BBSISQContent01, #BBSISQContent02, #BBSISQContent03, #BBSISQContent04 {
		width: 100%;
		height: 100%;
		max-width: none !important;
		max-height: 300px !important;
		display: block !important;
	}
	#BBSIBNContent01, #BBSIBNContent02, #BBSIBNContent03, #BBSIBNContent04
	{
		width: 100%;
		height: auto !important;
	}
	#BBSILBContent01 {
		max-width: none !important;
		max-height: none !important;
		height: 350px !important;
	}
	body.home #BBSIBNContent01 img {
		max-width: 300px !important;
	}
}
article ul li {
	margin-left: 1.25em;
}
article ul ul {
	list-style-type: circle;
}
.aligncenter {
	max-width: none !important;
	text-align: center;
}
#block-2, #block-3, #block-4, #block-5, #block-6 {
	display: none !important;
}