/*
Theme Name: Cassia
Theme URI: http://solopine.com/
Description: A WordPress Blog Theme
Author: Solo Pine Designs
Author URI: http://solopine.com
Tags: black, white, two-columns, right-sidebar, flexible-width, custom-colors, custom-menu, featured-images, theme-options, translation-ready
Version: 1.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@import url("css/reset.css");
@import url("css/flexslider.css");
@import url("css/colorbox.css");

body {
    font-family: "Droid Serif";
    background: white;
}

a {
    text-decoration: none;
    color: #A5C8FF;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display";
}

p {
    font-size: 14pt;
    color: #000;
    line-height: 1.8em;
}

/*** GENERAL STYLES ***/
/*********************************************************/

.button {
    background-color: #e1cbec;
    display: inline-block;
    margin-top: 15px;
    padding: 15px 30px;
}

.vidcentered {
    width: 50%;
    margin: 0 auto 20px;
}

#wrapper {
    overflow: hidden;
    width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1400px) {
    #wrapper {
        width: 960px;
    }
}

.container {
    width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1400px) {
    .container {
        width: 960px;
    }
}

#main {
    width: 590px;
    float: left;
    margin-right: 40px;
}

#main.fullpost {
    width: 100%;
}


.one-half {
    float: left;
    width: 49%;
}

.one-half:last-child {
    float: right;
}

.one-half p {
    width: 94%;
    text-align: justify;
}

ul.checkmark li {
    font-size: 16pt;
    margin-bottom: 1em;
    list-style-type: none !important;
    padding: 0.25em 0 0 2.5em;
    position: relative;
}

ul.checkmark li:before {
    content: " ";
    display: block;
    border: solid 0.8em #e1cbec;
    border-radius: 0.8em;
    height: 0;
    width: 0;
    position: absolute;
    left: 0.5em;
    top: 40%;
    margin-top: -0.5em;
}

ul.checkmark li:after {
    content: " ";
    display: block;
    width: 0.3em;
    height: 0.6em;
    border: solid #6e00a5;
    border-width: 0 0.2em 0.2em 0;
    position: absolute;
    left: 1em;
    top: 40%;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.realvideo iframe {
    width: 100%;
    height: 517px;
}


/*** HEADER STYLES ***/
/*********************************************************/
#post-182 .post-heading h2, #post-325 .post-heading h2,
#post-203 .post-heading h2, #post-251 .post-heading h2,
#page-252 .post-heading h2, #post-183 .post-heading h2,
#post-252 .post-heading h2 {
    display: none;
}

#header {
    height: 90px;
    background: url(img/header-overlay.png) repeat-x bottom;
    background-color: #A5C8FF;
    margin-bottom: 40px;
    width: 100%;
}

/*** Header layout 2 ***/
#header2 {
    margin-bottom: 10px;
}

#header2 .flexslider .slides li {
    background-size: 100% auto !important;
}

#logo2 {
    text-align: center;
    padding: 40px 0;
}

/*** Navigation ***/
#navigation2 {
    text-align: center;
    border-top: 1px solid #EFF3FB !important;
    border-bottom: 1px solid #EFF3FB !important;
    z-index: 100;
    position: relative;
    background: #E9EFFB !important;
}

#navigation2 ul li {
    display: inline-block;
    position: relative;
}

#navigation2 ul li a {
    font-family: "Playfair Display";
    font-size: 14pt;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 13px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-weight: bold;
}

/*** Dropdown ***/
#navigation2 ul li ul {
    position: absolute;
    left: -20000px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #dddddd;
}

#navigation2 ul li:hover > ul {
    position: absolute;
    left: 0;
    top: 50px;
}

#navigation2 ul li ul li {
    float: none;
    height: auto;
}

#navigation2 ul li ul li a {
    min-width: 156px;
    font-size: 14pt;
    letter-spacing: 1px;
    color: #6f08a3;
    height: auto;
    background: #fff;
    display: block;
    line-height: 16px;
    padding: 10px 0;
    margin: 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: left;
    padding-left: 14px;
}

#navigation2 ul li ul li a:hover {
    background: #f2f2f2;
    color: #777;

    border: none;
}

#navigation2 ul li ul li:hover > a {

    border: none;
}

#navigation2 ul li ul li.current-menu-item:last-child a, #navigation2 ul li ul li.current_page_item:last-child a {
    margin-right: 0;
}

/** dropdown lvl 3 **/
#navigation2 ul li ul li ul {
    position: absolute;
    left: -20000px;
    border-top: 1px solid #ddd;
}

#navigation2 ul li ul li:hover ul {
    top: 0;
    left: 170px;
}

/** dropdown lvl 4 **/
#navigation2 ul li ul li ul.sub-menu li ul {
    position: absolute;
    left: -20000px;
}

#navigation2 ul li ul li ul.sub-menu li:hover ul {
    top: 0;
    left: 170px;
}

