.dropcap  {
	font-family: 'Knockout 49 A', 'Knockout 49 B';
    font-size: 120px;
    color: #333;
    display: block;
    float: left;
    margin: 28px 10px 10px 0;
    letter-spacing: -2px;
    /* text-shadow: 1px 1px 0px white, 2px 2px 0px #CCC; */
}

.droptext {
    font-size: 26px;
    line-height: 27px;
    color: #777;
    display: block;
    float: left;
    margin: -1px 5px 0 0;
}

blockquote.pullquote {
    width: 500px;
    padding: 0px 0 0 22px;
    border: 0;
    font-size: 14px;
    line-height: 150%;
    margin: 30px 0px 35px 20px;
    letter-spacing: 0;
    font-style: normal;
    text-align: justify;
    border-left: 4px double #CCC;
}

.button {
	display: inline;
	width: auto;
    background-color: #000000;
    padding: 8px 17px;
    font-family: 'Knockout 49 A', 'Knockout 49 B', Helvetica, 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin: 0px 0 8px 0;
}
.button:hover {
    background-color: #F45900;
}

.button a {
	color: #FFFFFF;
	text-decoration: none;
}
.button a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.button.amzn .price {
    color: #999;
}

.button.big {
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    margin: 20px auto;
    display: inline-block;
    background-color: #F45900;
    font-size: 28px;
    padding: 15px 0;
}

.button.big:hover {
    background-color: #000000;
}

.info {
	display: inline;
	width: auto;
    background-color: #777777;
    padding: 10px 13px 7px 13px;
    border: 0;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0px 20px 8px 0px;
}

/* Image format shortcodes */

.inline-lg,
.inline-xl {
    position: relative;
    display: inline-block;
    margin:0 auto 0px;
}

/* 970 px wide */
.inline-lg {
    margin: 0 auto 15px -160px;
}

/* 1440 px wide */
.gp100-post-content .inline-lg {
    margin: 0 auto 27px -235px;
}

/* 1600 px wide */
.inline-xl {
    margin: 0 auto 0 -475px;
}

.inline-l {
    padding: 20px 25px 0 0;
    float: left;
}

.inline-r {
    padding: 20px 0 0 25px;
    float: right;
}

.inline-lg.slider {
    margin: 40px -160px 50px -160px;
}

.inline-offset-l {
    margin: 6px 20px 10px -160px;
    float: left;
}

.inline-offset-r {
    margin: 6px -160px 10px 20px;
    float: right;
}

@media all and (max-width: 970px) {

    img.inline-xl,
    img.inline-lg {
        margin: 0;
        width: 100%;
        height: auto;
    }

}

/* Hero format shortcodes */

.hero-lg,
img.hero-xl {
    display: inline-block;
}

/* 1440px wide */
.hero-lg {
    margin: 0 auto 0 -235px;
}

/* 1600px wide */
.hero-xl {
    margin: 0 auto 0 -315px;
}

/* 1920px wide */
.hero-xxl {
    margin: 0 auto 0 -475px;
}

/* End Hero image format shortcodes */

@media (max-width: 1024px) {
/* @media all and (device-width: 768px) and (device-height: 1024px) { */

    .inline-xl {
        width: 1024px;
        height: auto;
        margin: 0 auto 0 -198px;
    }

    .inline-lg {
        width: 970px;
        height: auto;
        margin: 0px auto 0 -160px;
    }

    .hero-lg {
        width: 970px;
        height: auto;
        margin: 0;
    }

}

/* Ad format shortcodes */

#TR-1.shortcode {
    margin: 0 -160px 11px 0;
    float: right;
    overflow: hidden;
    height: 650px !important;
}

#TR-1.shortcode.ad-offset-r {
    margin: 5px -160px 10px 30px;
    float: right;
    overflow: hidden;
    height: 625px !important;
}

/* End ad format shortcodes */

.chapter-title {
    width: 100%;
    margin: 80px 0 10px 0;
    line-height: 54px;
    font-size: 56px;
    font-family: 'Gotham A','Gotham B', Helvetica;
    letter-spacing: 3px;
    font-weight: 400;
    text-align: center;
}

.editors-note {
    font-family: 'Gotham A','Gotham B', Helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #444;
    padding: 20px 25px 20px 25px;
    text-align: left;
    width: 650px;
/*     margin: 20px auto 20px auto; */
    margin: 8px auto 20px auto;
    background: #f7f7f7;
    text-align: justify;
}

/* More Widget */

.more-widget {
    font-family: 'Knockout 49 A', 'Knockout 49 B', Helvetica;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    width: 100%;
    padding: 15px 0 15px 0;
    color: #ccc;
    border-top: 1px #e2e2e2 solid;
    border-bottom: 1px #e2e2e2 solid;
    display: inline-block;
    overflow: hidden;
}

