@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
p{
    text-align: justify;
    text-justify: inter-word;
}
article {
    margin: auto;
}

.caption{
    text-decoration:uppercase;
}
.buttons {
    margin-top: 25px;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    height: 48px;
    outline: none;
    padding: 0;
    width: 48px;
}

#play {
    background-image: url(https://rpsthecoder.github.io/js-speech-synthesis/play.svg);
}

#play.played {
    background-image: url(https://rpsthecoder.github.io/js-speech-synthesis/play1.svg);
}

#pause {
    background-image: url(https://rpsthecoder.github.io/js-speech-synthesis/pause.svg);
}

#pause.paused {
    background-image: url(https://rpsthecoder.github.io/js-speech-synthesis/pause1.svg);
}

#stop {
    background-image: url(https://rpsthecoder.github.io/js-speech-synthesis/stop.svg);
}

#stop.stopped {
    background-image: url(https://rpsthecoder.github.io/js-speech-synthesis/stop1.svg);
}

@media (max-width: 700px) {
    html {
        font-size: 14pt;
    }
    article {
        width: 90%;
    }
}

/*  demo decor */

#-demo-title {
    position: fixed;
    top: 0;
    width: 100%;
    height: 36px;
    background-color: #D5FFD1;
    color: #0F316C;
    line-height: 36px;
    font-weight: bold;
    font-size: 16pt;
    text-align: center;
}

#-demo-profile {
    float: left;
    height: 100%;
    opacity: .4;
}

#-demo-profile:hover {
    opacity: 1;
}

@media (max-width: 400px) {
    #-demo-title {
        font-size: 12pt;
    }
}

/* Related Posts*/
/*.related-post-area {
    border-bottom: 1px solid #ebebeb;
}*/

.related-post-area .single-post {
    margin-bottom: 0;
}

.related-post-slider .post-content h6 {
    line-height: 1.5;
    margin-bottom: 0;
}

.related-post-slider .post-thumb img {
    margin-bottom: 10px;
}

.related-post-slider .owl-prev,
.related-post-slider .owl-next {
    position: absolute;
    top: -60px;
    border: 1px solid #ebebeb;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    right: 30px;
    background-color: #fff;
}

.related-post-slider .owl-next {
    right: 0;
}

/*STYLES CAROUSAL*/
.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
/* --------------------
:: 6.0 Blog Area CSS 
-------------------- */

.post-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-author a,
.post-date a,
.post-favourite a,
.post-comments a,
.post-share a {
    color: #b5aec4;
    font-size: 14px;
}

.post-author a:hover,
.post-date a:hover,
.post-favourite a:hover,
.post-comments a:hover,
.post-share a:hover {
    color: #000;
}

.post-favourite a,
.post-comments a {
    margin-right: 15px;
}

.post-author a {
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.post-author a:after {
    width: 2px;
    height: 60%;
    content: '';
    position: absolute;
    top: 20%;
    right: -14px;
    z-index: 2;
    background-color: #b5aec4;
}

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

.single-post h2,
.single-post h4 {
    margin: 10px 0;
    color: #232d37;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    /*text-transform: capitalize;*/
}

.single-post h2:hover,
.single-post h4:hover {
    color: #fc6c3f;
}

.single-post p {
    color: #51545f;
}

.single-post .read-more {
    font-size: 12px;
    color: #b5aeba;
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    height: 40px;
    min-width: 170px;
    line-height: 40px;
    text-align: center;
}


.single-post .read-more:hover {
    color: #000;
    border: 1px solid #000;
}

/* List Blog Area CSS */

.list-blog.single-post .post-thumb,
.list-blog.single-post .post-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-right: 15px;
}

.list-blog.single-post .post-content {
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 30px;
}

