/*
Theme Name: raising-readers
Theme URI: https://www.vontweb.com
Author: VONT
Author URI: https://www.vontweb.com
Description: Responsive theme for Raising Readers
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: raising-readers
Tags:N/A

This file contains the core styles for the theme. Handle with Extreme Care.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Asides
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
	/*font-weight:bold;*/
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
font-family: "Trade Gothic W01 Bold_2";
font-weight:normal;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
/*figure {
        margin: 1em 40px;
}*/

hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, 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;
}
p {
    margin-bottom: 10px;
}
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 http://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. */
    color: #333333;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.6;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin-left: 0;
    padding-left: 0;
}
ul {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 14px;
}
ol {
    list-style: decimal;
}
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. */
}
.current-book img {
	max-width:none;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button, input[type="button"],
input[type="reset"],
input[type="submit"],
#footer .donate {
    border: none;
    background: #72a23f;
    font-family: "Trade Gothic W01 Bold_2";
    font-size: 17px;
    font-weight:normal;
    line-height: 1;
    padding: 1em 1.2em;
/*    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); */
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#footer .donate:hover {
    background: #3E7307 !important;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    /*background: rgba(241, 45, 90,);*/
}
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: #909090;
    border: 1px solid #909090;
    font-size: 15px;
    padding: 17px 15px;
    font-style: italic;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
select {
    border: 1px solid #9090;
}
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: #000;
}
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"] {
    padding: 5px 15px;
}
textarea {
    padding: 17px 15px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


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

a {
    /*color: #005083;*/
	color:#0098d5;
}
a:visited {
    /*color: #005083;*/
    color:#0098d5;

}
a:hover, a:focus, a:active {
    color: #333333;
    text-decoration:underline;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
# fonts
--------------------------------------------------------------*/
/*
@font-face {
    font-family: "TradeGothicLTBold";
    src: url("fonts/TradeGothicLTBold.eot?") format("eot"), url("fonts/TradeGothicLTBold.ttf") format("truetype");
}
@font-face {
    font-family: "TradeGothicLT";
    src: url("fonts/TradeGothicLT.eot?") format("eot"), url("fonts/TradeGothicLT.ttf") format("truetype");
}
@font-face {
    font-family: "TradeGothicLTBoldNo.2";
    src: url("fonts/TradeGothicLTBoldNo.2.eot?") format("eot"), url("fonts/TradeGothicLTBoldNo.2.ttf") format("truetype");
}
@font-face {
    font-family: "TradeGothicLT-LightOblique";
    src: url("fonts/TradeGothicLT-LightOblique.eot?") format("eot"), url("fonts/TradeGothicLT-LightOblique.ttf") format("truetype");
}
*/

/*
font-family:'Lemonade W01 Bold';
font-family:'Trade Gothic W01 Light';
font-family:'TradeGothicW01-LightObl';
font-family:'Trade Gothic W01 Bold';
font-family:'Trade Gothic W01 Bold_2';
*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
body {
    font-family: "Trade Gothic W01 Light";
}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
}
.main-navigation ul ul:hover > a, .main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
}
/* 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;
    }

}


@media(min-width:768px){
	#footer .footer-social-wrap{
	    display: none !important;
    }
}

.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 {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.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;
    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;
}
.byline, .updated:not(.published) {
    display: none;
}
.single .byline, .group-blog .byline {
    display: inline;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}

body.search .entry-summary{
	margin-top: 0px;
}

body.search .entry-meta p{
	margin:0px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */ .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%;
}
/*--------------------------------------------------------------
## 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;
}


.container {
    max-width: 100%;
    width: 990px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trade Gothic W01 Bold_2";
}
h3{
	font-size:18px;
	color:#005083;
}
h4{
	font-size:13px;
	color:#333333;
	text-transform:uppercase;
    font-family: "Trade Gothic W01 Bold_2";
}
a:hover {
    text-decoration: none;
}
.viewmore,.show_more,.show-on-map {
    background:rgb(0, 152, 213);
    text-align: center;
    display: block;
    width: 220px;
    height: 42px;
    line-height: 42px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
}

.viewmore a {
    color: #fff !important;
    font-size: 17px;
    font-family: "Trade Gothic W01 Bold_2";
    line-height: 1.5;
    margin: 0 !important;
    display: inline-block !important;
}
.viewmore:hover,
.show_more:hover{
    background:rgba(0, 152, 213,.75);
}
div.viewmore a:after{
    content: none;
}
.viewmore.pnk-btn{
    background: #ed1651;
}
.viewmore.pnk-btn:hover {
    background: #CE083E;
}

.viewmore.pnk-btn{
margin-top:10px;
    width: 90%;
}
.viewmore.facebook-com{
    width: 90%;
    background:#0072bc;
}
.viewmore.facebook-com:hover {
    background: #0568A9;
}
.viewmore.facebook-com a:before{
    content: "\f082";
    color: #fff;
    font-size: 25px;
    font-family: FontAwesome;
    padding: 5px;
    vertical-align: middle;
}

.book-review-wrapper {
    margin-bottom:35px;
}

.book-review-wrapper h3 {
    background:#0072bc;
    color: #fff !important;
    font-size: 17px;
    font-family: "Trade Gothic W01 Bold_2";
    line-height: 1.5;
    margin: 0;;
    display: block;
    height: 42px;
    line-height: 42px;
    width:100%;
    text-align: center;
}

.book-review-wrapper h3:hover {
    cursor:pointer;
}

.book-review-inner {
    display:none;
    border:1px solid #0072bc;
    padding:20px 10px;
}

.book-review-inner p {
    
}

.book-review-inner .gform_wrapper ul.gform_fields li.gfield {
    margin-top:0px;
    padding-right:0px;
}

.book-review-inner .gform_wrapper li.gfield select {
    border:1px solid #a6a6a6;
}

.book-review-inner .gform_wrapper div.ginput_recaptcha {
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.parent-perspective span.review-stars-1:before{
    content: "\f005";
    color: #0098d5;
    font-size: 25px;
    font-family: FontAwesome;
    padding: 5px;
    vertical-align: middle;
}
.parent-perspective span.review-stars-1:before{
    content: "\f005";
    color: #0098d5;
    font-size: 25px;
    font-family: FontAwesome;
    vertical-align: middle;
}
.parent-perspective span.review-stars-2:before{
    content: "\f005\f005";
    color: #0098d5;
    font-size: 25px;
    font-family: FontAwesome;
    vertical-align: middle;
}
.parent-perspective span.review-stars-3:before{
    content: "\f005\f005\f005";
    color: #0098d5;
    font-size: 25px;
    font-family: FontAwesome;
    vertical-align: middle;
}
.parent-perspective span.review-stars-4:before{
    content: "\f005\f005\f005\f005";
    color: #0098d5;
    font-size: 25px;
    font-family: FontAwesome;
    vertical-align: middle;
}
.parent-perspective span.review-stars-5:before{
    content: "\f005\f005\f005\f005\f005";
    color: #0098d5;
    font-size: 25px;
    font-family: FontAwesome;
    vertical-align: middle;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
#top-nav {
    border-bottom: 2px dotted #dddddd;
    padding: 9px 0;
}
#top-nav li {
    float: left;
}
/*#top-nav {
        position: absolute;
        top: 0;
        right: 0;
        width:100%;
}
*/
#top-nav ul {
    float: right;
    margin: 0;
}
#top-nav a {
    padding: 0px 8px;
    /*	border-right: 1px solid #333333;*/
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
    text-decoration:none !important;
}
#top-nav li:last-child a {
    background: none;
    padding-right: 0;
}
#top-nav .fa-lock {
    margin-left: 6px;
}
/*.contain-wrap {
        position: relative;
}*/
.contain-wrap {
    padding: 15px 0 7px 0;
}
.search .icon-addon.addon-lg .fa-search {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 0px;
    left: 16px;
    color: #9c9c9c;
}
.social-wrap a {
    padding: 5px 0;
    color: #fff;
    font-size: 19px;
    display: inline-block;
    width: 30px;
    text-align: center;
    margin-right: 4px;
    height: 30px;
    vertical-align: middle;
    margin-top: 2px;
    line-height: 22px;
}
.social-wrap a:hover {
    opacity:.8;
}
.social-wrap {
    margin-top: 45px;
/*    margin-right: 35px; */
}
.social-wrap .search {
    display: inline-block;
    float: right;
    margin-left: 14px;
}