/** dropdown lvl 5 **/
#navigation2 ul li ul li ul.sub-menu li ul.sub-menu li ul {
    position: absolute;
    left: -20000px;
}

#navigation2 ul li ul li ul.sub-menu li ul.sub-menu li:hover ul {
    top: 0;
    left: 170px;
}


#logo {
    margin-top: 22px;
    float: left;
}

/*** Navigation ***/
#navigation {
    float: right;
}

#navigation ul li {
    float: left;
    height: 90px;
    position: relative;
    display: block;
    z-index: 50;
}

#navigation ul li.current-menu-item, #navigation ul li.current_page_item {
    background: rgba(70, 70, 70, .1);
}

#navigation ul li a {
    font-family: "Playfair Display";
    font-size: 13pt;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 88px;
    margin: 0 16px 0 18px;
}

#navigation ul li:last-child a {
    margin-right: 0;
}

#navigation ul li.current-menu-item:last-child a, #navigation ul li.current_page_item:last-child a {
    margin-right: 16px;
}

#navigation ul li a:hover, #navigation ul li:hover > a {
    border-bottom: 2px solid #FFF;
    padding-bottom: 3px;
}

/*** Dropdown ***/
#navigation ul li ul {
    position: absolute;
    left: -20000px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #dddddd;
}

#navigation ul li:hover > ul {
    position: absolute;
    left: 0;
    top: 90px;
}

#navigation ul li ul li {
    float: none;
    height: auto;
}

#navigation ul li ul li a {
    min-width: 156px;
    font-size: 14pt;
    letter-spacing: 1px;
    color: #777;
    padding: 10px 12px;
    background: #fff;
    display: block;
    line-height: 16px;
    margin: 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#navigation ul li ul li a:hover {
    background: #f2f2f2;
    color: #777;
    padding: 10px 12px;
    border: none;
}

#navigation ul li ul li:hover > a {
    padding-bottom: 10px;
    border: none;
}

#navigation ul li ul li.current-menu-item:last-child a, #navigation ul li ul li.current_page_item:last-child a {
    margin-right: 0;
}

/** dropdown lvl 3 **/
#navigation ul li ul li ul {
    position: absolute;
    left: -2000px;
    border-top: 1px solid #ddd;
}

#navigation ul li ul li:hover ul {
    top: 0;
    left: 180px;
}

/** dropdown lvl 4 **/
#navigation ul li ul li ul.sub-menu li ul {
    position: absolute;
    left: -20000px;
}

#navigation ul li ul li ul.sub-menu li:hover ul {
    top: 0;
    left: 180px;
}

/** dropdown lvl 5 **/
#navigation ul li ul li ul.sub-menu li ul.sub-menu li ul {
    position: absolute;
    left: -20000px;
}

#navigation ul li ul li ul.sub-menu li ul.sub-menu li:hover ul {
    top: 0;
    left: 180px;
}

/*** FEATURED AREA STYLES ***/
/*********************************************************/

.featured-area {
    margin-bottom: 40px;
    overflow: hidden;
    height: 400px;
}

.featured-area.tabs-wrapper img {
    float: left;
    margin-right: 20px;
    width: 620px;
    height: 400px;
}

.featured-area ul.featured-tab {
    overflow: hidden;
}

.featured-area ul.featured-tab li {
    border-left: 1px solid #e5e5e5;
    padding-left: 18px;
    height: 85px;
    margin-bottom: 20px;
}

.featured-area ul.featured-tab li:last-child {
    margin-bottom: 0;
}

.featured-area ul.featured-tab li.active {
    border-left: 1px solid #000;
}

.featured-area ul.featured-tab li:hover {
    border-left: 1px solid #000;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.featured-area ul.featured-tab li .featured-text {

}

.featured-area ul.featured-tab li .featured-text h3 a {
    font-size: 18pt;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 2px;
    display: block;
}

.featured-area ul.featured-tab li .featured-text span.featured-meta {
    font-size: 14pt;
    font-family: "Playfair Display";
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}

/** slider **/
.flexslider ul.slides li .overlay {
    background: rgba(0, 0, 0, .2);
    height: 350px;
    width: 960px;
    position: absolute;
    bottom: 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    z-index: 1;
}

.flexslider ul.slides li .overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.flexslider ul.slides li:hover > .overlay {
    background: rgba(0, 0, 0, .6);
}

.flexslider ul.slides li .feature_text {
    width: 80%;
    vertical-align: middle;
    display: inline-block;
    z-index: 100;
}

.flexslider ul.slides li .feature_text .feature-line {
    margin-bottom: 14px;
}

.flexslider ul.slides li .feature_text .feature-line span.line {
    height: 3px;
    width: 60px;
    background: #FFF;
    display: inline-block;
}

.flexslider ul.slides li .feature_text h2 a {
    font-size: 44pt;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Playfair Display";
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 12px;
    display: block;
}

