/*
Theme Name:     jointwp-child
Description:    Sub theme of JointsWP Foundation WP theme.
Author:         Robert Young
Template:       JointsWP

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
@font-face {
    font-family: 'karla-regular';
    src: url('fonts/karla-regular-webfont.woff2') format('woff2'),
    url('fonts/karla-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'eczar-regular';
    src: url('fonts/eczar-regular-webfont.woff2') format('woff2'),
    url('fonts/eczar-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'eczar-medium';
    src: url('fonts/eczar-medium-webfont.woff2') format('woff2'),
    url('fonts/eczar-medium-webfont.woff') format('woff');
}

@font-face {
    font-family: 'rajdhani-medium';
    src: url('fonts/rajdhani-medium-webfont.woff2') format('woff2'),
    url('fonts/rajdhani-medium-webfont.woff') format('woff');
}

@font-face {
    font-family: 'rajdhani-bold';
    src: url('fonts/rajdhani-bold-webfont.woff2') format('woff2'),
    url('fonts/rajdhani-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'rajdhani-semibold';
    src: url('fonts/rajdhani-semibold-webfont.woff2') format('woff2'),
    url('fonts/rajdhani-semibold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'ggg';
    src: url('fonts/ggg/ggg.eot?bfwxqs');
    src: url('fonts/ggg/ggg.eot?bfwxqs#iefix') format('embedded-opentype'),
    url('fonts/ggg/ggg.ttf?bfwxqs') format('truetype'),
    url('fonts/ggg/ggg.woff?bfwxqs') format('woff'),
    url('fonts/ggg/ggg.svg?bfwxqs#ggg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ggg' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
    content: "\e912";
}

.icon-phone:before {
    content: "\e942";
}

.icon-location:before {
    content: "\e947";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-linkedin2:before {
    content: "\eaca";
}

.icon-file-pdf:before {
    content: "\eadf";
}

.icon-mail:before {
    content: "\e002";
}

.icon-align-justify:before {
    content: "\e026";
}

.icon-align-right:before {
    content: "\e029";
}

.icon-book:before {
    content: "\e030";
}

.icon-arrow-left:before {
    content: "\e094";
}

.icon-arrow-right:before {
    content: "\e095";
}

.icon-arrow-up:before {
    content: "\e096";
}

.icon-arrow-down:before {
    content: "\e097";
}

.icon-plus:before {
    content: "\e114";
}

.icon-minus:before {
    content: "\e115";
}

.icon-check:before {
    content: "\e116";
}

.icon-cross:before {
    content: "\e117";
}

.icon-menu:before {
    content: "\e120";
}

.icon-inbox:before {
    content: "\e122";
}

.icon-open:before {
    content: "\e128";
}

.icon-ellipsis:before {
    content: "\e129";
}

.icon-email:before {
    content: "\e900";
}

.icon-external-page-arrow:before {
    content: "\e901";
}

body {
    font-family: 'karla-regular', sans-serif;
}

::selection {
  background: #cdcdcd; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #cdcdcd; /* Gecko Browsers */
}

blockquote {
    margin-bottom: 35px;
    position: relative;
    border-left: none;
    color: #000000;
    font-family: 'eczar-regular', sans-serif;
    font-size: 1.4em;
    padding: 0;
}

blockquote:before {
    position: absolute;
    left: -50px;
    top: 37px;
    color: #37FFCA;
    content: "\201C";
    font-family: "Lucida Grande", arial, sans-serif;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

p, ul {
    font-size: 16px;
    color: #767676;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'eczar-medium', sans-serif;
}

h2 {
    font-size: 3.5em;
    color: #000000;
}

li {
    list-style-type: none;
}

.title-bar {
    display: none;
}

.button,
.button:focus {
    margin-right: 20px;
    margin-bottom: 0;
    background-color: #37FFCA;
    padding: .85em 1.75em;
    border-radius: 25px;
    color: #000000;
    font-family: 'rajdhani-semibold', sans-serif;
    font-size: .938em;
    text-decoration: none;
}

.button:hover,
.button:active {
    background-color: #000000;
    color: #ffffff;

}

.page-title {
    margin-bottom: 21px;
    font-size: 4.25em;
    line-height: 1.1em;
}

.page-description p {
    margin-left: 40px;
    font-size: 20px;
}

.pagination .current {
    background: #37FFCA;
    color: #000000;
}

.wp-embed-excerpt p {
    display: none;
}

/* Header styles */

.header {
    height: 76px;
    background: rgba(1, 105, 143, 1);
    background: -moz-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1, 105, 143, 1)), color-stop(100%, rgba(14, 168, 195, 1)));
    background: -webkit-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: -o-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: -ms-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: linear-gradient(to right, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01698f', endColorstr='#0ea8c3', GradientType=1);
}

