/*
Theme Name: Elegant Blogging Theme
Theme URI: http://sarav.co/themes/elegant
Author: Saravanan Sampathkumar
Author URI: https://sarav.co/
Description: Our Elegant Blog Theme is clean, blog-focused and designed for clarity. It's simple, straightforward typography is readable on a wide variety of screen sizes. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 2.0
Tags: white, green, gray, light, one-column, responsive-layout, custom-background, custom-colors, featured-images, post-formats, threaded-comments
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
@import url(//weloveiconfonts.com/api/?family=entypo);


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body,
button,
input,
select,
textarea {
    font-family: 'Merriweather', serif;
}


[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
    font-style: normal;
}

body {
    color: #606669;
    margin: 0;
}

a {
    color: #27AE60;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #5e5e5e; 
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

.clear {
    clear: both;
}

p {
    font-size: 16px;
    line-height: 32px;
}

li {
    margin: 10px 0;
}

.tooltip {
    font-family: "Merriweather", sans-serif;
    padding: 8px;
}

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
}

.sticky .posted-on {
    display: none;
}

.entry-content p img {
    margin: 0 15px;
}

cite {
    font-style: normal;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Merriweather", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Merriweather", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

img {
    max-width: 100%;
}

blockquote {

    padding: 18px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

blockquote p {
    color: #222;
    font-size: 18px;
}

blockquote p:last-child {
    color: #606669;
    font-size: 15px;
}

blockquote p:last-child:before {
    content: "-";
    padding-right: 10px;
}

blockquote p:last-child:after {
    content: "-";
    padding-left: 10px;
}

blockquote cite {
    margin: 10px 0;
    display: block;
    text-align: center;
}

blockquote cite:before {
    content : "-";
    padding-right: 5px;
}

blockquote cite:after {
    content : "-";
    padding-left: 5px;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table>thead>tr>th {
    border-bottom-width: 2px;
}

table>thead>tr>th {
    border: 1px solid #ddd;
}

table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

table>tbody>tr>th {
    border: 1px solid #ddd;
}

table>tbody>tr>td, 
table>tbody>tr>th, 
table>tfoot>tr>td, 
table>tfoot>tr>th, 
table>thead>tr>td, 
table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table>tbody>tr>td {
    border: 1px solid #ddd;
}

/* Navbar */
nav.navbar.navbar-default {
    padding: 3em 0 1em;
    background-color: transparent;
    border: none;
}

.icon.si-menu {
    color: #222;
    font-size: 40px;
}

.navbar-default .navbar-nav>li>a.search-icon {
    font-size: 28px;
    padding-right: 2px;
    padding-top: 15px;
}

.icon.si-cross {
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    float: left;
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 0;
}

.navbar-nav.pull-right .icon {
    color: #333;
}

span.goto-top {
    opacity: 0;
    cursor: pointer;
    background: #27AE60;
    position: fixed;
    bottom: 4%;
    right: 2%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 11px 16px;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

span.goto-top.active {
    opacity: 1;
}

.goto-top .icon {
    font-size: 1.5em;
    color: #fff;
}

.navbar-default .navbar-brand {
    color: #27AE60;
    font-size: 2.3em;
    display: inline-block;
    font-family: "Pacifico", sans-serif;
}

.main-wrapper {
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

body.inactive {
    overflow: hidden;
}

/* Sidebar */
.side-menu {
    position: fixed;
    top: -100%;
    right: 0;
    height: 100%;
    background: #262B2F;
    padding: 5px 15px;
    color: #D7DCE4;
    width: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.side-menu a:hover {
    color: #fff;
}

.side-menu .widget_archive ul,
.side-menu .widget_archive ol {
    list-style: none;
    padding-left: 0;
}

.nicescroll-rails div {
    border-color: rgb(66, 66, 66) !important;
}

.side-menu.active {
    top: 0;
    opacity: 1;
    z-index: 9;
    overflow-y: scroll;
}

a.close-menu {
    font-size: 1.5em;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
    vertical-align: middle;
}


.navigation-links .menu ul .menu-item.menu-item-has-children .icon,
.navigation-links .menu ul .page_item.menu-item-has-children .icon,
.navigation-links #menu-main-footer .menu-item.menu-item-has-children .icon {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    padding: 10px 10px 10px 14px;
    border-radius: 0px 3px 3px 0px;
    width: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

.navigation-links .menu ul .menu-item.menu-item-has-children .icon:hover,
.navigation-links #menu-main-footer .menu-item.menu-item-has-children .icon:hover,
.navigation-links .menu ul a:hover .icon,
.navigation-links #menu-main-footer a:hover .icon{
    background-color: #AEAFB1;
    color: #fff;
}

.navigation-links .menu ul .menu-item:not(.menu-item-has-children) .icon,
.navigation-links #menu-main-footer .menu-item:not(.menu-item-has-children) .icon {
    display: none !important;
}

.navigation-links .menu ul .menu-item.menu-item-has-children ul,
.navigation-links #menu-main-footer .menu-item.menu-item-has-children ul{
    display: none;
    padding-left: 0;
}