.flexslider ul.slides li .feature_text p {
    color: #fff;
    font-size: 16pt;
    padding: 1px 8px;
    display: inline-block;
    margin-bottom: 40px;
}

.flexslider ul.slides li .feature_text span.feature_button {
    display: block;
}

.flexslider ul.slides li .feature_text span.feature_button a {
    border: 3px solid #FFF;
    color: #FFF;
    padding: 11px;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: Sans-serif;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.flexslider ul.slides li .feature_text span.feature_button a:hover {
    background: #000;
    color: #fff;
    border: 3px solid #FFF;
}

.flexslider ul.slides li .feature_text span.feature_button a i.fa {
    margin-left: 1px;
    font-size: 14pt;
}

/*** flexslider gallery **/
.flexslider.gallery {
    margin-bottom: 20px;
}

/*** POPULAR BLOCK STYLES ***/
/*********************************************************/
.popular-block {
    margin-bottom: 50px;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}

.block-heading {
    position: relative;
    text-align: center;
    font-size: 26pt;
    letter-spacing: 3px;
    line-height: 1em;
    margin-bottom: 30px;
}

.block-heading:before {
    content: "";
    display: block;
    border-top: solid 1px #e8e8e8;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.block-heading span {
    background: #fff;
    padding: 0 26px;
    position: relative;
    z-index: 5;
}

.popular-block .block-heading {
    text-transform: uppercase;
    font-size: 24pt;
}

.popular-item {
    width: 225px;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.popular-item.last {
    margin-right: 0;
}

.popular-item img {
    margin-bottom: 2px;
}

.popular-item span.cat a, .post.list .post-list-text span.cat a {
    text-transform: uppercase;
    font-weight: 700;
    color: #A5C8FF;
    font-size: 14pt;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 4px;
}

.post-list-text h2 {
    padding-right: 10px;
}

.popular-item h3 {
    text-align: center;
    margin-bottom: 12px;
}

.popular-item h3 a {
    font-size: 14pt;
    color: #000;
    letter-spacing: 1px;
}

.popular-item h3 a:hover {
    text-decoration: underline;
}

.popular-item span.date {
    display: block;
    margin-top: -4px;
    color: #999;
    font-size: 14pt;
    letter-spacing: 1px;
    font-family: "Playfair Display";
    text-transform: uppercase;
}

.mybooks img {
    height: 443px;
}

/*** SIDEBAR STYLES ***/
/*********************************************************/
#sidebar {
    width: 300px;
    float: right;
}

/*** WIDGETS ***/
.widget {
    margin-bottom: 35px;
    font-size: 14pt;
    line-height: 1.8em;
}

#sidebar .widget {
    color: #333;
}

#sidebar .widget a {
    color: #000;
}

.widget a:hover {
    text-decoration: underline;
}

#sidebar .widget p a {
    color: #A5C8FF;
    font-weight: 700;
}

.widget p {
    font-size: 14pt;
    margin-bottom: 18px;
}

.widget h4.block-heading {
    font-size: 14pt;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.widget h4.block-heading span {
    padding: 0 12px;
}

#sidebar .widget ul li {
    list-style-type: square;
}

#sidebar .widget ul li {
    border-bottom: 1px dotted #eee;
    margin-bottom: 7px;
    padding-bottom: 7px;
    line-height: 19px;
    color: #333;
    margin-left: 15px;
}

#sidebar .widget ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/** WIDGET ITEMS **/
#sidebar .widget ul.side-newsfeed li {
    list-style-type: none;
    margin-bottom: 17px;
    padding-bottom: 14px;
    margin-left: 0;
}

#sidebar .widget ul.side-newsfeed li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

#sidebar .widget ul.side-newsfeed li .side-item {
    overflow: hidden;
}

#sidebar .widget ul.side-newsfeed li .side-item .side-image {
    float: left;
    margin-right: 14px;
}

#sidebar .widget ul.side-newsfeed li .side-item .side-item-text {
    overflow: hidden;
}

#sidebar .widget ul.side-newsfeed li .side-item .side-item-text h4 a {
    margin-bottom: 3px;
    display: block;
    font-family: "Droid Serif";
}

#sidebar .widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
    font-size: 14pt;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/** ABOUT ME WIDGET **/
.about-img {
    margin-bottom: 10px;
    text-align: center;
}

.about-img img {
    max-width: 300px;
    height: auto;
}

.about-text p {
    margin-bottom: 14px;
}

.about-signature {
    text-align: center;
}

.about-signature .line {
    width: 70px;
    height: 3px;
    background: #e8e8e8;
    display: inline-block;
    margin-bottom: 10px;
}

.about-signature .signature {
    font-family: "Tangerine";
    font-size: 32pt;
    margin-bottom: -10px;
    color: #A5C8FF;
    display: block;
    text-align: center;
}

/*** Widget social ***/
.widget-social {
    text-align: center;
}