.header .menu {
    margin-bottom: 24px;
}

.primary-logo {
    width: 210px;
    margin-top: 15px;
}

.splash {
    padding-top: 85px;
    background: rgba(1, 105, 143, 1);
    background: -moz-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1, 105, 143, 1)), color-stop(100%, rgba(14, 168, 195, 1)));
    background: -webkit-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: -o-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: -ms-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: linear-gradient(to right, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01698f', endColorstr='#0ea8c3', GradientType=1);
}

.splash h1 {
    font-size: 4.875em;
    line-height: 1.1em;
    color: #66E8C5;
}

@media only screen and (max-width: 480px) {
    .splash h1 {
        font-size: 3em;
    }
}

.splash p {
    margin-left: 40px;
    color: #ffffff;
    font-size: 18px;
}

.splash .columns {
    padding-left: 0;
    padding-right: 0;
}

.splash img {
    margin-top: 4rem;
}

@media only screen and (max-width: 320px) {
    .splash {
        padding-top: 0;
    }

    .splash img {
        margin-top: 0;
    }

    .splash p {
        margin-left: 0;
    }

    .bio img {
        margin-bottom: 20px;
    }

    .header {
        height: 60px;
    }

    .title-bar .menu-icon {
        margin-top: 10px;
    }
}

.top-bar-right {
    padding-top: 25px;
}

/* Main menu */
.menu .current_page_item {
    color: #ffffff;
    background: transparent;

}

.menu .active > a {
    color: #000000;
    background: #37FFCA;
    text-decoration: none;
}

.menu li {
    display: inline-block;
    list-style-type: none;
}

.menu li:before {
    content: none;
}

.menu li a {
    font-size: 14px;
    text-align: center;
    padding: 30px 10px;
    color: #ffffff;
    transition: background 250ms ease;
}

.menu a {
    text-decoration: none;
    font-family: 'rajdhani-bold';
    text-transform: uppercase;
}

.top-bar .menu li a:hover {
    background-color: #37FFCA;
    color: #000000;
}

.menu ul {
    margin-left: 0;
}

@media only screen and (max-width: 320px) {
    ul#menu-main-menu {
        text-align: center;
    }
}

.top-bar {
    padding: 0;
}

.top-bar,
.top-bar ul {
    background-color: transparent;
}

.top-bar-right {
    margin-bottom: 70px;
    border-bottom: 3px solid #37ffca;
    font-family: 'rajdhani-semibold', sans-serif;
}

/*Glasses logo on mobile nav*/
.secondary-logo {
    width: 60px;
    margin-top: 1 opx;
}

/* Mobile menu styles */

.title-bar {
    background: rgba(1, 105, 143, 1);
    background: -moz-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1, 105, 143, 1)), color-stop(100%, rgba(14, 168, 195, 1)));
    background: -webkit-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: -o-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: -ms-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: linear-gradient(to right, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01698f', endColorstr='#0ea8c3', GradientType=1);
}

.title-bar .menu-icon {
    margin-top: 1rem;
    float: right;
}

/* Change hamburger icon color */
.menu-icon:after {
    background: #37ffca;
    box-shadow: 0 7px 0 #37ffca,0 14px 0 #37ffca;
}