.navigation-links .menu ul li,
.navigation-links #menu-main-footer li {
    position: relative;
}

.navigation-links .menu ul,
.navigation-links #menu-main-footer {
    list-style: none;
    padding-left: 0;
}


.navigation-links .menu ul a,
.navigation-links #menu-main-footer a,
.widget.widget_archive ul li a {
    display: block;
    padding: 10px 8px 11px;
    outline: none !important;
}

.navigation-links .menu ul a:hover,
.navigation-links #menu-main-footer a:hover,
.navigation-links .widget.widget_archive ul li a:hover {
    background-color: #606669;
    color: #fff;
    border-radius: 3px;
}


/* Posts List */
.elegant .posts-list article,
.elegant .single-post {
    background-color: #ecf0f1;
    margin: 0 0 4%;
    border-radius: 3px;
    position: relative;
}

.elegant .posts-list article:last-child{
    margin-bottom: 4%;
}

.elegant .single-post {
    margin-bottom: 1%;
}

.elegant .posts-list article .entry-header,
.elegant .single-post article .entry-header
{
    padding: 5% 5% 2%;
    position: relative;
}

.elegant .posts-list article .entry-content,
.elegant .single-post article .entry-content,
.share {
    padding: 3% 5% 2%;
    position: relative;
}

.elegant .posts-list article .post-thumbnail img,
.elegant .single-post article .post-thumbnail img {
    border-radius: 3px 3px 0 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

.elegant .content-quote rticel a.post-thumbnail img {
    border-radius: 3px;
}

.elegant .posts-list article .post-thumbnail img:hover {
    opacity: .8;
}

.elegant .posts-list article .entry-header .entry-title,
.elegant .single-post article .entry-header .entry-title {
    margin: 0;
    font-family: "Merriweather";
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
}

.elegant .posts-list article .entry-content .more-link{
    margin: 3% 0 -8px;
    display: inline-block;
    padding: 2px 15px;
    background: #27AE60;
    color: #fff;
    border-radius: 3px;
}

.content-quote .entry-content blockquote p {
    font-size: 21px;
    line-height: 38px;
}

.slideshow-wrapper {
    margin: 30px 0;
}

.slideshow-wrapper ul {/* Prevent vertical gaps */
    line-height: 0;
    list-style : none;
}

.slideshow-wrapper ul li {
    margin: 0;
}

.slideshow-wrapper ul li a {
    padding: 0px 0 4px;
    display: block;

}

.slideshow-wrapper ul li img {
    width: 100% !important;
    height: auto !important;
    border-radius: 2px;
}

.slideshow-wrapper ul li img:hover {
    opacity: .8;
}

.post-information ul {
    list-style: none;
    padding-left: 34px;
}

.post-information ul li {
    display: inline-block;
    margin-right: 15px;
}

.post-information ul li.author {
    text-transform: capitalize;
}

.post-information {
    padding-left: 20px;
}

.share .social {
    color: #8E8E8E;
    border: 1px solid #b8b8b8;
    border-radius: 50%;
    padding: 0px 3px 1px;
    display: inline-block;
    text-align: center;
    width: 38px;
}

.share .social.facebook {
    margin-left: 15px;
}

/* Navigation */
form#searchform {
    margin-top: 10%;
    position: relative;
    margin-bottom: 5%;
}

#searchform input[type="text"] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #474F56;
    outline: none !important;
    font-size: 1.5em;
    border-radius: 0 0 3px 3px;
    padding: 4px 0;
}

#searchform #searchsubmit {
    position: absolute;
    top: -2px;
    right: 8px;
    background: transparent;
    border: none;
}

#searchform .entypo-search {
    font-size: 1.5em;
}

/* Footer */
.footer {
    border-top: 2px solid #ecf0f1;
    padding: 10px 0 0;
    text-align: center;
    margin-top: 20px;
}