.round-icon, a i.round-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    border: 1px solid #e2e2e2;
    font-size: 14pt;
    color: #b4b4b4;
    text-align: center;
    line-height: 32px;
    margin: 0 2px 4px 2px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.round-icon:hover {
    background: #000;
    border: 1px solid #000;
    color: #FFF;
}

a:hover i.round-icon {
    text-decoration: none;
}

/*** Popular widget ***/
.side-popular {
    width: 300px;
    height: 180px;
    position: relative;
    margin-bottom: 40px;
}

.side-popular .popular-text {
    position: absolute;
    width: 280px;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
}

.side-popular .popular-text h3 {
    margin-bottom: 4px;
}

#sidebar .widget .side-popular .popular-text h3 a {
    color: #FFF;
    letter-spacing: 1px;
    font-size: 14pt;
}

#sidebar .widget .side-popular .popular-text h3 a:hover {
    text-decoration: none;
}

.side-popular .popular-text span.date {
    font-size: 14pt;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
}

.side-popular span.popular-number {
    display: inline-block;
    background-color: #A5C8FF;
    border: 4px solid #FFF;
    border-radius: 50px;
    color: #FFF;
    font-size: 18pt;
    font-weight: 700;
    padding: 9px;
    position: absolute;
    right: 12px;
    bottom: -24px;
}

.side-popular:hover > .popular-text {
    background: rgba(0, 0, 0, .8);
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

/*** Search widget ***/
#searchform input#s {
    border: 1px solid #e5e5e5;
    background: #fff url(img/searchsubmit.png) no-repeat 96% 13px;
    padding: 14px 14px;
    font-size: 14pt;
    color: #999;
    letter-spacing: 1px;
}

#searchform #s:focus {
    outline: none;
}

/** searchbar for sidebar ***/
#sidebar .widget #searchform input#s {
    width: 270px;
}

/*** Tagcloud ***/
.tagcloud a {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px 7px;
    color: #888;
    margin-right: 4px;
    margin-bottom: 8px;
    font-size: 14pt !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

.tagcloud a:hover {
    border: 1px solid #414141;
    color: #000;
    text-decoration: none;
}

/*** Calender widget ***/
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 12pt;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 10pt;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td a {
    font-weight: 700;
    color: #222;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10pt;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10pt;
    text-transform: uppercase;
    padding-top: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}

/** recent comments **/
.recentcomments {
    color: #888 !important;
}

/*** FOOTER STYLES ***/
/*********************************************************/
#footer {
    background: #666666;
    margin-top: 50px;
    padding: 30px 0 40px 0;
    width: 100%;
}