#footer .footer-social-wrap{
	display: block;
	border-top:none;
	padding:0px 0px 20px;
}

#footer .footer-social-wrap a{
	background:rgba(255,255,255,0.8) !important;
	color: #005e58;
	width:35px;
	height: 35px;
	line-height: 30px;
	font-size: 22px;
}

.search input {
    padding: 4px;
    padding-left: 37px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 190px;
}
.search .addon-lg {
    position: relative;
}
.social-wrap a[href*="http://facebook.com"], .fa-facebook {
    background: #627bae !important;
}
.social-wrap a[href*="http://youtube.com"], .fa-youtube {
    background: #d35856 !important;
}
.social-wrap a[href*="https://instagram.com"], .fa-instagram {
    background: #7397b5 !important;
}
.social-wrap a[href*="https://pinterest.com"], .fa-pinterest {
    background: #d54b52 !important;
}
.social-wrap a[href*="https://linkedin.com"], .fa-linkedin {
    background: #2867B2 !important;
}
/*--------------------------------------------------------------
# nav
--------------------------------------------------------------*/

header.site-header .navbar-static-top {
    margin-bottom: 0;
    border: none;
}
.dropdown-menu:before {
    content:'';
    display:block;
}
header.site-header .dropdown-menu, header.site-header .menu-item-has-children ul {
    padding: 20px;
    width: 270px;
}
header.site-header, #top-nav {
    background: #f5f5f5;
}

