/*
Theme Name: Cheryl B. McMillan
Description: A custom Bootstrap v3.3.5 responsive theme design for WordPress v4.2.4.
Version: 2015.09.25
Author: COSO Media
Author URI: http://www.cosomedia.com/;
*/

body {
    font-family: 'Open Sans', sans-serif;
}
p a,
p a:visited {
    color: #037EE8;
    font-weight: bold;
}
p a:hover {
    color: #6dbe45;
    text-decoration: none;
}
.span {
    width: 100%;
    display: block;
    height: auto;
}
.stripes {
    background: url(images/stripes.png) repeat-x 0 0;
    height: 7px;
}
header,
footer {
    background: url(images/conciousness-spirals.png) repeat 0 0;
}
header {
    padding-bottom: 20px;
}
header a.logo img {
    margin: 40px auto 20px auto;
    max-width: 100%;
    height: auto;
    display: block;
}
header ul.social {
    margin: 0 0 30px 0;
    padding: 20px 0 0 0;
    list-style: none;
    text-align: center;
}
header ul.social li {
    display: inline-block;
    padding: 0 5px;
}
header ul.social li a {
    color: #aaaaaa;
    font-size: 36px;
}
header ul.social li a:hover {
    color: #ffffff;
}
div.navstripe {
    background: #000;
}
div.navstripe .navbar {
    margin-bottom: 0;
}
div.navstripe .navbar .navbar-nav>li>a {
    color: #adadad;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 18px;
}
div.navstripe .navbar .navbar-nav>.active>a,
div.navstripe .navbar .navbar-nav>.active>a:focus,
div.navstripe .navbar .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #000000;
}
div.navstripe .navbar .nav>li>a:focus,
div.navstripe .navbar .nav>li>a:hover {
    text-decoration: none;
    /*background-color:#6ea3d8;*/
    
    color: #000000;
}
div.navstripe .navbar .dropdown-menu>li>a:focus,
div.navstripe .navbar .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #B1D7FD;
}
div.navstripe .navbar .nav .open>a,
div.navstripe .navbar .nav .open>a:focus,
div.navstripe .navbar .nav .open>a:hover {
    /*background-color:#6ea3d8;*/
    
    border-color: #337ab7;
    color: #000000;
}
div.navstripe .navbar .nav>li.blue>a:focus,
div.navstripe .navbar .nav>li.blue>a:hover {
    background-color: #6ea3d8;
}
div.navstripe .navbar .nav>li.green>a:focus,
div.navstripe .navbar .nav>li.green>a:hover {
    background-color: #6dbe45;
}
div.navstripe .navbar .nav>li.orange>a:focus,
div.navstripe .navbar .nav>li.orange>a:hover {
    background-color: #e69d33;
}
aside.inspirational-quotes,
aside.blog-block {
    background: #6dbe45;
    padding: 25px 0;
    color: #ffffff;
}
aside.inspirational-quotes p.quote {
    font-weight: 300;
    font-size: 18px;
    background: url(images/inspirational-quotes-bg.png) no-repeat 0 0;
    padding: 50px 40px 0 40px;
    margin: 0 0 30px 0;
}
aside.blog-block p.block-title {
	font-size: 36px;
}
aside.blog-block p.block-subtitle {
	font-size: 24px;
	font-weight: 300;
}
/*aside.inspirational-quotes p.quote::after 						{ content:"\201D"; }*/