/*** Footer social ***/
.footer-social {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.footer-social span.social-item a {
    color: #aaa;
    margin: 0 20px;
    letter-spacing: 1px;
    font-size: 14pt;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
}

.footer-social span.social-item .round-icon {
    background: none;
    color: #aaa;
    width: auto;
    border: none;
    font-size: 14pt;
    margin-right: 4px;
}

.footer-social span.social-item a:hover, .footer-social span.social-item a:hover > .round-icon {
    color: #FFF;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    color: #626262;
    font-size: 11pt;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer-bottom img {
    margin-bottom: 8px;
}

.footer-bottom .fa.fa-heart {
    color: #e84142;
    margin: 0 3px;
    font-size: 14pt;
}

.footer-bottom span.copyright {
    font-size: 10pt;
    text-transform: uppercase;
    color: #E1ECFF !important;
    letter-spacing: 1px;
}

.footermenu {
    float: left;
    width: 69%;
    text-align: left;
}

.footerright {
    float: right;
    text-align: right;
    width: 30%;
    font-size: 14pt;
    line-height: 1.3;
    color: #E1ECFF;
}

.footerright a {
    color: #E1ECFF;
}

.footermenu ul li {
    display: inline-block;
    position: relative;
}

.footermenu ul li a {
    font-family: "Playfair Display";
    font-size: 14pt;
    color: #E1ECFF;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 13px 0px 0px;
    display: block;
}


/*** POST STYLES ***/
/*********************************************************/
.post {

}

.post-heading {
    text-align: center;
    margin-bottom: 25px;
}

.post-heading span.post-line {
    width: 65px;
    height: 4px;
    display: inline-block;
    background: #000;
    margin-bottom: 8px;
}

.post-heading h2 {
    margin-bottom: 10px;
}

.post-heading .bullet {
    margin: 0 4px;
    color: #c9c9c9;
    font-size: 14pt;
}

.post-heading h2 a, .post-heading h2 {
    font-size: 48pt;
    color: #000;
    letter-spacing: 1px;
    font-weight: 700;
}

.post-heading h2 a:hover {
    text-decoration: underline;
}

.single-post .post-heading h2 {
    font-size: 28pt;
}

.post-heading span.meta, .post.list .post-list-text span.meta {
    color: #000;
    font-size: 14pt;
    letter-spacing: 1px;
    font-family: "Playfair Display";
    text-transform: uppercase;
}

.post-heading span.meta a, .post.list .post-list-text span.meta a {
    color: #000;
}

.post-heading span.meta a:hover, .post.list .post-list-text span.meta a:hover {
    color: #000;
}

.post-img {
    margin-bottom: 20px;
    text-align: center;
}

/*** post music ***/
.post-img.music_soundcloud iframe {
    margin-top: -63px;
    width: 95% !important;
    height: 120px !important;
}

.post-img.music_spotify iframe {
    margin-top: -48px;
    width: 95% !important;
}


/** Full size **/
.post-full-heading {
    width: 100%;
    text-align: center;
}

#main.fullpost .post-img {
    text-align: center;
}

/*** Post list ***/
.post.list {
    overflow: hidden;
    margin-bottom: 38px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}

.post.list .post-img {
    float: left;
    margin-right: 20px;
}

.post.list .post-list-text {
    overflow: hidden;
}

.post.list .post-list-text h2 a {
    font-size: 18pt;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    display: block;
}

.post.list .post-list-text h2 a:hover {
    text-decoration: underline;
}

.post.list .post-list-text span.meta {
    color: #999;
    font-size: 14pt;
    letter-spacing: 1px;
    font-family: "Playfair Display";
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.post.list .post-list-text span.cat a {
    margin-top: -1px;
    display: block;
}

.post.list .post-list-text p {
    font-size: 14pt;
    color: #000;
}

.post.list .post-list-text p a {
    color: #A5C8FF;
    font-weight: 700;
}

.post.list .post-list-text p a:hover {
    text-decoration: underline;
}


/*** POST ENTRY ***/
.post-entry {
    padding: 0 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.post.single .post-entry {
    margin-bottom: 30px;
}

.post-entry img {
    max-width: 620px;
    height: auto;
}

.post-entry p {
    margin-bottom: 20px;
}

.post-entry p a {
    color: #A5C8FF;
    border-bottom: 1px dotted #A5C8FF;
}

.post-entry p a img {
    border-bottom: none !important;
    vertical-align: middle
}

.post-entry img.size-full, .post-entry p img.size-full {
    /*margin:0 -20px 0 -20px;*/
    border-radius: 7px;
    padding: 4px;
    box-shadow: 0px 1px 12px #868686;
    margin-top: 10px;
}

.page-id-183 .post-entry img.size-full, .page-id-183 .post-entry p img.size-full {
    box-shadow: 0px 0px 0px #000;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
}


.post-entry p, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr {
    margin-bottom: 18px;
}

.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
    color: #000;
}

.post-entry h1 {
    font-size: 28pt;
}

.post-entry h2 {
    font-size: 28pt;
    font-weight: normal;
}

.post-entry h3 {
    font-size: 24pt;
}

.post-entry h4 {
    font-size: 18pt;
}

.post-entry h5 {
    font-size: 18pt;
}

.post-entry h6 {
    font-size: 16pt;
}

.post-entry hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #fff;
    clear: both;
}

.post-entry blockquote p {
    border-left: 2px solid #6f08a3 !important; /*A5C8FF*/
    color: #999;
    padding: 0 18px;
    /*font-family:"Droid Serif";*/
    margin-left: 20%;
    font-size: 18pt;
    font-style: italic !important;
    line-height: 18px;
    margin-left: 12%;
    margin-right: 12%;
    margin-top: 30px;
    font-family: "Droid Serif", sans-serif;
    color: #333;
    font-size: 14pt;
}

.post-entry ul, .post-entry ol {
    padding-left: 45px;
    margin-bottom: 20px;
    font-size: 14pt;
}

.post-entry ul li {
    margin-bottom: 12px;
    list-style: square;
}

.post-entry ol li {
    margin-bottom: 12px;
    list-style: decimal;
}

.post-entry img.alignright {
    float: right;
    margin: 0 0 18px 18px;
}

.post-entry img.alignleft {
    float: left;
    margin: 0 18px 18px 0;
}

.wp-caption, .gallery-caption {
    margin-bottom: 20px;
    text-align: center;
}

p.wp-caption-text {
    margin-bottom: 2px;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sticky, .bypostauthor {
}

.post-entry table {
    width: 100%;
    margin-bottom: 22px;
    border-collapse: collapse
}

.post-entry td, .post-entry th {
    padding: 12px;
    border-bottom: 1px #e5e5e5 solid;
}

.post-entry th {
    font-weight: bold;
    font-size: 14pt;
    background: #f5f5f5;
}

.post-entry tr:hover {
    background: #f9f9f9;
}

.post-entry a.more-link {
    background-color: #A5C8FF;
    color: #FFF;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 3px;
    font-size: 14pt;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 5px;
    display: inline-block;
    font-family: "Playfair Display";
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.post-entry a.more-link:hover {
    opacity: .8;
}

.post-tags {
    padding-bottom: 4px;
}

.post-tags a {
    background: #eee;
    padding: 6px;
    margin-right: 4px;
    color: #999;
    text-transform: uppercase;
    font-size: 14pt;
    letter-spacing: 1px;
    border-bottom: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.post-tags a:hover {
    background: #000;
    color: #FFF;
}


.post-share {
    overflow: hidden;
    margin-bottom: 30px;
    border-top: 1px solid #e8e8e8;
    padding-top: 34px;
}

.post-share.no-related {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.post-share .share-item {
    margin-right: 40px;
}

.post-share .share-buttons {
    text-align: center;
}

.post-share .share-comments {
    float: right;
}

.post-share .share-comments a {
    text-transform: uppercase;
    font-size: 14pt;
    letter-spacing: 1px;
    color: #a5a5a5;
    background: url(img/comment.png) no-repeat right;
    padding-right: 19px;
}

.post-related {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 18px;
}

.post.single .post-related {
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.post-related ul li:last-child > .related-item {
    margin-right: 0;
}

.post .block-heading {
    font-size: 14pt;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.post .block-heading span {
    padding: 0 20px;
}

.post-related .related-item {
    float: left;
    width: 140px;
    margin-right: 20px;
}

.post-related .related-item.full {
    width: 176px;
}

.post-related .related-item.last {
    margin-right: 0;
}

.post-related .related-item img {
    margin-bottom: 4px;
}

.post-related .related-item h4 {
    text-align: center;
    line-height: 14px;
}

.post-related .related-item h4 a {
    font-family: "Droid Serif";
    font-size: 14pt;
    color: #000;
    font-weight: bold;
}

.related-divider {
    border-bottom: 1px solid #e8e8e8;
    height: 1px;
    margin-bottom: 50px;
}

.post-related .related-item:hover > h4 a {
    color: #000;
}

.post-author {
    margin-bottom: 35px;
    overflow: hidden;
}

.post-author .author-img {
    float: left;
    margin-right: 20px;
}

.post-author .author-img img {
    border-radius: 200px;
    width: 100px !important;
    height: auto !important;
}

.post-author .author-text {

}

.post-author .author-text h4 a {
    font-size: 22pt;
    color: #000;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.post-author .author-text h4 a:hover {
    text-decoration: underline;
}

.post-author .author-text p {
    font-size: 14pt;
    margin-bottom: 8px;
    color: #000;
}

.post-author .author-share a .round-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
}

.post-pagination {
    margin-bottom: 30px;
    overflow: hidden;
}

.post-pagination .pagi {
    background: #fff;
    width: 280px;
    padding: 10px 10px 11px 10px;
    border-radius: 4px;
}

.post-pagination .pagi a {
    color: #000;
    font-size: 14pt;
}

.post-pagination .pagi a:hover, .post-pagination .pagi a:hover > i {
    color: #000;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.post-pagination .pagi.prev {
    float: left;
}

.post-pagination .pagi.next {
    float: right;
    text-align: right;
}

.post-pagination .pagi i {
    font-size: 14pt;
    color: #999;
    margin: 0 5px 0 0;
}

.post-pagination .pagi .icon-long-arrow-left {
    margin: 0 5px 0 0;
}

.post-pagination .pagi .icon-long-arrow-right {
    margin: 0 0 0 5px;
}

.post-pagination .pagi a.nomore, .post-pagination .pagi a.nomore i {
    color: #000;
}

.post-entry .link_pages p {
    font-size: 18pt;
}

/*** full post ***/
.fullpost .post-entry img {
    max-width: 960px;
    height: auto;
}


/*** post comments ***/

.thecomment {
    border-bottom: 1px dotted #eee;
    padding-bottom: 27px;
    margin-bottom: 27px;
}

.thecomment .author-img {
    float: left;
    margin-right: 20px;
    border-radius: 20px;
}

.thecomment .author-img img {
    border-radius: 200px;
}

.thecomment .comment-text {
    overflow: hidden;
}

.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
    display: block;
    letter-spacing: 1px;
    font-family: "Playfair Display";
    font-size: 18pt;
    margin-bottom: 5px;
    color: #000;
    display: inline-block;
}

.thecomment .comment-text span.author a:hover {
    text-decoration: underline;
}

.thecomment .comment-text span.date {
    font-size: 14pt;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.thecomment .comment-text p {
    font-size: 14pt;
}

.thecomment .comment-text em {
    font-size: 14pt;
    margin-bottom: -14px;
    display: block;
    color: #aaa;
    letter-spacing: 1px;
    font-weight: 700;
}

.thecomment .comment-text em i {
    font-size: 14pt;
    color: #f3bd00;
}

.post-comments span.reply a {
    float: right;
    text-transform: uppercase;
    font-size: 14pt;
    background-color: #A5C8FF;
    color: #FFF;
    padding: 4px 6px;
    border-radius: 3px;
    margin-left: 7px;
    letter-spacing: 1px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.post-comments span.reply a.comment-edit-link {
    background: #bbb;
}

.post-comments span.reply a:hover {
    opacity: .8;
}

ul.children {
    margin: 0 0 0 70px;
}

ul.children li.thecomment {
    margin: 0 0 8px 0;
}

/** Reply **/
#respond {
    margin-bottom: 20px;
    overflow: hidden;
}

#respond h3 {
    font-size: 14pt;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

#respond h3 a {
    color: #000;
    display: inline-block;
}

#respond h3 small a {

    text-transform: uppercase;
    font-size: 14pt;
    background: #48ab9a;
    color: #000;
    padding: 4px 6px;
    border-radius: 3px;
    margin-left: 7px;
    letter-spacing: 1px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#respond h3 small a:hover {
    opacity: .8;
}

#respond label {
    color: #000;
    width: 80px;
    font-size: 14pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}

#respond input {
    padding: 8px 10px;
    border: 1px solid #DDD;
    margin-right: 10px;
    border-radius: 3px;
    font-family: "Droid Serif";
    color: #777;
    margin-bottom: 15px;
}

#respond input:focus {
    outline: none;
}

#respond .comment-form-url {
    margin-bottom: 10px;
}