.site-header .navbar-inverse {
    background: none !important;
}
.site-header .navbar-inverse .navbar-nav>li>a {
    color: #0072bc;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 14px;
    padding-right: 14px;
    font-family: "Trade Gothic W01 Bold_2";
	font-weight:normal;
}
.site-header .navbar-inverse .navbar-nav>li>a:hover {
    color: #333;
}
.site-header .navbar-inverse .navbar-nav>.active>a, .site-header .navbar-inverse .navbar-nav>.active>a:focus, .site-header .navbar-inverse .navbar-nav>.active>a:hover, .site-header .navbar-inverse .dropdown-menu li a:hover, .site-header .navbar-inverse .menu-item-has-children ul li a:hover {
    background: none;
    color: #333333;
}
.site-header .dropdown-menu, .site-header .menu-item-has-children ul {
    background-color: #005083;
    box-shadow: none;
}
.site-header .navbar-inverse .dropdown-menu li, .site-header .navbar-inverse .menu-item-has-children ul li {
    padding: 15px 0;
    border-bottom: 1px solid #4d85a8;
}
.site-header .dropdown-menu>li>a, .site-header .menu-item-has-children ul>li>a {
    color: #fff !important;
    text-align: center;
}
.site-header .dropdown-menu a, .site-header .menu-item-has-children ul a {
    background: none !important;
}
.site-header .navbar-inverse .navbar-nav>.open>a, .site-header .navbar-inverse .navbar-nav>.open>a:focus, .site-header .navbar-inverse .navbar-nav>.open>a:hover {
    color: #333333 !important;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus{
    opacity: .8;
}
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.site-header {
    border-bottom: 10px solid #005083;
}
.banner .carousel-caption {
    font-size: 34px;
    line-height: 43px;
    text-shadow: none;
}
.banner .carousel-caption span {
    color: #fbbe1a;
    display: block;
/*     font-family: 'Lemonade W01 Bold', cursive; */
    font-family: "Trade Gothic W01 Bold_2";
    font-size: 40px;
    margin-bottom: 3px;
}
.book-first-blog h3,
.page-template-front-page .book-blog h3 {
    font-size: 17px;
    color: #333333;
    margin-bottom: 3px;
}
.banner .carousel-control.right, .banner .left.carousel-control {
    background: none;
    box-shadow: 0;
}
.carousel-indicators li {
    background:rgba(255,255,255,.5);
}

.banner .viewmore {
    margin-top: 30px;
    width: 220px;
    height: 58px;
    line-height: 47px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.15);
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    margin-left: 80px;
}
.glyphicon-chevron-right:before{
    content: "";
    background: url(images/next.png) center center no-repeat;
    padding: 18px;
    margin-right: -15px;
}
.glyphicon-chevron-left:before{
    content: "";
    background: url(images/previous.png) center center no-repeat;
    padding: 18px;
    margin-left: -15px;
}

/*--------------------------------------------------------------
# alert
--------------------------------------------------------------*/

#hp-alert .hp-warning,
#hp-alert .hp-emergency {
    background-color:#fbbe1a;
    padding:40px 65px;
    color:#014a78;
    margin-top:11px;
}

#hp-alert h1 {
    font-size:24px;
    margin-bottom:10px;
    color:#014a78;
}

#hp-alert h2 {
    font-size:21px;
    margin:0px;
    color:#014a78;
    line-height:1.5em;
}

#hp-alert a {
    color:#014a78;
    text-decoration: underline;
}

#hp-alert p:last-child {
    margin-bottom:0px;
}

/*--------------------------------------------------------------
# content
--------------------------------------------------------------*/
.share-this {
    background: #fff;
}
.share-this li {
    margin-top: 15px;
    text-align: center;
    width: 39px;
    line-height: 39px;
}
.share-this a {
    width: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    display: block;
}
.share-this h3 {
    color: #898989;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.share-this ul {
    display: inline-block;
}
.share-this li:first-child a, .social-wrap a[href*="http://facebook.com"] {
    background: #6279b1;
}
.share-this li:first-child a, .social-wrap a[href*="http://facebook.com"], .facebook_icon {
    background: #6279b1;
}
.share-this li:nth-child(2), .social-wrap a[href*="http://twitter.com"], .fa-twitter {
    background: #77bdf1;
}
.share-this li:nth-child(3), .social-wrap a[href*="https://linkedin.com"], .fa-linkedin {
    background: #3392c4;
}
.share-this li:nth-child(4), .social-wrap a[href*="https://pinterest.com"], .fa-pinterest {
    background: #bd081c;
}
.share-this li:nth-child(5), .social-wrap a.fa-envelope {
    background: #a6a6a6;
}
.share-this ul li a:hover{
    opacity: .8;
}
a[href^="tel"]{
    color: #333;
}
.box p {
    color: #00867e;
    font-size: 24px;
    line-height: 32px;
    font-family: "Trade Gothic W01 Bold_2";
    text-align: center;
    padding-bottom: 0;
}
#stay-in-touch {
    padding: 35px 0;
    border-top: 1px solid #c7c7c7;
    margin-top: 0px;
    clear: both;
}
#stay-in-touch .paragraph {
    font-size: 24px;
    color: #333333;
    font-family: Trade Gothic W01 Light;
    font-weight: normal;
}
#stay-in-touch input[type='submit'] {
    float: right;
   padding: 9px 16px;
    width:100px;

}
#stay-in-touch .form-wrap {
    padding: 45px 0 0 0;
}
.form-wrap input[type='email'] {
    width: 195px;
    padding: 8px 15px;
    margin-right: 15px;
}
#stay-in-touch .form-wrap {
    padding: 9px 14px;
    /*margin-top: 40px;*/
}
#stay-in-touch .form-wrap form,form.sidebarform{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-item:center;
}

#stay-in-touch .form-wrap .gform_validation_error form{
	display: block;
}

#stay-in-touch .jetpack_subscription_widget h2.widgettitle {
    display:none;
}

#stay-in-touch .jetpack_subscription_widget #subscribe-email input {
    width:80%;
    float:left;
    height:40px;
    padding:10px 8px;
}

#stay-in-touch .jetpack_subscription_widget #subscribe-submit button {
    width: 15%;
    padding: 0;
    height: 40px;
}