/* Index page styles */
.authors {
    margin-bottom: 72px;
    background: linear-gradient(90deg, #FAFAFA 50%, #F3F3F3 50%);
}

.authors .section-title {
    margin-bottom: 80px;
}

.authors-description {
    margin-left: 45px;
    margin-top: 15px;
}

.authors-description p {
    font-size: 16px;
    line-height: 1.75em;
}

.authors-left {
    background: #FAFAFA;
    padding: 88px 0 88px 20px;
}

/*.authors-left h3 {
    padding-left: 15px;
}*/

.authors-right {
    padding: 52px 0;
    background: #F3F3F3;
}

.authors-right img {
    margin-top: 135px;
    margin-left: 55px;
    width: 115px;
}

.authors-right .section-title {
    float: right;
    text-align: right;
}

.authors-title,
.book-title {
    width: 520px;
    margin-bottom: 0;
    font-size: 3.5em;
    line-height: 1.1em;
}

.book-section {
    margin-left: 50px;
    margin-bottom: 40px;
}

.book {
    margin-top: -100px;
    margin-bottom: 40px;
}

.inner-profile .book {
    margin-top: 0;
}

.book .book-title {
    padding-top: 15px;
}

.book .section-title {
    margin-right: 22px;
}

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

/*.book-description {
    width: 580px;
}*/

.book-list {
    margin-bottom: 5rem;
}

.book-list h4 {
    margin-bottom: 16px;
    padding-bottom: 11px;
    border-bottom: 1px solid #E8E8E8;
    font-family: 'rajdhani-semibold';
    color: #767676;
    font-size: .875em;
    text-transform: uppercase;
}

.book p {
    margin-left: 50px;
}

.book-list li {
    margin-bottom: 10px;
}

/*.book-list ul {
    font-family: 'eczar-regular', sans-serif;
    line-height: 1.8em;
    font-size: 14px;
    color: #767676;
}*/

.book-title {
    display: inline-block;
}

.column.authors {
    padding-left: 0px;
    padding-right: 0px;
}

.bio-row {
    margin-top: 60px;
}

.bio-left-img,
.bio-right-img {
    margin-bottom: 100px;
}

.bio-left-img {
    padding-left: 20px;
}

.bio img {
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.30);
    margin-top: 10px;
}

.bio-left-img button,
.bio-right-img button,
.bio-description,
.bio-intro {
    margin-left: 45px;
}

.bio-description {
    font-family: 'eczar-regular', serif;
    line-height: 1.6em;
    font-size: 14px;
    margin-bottom: 25px;
}

.profile-content .bio-description {
    max-width: initial;
    color: #767676;
    line-height: 1.75em;
    font-family: 'karla-regular';
    font-size: 16px;
    color: #767676;
}

.contact {
    margin-top: 30px;
}

.bio-intro p {
    font-size: 1.275em;
    line-height: 1.3em;
    font-size: 1.15em;
    margin-bottom: 18px;
    letter-spacing: -.5px;
    color: #000000;
}

.profile-content .bio-intro p {
    font-size: 20px;
    max-width: initial;
}

.bio-subtitle {
    font-family: 'rajdhani-semibold', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    padding-left: 2px;
    margin-bottom: 20px;
}

.bio-title {
    max-width: 550px;
    margin-bottom: 0;
    font-size: 52px;
    line-height: 1.25em;
    font-family: 'eczar-regular', sans-serif;
}

.bio-social a {
    font-family: 'rajdhani-medium';
    font-size: 15px;
    color: #000000;
    padding: .85em 1.75em .85em 3.25em;
    border-radius: 50px;
    transition: background 500ms ease;
}

.reviews {
    padding-bottom: 15px;
}

.reviews .section-title {
    margin-bottom: 48px;
}

.reviews-author {
    margin-bottom: 60px;
    color: #767676;
    font-size: .875em;
    text-transform: uppercase;
    font-family: 'rajdhani-semibold';

}

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

.section-title {
    width: 225px;
    display: inline-block;
    vertical-align: top;
    font-family: 'rajdhani-bold', sans-serif;
    text-transform: uppercase;
    border-bottom: 3px solid #37ffca;
}