.footer h2 {
    font-size: 1em;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.footer ul li {
    margin-bottom: 7px;
}

.footer ul li a {
    font-size: 14px;
}

.footer .social-connect ul {
    overflow: hidden;
}

.footer .social-connect ul li {
    float: left;
    margin:0;
}

.footer .social-connect ul li a {
    color: #606669;
    width: auto;
    display: block;
    font-size: 28px;
    text-align: center;
    margin-right: 12px;
}

.copyright {
    margin-top: 20px;
    font-size: 14px;
}
/* Pagination */

.posts-pagination {
    clear: both;
    margin-bottom: 4%;
    padding-top: 20px;
}

.posts-pagination a {
    background: #5e5e5e;
    padding: 12px 18px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
}

.post-navigation {
    clear: both;
    margin: 20px 0;
}

.post-navigation small {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #5e5e5e;
    font-weight: bold;
}

.post-navigation small i {
    margin-right: 5px;
    font-size: 16px;
}

.post-navigation a {
    font-size: 24px;
    padding: 10px 0;
    display: block;
}

/* Author Info */
.author-info {
  padding: 20px 0;
  background-color: #3D454E;
  border-radius: 5px;
}

.author-info a {
    text-transform: capitalize;
    font-family: "Merriweather", sans-serif;
    color: #27AE60;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.author-info .img-circle {
    margin: 0 30px;
}

/* Comments */
#comments {
    font-weight: 400;
    color: #606674;
}

#comments ul,
#comments ol {
    list-style: none;
}

#comments input[type="text"], #comments input[type="email"], #comments input[type="url"], textarea{
    width: 100%;
    border: 2px solid #27AE60;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
}

#comments input[type="submit"] {
    color: #fff;
    background-color: #27AE60;
    border: none;
    padding: 7px 15px;
    border-radius: 3px;
}

.commentlist {
    padding: 10px 10px;
    background-color: #F1F5F7;
    border-radius: 5px;
    position: relative;
}

.commentlist li {
    padding: 10px;
}
.commentlist li article{
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
}

.commentlist li article:last-child{
    border-bottom: none;
}

.commentlist li b {
    font-size: 20px;
    padding-left: 10px;
    font-weight: 400;
}

.commentlist li .says {
    display: none;
}

.commentlist li img {
    border-radius: 50%;
}

.commentlist .comment-metadata {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    margin: 10px 0;
}

.commentlist .comment-metadata a{
    color: #7D8FA2;
}

.commentlist .comment-content p {
    font-size: 14px;
}

.comment .reply a.comment-reply-link,
#cancel-comment-reply-link {
    padding: 10px 15px;
    background: #D7DCE4;
    color: #7D8FA2;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
}

.nocomments {
    margin: 20px 0;
    background-color: #F1F5F7;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #7D8FA2;
    border-radius: 3px;
}

.comment-notes .email-notes {
    display: block;
}

.comment-notes #email-notes {
    display: block;
}

.required {
    color: red;
}

.comment-respond label {
    font-weight: 400;
}

/* Quote Thumbnail */
.home .quote-post-thumbnail img,
.author .quote-post-thumbnail img,
.search .quote-post-thumbnail img{
    position: absolute;
    width: 100%;
    /* height: 100%; */
    z-index: 0;
    border-radius: 3px !important;
}


.home .content-quote,
.author .content-quote,
.search .content-quote {
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.home .content-quote blockquote,
.author .content-quote blockquote,
.search .content-quote blockquote {
    border: none;
    font-size: 1.3em;
    line-height: 38px;
}

.home .content-quote blockquote p,
.author .content-quote blockquote p,
.search .content-quote blockquote p{
    color: #fff;
}

.home .content-quote blockquote p:last-child,
.author .content-quote blockquote p:last-child,
.search .content-quote blockquote p:last-child{
    color: #f4f4f4;
}
.home .content-quote span.quote-bg,
.author .content-quote span.quote-bg,
.search .content-quote span.quote-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.83);
    border-radius: 3px;
}

.tweet-quote a {
    border: 2px solid #117A9A;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 3px;
    color: #606669;
}

.home .tweet-quote a,
.author .tweet-quote a,
.search .tweet-quote a {
    color: #fff;
}

.author-info {
    padding: 20px 0;
    background-color: #3D454E;
    border-radius: 5px;
    margin-bottom: 4%;
}

.author-info p {
    color: #F4F4F4;
    padding: 0 10px;
}

