/*
Theme Name: SocialBizImperative
Theme URI: http://socialbizimperative.com
Version: dev
Author: Harry Go
Author URI: mailto:hgo@hearsaycorp.com
*/

BODY {
    font-family: 'Roboto', sans-serif;
    background-color: #eff4f7;
    color: #565656;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}

A {
    color: #565656;
}

A:hover {
    opacity: .75;
}

A.nohover:hover, UL A:hover {
    opacity: 1;
}

BUTTON {
    color: #fff;
    background-color: #EF2228;
    background-color: rgba(239, 34, 40, 1);
    border-radius: .4em;
    font-weight: 500;
    font-size: 1.125em;
    border-style: none;
    text-transform: uppercase;
    line-height: 3;
    padding: 0 2.188em;
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.75);
    display: block;
    margin-bottom: .5em;
    opacity: 1;
}

BUTTON:hover {
    opacity: .75;
}

MAIN {
    margin: auto;
    padding-top: 4.75em;
}

.order-button {
    position: relative;
}

.order-button BUTTON {
    position: absolute;
    z-index: 25;
    white-space: nowrap;
}

.order-button UL {
    background-color: #eff4f7;
    position: absolute;
    z-index: 20;
    top: 0;
    left: .25em;
    margin: 0;
    padding: 3.5em 0 0 0;
    list-style-type: none;
}

.order-button LI {
    margin: 0;
    padding: 0;
}

.order-button A {
    display: block;
    direction: ltr;
    text-indent: -9999px;
    width: 230px;
    height: 50px;
    margin-bottom: 1px;
}

.order-button .amazon {
    background: #fff url(images/amazon.png) no-repeat center;
}

.order-button .bn {
    background: #fff url(images/bn.png) no-repeat center;
}

.order-button .inform {
    background: #fff url(images/inform.png) no-repeat center;
}

.order-button .bam {
    background: #fff url(images/bam.png) no-repeat center;
}




.chat-heading {
    position: relative;
    float: right;
}

.chat-heading H1 {
    font-size: 1.45em;
    color: #EF2228;
    font-weight: 500;
    background-color: #fff;
    width: 6em;
    line-height: 1;
    margin: 0;
    padding: .7em .5em .7em .5em;
    text-transform: uppercase;
    box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, 0.5);
}


.chat-heading .triangle {
    width: 2em;
    height: 2em;
    position: relative;
    overflow: hidden;
    margin-left: 1em;
}

.chat-heading .triangle:after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  transform: rotate(45deg);
  top: -.75em;
  left: -.75em;
  box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, 0.5);
}

SECTION .inner {
    margin: auto;
    max-width: 780px;
}

.page-header {
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    line-height: 4;
    font-size: .875em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: #fff;
    font-weight: 500;
    box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.1);
}

.page-header .inner {
    max-width: 885px;
    margin: auto;
}

.page-header .left {
    float: left;
}

.page-header .right {
    float: right;
}


.page-header A {
    text-decoration: none;
    color: #EF2228;
}

.page-header H1 {
    font-size: inherit;
    font-weight: inherit;
}

.page-header NAV A {
    color: #4E748B;
}

.page-header LI {
    list-style-type: none;
    float: left;
    padding-left: 1.875em;
}

.page-footer {
    font-size: .75em;
    text-align: center;
    color: #fff;
    background-color: #343436;
    line-height: 4.1;
    letter-spacing: 0.1em;
}

.intro {
    padding: 3.438em 0 4.5em 0;
    background: transparent url(images/divider1.png) repeat-x bottom center;
}

.intro .left {
    float: left;
}

.intro .right {
    float: none;
    margin-left: 390px;
    padding-top: 0.438em;
}

.intro BLOCKQUOTE {
    font-family: Georgia, serif;
    color: #4E748B;
    font-style: italic;
    letter-spacing: .01em;
    margin: 0;
}

.intro BLOCKQUOTE P {
    margin: 0;
    font-size: 1em;
    line-height: 1.5;
}

.intro CITE {
    display: block;
    margin-top: .875em;
}

.intro H1 {
    font-size: 3.125em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    margin-bottom: .25em;
    letter-spacing: .01em;
}

.intro P {
    margin: 0;
    font-size: 1.25em;
    font-weight: inherit;
    line-height: 1.2;
    margin-bottom: 1em;
}