/* Interior pages styles */
#inner-book,
#inner-authors {
    margin-bottom: 65px;
    margin-top: 85px;
}

#inner-book .byline {
    display: none;
}

#inner-book .entry-content p {
    margin-left: 40px;
    width: 625px;
    color: #000000 !important;
}

#inner-profile {
    margin-top: 85px;
}

/*#inner-profile p {
    color: #000000;
}*/

#inner-profile .bio-subtitle {
    margin-bottom: 35px;
}

.article-header {
    margin-top: 50px;
}

@media only screen and (max-width: 320px) {
    #inner-book,
    #inner-authors,
    #inner-profile {
        margin-top: 20px;
    }

    .page-description p {
        margin-left: 0;
        font-size: 16px;
    }
}

.article-header a {
    color: #000000;
    text-decoration: underline;
}

.article-header a:hover {
    text-decoration: none;
}

.author-content {
    padding-right: 30px;
}

.author-content p {
    color: #000000;
    padding-left: 25px;
    font-family: 'karla-regular', sans-serif;
}

.author-content h3 {
    font-size: 2.75em;
    margin-bottom: 0;
    color: #000000;
}

.author-details {
    height: auto;
    margin-top: 150px;
    padding-bottom: 50px;
    background: #37ffca;
    font-family: 'eczar-regular', sans-serif;
}

.author-content p a {
    font-family: 'karla-bold';
}

/*.author-details a.button {
    background-color: #ffffff;
}
.author-details a.button:hover {
    background-color: #000000;
}*/

.author-intro {
    margin-top: 40px;
}

.author-meghan {
    margin-top: 50px;
}

.author-nancy {
    margin-top: -50px;
}

.author-details img {
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.20);
}

.author-name {
    font-family: 'eczar-medium', sans-serif;
    font-size: 2.750em;
    text-decoration: underline;
}

.author-name a {
    color: #000000;
}

.author-quote {
    margin-top: 50px;
    font-size: 1.375em;
    color: #000000;
}

.contact-details {
    padding-top: 100px;
    padding-bottom: 25px;
    margin-left: 20px;
}

.contact-details a {
    display: block;
    color: #000000;
    margin-top: 15px;
    font-family: 'rajdhani-medium';
    margin-left: 30px;
}

.profile-contact a {
    font-family: 'rajdhani-medium';
    font-size: 15px;
    color: #000000;
    padding: .85em 1.75em .85em 3.25em;
    border-radius: 50px;
    transition: background 500ms ease;
}

a.linkedin,
a.email,
a.twitter {
    font-family: 'rajdhani-medium';
    text-decoration: none;
    position: relative;
    padding-left: 25px;
}

a.email:before,
a.linkedin:before,
a.twitter:before {
    font-family: 'ggg';
    display: inline-block;
    color: #37FFCA;
    margin-right: 8px;
    transition: color 250ms ease;
    position: absolute;
    left: 0;
}

a.twitter:before {
    content: "\ea96";
    font-size: 20px;
    margin-top: 6px;
}

a.email:before {
    content: "\e900";
    font-size: 13px;
    margin-top: 3px;
}

a.linkedin:before {
    content: "\eaca";
    font-size: 19px;
    margin-top: -5px;
}

a.email:hover:before,
a.linkedin:hover:before,
a.twitter:hover:before {
    color: #000000;
}

.contact-details p {
    color: #000000;
}

.clockwork-box {
    font-family: 'eczar-regular', sans-serif;
    padding-top: 80px;
    text-align: center;
}

.clockwork-box a,
.profile-sidebar a {
    color: #767676;
    text-decoration: underline;
}

.clockwork-box a:hover,
.profile-sidebar a:hover {
    color: #000000;
    text-decoration: none;
}

.clockwork-box img {
    display: block;
    width: 114px;
    margin: 0 auto 35px auto;
}

.book-purchase {
    height: 275px;
    background: #047198;
}

.book-retailer {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-family: 'rajdhani-bold', sans-serif;
    margin-bottom: 40px;
}