/* Grid Items */
.grid-item {
    width: 320px;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

.elegant article.content-link {
    background-color: #27AE60;
    color: #fff;
}

.elegant article.content-link a {
    color: #fff;
}

.elegant article.content-link .entry-content a {
    color: #f4f4f4;
    text-decoration: underline;
}

iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.video-container    {
    height: 0;
    margin: 0 0 24px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Responsiveness */
@media only screen and (min-width: 240px) and (max-width: 399px) {
    .grid-item {
        width: 100%;
    }

    .posts-pagination .col-sm-6 {
        text-align: center;
    }
}

@media only screen and (min-width: 240px) and (max-width: 399px) {
    #menu-main-footer {
        background-color: #606669;
        border-radius: 3px;
    }

    #menu-main-footer a{
        color: #fff;
    }   

    .posts-pagination .col-sm-6 {
        text-align: center;
    }

    .posts-pagination .col-sm-6 a {
        display: block;
        margin-top: 10px;
    }

    #menu-main-footer .icon {
        background-color: #AEAFB1;
        color: #fff;
    }

    .post-information ul{
        padding-left: 0%;
    }

    nav.navbar.navbar-default{
        padding: 1rem 0px 0.5rem;
        margin-bottom: 5px;
    }

    .navbar-default .navbar-brand{
        font-size: 1.8rem;
        padding-left: 0px;
    }

    .post-information {
        padding-left: 10px;
    }

    .icon.si-menu {
        font-size: 2rem;
        display: inline-block;
        margin-top: -10px;
    }
    
    .navbar-default .navbar-nav > li > a.search-icon {
        font-size: 22px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .navbar-default .navbar-nav > li > a.menubar {
        padding-top: 5px;
    }

    .elegant .posts-list article .entry-header .entry-title,
    .elegant .single-post article .entry-header .entry-title {
        margin: 10px 4px;
        font-size: 22px;
    }

    .elegant .posts-list article .entry-header {
        padding: 15px 10px 10px;
    }

    .elegant .posts-list article .entry-content {
        padding: 20px;
    }

    .post-navigation .col-sm-6 {
        text-align: center;
    }

    h2 {
        font-size: 20px;
        font-weight: bold;
    }

    #searchform .entypo-search {
        font-size: 16px;
        margin-top: 7px;
    }
    
    #searchform input[type="text"] {
        font-size: 16px;
    }

    .share .social {
        width: 30px;
        font-size: 12px;
        height: 30px;
    }

    .post-navigation a {
        font-size: 20px;
    }

    .author-info .col-sm-8 {
        text-align: center;
        margin-top: 15px;
    }

    .author-info a {
        margin-bottom: 15px;
        display: block;
    }

    a.close-menu {
        font-size: 1em;
        color: #FFF;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 2rem;
        height: 2.2rem;
        background-color: rgba(0, 0, 0, 0.75);
        text-align: center;
        vertical-align: middle;
    }

    .post-information ul li {
        margin: 5px 15px 5px 0;
    }

    p {
        font-size: 15px;
    }

    .content-quote .entry-content blockquote p {
        font-size: 18px;
        line-height: 35px;
    }

}

@media only screen and (min-width: 400px) and (max-width: 699px) {
    .elegant .posts-list article .entry-header .entry-title,
    .elegant .single-post article .entry-header .entry-title {
        margin: 10px 0px;
        font-size: 26px;
    }

    .post-information {
        padding-left: 5px;
    }

    .elegant .posts-list article .entry-header {
        padding: 15px 10px 10px;
    }

    .elegant .posts-list article .entry-content {
        padding: 20px;
    }

    .post-information ul li {
        margin: 5px 15px 5px 0;
    }

    .post-information ul{
        padding-left: 2%;
    }

    .post-navigation .col-sm-6 {
        text-align: center;
    }

    .author-info .col-sm-8 {
        text-align: center;
        margin-top: 15px;
    }

    .author-info a {
        margin-bottom: 15px;
        display: block;
    }

    h2 {
        font-size: 20px;
        font-weight: bold;
    }

    #searchform .entypo-search {
        font-size: 16px;
        margin-top: 7px;
    }
    
    #searchform input[type="text"] {
        font-size: 16px;
    }

    .content-quote .entry-content blockquote p {
        font-size: 20px;
        line-height: 36px;
    }

    .navbar-default .navbar-nav > li > a.search-icon {
        padding-right: 0px;
        padding-top: 0px;
    }

    .navbar-default .navbar-nav > li > a.menubar {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 899px) {
    .post-information ul{
        padding-left: 2%;
    }
}