.box {
    padding: 33px 65px;
}
.impact-wrap {
    width: 90%;
    margin: 0 auto;
}
.impact-info h3 {
    font-size: 25px;
    text-transform: capitalize;
    color: #333333;
    padding-bottom: 25px;
    border-bottom: 3px dotted #ddd;
    margin-top: 0;
}
.impact-info ul {
    margin-top: 30px;
}
.impact-info .bold {
    color: #0098d5;
    font-size: 48px;
    font-weight: bold;
    font-family: "Trade Gothic W01 Bold_2";
    float: left;
    display: block;
    line-height: 45px;
    padding-right:8px;
}
.impact-info {
    float: left;
}
.imp-img {
    float: right;
}
.impact-info .normal {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    float: left;
}
.impact-info .learn {
    /*color: #005083;*/
	color:#0098d5;
    font-size: 15px;
    font-family: "Trade Gothic W01 Bold_2";
    text-transform: none;
}
.impact-info li {
    margin-bottom: 20px;
}
.impact-info li:first-of-type .normal, .impact-info li:first-of-type .bold {
    color: #0098d5;
}
.impact-info li:nth-of-type(2) .normal, .impact-info li:nth-of-type(2) .bold {
    color: #f99a0a;
}
.impact-info li:nth-of-type(3) .normal, .impact-info li:nth-of-type(3) .bold {
    color: #72a23f;
}
.impact-info li:after {
    display: block;
    content: '';
    clear: both;
}
.impact-info {
    text-transform: uppercase;
    position: relative;
}

.impact-info span {
}

.impact-image img {
    width:100%;
}

.books-wrap {
    padding-top: 35px;
    margin-top: 45px;
    border-top: 1px #dddddd solid;
}

.books-wrap h2 {
    font-size:24px;
    padding-bottom: 36px;
    margin-top:0;
    font-family: "Trade Gothic W01 Bold_2";
}

.books-wrap .books-copy {
    margin-top:20px;
}
.books-wrap .viewmore  {
    color: #fff !important;
    font-size: 17px;
    font-family: "Trade Gothic W01 Bold_2";
    margin: 0 !important;
    display: inline-block !important;
    float:right;
    height:42px;
    line-height:42px;
}
.book-blog h2 {
    padding-bottom: 36px;
/*    font-family: "Trade Gothic W01 Bold";*/
    font-size: 24px;
    margin-top: 0;
}
.book-blog {
    padding-top: 35px;
    padding-bottom: 50px;
    margin-top: 45px;
    border-top: 1px #dddddd solid;
}
.book-blog h3 {
    margin-top: -3px;
}
.blog-tb {
    float: left;
    width: 25%;
    border: 1px solid #ccc;
    margin-right: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.blog-detail {
    float: right;
    width: 70%;
}
.book-first-blog a {
    /*    font-family: "Trade Gothic W01 Bold_2";
        color:#005083;*/
}
/*edit-class-later open*/
.blog-detail span:first-child {
    font-size: 18px;
    display: block;
    font-family: "Trade Gothic W01 Bold_2";
}
.blog-detail span:nth-child(2),
.page-template-front-page .book-blog span.homepage-cat,
.current-book .current-book-title {
    display: block;
    font-family: "TradeGothicW01-LightObl";
    font-size: 15px;
    padding-bottom: 10px;
}

.current-book .current-book-title{
	color: #0098d5 !important;
}

.current-book .current-book-title{
    margin-top: 5px;
}
/*edit-class-later close*/
.book-blog .viewmore {
    margin-top: 29px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#footer {
    background: #005e58;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 40px 0;
}
#footer .footer-nav-link a,
#footer .footer-nav-link li {
    color: #fff;
    font-family: "Trade Gothic W01 Bold_2";
    font-size: 14px;
}
#footer .footer-nav-link li{
    background: url(images/footer-bd.png) no-repeat right center;
    padding: 0 15px;
}
#footer .footer-nav-link li:last-child {
    background: none !important;
}
#footer .footer-donate-logo li {
    padding: 0 14px;
}
#footer .footer-donate-logo {
    display: inline-block;
}
#footer .donate {
    display: inline-block;
    margin-left: 20px;
    padding:13px 16px;
}
.copy {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.copy a {
    text-decoration: underline;
}
#footer .footer-donate-logo li {
    display: inline-block;
}
.footer-donate-logo .donate {
    display: inline-block;
    float: left;
}
#footer .footer-nav-link li {
    float: left;
}
#footer .footer-nav-link {
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
}
label#newsletter_email-error {
    color: red;
    display: block;
    position: absolute;
    left: 14px;
    bottom: -20px;
    font-size: 13px;
}
#footer a[href*="mailt"] {
    text-decoration: underline !important;
}
#footer a{ color:#fff;}
/*--------------------------------------------------------------
# mid-banner
--------------------------------------------------------------*/
.mid-banner {
    background: #0098d5;
    color: #ffffff;
    margin-bottom: 40px;
}
.mid-banner .mid-section-bg {
    background: url(images/establishing-early-literacy.png) right bottom no-repeat #0098d5;
    display: block;
    content: '';
}
.mid-banner.book-title .mid-section-bg {
    background: url(images/our-book-titile.png) right bottom no-repeat #0098d5;
}
.mid-banner h1 {
    font-size: 30px;
    font-family: "Trade Gothic W01 Bold_2";
    margin: 0;
    padding: 20px 0
}
.detail-side h2,
.Literacybook h2,
.left-side h2{
    font-size: 22px;
    color: #333;
    margin-top: 0;
}