aside.inspirational-quotes p.cite {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 21px;
    text-align: right;
    margin-right: 20px;
    display: block;
}
div.content {
    margin: 25px 0 60px 0;
}
div.content {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 1.8;
}
div.content h1,
div.content h2,
div.content h3,
div.content h4,
div.content h5,
div.content h6 {
    font-family: 'Montserrat' /*!important*/;
    font-weight: 700px;
    line-height: 1.3;
}
div.content h1 {
    font-size: 40px;
}
div.content h2 {
    font-size: 32px;
}
div.content h3 {
    font-size: 28px;
}
div.content h4 {
    font-size: 24px;
}
div.content h5 {
    font-size: 21px;
}
div.content h6 {
    font-size: 18px;
}
div.content h1.post-title.post-title {
    color: #555;
}
div.content h1 {
    padding: 20px 0;
    background: url(images/stripes.png) repeat-x 50% 100%;
    margin-bottom: 40px;
}
div.content p {
    margin: 0 0 20px 0;
}
div.content ul {
    list-style: disc;
    display: block;
    margin: 5px 0 20px 20px;
    padding: 0 0 0 20px;
}
div.content ul ul {
    list-style: circle;
    margin-bottom: 0;
}
div.content ul ul ul {
    list-style: square;
    margin-bottom: 0;
}
div.content ul ul ul ul {
    list-style: circle;
    margin-bottom: 0;
}
div.content ol {
    list-style: decimal;
    margin: 0 0 20px 20px;
    padding: 0 0 0 20px;
}
div.content ol ol {
    list-style: lower-alpha;
    margin-bottom: 0;
}
div.content ol ol ol {
    list-style: lower-roman;
    margin-bottom: 0;
}
div.content ol ol ol ol {
    list-style: lower-alpha;
    margin-bottom: 0;
}
div.content li {
    margin: 0 0 10px 0;
    padding: 0;
}
div.content blockquote {
    background: url();
    font-size: 16px;
    font-style: italic;
    background: #eee;
    color: #444;
    padding: 30px;
    border: 5px #ddd solid;
}
div.content blockquote p:last-child {
    margin: 0;
}
div.content .post-meta p {
    background: #f5f5f5;
    padding: 10px;
    color: #888;
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 2px #888 dotted;
    border-bottom: 2px #888 dotted;
}
div.content .list-post-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px #898989 dashed;
}
div.content .list-post-item:last-child {
    border: none;
}
div.content .list-post-item h2 {
    font-size: 24px;
    line-height: 1.3;
}
div.content .list-post-item .post-meta {
    display: inline-block;
}
div.content .list-post-item .post-meta p {
    padding: 5px 10px;
    border: 1px #888 dotted;
}
div.content .post-featured-image {
    margin-bottom: 30px;
}
div.content ol.search-results {
    margin: 0 0 20px 10px;
}
div.content ol.search-results .result .title {
    font-size: 18px;
    margin: 0 0 10px 0;
}
div.content ol.search-results .result .excerpt {
    margin-bottom: 40px;
}
div.content .author-profile .author-circle img {
    margin: 0 auto 20px auto;
}
div.content .author-profile h1 {
    text-align: center;
    margin-bottom: 15px;
}
div.content .author-profile p.author-meta {
    text-align: center;
}
div.content .weight1 .panel-post-item {
    min-height: 300px;
}
div.content .weight2 .panel-post-item {
    min-height: 400px;
}
div.content .weight1 .panel-post-item {
    background-size: 150%;
}
div.content .weight2 .panel-post-item {
    background-size: 100%;
}
div.content .panel-post-item {
    color: #ffffff;
    background: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: relative;
    margin: 0 0 30px 0;
    -webkit-transition: all 0.5s ease;
    -webkit-transform-origin: top left;
}
div.content .weight1 .panel-post-item:hover {
    background-size: 200%;
    -webkit-transition: background-size(0.25);
    -moz-transition: background-size(0.25);
    transition: background-size(0.25)
}
div.content .weight2 .panel-post-item:hover {
    background-size: 125%;
    -webkit-transition: background-size(0.25);
    -moz-transition: background-size(0.25);
    transition: background-size(0.25)
}
div.content .panel-post-item .overlay {
    background: url(images/overlay.png) repeat 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
div.content .panel-post-item .overlay h2 {
    font-size: 16px;
    margin: 20px 20px 0 20px;
    border-bottom: 1px #777 dotted;
    padding-bottom: 10px
}
div.content .weight2 .panel-post-item .overlay h2 {
    font-size: 28px;
}
div.content .panel-post-item .overlay p {
    margin: 10px 20px 20px 20px;
    font-size: 12px;
    color: #aaa;
}
div.content form span.frm_required {
    color: red;
}
div.content .pager {
    margin: 0;
    padding: 30px 0 0 0;
    border-top: 2px #eee solid;
}
div.content .pager li>a {
    margin: 0 2px;
}
div.content .list-image {
    max-width: 220px;
}
div.content h2.member-group-title {
    font-size: 24px;
}
div.content .members .member {
    border: 1px #cccccc solid;
    border-radius: 6px;
    margin-bottom: 30px;
}
div.content .members .photo {
    width: 125px;
    height: auto;
    margin: 10px 5px 10px 10px;
    border-radius: 4px;
}
div.content .members .name {
    font-size: 18px;
    font-weight: bold;
    margin: 16px 0 0 0;
    padding: 0;
}
div.content .members .title {
    font-family: "Handlee";
    font-size: 18px;
    margin: 0 10px 10px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px #cccccc solid;
}
div.content .members .img-card {
    display:flex;
    align-items:center;
    justify-content: flex-start;
    line-height:1;
    margin-bottom:10px;
}
div.content .members .no-img-title {
    margin:0 10px 10px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px #ccc solid;
}
div.content .members .member-img {
    width:75px !important;
    margin-right:10px !important;
    margin-bottom:0px !important;
}
div.content .members .title-em {
    font-size:14px;
    clear: both;
    font-family: 'Handlee';
}
div.content .members a.logo {
    display: inline-block;
}
div.content .members a.logo img {
    width: 100px;
    height: auto;
    margin: 0 0 10px 0;
}
div.content .members a.logo:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
div.content .formbox {
    padding: 30px 30px 20px 30px;
}
div.content .formbox.green {
    background: #6dbe45;
    color: #ffffff;
}
div.content .event-meta h2 {
    margin: 0 0 30px 0;
}
div.content .event-meta p {
    margin: 0 0 10px 0;
}
div.content .event-meta p strong {
    font-size: 18px;
}
div.content ul.pdf-list {
    list-style: none;
    margin: 0 0 20px 20px;
    padding: 0;
}
div.content ul.pdf-list li {
    margin: 0 0 5px 0;
    padding: 0;
    margin: 0 10px 0 0;
}
div.content ul.pdf-list li a {
    display: block;
    padding: 5px 0 5px 20px;
}
div.content ul.pdf-list li a:hover {
    text-decoration: none;
}
div.content ul.pdf-list li a:before {
    font-family: "FontAwesome";
    content: "\f1c1";
    margin: 0 8px 0 -18px;
    color: red;
}
div.sidebar {
    margin: 70px 0 60px 0;
}
div.sidebar h4 {
    font-family: "Arvo";
    font-size: 32px;
    color: #585858;
    margin: 60px 0 30px 0;
}
div.sidebar a.sidebar-c2a {
    display: block;
    margin-top: 30px;
}
div.sidebar a.sidebar-c2a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.event-date {
    text-align: center;
    color: #fff;
    background: #e69d33;
    width: 70px;
}
.event-date .event-date-month,
.event-date .event-date-day {
    display: block;
    font-family: 'Oswald';
    margin: 0;
    padding: 0;
    line-height: 1;
}
.event-date .event-date-month {
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0 3px 0;
}
.event-date .event-date-day {
    font-size: 38px;
    padding: 3px 0 10px 0;
}
div.sidebar .upcoming-events .event-details h5 {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
div.great-reads a {
    text-decoration: none;
}
div.great-reads .book {
    margin-bottom: 30px;
}
div.great-reads .book-cover {
    display: inline-block;
    box-shadow: 5px 5px 10px #ddd;
    border: 1px #aaa solid;
}
div.great-reads .book-cover a img {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
}
div.great-reads .book-cover a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
div.great-reads .book-details {
    padding-top: 10px;
}
div.great-reads .book-details h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
div.great-reads .book-details em {
    font-style: italic;
    font-size: 13px;
    display: block;
    margin: 0 0 5px 0;
}
div.great-reads .book-details a.btn {
    margin: 0 0 10px 0;
    font-weight: bold;
}
div.great-reads .book-details a.btn img {
    display: inline-block;
    margin: 0 5px 0 0;
    border-right: 1px #ccc solid;
}
div.great-reads .book-details a.btn:hover img {
    border-right: 1px #999 solid;
}
div.great-reads .book-tag .tag {
    margin: 0 0 10px 0;
    background: #e69d33 url(images/tag-bg.png) no-repeat 0 50%;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 5px 2px 20px;
}
aside.meet-the-authors {
    background: #e69d33;
    text-align: center;
    color: #ffffff;
    padding: 50px 0 70px 0;
}
aside.meet-the-authors h3 {
    font-family: 'Arvo', sans-serif;
    font-weight: 400;
    font-size: 42px;
    padding: 0;
    margin: 0 0 40px 0;
}
aside.meet-the-authors .author-circle a {
    color: #ffffff;
    display: block;
}
aside.meet-the-authors .author-circle a:hover {
    text-decoration: none;
}
.author-circle img,
aside.meet-the-authors .author-circle a img {
    border-radius: 50%;
    margin: 0 0 20px 0;
}
aside.meet-the-authors .author-circle a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
aside.meet-the-authors .author-circle a h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 21px;
    margin: 0 0 5px 0;
    padding: 0;
}
aside.meet-the-authors .author-circle a em {
    font-weight: 300;
    font-size: 21px;
    font-style: italic;
    margin: 0;
    padding: 0;
}
footer {
    padding: 60px 0 0 0;
}
footer h4 {
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 24px;
    text-transform: uppercase;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin: 0 0 5px 0;
    padding: 0;
}
footer ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #999999;
}
footer ul li a:hover {
    color: #6ea3d8;
}
footer .ctct-embed-signup label {
    display: none;
}
footer p.constant-contact-footer {
    font-size: 10px;
    color: #888;
    padding-top: 20px;
}
footer div.ctct-form-errorMessage {
    color: red;
    padding-top: 5px;
    margin-bottom: 20px;
}
footer .copyright {
    background: #000000;
    text-align: center;
    margin-top: 60px;
}
footer .copyright p {
    color: #555;
    font-size: 11px;
    margin: 0;
    padding: 30px 0;
}
footer .copyright p a {
    color: #888;
}
.btn {
    text-decoration: none !important;
}
.btn-blue,
.btn-blue:visited {
    color: #fff;
    background-color: #6ea3d8;
    border-color: #4a80b6;
}
.btn-blue.active,
.btn-blue.focus,
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover,
.open>.dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #4a80b6;
    border-color: #366ca1;
}
.btn-orange,
.btn-orange:visited {
    color: #fff;
    background-color: #e69d33;
    border-color: #c7811b;
}
.btn-orange.active,
.btn-orange.focus,
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover,
.open>.dropdown-toggle.btn-orange {
    color: #fff;
    background-color: #c7811b;
    border-color: #a76607;
}
.btn-green,
.btn-green:visited {
    color: #fff;
    background-color: #6dbe45;
    border-color: #4e9a28;
}
.btn-green.active,
.btn-green.focus,
.btn-green:active,
.btn-green:focus,
.btn-green:hover,
.open>.dropdown-toggle.btn-green {
    color: #fff;
    background-color: #4e9a28;
    border-color: #337114;
}
.btn-white,
.btn-white:visited {
    color: #555;
    background-color: #ffffff;
    border-color: #ccc;
}
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    color: #111;
    background-color: #ffffff;
    border-color: #999;
}
.clear {
    clear: both;
}
.red {
    text-align: center;
    color: red;
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    aside.inspirational-quotes p.quote {
        font-size: 21px;
    }
    div.content .author-profile h1,
    div.content .author-profile p.author-meta {
        text-align: left;
    }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    header ul.social {
        text-align: right;
    }
    div.navstripe .navbar .navbar-nav>li>a {
        font-size: 15px;
    }
    aside.inspirational-quotes p.quote {
        font-size: 25px;
    }
    aside.inspirational-quotes p.cite {
        margin-right: 200px;
    }
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    div.navstripe .navbar .navbar-nav>li>a {
        font-size: 18px;
    }
}
/* Mobile Nav Triggered on Small Devices & Lower */

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .empty-panel {
        display: none !important;
    }
}
/* WordPress Core  */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* 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. */
}
.empty-panel {
    background-color: transparent !important;
}
.event-details h5 {
    width: 100% !important;
    word-wrap: break-word !important;
    -ms-word-break: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
}
.event {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px #898989 dashed;
}
.nav-tabs li {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.upcoming-events .btn-blue {
    margin-top: 10px;
}
.testimonial-card {
    border: 1px #cccccc solid;
    border-radius: 6px;
    margin: 15px 0px 15px 0px;
    padding: 15px;
}
.testimonial-content p {
    font-size: 14px !important;
}
.testimonial-content {
    margin-bottom: 0px;
}
.testimonial-details {
    text-align: center;
}
.testimonial-details p {
    margin: 0px !important;
}
.single-event-content {
    overflow: hidden;
}
.nav-no-left-margin {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.popular-posts {
    position: relative;
}
.popular-posts > li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 80px;
}

.popular-posts > li > a {
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.popular-posts > li .tptn_after_thumb {
    
}

.popular-posts > li .tptn_after_thumb .tptn_link {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #337ab7;
    margin-bottom: 5px;
}

.popular-posts > li .tptn_after_thumb .crp_author {}
.popular-posts > li .tptn_after_thumb .tptn_date {}
.popular-posts > li .tptn_after_thumb .tptn_excerpt {
    display: block;
    padding-top: 5px;
}