.list-blog.single-post {
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.blog_area .col-12:last-of-type .list-blog.single-post {
    margin-bottom: 0;
    border-bottom: none;
}

.blog_area .col-12:last-of-type .list-blog.single-post .post-thumb img {
    margin-bottom: 0;
}

/*Trendy Posts*/
.trend-entry {
    margin-bottom: 30px; }
.trend-entry .number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    font-size: 30px;
    line-height: 1;
    color: #ccc; }
.trend-entry .trend-contents h2 {
    font-size: 18px; }
.trend-entry .trend-contents h2 a {
 color: #000; }

/*Top Header*/

/* --------------------
:: 2.0 Top Header Area CSS
-------------------- */

.top_header_area {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
}

.top_header_area .top_social_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.top_header_area .top_social_bar > a {
    font-size: 12px;
    color: #232d37;
    margin-right: 20px;
    padding:5px;
    z-index: 3001;
}

.top_header_area .top_social_bar > a:hover {
    color: #fc6c3f;
}

.top_header_area .top_social_bar > a:last-of-type {
    margin-right: 0;
}

.top_header_area .signup-search-area {
    height: 40px;
    position: relative;
    z-index: 3000;
}

.top_header_area .signup-search-area a {
    font-size: 13px;
    color: #222;
}

.top_header_area .signup-search-area .login a {
    margin-right: 13px;
    border-right: 2px solid #c2c2c2;
    padding-right: 13px;
}

.top_header_area .signup-search-area .search_button {
    margin-left: 54px;
}

.login_register_area{
    z-index: 5;
}
#searchBtn {
    position: relative;
    z-index: 8;
}

.search-hidden-form {
    position: absolute;
    width: 100%;
    z-index: 4;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 12px;
}

.search-hidden-form.search-form-open {
    z-index: 18;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-hidden-form #search-anything {
    width: 100%;
    height: 30px;
    border: 1px solid #ddd;
    top: 5px;
    position: relative;
    padding: 5px 10px;
}

.search-hidden-form span {
    line-height: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    text-align: center;
    top: 5px;
    right: 0;
    border: 1px solid #ddd;
    color: #888;
    cursor: pointer;
    z-index: 5;
    font-size: 13px;
    border-left: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.search-hidden-form span:hover {
    color: #000;
}

.avatar-image{display:inline-block;vertical-align:middle;-webkit-border-radius:100%;border-radius:100%}
.avatar-image--outlined{border:1px solid rgba(0,0,0,.05)}
.avatar--roundedRectangle .avatar-image{-webkit-border-radius:3px;border-radius:3px}.avatar-text{padding-left:10px;white-space:nowrap}.link:hover .avatar-text{text-decoration:underline}.avatar-description{margin-left:5px;color:rgba(0,0,0,.54);font-size:15px}.avatar-image--micro{width:24px;height:24px}.avatar-image--icon{width:32px;height:32px}.avatar-image--smaller{width:40px;height:40px}.avatar-image--small{width:60px;height:60px}.avatar-image--medium{width:80px;height:80px}.avatar-image--large{width:120px;height:120px}.avatar-image--larger{width:152px;height:152px}.avatar-image--icon+.avatar-text{line-height:32px}.avatar-svgIcon .svgIcon{background:#03a87c;fill:#fff;position:absolute;right:-3px;bottom:-3px;width:10px;height:10px;padding:3px;line-height:16px;font-size:8px;-webkit-background-clip:padding-box;pointer-events:none;-webkit-border-radius:100%;border-radius:100%}.avatar-svgIcon .svgIcon-use{width:10px;height:10px}.avatar-halo{pointer-events:none}@media screen and (max-width:767px){.avatar-svgIcon .svgIcon{right:0;bottom:0;width:9px;height:9px;line-height:15px;font-size:7px}}.button{display:inline-block;position:relative;color:rgba(0,0,0,.54);background:rgba(0,0,0,0);font-size:16px;text-align:center;text-decoration:none;cursor:pointer;vertical-align:bottom;white-space:nowrap;text-rendering:auto;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:medium-content-sans-serif-font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;letter-spacing:0;font-weight:400;font-style:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga" on}.button:active,.button:focus{outline:0;color:rgba(0,0,0,.84)}.button:hover{color:rgba(0,0,0,.68);border-color:rgba(0,0,0,.54)}.button--withChrome:active,.button--withChrome:focus{border-color:rgba(0,0,0,.68)}.button--disabled,.buttonSwitch--disabled .button,.button[disabled],.button[disabled]:active,.button[disabled]:hover{pointer-events:none;opacity:.25;cursor:default}.button--activity[disabled]{opacity:1}.button,.button .svgIcon{-webkit-transition:.1s background-color,.1s border-color,.1s color,.1s fill;transition:.1s background-color,.1s border-color,.1s color,.1s fill}.button:active,.button:active .svgIcon{-webkit-transition:none;transition:none}.button--withChrome{height:37px;line-height:37px;padding:0 16px;border:1px solid rgba(0,0,0,.15);-webkit-border-radius:4px;border-radius:4px}.button--upsellNav{color:rgba(0,0,0,.84);border-color:rgba(0,0,0,.54)}.button--upsellNav:hover{color:rgba(0,0,0,.84);border-color:rgba(0,0,0,.84)}.button--circle{padding:0;width:37px;text-align:center;-webkit-border-radius:100%;border-radius:100%}.button--circle>.avatar,.button--circle>.avatar>.avatar-image{width:37px;height:37px;-webkit-border-radius:100%;border-radius:100%}.button--circle.button--small>.avatar,.button--circle.button--small>.avatar>.avatar-image{width:32px;height:32px}