/*--------------------------------------------------------------
# establishing-early-literacy
--------------------------------------------------------------*/
.pre-reading-skill {
    float: left;
    width: 100%;
}
.pre-reading-image {
    float: right;
    width: 35%;
    padding-top: 70px;
}
.pre-reading-skill ul {
    padding: 15px;
}
.pre-reading-skill li {
    list-style: disc;
    margin-bottom: 10px;
    font-size: 15px;
}
.pre-reading-skill {
    margin-top: 20px;
}
.side-info-content,
.blog .side-info-wrap .side-info-content:nth-child(5) {
    border-left: 6px solid #fbb853;
    padding-left: 25px;
    margin-bottom: 35px;
}
.side-info-content a:after,
.blog .side-info-wrap .side-info-content:nth-child(5) a:after{
    content:"\f101";
    font-family: FontAwesome;
    color: #b07a10;
    font-size: 12px;
    padding: 0 2px;
    vertical-align: bottom;
    top: 2px;
    position: relative;
}
/*
.side-info-wrap .side-info-content:first-child,
.blog .side-info-wrap .side-info-content:nth-child(4) {
    border-left: 6px solid #f25b85;
}
*/
.side-info-wrap .side-info-content:first-child {
    border-left: 6px solid #f25b85;
}
.side-info-content {
    /*color: #b07a10;*/
}
/*
.side-info-content:first-of-type a,
.side-info-content:first-of-type a:after,
.blog .side-info-wrap .side-info-content:nth-child(4) a,
.blog .side-info-wrap .side-info-content:nth-child(4) a:after {
    color: #a50f39;
}
*/
.side-info-content:first-of-type a,
.side-info-content:first-of-type a:after {
    color: #a50f39;
    /*margin-top: 50px;*/
}

/*
.blog .side-info-wrap .side-info-content:nth-child(4) a:after{
    content:"\f019";
    font-family: FontAwesome;
    font-size: 12px;
    padding: 0 2px;
    vertical-align: bottom;
    top: 2px;
    position: relative;
}
*/

.col-sm-8.detail-side br {
    /*display: none;*/
}
.side-info-content a,
.blog .side-info-wrap .side-info-content:nth-child(5) a {
    display: block;
    margin-bottom:10px;
    color:#b07a10;
    font-family: "Trade Gothic W01 Bold_2";
}
.sideabar > img{
    margin-bottom: 50px;
    width: 100%;
}
.side-info-content h4,
.blog .side-info-wrap .side-info-content:nth-child(5) h4 {
    color: #f99a0a;
    font-size: 19px;
    margin-bottom: 12px;
    font-family: Trade Gothic W01 Light;
    font-weight: normal;
}

.side-info-content h4{
	text-transform: none;
}
/*
.side-info-content:first-of-type h4,
.blog .side-info-wrap .side-info-content:nth-child(4) h4 {
    color: #ed1651;
}
*/
.side-info-content:first-of-type h4 {
    color: #ed1651;
}
/*
.side-info-content:first-of-type h3,.blog .side-info-wrap .side-info-content:nth-child(4) h3 {
    color: #ed1651;
}
*/
.side-info-content:first-of-type h3 {
    color: #ed1651;
}

.pre-reading-skill h4 {
    color: #005083;
}

.side-info-content a:hover {
color:#333;
}
/*--------------------------------------------------------------
# article-bx
--------------------------------------------------------------*/
.article-bx {
    border-top: 3px dotted #ddd;
    padding: 30px 0;
    overflow: hidden;
}
.article-bx h2 {
    color: #005083;
    font-size: 18px;
    font-family: "Trade Gothic W01 Bold_2";
}
.article-bx h2 a{
    color: #005083;
}
.book-details {
    background: #f5f5f5;
    padding: 20px;
}
.book-details {
    margin: 40px 0;
}
.book-details tr td {
    padding: 5px;
}
.book-details tr td:first-child {
    text-align: right;
    font-family: "Trade Gothic W01 Bold_2";
    color: #333333;
    font-size: 13px;
    width: 20%;
}

.book-details span.maine-based {
    color:red;
    display:inline-block;
    padding:0px 2px;
}

.book-details .maine-based-copy {
    text-align: right;
    font-size:.9em;
    color:#333;
}

td.age-group{
    color:#005083;
}
.book-index .detail-side {
    float: right;
}
.side-info-content .viewmore a {
    display: block;
}