#respond textarea {
    padding: 14px;
    border: 1px solid #DDD;
    border-radius: 3px;
    width: 95%;
    height: 120px;
    font-family: "Droid Serif";
    color: #888;
    margin-bottom: 14px;
    line-height: 20px;
}

#respond textarea:focus {
    outline: none;
}

#respond #submit {
    text-transform: uppercase;
    font-size: 14pt;
    background: #48ab9a;
    color: #FFF;
    padding: 12px;
    border-radius: 3px;
    letter-spacing: 1px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    border: none;
    cursor: pointer;
    font-family: "Droid Serif";
    display: block;
}

#respond #submit:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/*** ARCHIVE STYLES ***/
/*********************************************************/
.archive-browsing {
    text-align: center;
    margin-bottom: 40px;
    border: 1px solid #e8e8e8;
    padding: 27px 20px 20px 20px;
}

.archive-browsing.search {
    padding-top: 15px;
}

.archive-browsing h1 {
    font-size: 36pt;
    letter-spacing: 2px;
}

.archive-browsing span.browsing {
    font-size: 14pt;
    letter-spacing: 1px;
    color: #999;
    display: block;
    margin-bottom: -4px;
    text-transform: uppercase;
}

/** post icons **/
.post.list .post-img {
    position: relative;
}