.book-retailer li {
    margin-top: 52px;
    margin-right: 50px;
    padding: 8px 13px;
    display: inline-block;
    width: 235px;
    height: 40px;
    text-align: left;
    text-transform: uppercase;
    line-height: 30px;
}

ul.book-retailer li:before {
    content: none;
}

.book-retailer button.buy {
    background-color: #37ffca;
    border-bottom: none;
    padding: 15px 8px 12px;
}

.content-box {
    margin-top: 40px;
}

.content-box .section-title {
    margin-top: 115px;
}

.feature-box {
    margin: 75px auto 100px auto;
    padding: 45px;
    width: 778px;
    -webkit-box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.20);
}

.feature-box .button {
    margin: 0 auto;
}

.feature-description {
    margin-left: 50px;
}

.feature-description ul {
    margin-left: 45px;
}

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

.book-list li:before,
.feature-description li:before {
    content: "•";
    color: rgb(55, 255, 202);
    display: inline-block;
    width: .75em;
    margin-left: -1em;
    font-size: 25px;
}

.feature-list {
    list-style-type: none;
}

ul {
    font-family: 'eczar-regular';
}

.feature-title {
    font-size: 3.25em;
}

.profile-contact {
    margin-top: 12px;
    display: inline-block;
    margin-left: 20px;
}

.profile-contact a.twitter:before {
    margin-top: -1px;
}

.profile-contact p {
    margin-left: 0;
}

.profile-content .card-column {
    margin-top: -295px;
}

.profile-sidebar {
    padding-top: 35px;
    text-align: center;
    font-family: 'eczar-regular', sans-serif;
}

.profile-sidebar a {
    color: #767676;
    text-decoration: underline;
}

.profile-sidebar img {
    display: block;
    width: 300px;
    margin: 0 auto 35px auto;
}

img.profile {
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.30);
}

.profile-sidebar .center-logo {
    width: 114px;
}

.profile-splash {
    height: 415px;
    background-image: url("assets/images/splash-meghan.jpg");
    background-size: cover;
    margin-top: 50px;
}

.reviews-container {
    padding-left: 20%;
    padding-right: 20%;
}

.reviews-interior {
    padding-bottom: 15px;
}

.reviews-interior .section-title {
    float: right;
    margin-bottom: 48px;
    text-align: right;
}

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

/* Footer styles */

.footer {
    margin-top: 0 !important;
    padding: 45px;
    font-family: 'rajdhani-semibold', sans-serif;
    font-size: .875em;
    background: rgba(1, 105, 143, 1);
    background: -moz-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1, 105, 143, 1)), color-stop(100%, rgba(14, 168, 195, 1)));
    background: -webkit-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: -o-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: -ms-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    background: linear-gradient(to right, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01698f', endColorstr='#0ea8c3', GradientType=1);
}

.footer a {
    color: #ffffff;
    text-decoration: underline;
}

.footer p {
    text-align: right;
    color: #ffffff;
}

#menu-footer-menu {
    margin-bottom: 10px;
    text-align: right;
}

#menu-footer-menu li a {
    padding-right: 0rem;
    padding-left: 1.5rem;
}

#menu-footer-menu .active > a {
    background-color: transparent;
}

.footer li a:hover {
    text-decoration: none;
}

/* Buy card styles */

.buy-card {
    position: relative;
    padding: 16px 25px;
    height: 275px;
    width: 280px;
    background: #37FFCA;
    bottom: -50px;
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.20);
}

.top-buy-card {
    float: right;
    margin-top: -150px;
}

.buy-card h4 {
    width: 195px;
    font-size: 2.5em;
    line-height: 1.1em;
}

button.buy {
    padding: 13px 8px 10px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 3px solid #ffffff;
    font-family: 'rajdhani-semibold';
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    transition: background 250ms ease;
    position: relative;
    color: #000000;
}

button.buy:hover {
    background-color: #ffffff;
}

button.buy a {
    color: #000000;
}