.facebook-comment {
    width: 85%;
}
.facebook-com span {
    font-size: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*--------------------------------------------------------------
# book-index
--------------------------------------------------------------*/
.filtering {
    margin: 20px 0 30px;
}
.current-book li {
    width: 20.5%;
    float: left;
    padding-top: 4px;
    min-height: 300px;
    padding-right: 6%;
}
.boldtitle {
    color: #005083;
    font-size: 15px;
    font-family: "Trade Gothic W01 Bold_2";
}
.book-giving {
    background: #b2e0f2;
    padding: 30px;
}
.book-giving select {
    color: #909090;
    border: 1px solid #909090;
    font-size: 15px;
    padding: 8px 15px;
    font-style: italic;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 14px;
    background: url(images/list.png) no-repeat right #fff;
}
.current-book li p{
    line-height: 16px;
    margin-top: 15px;
}
.boldtitle {

	color:#0098d5;
    font-size:15px;
    font-family: "Trade Gothic W01 Bold_2";
    margin-top: 10px;
    display: block;
}

.book-option-box-wrapper{
	padding:0px 15px !important;
}
.option-box {
    background:#b2e0f2;
    padding:30px;
    overflow: hidden;
}

@media (max-width: 1125px){
	.book-option-box-wrapper{
		padding:0px 10px !important;
	}
	.option-box{
		padding:20px;
	}
}

@media (max-width: 930px){
	.book-option-box-wrapper{
		width:100%;
	}
	.content-next-to-options{
		width:100%;
	}
}

.option-box select {
    color: #909090;
    padding: 8px 15px;
    margin-bottom:15px;
    font-style: italic;
    display:block;
    appearance:none;
    -webkit-appearance:none;
    width:100%;
    font-size:14px;
    background:url(images/list.png) no-repeat right #fff;
    -moz-appearance: none;
    border: 1px solid #909090
}
.main-check-box,.note,
.filtering{
    font-family: "TradeGothicW01-LightObl";
}
.note {
    font-family: "TradeGothicW01-LightObl";
    font-size: 15px;
}
.filtering{
    font-size: 14px;
}
/*--------------------------------------------------------------
#
--------------------------------------------------------------*/
.parent-perspective {
    color: #333333;
}
.parent-perspective h4 {
    /*color: #00867e;*/
}
.parent-perspective {
    border-color: #fbb853;
}
.pullLeft {
    margin: 15px 15px 15px 0px;
    float: left;
    clear: both;
    font-weight: normal;
}

/*--------------------------------------------------------------
# about us
--------------------------------------------------------------*/
.option-box-wrapper{
    margin:50px 0;
}
.option-box-wrapper .option-form:last-child {
    padding-left: 7px;
}

.option-box-wrapper .option-form:first-child {
    padding-right: 7px;
}
.option-box h2{
    font-size:15px;
    text-transform: uppercase;
    margin-bottom:15px;
}
.option-box-wrapper input[type="text"],
.option-box-wrapper .option-form:first-child select{
    width:49%;
    float:left;
    height:40px;
}
.option-box-wrapper input[type="text"]{
    margin-right:1%
}
.option-box-wrapper .option-form:first-child select{
    margin-left:1%
}
.option-box select:last-child {
    margin-bottom: 0;
}
.option-box p {
    margin: 0;
}
.contact-details{
    padding-top:50px;
    border-top:1px solid #ddd;
    clear: both;
    margin-bottom: 40px;
}
.contact-details .location-center-wrapper{
    padding-left:0;
}
.contact-details .map{
    padding-right:2px;
}
.contact-details .map img {
    width:100%;
}
#location-center{
    height:745px;
    overflow-y:scroll;
}
.location-center-wrapper .location-center{
    padding:30px;
}
.location-center-wrapper .location-center:nth-child(odd){
    background:#fcd15e;
}
.location-center-wrapper .location-center h2{
    font-size:15px;
    margin:0 0 5px;
}
.location-center-wrapper .location-center p{
    margin-bottom:0px;
}
.show-on-map{
    background:#f99a0a;
    margin-top:10px;
}
.show-on-map a,
.show_more a{
    color:#fff;
    font-family:Trade Gothic W01 Bold;
    font-size:17px;
}
.left-side p{
    font-size:17px;
}
.show_more{
    color:#fff;
    font-family:Trade Gothic W01 Bold_2;
    font-size:17px;
    background-color: #0098d5;;
    margin: 30px auto 0;
    clear: both;
}
.current-book .show_more{
    margin: 30px auto;

}

/*--------------------------------------------------------------
# Literacy Explorer Kits
--------------------------------------------------------------*/
.search.search-blog {
    margin-bottom: 35px;
}
.entry-header-blog h2 {
    margin: 0 0 15px;
}
.blog h3 {
    margin-top: 0;
}
.entry-header-blog {
    margin-bottom: 30px;
}
.blog-list-img {
    float: left;
    width: 25%;
}
.blog-list-wrapper {
    float: left;
    width: 75%;
    padding-left: 20px;
}
.blog .article-bx h2 {
    margin-top: 0;
}
.blog .article-bx {
    padding: 30px 0 20px;
}
.blog .side-info-content {
    color: #015e59;
}
/*
.blog .side-info-content {
    border-left: 6px solid #4caaa3;
}
.blog .side-info-content h4 {
    color: #4caaa3;
}

.blog .side-info-content a,
.blog .side-info-content a:after {
    color: #015e59;
}
*/
.category .side-info-wrap .side-info-content:nth-child(3),
.blog .side-info-wrap .side-info-content:nth-child(3) {
    border-left: 6px solid #9cbe78;
}
.category .side-info-wrap .side-info-content:nth-child(3) h4 ,
.blog .side-info-wrap .side-info-content:nth-child(3) h4 {
    color: #9cbe78;
}
.category .side-info-wrap .side-info-content:nth-child(3) p ,
.blog .side-info-wrap .side-info-content:nth-child(3) p {
    color: #333;
}
.blog .search input {
    width: 97%;
}
.read-more{
    font-family: "Trade Gothic W01 Bold_2";
    /*color: #005083;*/
	color:#0098d5;
}
form.sidebarform .widget-newsubmit,form.sidebarform .widget-newsubmit:hover{
    background-image: url(images/mobile-toggle-menu-icon.png) !important;
    padding: 0px 18px  !important;
    background-repeat: no-repeat !important;
    background-position: 11px 15px  !important;
    transform: rotate(270deg)  !important;
    margin-left: 10px  !important;
}