.intro .preview {
    color: #EF2228;
    text-align: center;
    display: block;
    margin-top: 4em;
}

.about {
    padding: 1em 0 2.5em 0;
    background: #f8fafc url(images/divider2.png) repeat-x bottom center;
}

.about .left {
    width: 38em;
}


.dropshadow {
    box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, 0.75);
}

#press H3 {
    text-transform: uppercase;
    color: #EF2228;
    font-size: 1.25em;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0;
    text-align: center;
}


.press-mentions {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.press-mention {
    flex: none;
    width: 350px;
    padding-bottom: 1.5em;
}

.press-mention IMG {
    float: left;
}

.press-mention .text {
    font-size: .85em;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 7em;
    padding-right: 2em;
}

.press-mention A {
    text-decoration: none;
}

.press-mention A .source {
    font-weight: normal;
    font-family: Georgia, serif;
    color: #4E748B;
    font-style: italic;
}

#testimonials {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    background: #eef4f7 url(images/divider3.png) repeat-x bottom center;
}

.testimonial {
    flex: none;
    width: 320px;
    font-family: Georgia, serif;
    font-style: italic;
    text-align: center;
    position: relative;
    margin-bottom: 2.857em;
}

.testimonial EM {
    font-style: normal;
}

.testimonial:before {
    content: '“';
    font-family: Georgia, serif;
    color: #dde7ec;
    font-size: 5.929em;
    float: left;
    position: absolute;
    top: -.25em;
    left: -.4em;
    font-style: normal;
}

.testimonial:after {
    content: '”';
    font-family: Georgia, serif;
    color: #dde7ec;
    font-size: 5.929em;
    float: right;
    position: absolute;
    bottom: .4em;
    right: -.4em;
    font-style: normal;
}

.testimonial CITE {
    margin-top: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    text-align: center;
    display: block;
    font-weight: 500;
}

.testimonial .headshot {
    margin: auto;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-bottom: .5em;
    overflow: hidden;
}


#inthebook {
    padding: 2.571em 0;
    background: #f8fafc url(images/divider4.png) repeat-x bottom center;
}

#inthebook SECTION H2 {
    color: #EF2228;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
}

#inthebook SECTION {
    width: 635px;
}

.subdivider1 {
    margin: 1.5em auto;
    width: 815px;
    height: 12px;
    background: transparent url(images/subdivider1.png) no-repeat 0 0;
}

.subdivider2 {
    margin: 1.5em auto;
    width: 719px;
    height: 10px;
    background: transparent url(images/subdivider2.png) no-repeat 0 0;
}

.subdivider3 {
    margin: 3em auto;
    width: 838px;
    height: 14px;
    background: transparent url(images/subdivider3.png) no-repeat 0 0;
}

#author .headshot {
    float: left;
}

#author .bio {
    width: 433px;
    margin-left: 115px;
}

.social-body {
    margin-left: 22em;
    padding-top: 185px;
    padding-bottom: 2.571em;
    min-height: 20em;
}

#social  .chat-heading H1 {
    width: 7.25em;
}

.social-body H3 {
    text-transform: uppercase;
    color: #EF2228;
    font-size: 1.25em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.social-body INPUT {
    line-height: 2;
}

.social-body INPUT[type=button] {
    color: #fff;
    background-color: #EF2228;
    background-color: rgba(239, 34, 40, 1);
    font-weight: 500;
    font-size: 1.125em;
    border-style: none;
    text-transform: uppercase;
    padding: 0 1.5em;
}

.social-body .connect {
    padding-top: 2em;
}

.social-body .connect UL {
    margin: 0;
    padding: .5em 0 0 0;
    list-style-type: none;
}

.social-body .connect LI {
    margin: 0;
    padding: 0;
    float: left;
    padding-right: 1em;
}

.social-body A {
    display: block;
    background-color: #000;
    border-radius: 1.5em;
    padding: .5em;
}

.social-body .icon {
    fill: white;
    width: 1.5em;
    height: 1.5em;
}


#order {
    background-color: #fff;
    padding: 25px 0;
}

#order .inner {
    width: 510px;
}

#order .left {
    float: left;
}

#order .right {
    margin-left: 155px;
}


#order H1 {
    font-size: 1.875em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1;
}


.twitter-widget {
    width: 330px;
    float: left;
}

.svg-defs {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.speaking {
    padding-bottom: 1em;
}

.speaking P {
    margin-top: 0;
}