.buy:after {
    font-family: 'ggg';
    content: "\e901";
    display: inherit;
    position: absolute;
    right: 9px;
    color: #ffffff;
    font-size: 22px;
    top: 10px;
}

.buy:hover:after {
    color: #000000;

}

.card-column {
    height: 200px;
}

.widget ul li:before {
    content: none;
}

.widget a,
.entry-content a,
.article-footer a {
    color: #000000;
    text-decoration: underline;
    transition: opacity 250ms ease
}

.widget a:hover,
.entry-content a:hover,
.article-footer a:hover {
    text-decoration: none;
    opacity: .8;
}

h4.widgettitle {
    margin-top: 10px;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

@media only screen and (min-width: 40em) and (max-width: 64em) {
    .authors-right .section-title {
        padding-right: 5px;
    }
    .book {
        margin-top: -50px;
    }
    .contact-details {
        margin-left: 0;
    }
    .feature-box {
        width: auto;
        padding: 50px 60px;
    }
    .section-title {
        width: 210px;
    }
}

@media only screen and (max-width: 39.9375em) {
    .authors {
        margin-bottom: 15px;
    }

    .author-details {
        margin-top: 30px;
        margin-bottom: 30px;
        height: auto;

    }

    .author-quote {
        margin-top: 10px;
    }

    .authors .section-title {
        margin-bottom: 15px;
    }

    .article-header h2,
    .authors-title,
    .book-title,
    .page-title {
        width: auto;
        font-size: 2.313em;
    }

    .authors-description,
    .bio-description,
    .bio-intro,
    p.book-description,
    .book-section,
    .feature-description,
    .page-description {
        margin-left: 0;
    }

    .authors-left {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .authors-right {
        display: none;
    }

    .bio-left-img, .bio-right-img {
        margin-bottom: 30px;
    }

    .bio-left-img button,
    .bio-right-img button,
    .bio-description,
    .bio-intro {
        margin-left: 0;
    }

    .bio-intro,
    .content-box .section-title {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .bio-row {
        margin-top: 0;
    }

    .bio-social a {
        padding: .85em 1.5em;
    }

    .bio-title,
    .feature-title {
        font-size: 2.313em;
        width: auto;
    }

    .book {
        margin-top: 150px;
        margin-bottom: 0;
    }

    .book p,
    .book .button {
        margin-left: 0;
    }

    .book-list {
        margin-bottom: 0;
    }

    .book-retailer li {
        margin-right: auto;
        margin-top: 30px;
    }

    .button {
        margin-right: 0;
    }

    .buy-card {
        width: 100%;
        bottom: 0;
    }

    .contact-details {
        margin-top: 30px;
        padding-top: 0;
    }

    .feature-box {
        margin: 30px auto;
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
    }

    .feature-box ul {
        padding-left: 0;
        padding-right: 0;
    }

    .footer p {
        text-align: center;
    }

    .header {
        height: auto;
    }

    #inner-profile .book {
        margin-top: 0;
    }

    #menu-footer-menu li {
        width: 100%;
    }

    #menu-footer-menu li a {
        margin-left: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

    .menu li a {
        padding: 15px 10px;
    }

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

    .primary-logo {
        display: none;
    }

    .reviews-container {
        padding-left: 12%;
        padding-right: 12%;
    }

    .splash {
        padding-top: 0;
    }

    .profile-sidebar {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .reviews-interior blockquote {
        padding-left: .625rem;
        padding-right: .625rem;
    }

    .top-bar-right {
        margin-bottom: 0;
        background: rgba(1, 105, 143, 1);
        background: -moz-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1, 105, 143, 1)), color-stop(100%, rgba(14, 168, 195, 1)));
        background: -webkit-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
        background: -o-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
        background: -ms-linear-gradient(left, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
        background: linear-gradient(to right, rgba(1, 105, 143, 1) 0%, rgba(14, 168, 195, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01698f', endColorstr='#0ea8c3', GradientType=1);
    }

    .top-buy-card {
        margin-top: 30px;
        margin-bottom: 30px;
        float: none;
    }
}