.blog .show_more {
    margin: 30px auto 30px;
}
a.show_more {
    color: #fff;
}
time.entry-date.published {
    font-size: 14px;
    font-family: TradeGothicW01-LightObl;
    color:#333;
}
.share-this-post{
    margin: 10px 0;
}
.share-this-post ul{
    padding-left: 0 !important;
}
.share-this-post ul li {
    display: inline-block;
}
.share-this-post ul li a {
    font-size: 22px;
    margin-left: 7px;
    vertical-align: middle;
}
.share-this-post ul li span{
    font-size: 14px;
}
.share-this-post a.fa.fa-pinterest-square {
    color: #c31d28;
}
.share-this-post a.fa.fa-twitter-square {
    color: #02aced;
}
.share-this-post a.fa.fa-facebook-square {
    color: #38579c;
}
.share-this-post a:hover{
    opacity: .8;
}
form.sidebarform input[type="email"]{
    width: 100%;
}
.navigation .next {
    float: left;
}
.navigation .previous {
    float: right;
}

/*--------------------------------------------------------------
## plus
--------------------------------------------------------------*/

.main-check-box p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.current-book {
/*    border-top: 1px solid #c7c7c7; */
    margin-top: 40px;
}
/*--------------------------------------------------------------
# latest added 1-11-2016 // TABLE SECTION ADDITONAL RESOURCES
--------------------------------------------------------------*/

.desktop-table {
    padding: 40px 0;
    border-top: 1px solid #c7c7c7;
    margin-top: 40px;
}
desktop-table table {
    margin-top: 40px;
}
.desktop-table th {
    background: #eeeeee;
}
.desktop-table th {
    border-spacing: 10px;
}
.desktop-table td {
    padding: 15px;
}
.desktop-table th {
    padding: 10px !important;
}
.desktop-table .download-btn, .download-mobile-section a {
    background: #ed1651;
    color: #fff;
    font-size: 17px;
    font-family: "Trade Gothic W01 Bold_2";
    color: #fff !important;
    padding: 10px 15px;
}
.desktop-table .download-btn:hover {
    opacity: 0.8;
}
.desktop-table th {
    background: #eeeeee;
    border-right: 10px solid #fff;
    text-transform: uppercase;
    font-family: "Trade Gothic W01 Bold_2";
    font-weight:normal;
}
.desktop-table th:last-child {
    border: none;
}
.desktop-table .tbl-seperate th:first-child {
    width: 8%;
}
.desktop-table .tbl-seperate th:last-child {
    width: 18%;
}
.desktop-table th:nth-child(2) {
    background: url(images/table-select-icon.png) right center no-repeat #dddddd;
}
.desktop-table th:nth-child(3) {
    width: 13%;
    background: url(images/table-select-icon.png) right center no-repeat #eeeeee;
}
.desktop-table .categories {
    /*color: #005083;*/
	color:#0098d5;
    font-size: 15px;
    font-family: "Trade Gothic W01 Bold_2";
}
.desktop-table .categories:hover {
    color: #000;
}



/* BUTTON CSS FOR BLOG NEXT AND PREV */

.nav-previous, .nav-next {
    background: #72A23F;
    padding: 1em 1.2em;
}
.nav-previous a, .nav-next a {
    border: none;
    background: #72a23f;
    font-size: 17px;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    color: #fff;
}
.nav-previous a:hover, .nav-next a:hover {
    color: #fff;
}
.panel-heading .accordion-toggle h4:after {
    /* symbol for "opening" panels */
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f068";
    float: right;
    color: #005083;
    font-size: 12px;
    line-height: 1.5;
}
.panel-heading .accordion-toggle.collapsed h4:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
a.accordion-toggle {
    text-decoration: none;
}
.panel-heading a {
    color: #23527c;
}
/*--------------------------------------------------------------
## plus
--------------------------------------------------------------*/
.main-check-box p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.current-book {
/*    border-top: 1px solid #c7c7c7; */
    margin-top: 40px;
}

.current-book a {
width:210px;
}



.current-book img {
    width: auto;
    max-height: 210px;
    border: 1px solid #ddd;
    max-width: 100%;
    height: auto;
}
.mobile-table {
    display: none;
}
/*--------------------------------------------------------------
## current-book
--------------------------------------------------------------*/

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

.current-book ul li {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;/*padding-right:40px;*/
}
.current-book ul li .cover-image{
	overflow: hidden;
}

.current-book ul li:nth-child(4n) {
    padding-right: 0;
}

@media screen and (min-width:800px){
.current-book a:hover img {
    opacity: 0.5 !important;
    color: #000;
}
}
.current-book .current_books {
    background: #eeeeee;
    padding: 5px 10px;
    margin-left: 15px;
    font-family: "Trade Gothic W01 Light";
}
.current-book .current_books:before {
    content: "\f00d";
    font-family: FontAwesome;
    color: #909090;
    padding-right: 8px;
    font-size: 12px;
}
/*--------------------------------------------------------------
## our-books page
--------------------------------------------------------------*/