.post.list .post-img .img-icon {
    position: absolute;
    left: 15px;
    bottom: 17px;
    height: 38px;
    width: 38px;
}

.post.list .post-img .img-icon.video {
    background: url(img/icon-video.png) no-repeat;
}

.post.list .post-img .img-icon.music {
    background: url(img/icon-music.png) no-repeat;
}

.post.list .post-img .img-icon.gallery {
    background: url(img/icon-gallery.png) no-repeat;
}

/*** Pagination ***/
.pagination {
    /*margin-top:60px;*/
    overflow: hidden;
    color: #000;
    margin-bottom: 15px;
}

.pagination i.fa {
    font-size: 14pt;
}

.pagination i.fa-arrow-circle-o-right {
    margin-left: 5px;
}

.pagination i.fa-arrow-circle-o-left {
    margin-right: 5px;
}

.pagination .next a, .pagination .prev a {
    background-color: #e1cbec !important;
    padding: 14px;
    text-transform: uppercase;
    font-size: 14pt;
    letter-spacing: 1px;
    color: #6e00a5 !important;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 4px;
}

.pagination a:hover {
    background: #444;
}

.pagination .next a {
    float: left;
}

.pagination .prev a {
    float: right;
}

/*** Contact Form 7 ***/
/*********************************************************/
.wpcf7 input, .wpcf7 textarea {
    padding: 6px;
    border: 1px solid #DDD;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #777;
    font-size: 14pt;
    margin-bottom: 6px;
}

.wpcf7 textarea {
    width: 80%;
}

.wpcf7 .wpcf7-submit {
    background: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 14px;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 14pt;
    text-transform: uppercase;
    cursor: pointer;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    border: none;
}

.wpcf7 .wpcf7-submit:hover {
    background: #777;
}

/*** Custom WordPress gallery style ***/
.gallery .gallery-caption {
    font-size: 14pt;
    color: #888;
}

.gallery .gallery-icon img {
    border-radius: 2px;
    border: 1px solid #eee !important;
    padding: 7px;
}

.gallery .gallery-icon img:hover {
    border: 1px solid #ccc !important;
}

/*** 404 ***/
/*********************************************************/
.errorpage {
    text-align: center;
}

.errorpage span.error-text {
    font-size: 18pt;
    color: #999;
}

.errorpage h2 {
    font-size: 120pt;
    text-align: center;
    line-height: 148px;
    font-weight: 700;
    margin-bottom: 75px;
}