.more-widget .more-posts {
    display: inline-block;
    width: 100%;
}

.more-widget .more-post {
    display: inline-block;
    width: 150px;
    height: 115px;
    vertical-align: top;
}

.more-widget .more-post:nth-child(odd) {
    margin-right: 17px;
}

.more-widget .more-post:nth-of-type(-n+2) {
    margin-bottom: 20px;
}

.more-widget .rollover-thumb {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.more-widget a {
    color: #0054a6;
}

.more-widget img {
    position: relative;
    width: 150px;
    height: auto;
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
    -moz-filter: brightness(0.6);
}

.more-widget .rollover-text {
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.more-widget .left {
    width: 333px;
    float: left;
    border-right: 1px #e2e2e2 solid;
    padding-right: 10px;
}

.more-widget .right {
    float: right;
}

/* Clusters */

.cluster {
    margin-bottom: 30px;
}

.cluster p {
    margin: 0 0 10px 0;
}

.cluster .title {
    font-weight: bold;
    margin: 10px 0 3px 0;
}

/* Email Sign Up */

.mc4wp-form {
    color: #000000;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    background-color: #f6f7f8;
    padding: 25px;
    display: inline-block;
    width: 650px;
}

#mc-orange.mc4wp-form,
#mc-multiple-orange.mc4wp-form {
    background-color: #f45900;
    color: #ffffff;
}

#mc-gray.mc4wp-form,
#mc-multiple-gray.mc4wp-form {
    background-color: #565758;
    color: #ffffff;
}

#mc-multiple-green.mc4wp-form {
    background-color: #62ba4e;
    color: #ffffff;
}

#mc-multiple.mc4wp-form .title,
#mc-multiple-orange.mc4wp-form .title,
#mc-multiple-gray.mc4wp-form .title,
#mc-multiple-green.mc4wp-form .title {
    width: 50%;
    float: left;
}

#mc-orange.mc4wp-form .title,
#mc-orange.mc4wp-form .subtitle,
#mc-gray.mc4wp-form .title,
#mc-gray.mc4wp-form .subtitle {
    width: 100%;
    display: block;
    float: left;
}

.mc4wp-form .subtitle {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 5px;
}

.mc4wp-form .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
}

.mc4wp-form input[type=email] {
    height: 36px;
    width: 100%;
    border: 0;
    width: 300px;
    padding-left: 10px;
}

.mc4wp-form input[type=submit] {
    display: inline;
    background-color: #000000;
    padding: 8px 17px;
    font-family: 'Knockout 49 A', 'Knockout 49 B', Helvetica, 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin: 0px 0 8px 0;
    width: 300px;
    margin-top: 10px;
    border: 0;
}

#mc-orange.mc4wp-form input[type=submit],
#mc-multiple-orange.mc4wp-form input[type=submit] {
    background-color: #ce4d18;
}

#mc-multiple-orange.mc4wp-form .button:hover {
    background-color: #f7f7f7;
    color: #000000;
}

#mc-multiple.mc4wp-form ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

#mc-multiple.mc4wp-form label,
#mc-multiple-orange.mc4wp-form label,
#mc-multiple-gray.mc4wp-form label,
#mc-multiple-green.mc4wp-form label {
    display: inline;
    font-size: 14px;
    margin-right: 28px;
}

#mc-multiple.mc4wp-form label:last-child,
#mc-multiple-orange.mc4wp-form label:last-child,
#mc-multiple-gray.mc4wp-form label:last-child,
#mc-multiple-green.mc4wp-form label:last-child {
    margin-right: 0;
}

.mc4wp-form .mc-field-group {
    width: 50%;
    display: inline-block;
}

.mc4wp-form .mc-field-group.left {
    float: left;
}

#mc-multiple-orange.mc4wp-form .mc-field-group {
/*     float: right; */
    display: inline-block;
}

.mc4wp-form.multiple .mc-field-group {
    float: right;
    display: inline-block;
}

.mc4wp-form .mc-field-group.input-group,
#mc-multiple-orange.mc4wp-form .mc-field-group.input-group {
    float: right;
}

#mc-multiple.mc4wp-form .mc4wp-form-fields p {
    border-top: 1px #000000 solid;
}

#mc-multiple-orange.mc4wp-form .mc4wp-form-fields p,
#mc-multiple-gray.mc4wp-form .mc4wp-form-fields p,
#mc-multiple-green.mc4wp-form .mc4wp-form-fields p {
    border-top: 1px #cccccc solid;
    width: 100%;
    padding-top: 0;
    margin-top: 25px;
    clear: right;
}

/*
.mc4wp-form.single .subtitle,
.mc4wp-form.single .title {
    width: 100%;
    display: inline-block;
}
*/