.main-check-box {
    margin-top: 10px;
}
input[type=checkbox]:checked + label:before {
    content: "\f00c";
    font-size: 10px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
    font-family: FontAwesome;
    position: absolute;
    z-index: 111;
    left: 3px;
    top: 4px;
}
.main-check-box label {
    position: relative
}
/* Hide Checkbox Input */
.main-check-box input[type=checkbox] {
    display: none
}
/* Style Label */
.main-check-box label {
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 0
}
/* Style span tag */
.main-check-box label span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    background: #3490f1;
    top: 0;
    bottom: auto;
    /* z-index: -1; */
    width: 15px;
    height: 16px;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 3px;
    border: 1px solid #1c88fc;
    top: 3px;
}

input.book-search-term {
    width:100%;
    border: 1px solid #909090;
    border-radius:5px;
    color:#909090;
}

input.book-search-term:placeholder {
    font-style: italic;
    color:#909090;
}

input[type="submit"].book-submit {
    margin-top:20px;
}

.content-area ul { padding-left:15px;  list-style: disc ;}
.side-info ul, .share-this ul, .impact-wrap ul , .current-book ul  { padding-left:0; list-style:none !important; padding-left:0;}

.mobile-accordion { display:none;}

/*--------------------------------------------------------------
## test
--------------------------------------------------------------*/

.XRaising {
     font-family: "Comic Sans MS";
     color: #DD0047;
     text-transform: lowercase;
     font-size: 1em;
}
.XReaders {
     font-family: "Comic Sans MS";
     color: #0059A4;
     text-transform: lowercase;
      font-size: 1em;
}

.b32,.b48,.b64,.b80,.b96,.b112,.b128,.b144,.b160,.b176,.b192,.b208,.b224,.b240,.b256,.b272,.b288,.b304,.b320,.b336,.b352,.b368,.b384,.b400,.b416,.b432,.b448,.b464,.b480,.b496,.b512 {
display:none;
}

.sideabar > img.bsingle {
border:1px solid #ddd;
width:100%;
height:auto;
}


.no-results.not-found .page-header{
	margin-top: 0px;
}

img.search-result-book-cover{
	float:left;
	margin-right: 35px;
	max-height: 210px;
	width:auto;
}

.searchresult-book{
	margin-bottom: 15px;
}


#gform_wrapper_2 .gform_body{
	width:100%;
}

/***************
	Donation Form
******************/

#gform_wrapper_1 ul#gform_fields_1 li{
	margin-bottom: 15px;
}

#gform_wrapper_1 ul#gform_fields_1 li label{
	margin-bottom: 0px;
}

#gform_wrapper_1 ul#gform_fields_1 li .ginput_container{
	margin-top: 0px;
}

li#field_2_1 label{
	display: none;
}

li#field_2_1 .ginput_container{
	margin-top: 37px;
}

@media screen and (min-width: 37.5em) {
	li#field_2_1 .ginput_container{
	margin-top: 30px;
}
}

/* WooCommerce */

.woocommerce div.product form.cart .variations label {
    color:#000;
    font-size:16px;
    line-height:28px;
}

.woocommerce div.product form.cart .variations select {
    font-size:16px;
}

#add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select {
    font-size:16px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
    color:#fff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color:#72a23f;
    color:#fff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color:#3E7307;
    color:#fff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color:#72a23f;
    color:#fff;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color:#3E7307;
    color:#fff;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    display:none;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    display:none;
}

.woocommerce ul.products li.product .price {
    font-size:19px;
}

.woocommerce a.added_to_cart {
    padding-left:10px;
}

.woocommerce-product-details__short-description {
    padding-bottom:10px;
}

.woocommerce-product-details__short-description ul {
    list-style: disc;
    margin-left:20px;
}

.woocommerce div.product form.cart .button {
    margin-left:10px;
}

.woocommerce .woocommerce-checkout input#createaccount {
    position: relative;
}

.woocommerce .woocommerce-checkout .create-account label span {
    display:inline-block;
}

.woocommerce .woocommerce-checkout textarea#order_comments {
    height:6em;
}

.woocommerce .woocommerce-checkout ul.woocommerce-error {
    padding-left:3.5em;
}

.woocommerce .woocommerce-checkout a.about_paypal {
    margin-left:10px;
}

.woocommerce #return-to-shop-link{
	float:left;
	text-align: center;
}

.product-category  > .row{
	margin:0px;
}

body.page-template-page-qis-survey .gform_wrapper {
    padding-left:15px;
    padding-right:15px;
}

body.page-template-page-qis-survey .gform_wrapper .top_label .gfield_label {
    font-family: "Trade Gothic W01 Bold_2";
    font-weight:normal;
}

body.page-template-page-qis-survey .gform_wrapper select {
    border:1px solid #999;
}

@media screen and (max-width: 770px) {
    .woocommerce .woocommerce-checkout input#ship-to-different-address-checkbox {
        position: relative;
        margin:0px;
    }

    .woocommerce #return-to-shop-link{
	    margin-bottom: 15px;
    }

    #stay-in-touch .jetpack_subscription_widget #subscribe-email input {
        width:50%;
    }

    #stay-in-touch .jetpack_subscription_widget #subscribe-submit input {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    #hp-alert .hp-warning,
    #hp-alert .hp-emergency {
        padding: 15px 10px;
        text-align: center;
    }
}