ul.discpoints li {
    margin-left: 30px;
    list-style-type: square;
    margin-top: 5px;
    font-size: 14pt;
    color: #000;
    line-height: 1.8em;
}

.socialicons a:hover img {
    opacity: .8;
}

.attachment-list.wp-post-image {
    width: 200px;
    height: auto;
}

.booksdiv1 {
    float: left;
    width: 35%;
}

.booksdiv2 {
    float: right;
    width: 60%;
}

.booksdiv2 p {
    font-style: italic;
    font-size: 14pt;
}

.mybooks p {
    margin-bottom: 10px;
}

table.mybooks {
    margin: 0 auto;
    max-width: 660px;
    text-align: center;
    color: #6f08a3;
    font-size: 14pt;
    margin-bottom: 30px;
}

.leftside {
    margin-right: 2%;
}

.leftside, .rightside {
    float: left;
    width: 49%;
}

.post-related ul {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.post-img img {
    border-radius: 7px;
    padding: 4px;
    box-shadow: 0px 1px 12px #868686;
    margin-top: 10px;
    margin-left: 8px;
}

.single-post .post-img img.wp-post-image {
    height: 300px !important;
    width: auto !important;
}

#post-581 .post-heading h2 {
    font-size: 24pt;
}

.clickonimg {
    color: #FFF;
    background: #8F60C1;
    padding: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 10px;
    text-transform: capitalize;
}

.mybooks div {
    font-style: italic;
}

@media (max-width: 1280px) {
    #header2 .flexslider .slides li {
        height: 500px;
    }
}

@media (max-width: 480px) {
    #header2 .flexslider .slides li {
        height: 300px;
    }

    .single-post .post-img img.wp-post-image {
        height: auto !important;
    }
}

@media (max-width: 999px) {
    .vidcentered {
        width: 100%;
    }

    .mybooks img {
        height: auto;
    }

    .post-related ul {
        width: 100%;
    }

    .leftside, .rightside {
        float: none;
        width: 100%;
    }

    .booksdiv1 {
        text-align: center;
    }

    .booksdiv1, .booksdiv2 {
        float: none;
        width: 100%;
    }

    .booksdiv1 img.bookimg {
        width: 300px;
    }

    .testimonial_slider__minimal .testimonial_by_wrap {
        width: 100% !important;
        display: block;
        float: none !important;
        text-align: center;
    }

    .testimonial_slider__minimal .testimonial_quote {
        width: 100% !important;
        float: none !important;
        font-size: 14pt !important;
    }

    testimonial_slideri {
        height: 450px !important;
    }

    .footerright {
        font-size: 14pt;
    }

    .one-half {
        float: none;
        width: 100%;
    }

    .beforeme, .afterme {
        width: 90%;
        height: auto;
    }

    .realvideo iframe {
        height: 387px;
    }
}

@media (max-width: 767px) {
    img.homeimg {
        width: 100% !important;
    }

    #header2 .flexslider .slides li {
        height: 200px;
    }

    .footermenu {
        margin-bottom: 15px;
    }

    .footermenu, .footerright {
        float: none;
        width: 100%;
        text-align: center;
    }

    .leftsidebox, .rightsidebox {
        width: 50% !important;
        margin: 0 !important;
    }

    table.mybooks td {
        display: block;
        width: 90% !important;
        padding: 10px;
    }

    .post-entry p {
        padding-left: 20px;
        padding-right: 12px;
        text-align: justify;
    }

    .realvideo iframe {
        height: 248px;
    }
}

@media (max-width: 600px) {
    img.mobit {
        width: 100% !important;
    }

    .realvideo iframe {
        height: 248px;
    }
}

@media (max-width: 480px) {
    .testimonial_wrapper {
        height: 600px !important;
    }

    .booksdiv1 img.bookimg {
        width: 200px;
    }

    .realvideo iframe {
        height: 169px;
    }
}


img {
    padding: 0 !important;
    box-shadow: none !important;
}


.archivebutton > a {
    background: #e9effb !important;
    color: #7108a3 !important;
}

.wotimg > img {
    width: 170px !important;
    height: 170px !important;
}

.share-item .fblink i {
    color: #3c5b9b;
    border-color: #3c5b9b !important;
}

.share-item .fblink a i.round-icon {
    border: 1px solid #3c5b9b;
}

.share-item .fblink a:hover i {
    background: #3c5b9b !important;
    color: #fff;
}

blockquote p {
    margin-left: 16%;
}

.subtext {
    font-size: 14pt !important;
    font-style: italic;
}

.caption {
    text-align: center;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 12px;
    color: #6f08a3;
    font-size: 14pt;
    position: relative;
    top: -12px;
}

.caption2 {
    text-align: center;
    font-style: italic;
    font-weight: bold;
    color: #6f08a3;
    font-size: 14pt;
}

.wpb_wrapper image {
    text-align: center;
}

.wpb_wrapper {
    text-align: center;
}

.wpb_wrapper img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}